Versions in this module Expand all Collapse all v1 v1.12.2 Mar 3, 2025 Changes in this version + type GetBitcoinAnchorsResponse struct + Anchors []slidechain.BitcoinAnchorData + type GetPolygonResponse struct + CreatedAt time.Time + SpanoRoot string + SubchainID string + TimeStep int + Vertices []slidechain.GeometricCoordinate + type GetSpanoRootArgs struct + IncludeCoordinates bool + type GetSpanoRootResponse struct + BitcoinAnchor *slidechain.BitcoinAnchorData + Coordinates []slidechain.GeometricCoordinate + SpanoRootHash string + TimeStep int + VertexCount int + type RegisterSubchainArgs struct + GenesisBlockHash string + OwnerID string + SubchainName string + type RegisterSubchainResponse struct + CombinedHash string + ParentHash string + RegistrationTx string + SubchainID string + Success bool + type Service struct + func NewService(log logging.Logger, slideManager *slidechain.SlideChainManager, ...) *Service + func (s *Service) Routes() []api.Route + type SubmitArtifactsArgs struct + Artifacts []string + SubchainID string + ZKProof *string + type SubmitArtifactsResponse struct + SpanoRoot string + Success bool + TimeStep int + TxID string + VertexCount int + type VerifyZKPArgs struct + Proof *slidechain.ZKProof + SpanoRootHash string + type VerifyZKPResponse struct + SpanoRoot string + Valid bool