Versions in this module Expand all Collapse all v0 v0.8.2 Feb 18, 2025 v0.8.1 Jan 22, 2025 Changes in this version + func GetIdentityPubkey(addr string, request *pb.Request, timeout time.Duration, ...) (*pb.IdentityPubkeyResponse, error) + func GetMasterPubkey(addr string, request *pb.Request, timeout time.Duration, ...) (*pb.MasterPubkeyResponse, error) + func GetPodr2Pubkey(addr string, request *pb.Request, timeout time.Duration, ...) (*pb.Podr2PubkeyResponse, error) + func NewPodr2ApiClient(addr string, opts ...grpc.DialOption) (pb.Podr2ApiClient, error) + func NewPodr2VerifierApiClient(addr string, opts ...grpc.DialOption) (pb.Podr2VerifierApiClient, error) + func NewPoisCertifierApiClient(addr string, opts ...grpc.DialOption) (pb.PoisCertifierApiClient, error) + func NewPoisVerifierApiClient(addr string, opts ...grpc.DialOption) (pb.PoisVerifierApiClient, error) + func NewPubkeyApiClient(addr string, opts ...grpc.DialOption) (pb.CesealPubkeysProviderClient, error) + func RequestAggregateSignature(addr string, requestBatchVerify *pb.RequestAggregateSignature, ...) (*pb.ResponseAggregateSignature, error) + func RequestBatchVerify(addr string, requestBatchVerify *pb.RequestBatchVerify, timeout time.Duration, ...) (*pb.ResponseBatchVerify, error) + func RequestEcho(addr string, echoMessage *pb.EchoMessage, timeout time.Duration, ...) (*pb.EchoMessage, error) + func RequestGenTag(c pb.Podr2ApiClient) (pb.Podr2Api_RequestGenTagClient, error) + func RequestMinerCommitGenChall(addr string, commitGenChall *pb.RequestMinerCommitGenChall, ...) (*pb.Challenge, error) + func RequestMinerGetNewKey(addr string, accountKey []byte, timeout time.Duration, ...) (*pb.ResponseMinerInitParam, error) + func RequestSpaceProofVerifySingleBlock(addr string, requestSpaceProofVerify *pb.RequestSpaceProofVerify, ...) (*pb.ResponseSpaceProofVerify, error) + func RequestVerifyCommitProof(addr string, verifyCommitAndAccProof *pb.RequestVerifyCommitAndAccProof, ...) (*pb.ResponseVerifyCommitOrDeletionProof, error) + func RequestVerifyDeletionProof(addr string, requestVerifyDeletionProof *pb.RequestVerifyDeletionProof, ...) (*pb.ResponseVerifyCommitOrDeletionProof, error) + func RequestVerifySpaceTotal(addr string, requestSpaceProofVerifyTotal *pb.RequestSpaceProofVerifyTotal, ...) (*pb.ResponseSpaceProofVerifyTotal, error)