Documentation ¶
Overview ¶
Package rpcprotobuf is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- func RegisterApiServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterApiServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApiServiceClient) error
- func RegisterApiServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterApiServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApiServiceServer) error
- func RegisterApiServiceServer(s *grpc.Server, srv ApiServiceServer)
- type ActOnSpaceKeeperResponse
- func (*ActOnSpaceKeeperResponse) Descriptor() ([]byte, []int)
- func (m *ActOnSpaceKeeperResponse) GetErrorCode() uint32
- func (m *ActOnSpaceKeeperResponse) GetErrorMessage() string
- func (*ActOnSpaceKeeperResponse) ProtoMessage()
- func (m *ActOnSpaceKeeperResponse) Reset()
- func (m *ActOnSpaceKeeperResponse) String() string
- func (m *ActOnSpaceKeeperResponse) XXX_DiscardUnknown()
- func (m *ActOnSpaceKeeperResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ActOnSpaceKeeperResponse) XXX_Merge(src proto.Message)
- func (m *ActOnSpaceKeeperResponse) XXX_Size() int
- func (m *ActOnSpaceKeeperResponse) XXX_Unmarshal(b []byte) error
- type AddrManager
- func (*AddrManager) Descriptor() ([]byte, []int)
- func (m *AddrManager) GetAddresses() []*PocAddress
- func (m *AddrManager) GetExpires() uint64
- func (m *AddrManager) GetKeystoreName() string
- func (m *AddrManager) GetRemark() string
- func (m *AddrManager) GetUse() uint32
- func (*AddrManager) ProtoMessage()
- func (m *AddrManager) Reset()
- func (m *AddrManager) String() string
- func (m *AddrManager) XXX_DiscardUnknown()
- func (m *AddrManager) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddrManager) XXX_Merge(src proto.Message)
- func (m *AddrManager) XXX_Size() int
- func (m *AddrManager) XXX_Unmarshal(b []byte) error
- type ApiServiceClient
- type ApiServiceServer
- type BlockInfoForTx
- func (*BlockInfoForTx) Descriptor() ([]byte, []int)
- func (m *BlockInfoForTx) GetBlockHash() string
- func (m *BlockInfoForTx) GetHeight() uint64
- func (m *BlockInfoForTx) GetTimestamp() int64
- func (*BlockInfoForTx) ProtoMessage()
- func (m *BlockInfoForTx) Reset()
- func (m *BlockInfoForTx) String() string
- func (m *BlockInfoForTx) XXX_DiscardUnknown()
- func (m *BlockInfoForTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlockInfoForTx) XXX_Merge(src proto.Message)
- func (m *BlockInfoForTx) XXX_Size() int
- func (m *BlockInfoForTx) XXX_Unmarshal(b []byte) error
- type ChangePrivatePassRequest
- func (*ChangePrivatePassRequest) Descriptor() ([]byte, []int)
- func (m *ChangePrivatePassRequest) GetNewPrivpass() string
- func (m *ChangePrivatePassRequest) GetOldPrivpass() string
- func (*ChangePrivatePassRequest) ProtoMessage()
- func (m *ChangePrivatePassRequest) Reset()
- func (m *ChangePrivatePassRequest) String() string
- func (m *ChangePrivatePassRequest) XXX_DiscardUnknown()
- func (m *ChangePrivatePassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChangePrivatePassRequest) XXX_Merge(src proto.Message)
- func (m *ChangePrivatePassRequest) XXX_Size() int
- func (m *ChangePrivatePassRequest) XXX_Unmarshal(b []byte) error
- type ChangePrivatePassResponse
- func (*ChangePrivatePassResponse) Descriptor() ([]byte, []int)
- func (m *ChangePrivatePassResponse) GetSuccess() bool
- func (*ChangePrivatePassResponse) ProtoMessage()
- func (m *ChangePrivatePassResponse) Reset()
- func (m *ChangePrivatePassResponse) String() string
- func (m *ChangePrivatePassResponse) XXX_DiscardUnknown()
- func (m *ChangePrivatePassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChangePrivatePassResponse) XXX_Merge(src proto.Message)
- func (m *ChangePrivatePassResponse) XXX_Size() int
- func (m *ChangePrivatePassResponse) XXX_Unmarshal(b []byte) error
- type ChangePublicPassRequest
- func (*ChangePublicPassRequest) Descriptor() ([]byte, []int)
- func (m *ChangePublicPassRequest) GetNewPubpass() string
- func (m *ChangePublicPassRequest) GetOldPubpass() string
- func (*ChangePublicPassRequest) ProtoMessage()
- func (m *ChangePublicPassRequest) Reset()
- func (m *ChangePublicPassRequest) String() string
- func (m *ChangePublicPassRequest) XXX_DiscardUnknown()
- func (m *ChangePublicPassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChangePublicPassRequest) XXX_Merge(src proto.Message)
- func (m *ChangePublicPassRequest) XXX_Size() int
- func (m *ChangePublicPassRequest) XXX_Unmarshal(b []byte) error
- type ChangePublicPassResponse
- func (*ChangePublicPassResponse) Descriptor() ([]byte, []int)
- func (m *ChangePublicPassResponse) GetSuccess() bool
- func (*ChangePublicPassResponse) ProtoMessage()
- func (m *ChangePublicPassResponse) Reset()
- func (m *ChangePublicPassResponse) String() string
- func (m *ChangePublicPassResponse) XXX_DiscardUnknown()
- func (m *ChangePublicPassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChangePublicPassResponse) XXX_Merge(src proto.Message)
- func (m *ChangePublicPassResponse) XXX_Size() int
- func (m *ChangePublicPassResponse) XXX_Unmarshal(b []byte) error
- type CoinbaseVout
- func (*CoinbaseVout) Descriptor() ([]byte, []int)
- func (m *CoinbaseVout) GetN() uint32
- func (m *CoinbaseVout) GetScriptPublicKey() *ScriptPubKeyResult
- func (m *CoinbaseVout) GetType() string
- func (m *CoinbaseVout) GetValue() string
- func (*CoinbaseVout) ProtoMessage()
- func (m *CoinbaseVout) Reset()
- func (m *CoinbaseVout) String() string
- func (m *CoinbaseVout) XXX_DiscardUnknown()
- func (m *CoinbaseVout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CoinbaseVout) XXX_Merge(src proto.Message)
- func (m *CoinbaseVout) XXX_Size() int
- func (m *CoinbaseVout) XXX_Unmarshal(b []byte) error
- type ConfigureSpaceKeeperByDirsRequest
- func (*ConfigureSpaceKeeperByDirsRequest) Descriptor() ([]byte, []int)
- func (m *ConfigureSpaceKeeperByDirsRequest) GetAllocations() []*ConfigureSpaceKeeperByDirsRequest_Allocation
- func (m *ConfigureSpaceKeeperByDirsRequest) GetAutoCreate() int32
- func (m *ConfigureSpaceKeeperByDirsRequest) GetCointype() uint32
- func (m *ConfigureSpaceKeeperByDirsRequest) GetPassphrase() string
- func (m *ConfigureSpaceKeeperByDirsRequest) GetPayoutAddresses() []string
- func (*ConfigureSpaceKeeperByDirsRequest) ProtoMessage()
- func (m *ConfigureSpaceKeeperByDirsRequest) Reset()
- func (m *ConfigureSpaceKeeperByDirsRequest) String() string
- func (m *ConfigureSpaceKeeperByDirsRequest) XXX_DiscardUnknown()
- func (m *ConfigureSpaceKeeperByDirsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigureSpaceKeeperByDirsRequest) XXX_Merge(src proto.Message)
- func (m *ConfigureSpaceKeeperByDirsRequest) XXX_Size() int
- func (m *ConfigureSpaceKeeperByDirsRequest) XXX_Unmarshal(b []byte) error
- type ConfigureSpaceKeeperByDirsRequest_Allocation
- func (*ConfigureSpaceKeeperByDirsRequest_Allocation) Descriptor() ([]byte, []int)
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) GetCapacity() uint64
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) GetDirectory() string
- func (*ConfigureSpaceKeeperByDirsRequest_Allocation) ProtoMessage()
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) Reset()
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) String() string
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_DiscardUnknown()
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Merge(src proto.Message)
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Size() int
- func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Unmarshal(b []byte) error
- type ConfigureSpaceKeeperRequest
- func (*ConfigureSpaceKeeperRequest) Descriptor() ([]byte, []int)
- func (m *ConfigureSpaceKeeperRequest) GetCapacity() uint64
- func (m *ConfigureSpaceKeeperRequest) GetCointype() uint32
- func (m *ConfigureSpaceKeeperRequest) GetPassphrase() string
- func (m *ConfigureSpaceKeeperRequest) GetPayoutAddresses() []string
- func (*ConfigureSpaceKeeperRequest) ProtoMessage()
- func (m *ConfigureSpaceKeeperRequest) Reset()
- func (m *ConfigureSpaceKeeperRequest) String() string
- func (m *ConfigureSpaceKeeperRequest) XXX_DiscardUnknown()
- func (m *ConfigureSpaceKeeperRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigureSpaceKeeperRequest) XXX_Merge(src proto.Message)
- func (m *ConfigureSpaceKeeperRequest) XXX_Size() int
- func (m *ConfigureSpaceKeeperRequest) XXX_Unmarshal(b []byte) error
- type DerivationPath
- func (*DerivationPath) Descriptor() ([]byte, []int)
- func (m *DerivationPath) GetAccount() uint32
- func (m *DerivationPath) GetBranch() uint32
- func (m *DerivationPath) GetIndex() uint32
- func (*DerivationPath) ProtoMessage()
- func (m *DerivationPath) Reset()
- func (m *DerivationPath) String() string
- func (m *DerivationPath) XXX_DiscardUnknown()
- func (m *DerivationPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DerivationPath) XXX_Merge(src proto.Message)
- func (m *DerivationPath) XXX_Size() int
- func (m *DerivationPath) XXX_Unmarshal(b []byte) error
- type ExportKeystoreByDirRequest
- func (*ExportKeystoreByDirRequest) Descriptor() ([]byte, []int)
- func (m *ExportKeystoreByDirRequest) GetExportPath() string
- func (m *ExportKeystoreByDirRequest) GetPassphrase() string
- func (m *ExportKeystoreByDirRequest) GetWalletDir() string
- func (m *ExportKeystoreByDirRequest) GetWalletPassphrase() string
- func (*ExportKeystoreByDirRequest) ProtoMessage()
- func (m *ExportKeystoreByDirRequest) Reset()
- func (m *ExportKeystoreByDirRequest) String() string
- func (m *ExportKeystoreByDirRequest) XXX_DiscardUnknown()
- func (m *ExportKeystoreByDirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExportKeystoreByDirRequest) XXX_Merge(src proto.Message)
- func (m *ExportKeystoreByDirRequest) XXX_Size() int
- func (m *ExportKeystoreByDirRequest) XXX_Unmarshal(b []byte) error
- type ExportKeystoreByDirResponse
- func (*ExportKeystoreByDirResponse) Descriptor() ([]byte, []int)
- func (m *ExportKeystoreByDirResponse) GetAddrManagers() []*AddrManager
- func (m *ExportKeystoreByDirResponse) GetKeystores() string
- func (*ExportKeystoreByDirResponse) ProtoMessage()
- func (m *ExportKeystoreByDirResponse) Reset()
- func (m *ExportKeystoreByDirResponse) String() string
- func (m *ExportKeystoreByDirResponse) XXX_DiscardUnknown()
- func (m *ExportKeystoreByDirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExportKeystoreByDirResponse) XXX_Merge(src proto.Message)
- func (m *ExportKeystoreByDirResponse) XXX_Size() int
- func (m *ExportKeystoreByDirResponse) XXX_Unmarshal(b []byte) error
- type ExportKeystoreRequest
- func (*ExportKeystoreRequest) Descriptor() ([]byte, []int)
- func (m *ExportKeystoreRequest) GetExportPath() string
- func (m *ExportKeystoreRequest) GetPassphrase() string
- func (m *ExportKeystoreRequest) GetWalletId() string
- func (*ExportKeystoreRequest) ProtoMessage()
- func (m *ExportKeystoreRequest) Reset()
- func (m *ExportKeystoreRequest) String() string
- func (m *ExportKeystoreRequest) XXX_DiscardUnknown()
- func (m *ExportKeystoreRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExportKeystoreRequest) XXX_Merge(src proto.Message)
- func (m *ExportKeystoreRequest) XXX_Size() int
- func (m *ExportKeystoreRequest) XXX_Unmarshal(b []byte) error
- type ExportKeystoreResponse
- func (*ExportKeystoreResponse) Descriptor() ([]byte, []int)
- func (m *ExportKeystoreResponse) GetAddrManager() *AddrManager
- func (m *ExportKeystoreResponse) GetKeystore() string
- func (*ExportKeystoreResponse) ProtoMessage()
- func (m *ExportKeystoreResponse) Reset()
- func (m *ExportKeystoreResponse) String() string
- func (m *ExportKeystoreResponse) XXX_DiscardUnknown()
- func (m *ExportKeystoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExportKeystoreResponse) XXX_Merge(src proto.Message)
- func (m *ExportKeystoreResponse) XXX_Size() int
- func (m *ExportKeystoreResponse) XXX_Unmarshal(b []byte) error
- type FaultPubKey
- func (*FaultPubKey) Descriptor() ([]byte, []int)
- func (m *FaultPubKey) GetProposalType() uint32
- func (m *FaultPubKey) GetPublicKey() string
- func (m *FaultPubKey) GetTestimony() []*Header
- func (m *FaultPubKey) GetVersion() uint32
- func (*FaultPubKey) ProtoMessage()
- func (m *FaultPubKey) Reset()
- func (m *FaultPubKey) String() string
- func (m *FaultPubKey) XXX_DiscardUnknown()
- func (m *FaultPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FaultPubKey) XXX_Merge(src proto.Message)
- func (m *FaultPubKey) XXX_Size() int
- func (m *FaultPubKey) XXX_Unmarshal(b []byte) error
- type GetBestBlockHashResponse
- func (*GetBestBlockHashResponse) Descriptor() ([]byte, []int)
- func (m *GetBestBlockHashResponse) GetHash() string
- func (*GetBestBlockHashResponse) ProtoMessage()
- func (m *GetBestBlockHashResponse) Reset()
- func (m *GetBestBlockHashResponse) String() string
- func (m *GetBestBlockHashResponse) XXX_DiscardUnknown()
- func (m *GetBestBlockHashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBestBlockHashResponse) XXX_Merge(src proto.Message)
- func (m *GetBestBlockHashResponse) XXX_Size() int
- func (m *GetBestBlockHashResponse) XXX_Unmarshal(b []byte) error
- type GetBestBlockResponse
- func (*GetBestBlockResponse) Descriptor() ([]byte, []int)
- func (m *GetBestBlockResponse) GetHash() string
- func (m *GetBestBlockResponse) GetHeight() uint64
- func (*GetBestBlockResponse) ProtoMessage()
- func (m *GetBestBlockResponse) Reset()
- func (m *GetBestBlockResponse) String() string
- func (m *GetBestBlockResponse) XXX_DiscardUnknown()
- func (m *GetBestBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBestBlockResponse) XXX_Merge(src proto.Message)
- func (m *GetBestBlockResponse) XXX_Size() int
- func (m *GetBestBlockResponse) XXX_Unmarshal(b []byte) error
- type GetBlockByHeightRequest
- func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int)
- func (m *GetBlockByHeightRequest) GetHeight() uint64
- func (*GetBlockByHeightRequest) ProtoMessage()
- func (m *GetBlockByHeightRequest) Reset()
- func (m *GetBlockByHeightRequest) String() string
- func (m *GetBlockByHeightRequest) XXX_DiscardUnknown()
- func (m *GetBlockByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockByHeightRequest) XXX_Merge(src proto.Message)
- func (m *GetBlockByHeightRequest) XXX_Size() int
- func (m *GetBlockByHeightRequest) XXX_Unmarshal(b []byte) error
- type GetBlockHashByHeightRequest
- func (*GetBlockHashByHeightRequest) Descriptor() ([]byte, []int)
- func (m *GetBlockHashByHeightRequest) GetHeight() uint64
- func (*GetBlockHashByHeightRequest) ProtoMessage()
- func (m *GetBlockHashByHeightRequest) Reset()
- func (m *GetBlockHashByHeightRequest) String() string
- func (m *GetBlockHashByHeightRequest) XXX_DiscardUnknown()
- func (m *GetBlockHashByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockHashByHeightRequest) XXX_Merge(src proto.Message)
- func (m *GetBlockHashByHeightRequest) XXX_Size() int
- func (m *GetBlockHashByHeightRequest) XXX_Unmarshal(b []byte) error
- type GetBlockHashByHeightResponse
- func (*GetBlockHashByHeightResponse) Descriptor() ([]byte, []int)
- func (m *GetBlockHashByHeightResponse) GetHash() string
- func (*GetBlockHashByHeightResponse) ProtoMessage()
- func (m *GetBlockHashByHeightResponse) Reset()
- func (m *GetBlockHashByHeightResponse) String() string
- func (m *GetBlockHashByHeightResponse) XXX_DiscardUnknown()
- func (m *GetBlockHashByHeightResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockHashByHeightResponse) XXX_Merge(src proto.Message)
- func (m *GetBlockHashByHeightResponse) XXX_Size() int
- func (m *GetBlockHashByHeightResponse) XXX_Unmarshal(b []byte) error
- type GetBlockHeaderRequest
- func (*GetBlockHeaderRequest) Descriptor() ([]byte, []int)
- func (m *GetBlockHeaderRequest) GetHash() string
- func (*GetBlockHeaderRequest) ProtoMessage()
- func (m *GetBlockHeaderRequest) Reset()
- func (m *GetBlockHeaderRequest) String() string
- func (m *GetBlockHeaderRequest) XXX_DiscardUnknown()
- func (m *GetBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockHeaderRequest) XXX_Merge(src proto.Message)
- func (m *GetBlockHeaderRequest) XXX_Size() int
- func (m *GetBlockHeaderRequest) XXX_Unmarshal(b []byte) error
- type GetBlockHeaderResponse
- func (*GetBlockHeaderResponse) Descriptor() ([]byte, []int)
- func (m *GetBlockHeaderResponse) GetBanList() []string
- func (m *GetBlockHeaderResponse) GetBlockSignature() *PoCSignature
- func (m *GetBlockHeaderResponse) GetChainId() string
- func (m *GetBlockHeaderResponse) GetChallenge() string
- func (m *GetBlockHeaderResponse) GetConfirmations() uint64
- func (m *GetBlockHeaderResponse) GetHash() string
- func (m *GetBlockHeaderResponse) GetHeight() uint64
- func (m *GetBlockHeaderResponse) GetNextHash() string
- func (m *GetBlockHeaderResponse) GetPreviousHash() string
- func (m *GetBlockHeaderResponse) GetProof() *Proof
- func (m *GetBlockHeaderResponse) GetProposalRoot() string
- func (m *GetBlockHeaderResponse) GetPublicKey() string
- func (m *GetBlockHeaderResponse) GetQuality() string
- func (m *GetBlockHeaderResponse) GetTarget() string
- func (m *GetBlockHeaderResponse) GetTimeUtc() string
- func (m *GetBlockHeaderResponse) GetTimestamp() int64
- func (m *GetBlockHeaderResponse) GetTransactionRoot() string
- func (m *GetBlockHeaderResponse) GetVersion() uint64
- func (m *GetBlockHeaderResponse) GetWitnessRoot() string
- func (*GetBlockHeaderResponse) ProtoMessage()
- func (m *GetBlockHeaderResponse) Reset()
- func (m *GetBlockHeaderResponse) String() string
- func (m *GetBlockHeaderResponse) XXX_DiscardUnknown()
- func (m *GetBlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockHeaderResponse) XXX_Merge(src proto.Message)
- func (m *GetBlockHeaderResponse) XXX_Size() int
- func (m *GetBlockHeaderResponse) XXX_Unmarshal(b []byte) error
- type GetBlockHeightByPubKeyRequest
- func (*GetBlockHeightByPubKeyRequest) Descriptor() ([]byte, []int)
- func (m *GetBlockHeightByPubKeyRequest) GetPublicKey() string
- func (*GetBlockHeightByPubKeyRequest) ProtoMessage()
- func (m *GetBlockHeightByPubKeyRequest) Reset()
- func (m *GetBlockHeightByPubKeyRequest) String() string
- func (m *GetBlockHeightByPubKeyRequest) XXX_DiscardUnknown()
- func (m *GetBlockHeightByPubKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockHeightByPubKeyRequest) XXX_Merge(src proto.Message)
- func (m *GetBlockHeightByPubKeyRequest) XXX_Size() int
- func (m *GetBlockHeightByPubKeyRequest) XXX_Unmarshal(b []byte) error
- type GetBlockHeightByPubKeyResponse
- func (*GetBlockHeightByPubKeyResponse) Descriptor() ([]byte, []int)
- func (m *GetBlockHeightByPubKeyResponse) GetHeights() []uint64
- func (*GetBlockHeightByPubKeyResponse) ProtoMessage()
- func (m *GetBlockHeightByPubKeyResponse) Reset()
- func (m *GetBlockHeightByPubKeyResponse) String() string
- func (m *GetBlockHeightByPubKeyResponse) XXX_DiscardUnknown()
- func (m *GetBlockHeightByPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockHeightByPubKeyResponse) XXX_Merge(src proto.Message)
- func (m *GetBlockHeightByPubKeyResponse) XXX_Size() int
- func (m *GetBlockHeightByPubKeyResponse) XXX_Unmarshal(b []byte) error
- type GetBlockRequest
- func (*GetBlockRequest) Descriptor() ([]byte, []int)
- func (m *GetBlockRequest) GetHash() string
- func (*GetBlockRequest) ProtoMessage()
- func (m *GetBlockRequest) Reset()
- func (m *GetBlockRequest) String() string
- func (m *GetBlockRequest) XXX_DiscardUnknown()
- func (m *GetBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockRequest) XXX_Merge(src proto.Message)
- func (m *GetBlockRequest) XXX_Size() int
- func (m *GetBlockRequest) XXX_Unmarshal(b []byte) error
- type GetBlockRequestV2
- func (*GetBlockRequestV2) Descriptor() ([]byte, []int)
- func (m *GetBlockRequestV2) GetId() string
- func (*GetBlockRequestV2) ProtoMessage()
- func (m *GetBlockRequestV2) Reset()
- func (m *GetBlockRequestV2) String() string
- func (m *GetBlockRequestV2) XXX_DiscardUnknown()
- func (m *GetBlockRequestV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockRequestV2) XXX_Merge(src proto.Message)
- func (m *GetBlockRequestV2) XXX_Size() int
- func (m *GetBlockRequestV2) XXX_Unmarshal(b []byte) error
- type GetBlockResponse
- func (*GetBlockResponse) Descriptor() ([]byte, []int)
- func (m *GetBlockResponse) GetBanList() []string
- func (m *GetBlockResponse) GetBlockSignature() *PoCSignature
- func (m *GetBlockResponse) GetBlockSize() uint32
- func (m *GetBlockResponse) GetChainId() string
- func (m *GetBlockResponse) GetChallenge() string
- func (m *GetBlockResponse) GetConfirmations() uint64
- func (m *GetBlockResponse) GetHash() string
- func (m *GetBlockResponse) GetHeight() uint64
- func (m *GetBlockResponse) GetNextHash() string
- func (m *GetBlockResponse) GetPreviousHash() string
- func (m *GetBlockResponse) GetProof() *Proof
- func (m *GetBlockResponse) GetProposalArea() *ProposalArea
- func (m *GetBlockResponse) GetProposalRoot() string
- func (m *GetBlockResponse) GetPublicKey() string
- func (m *GetBlockResponse) GetQuality() string
- func (m *GetBlockResponse) GetRawTx() []*TxRawResult
- func (m *GetBlockResponse) GetTarget() string
- func (m *GetBlockResponse) GetTime() int64
- func (m *GetBlockResponse) GetTimeUtc() string
- func (m *GetBlockResponse) GetTransactionRoot() string
- func (m *GetBlockResponse) GetTx() []string
- func (m *GetBlockResponse) GetTxCount() uint32
- func (m *GetBlockResponse) GetVersion() uint64
- func (m *GetBlockResponse) GetWitnessRoot() string
- func (*GetBlockResponse) ProtoMessage()
- func (m *GetBlockResponse) Reset()
- func (m *GetBlockResponse) String() string
- func (m *GetBlockResponse) XXX_DiscardUnknown()
- func (m *GetBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockResponse) XXX_Merge(src proto.Message)
- func (m *GetBlockResponse) XXX_Size() int
- func (m *GetBlockResponse) XXX_Unmarshal(b []byte) error
- type GetBlockResponseV2
- func (*GetBlockResponseV2) Descriptor() ([]byte, []int)
- func (m *GetBlockResponseV2) GetBanList() []string
- func (m *GetBlockResponseV2) GetChainId() string
- func (m *GetBlockResponseV2) GetChallenge() string
- func (m *GetBlockResponseV2) GetConfirmations() uint64
- func (m *GetBlockResponseV2) GetHash() string
- func (m *GetBlockResponseV2) GetHeight() uint64
- func (m *GetBlockResponseV2) GetNext() string
- func (m *GetBlockResponseV2) GetPacketSize() uint32
- func (m *GetBlockResponseV2) GetPlainSize() uint32
- func (m *GetBlockResponseV2) GetPrevious() string
- func (m *GetBlockResponseV2) GetProof() *Proof
- func (m *GetBlockResponseV2) GetProposalRoot() string
- func (m *GetBlockResponseV2) GetProposals() *ProposalArea
- func (m *GetBlockResponseV2) GetPublicKey() string
- func (m *GetBlockResponseV2) GetQuality() string
- func (m *GetBlockResponseV2) GetSignature() *PoCSignature
- func (m *GetBlockResponseV2) GetTarget() string
- func (m *GetBlockResponseV2) GetTimeUtc() string
- func (m *GetBlockResponseV2) GetTimestamp() int64
- func (m *GetBlockResponseV2) GetTransactionRoot() string
- func (m *GetBlockResponseV2) GetTxCount() uint32
- func (m *GetBlockResponseV2) GetTxids() []string
- func (m *GetBlockResponseV2) GetVersion() uint64
- func (m *GetBlockResponseV2) GetWitnessRoot() string
- func (*GetBlockResponseV2) ProtoMessage()
- func (m *GetBlockResponseV2) Reset()
- func (m *GetBlockResponseV2) String() string
- func (m *GetBlockResponseV2) XXX_DiscardUnknown()
- func (m *GetBlockResponseV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBlockResponseV2) XXX_Merge(src proto.Message)
- func (m *GetBlockResponseV2) XXX_Size() int
- func (m *GetBlockResponseV2) XXX_Unmarshal(b []byte) error
- type GetClientStatusResponse
- func (*GetClientStatusResponse) Descriptor() ([]byte, []int)
- func (m *GetClientStatusResponse) GetChainId() string
- func (m *GetClientStatusResponse) GetKnownBestHeight() uint64
- func (m *GetClientStatusResponse) GetLocalBestHeight() uint64
- func (m *GetClientStatusResponse) GetMining() bool
- func (m *GetClientStatusResponse) GetP2PId() string
- func (m *GetClientStatusResponse) GetPeerCount() *GetClientStatusResponsePeerCountInfo
- func (m *GetClientStatusResponse) GetPeerListening() bool
- func (m *GetClientStatusResponse) GetPeers() *GetClientStatusResponsePeerList
- func (m *GetClientStatusResponse) GetSpaceKeeping() bool
- func (m *GetClientStatusResponse) GetSyncing() bool
- func (m *GetClientStatusResponse) GetVersion() string
- func (*GetClientStatusResponse) ProtoMessage()
- func (m *GetClientStatusResponse) Reset()
- func (m *GetClientStatusResponse) String() string
- func (m *GetClientStatusResponse) XXX_DiscardUnknown()
- func (m *GetClientStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClientStatusResponse) XXX_Merge(src proto.Message)
- func (m *GetClientStatusResponse) XXX_Size() int
- func (m *GetClientStatusResponse) XXX_Unmarshal(b []byte) error
- type GetClientStatusResponsePeerCountInfo
- func (*GetClientStatusResponsePeerCountInfo) Descriptor() ([]byte, []int)
- func (m *GetClientStatusResponsePeerCountInfo) GetInbound() uint32
- func (m *GetClientStatusResponsePeerCountInfo) GetOutbound() uint32
- func (m *GetClientStatusResponsePeerCountInfo) GetTotal() uint32
- func (*GetClientStatusResponsePeerCountInfo) ProtoMessage()
- func (m *GetClientStatusResponsePeerCountInfo) Reset()
- func (m *GetClientStatusResponsePeerCountInfo) String() string
- func (m *GetClientStatusResponsePeerCountInfo) XXX_DiscardUnknown()
- func (m *GetClientStatusResponsePeerCountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClientStatusResponsePeerCountInfo) XXX_Merge(src proto.Message)
- func (m *GetClientStatusResponsePeerCountInfo) XXX_Size() int
- func (m *GetClientStatusResponsePeerCountInfo) XXX_Unmarshal(b []byte) error
- type GetClientStatusResponsePeerInfo
- func (*GetClientStatusResponsePeerInfo) Descriptor() ([]byte, []int)
- func (m *GetClientStatusResponsePeerInfo) GetAddress() string
- func (m *GetClientStatusResponsePeerInfo) GetDirection() string
- func (m *GetClientStatusResponsePeerInfo) GetId() string
- func (*GetClientStatusResponsePeerInfo) ProtoMessage()
- func (m *GetClientStatusResponsePeerInfo) Reset()
- func (m *GetClientStatusResponsePeerInfo) String() string
- func (m *GetClientStatusResponsePeerInfo) XXX_DiscardUnknown()
- func (m *GetClientStatusResponsePeerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClientStatusResponsePeerInfo) XXX_Merge(src proto.Message)
- func (m *GetClientStatusResponsePeerInfo) XXX_Size() int
- func (m *GetClientStatusResponsePeerInfo) XXX_Unmarshal(b []byte) error
- type GetClientStatusResponsePeerList
- func (*GetClientStatusResponsePeerList) Descriptor() ([]byte, []int)
- func (m *GetClientStatusResponsePeerList) GetInbound() []*GetClientStatusResponsePeerInfo
- func (m *GetClientStatusResponsePeerList) GetOther() []*GetClientStatusResponsePeerInfo
- func (m *GetClientStatusResponsePeerList) GetOutbound() []*GetClientStatusResponsePeerInfo
- func (*GetClientStatusResponsePeerList) ProtoMessage()
- func (m *GetClientStatusResponsePeerList) Reset()
- func (m *GetClientStatusResponsePeerList) String() string
- func (m *GetClientStatusResponsePeerList) XXX_DiscardUnknown()
- func (m *GetClientStatusResponsePeerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClientStatusResponsePeerList) XXX_Merge(src proto.Message)
- func (m *GetClientStatusResponsePeerList) XXX_Size() int
- func (m *GetClientStatusResponsePeerList) XXX_Unmarshal(b []byte) error
- type GetCoinbaseRequest
- func (*GetCoinbaseRequest) Descriptor() ([]byte, []int)
- func (m *GetCoinbaseRequest) GetHeight() uint64
- func (*GetCoinbaseRequest) ProtoMessage()
- func (m *GetCoinbaseRequest) Reset()
- func (m *GetCoinbaseRequest) String() string
- func (m *GetCoinbaseRequest) XXX_DiscardUnknown()
- func (m *GetCoinbaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetCoinbaseRequest) XXX_Merge(src proto.Message)
- func (m *GetCoinbaseRequest) XXX_Size() int
- func (m *GetCoinbaseRequest) XXX_Unmarshal(b []byte) error
- type GetCoinbaseResponse
- func (*GetCoinbaseResponse) Descriptor() ([]byte, []int)
- func (m *GetCoinbaseResponse) GetBindingValue() string
- func (m *GetCoinbaseResponse) GetBlock() *BlockInfoForTx
- func (m *GetCoinbaseResponse) GetConfirmations() uint64
- func (m *GetCoinbaseResponse) GetLockTime() uint64
- func (m *GetCoinbaseResponse) GetPayload() string
- func (m *GetCoinbaseResponse) GetStatus() int32
- func (m *GetCoinbaseResponse) GetTotalFees() string
- func (m *GetCoinbaseResponse) GetTxId() string
- func (m *GetCoinbaseResponse) GetTxSize() uint32
- func (m *GetCoinbaseResponse) GetVersion() uint32
- func (m *GetCoinbaseResponse) GetVin() []*Vin
- func (m *GetCoinbaseResponse) GetVout() []*CoinbaseVout
- func (*GetCoinbaseResponse) ProtoMessage()
- func (m *GetCoinbaseResponse) Reset()
- func (m *GetCoinbaseResponse) String() string
- func (m *GetCoinbaseResponse) XXX_DiscardUnknown()
- func (m *GetCoinbaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetCoinbaseResponse) XXX_Merge(src proto.Message)
- func (m *GetCoinbaseResponse) XXX_Size() int
- func (m *GetCoinbaseResponse) XXX_Unmarshal(b []byte) error
- type GetGovernConfigHistoryRequest
- func (*GetGovernConfigHistoryRequest) Descriptor() ([]byte, []int)
- func (m *GetGovernConfigHistoryRequest) GetId() uint32
- func (m *GetGovernConfigHistoryRequest) GetIncludeShadow() bool
- func (*GetGovernConfigHistoryRequest) ProtoMessage()
- func (m *GetGovernConfigHistoryRequest) Reset()
- func (m *GetGovernConfigHistoryRequest) String() string
- func (m *GetGovernConfigHistoryRequest) XXX_DiscardUnknown()
- func (m *GetGovernConfigHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetGovernConfigHistoryRequest) XXX_Merge(src proto.Message)
- func (m *GetGovernConfigHistoryRequest) XXX_Size() int
- func (m *GetGovernConfigHistoryRequest) XXX_Unmarshal(b []byte) error
- type GetGovernConfigHistoryResponse
- func (*GetGovernConfigHistoryResponse) Descriptor() ([]byte, []int)
- func (m *GetGovernConfigHistoryResponse) GetConfigs() []*GovernConfig
- func (m *GetGovernConfigHistoryResponse) GetId() uint32
- func (*GetGovernConfigHistoryResponse) ProtoMessage()
- func (m *GetGovernConfigHistoryResponse) Reset()
- func (m *GetGovernConfigHistoryResponse) String() string
- func (m *GetGovernConfigHistoryResponse) XXX_DiscardUnknown()
- func (m *GetGovernConfigHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetGovernConfigHistoryResponse) XXX_Merge(src proto.Message)
- func (m *GetGovernConfigHistoryResponse) XXX_Size() int
- func (m *GetGovernConfigHistoryResponse) XXX_Unmarshal(b []byte) error
- type GetGovernConfigRequest
- func (*GetGovernConfigRequest) Descriptor() ([]byte, []int)
- func (m *GetGovernConfigRequest) GetId() uint32
- func (*GetGovernConfigRequest) ProtoMessage()
- func (m *GetGovernConfigRequest) Reset()
- func (m *GetGovernConfigRequest) String() string
- func (m *GetGovernConfigRequest) XXX_DiscardUnknown()
- func (m *GetGovernConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetGovernConfigRequest) XXX_Merge(src proto.Message)
- func (m *GetGovernConfigRequest) XXX_Size() int
- func (m *GetGovernConfigRequest) XXX_Unmarshal(b []byte) error
- type GetGovernConfigResponse
- func (*GetGovernConfigResponse) Descriptor() ([]byte, []int)
- func (m *GetGovernConfigResponse) GetActivateHeight() uint64
- func (m *GetGovernConfigResponse) GetBlockHeight() uint64
- func (m *GetGovernConfigResponse) GetConfig() *GovernConfig
- func (m *GetGovernConfigResponse) GetId() uint32
- func (m *GetGovernConfigResponse) GetTxId() string
- func (*GetGovernConfigResponse) ProtoMessage()
- func (m *GetGovernConfigResponse) Reset()
- func (m *GetGovernConfigResponse) String() string
- func (m *GetGovernConfigResponse) XXX_DiscardUnknown()
- func (m *GetGovernConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetGovernConfigResponse) XXX_Merge(src proto.Message)
- func (m *GetGovernConfigResponse) XXX_Size() int
- func (m *GetGovernConfigResponse) XXX_Unmarshal(b []byte) error
- type GetKeystoreDetailRequest
- func (*GetKeystoreDetailRequest) Descriptor() ([]byte, []int)
- func (m *GetKeystoreDetailRequest) GetPassphrase() string
- func (m *GetKeystoreDetailRequest) GetWalletId() string
- func (*GetKeystoreDetailRequest) ProtoMessage()
- func (m *GetKeystoreDetailRequest) Reset()
- func (m *GetKeystoreDetailRequest) String() string
- func (m *GetKeystoreDetailRequest) XXX_DiscardUnknown()
- func (m *GetKeystoreDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKeystoreDetailRequest) XXX_Merge(src proto.Message)
- func (m *GetKeystoreDetailRequest) XXX_Size() int
- func (m *GetKeystoreDetailRequest) XXX_Unmarshal(b []byte) error
- type GetKeystoreDetailResponse
- func (*GetKeystoreDetailResponse) Descriptor() ([]byte, []int)
- func (m *GetKeystoreDetailResponse) GetWallet() *PocWallet
- func (m *GetKeystoreDetailResponse) GetWalletId() string
- func (*GetKeystoreDetailResponse) ProtoMessage()
- func (m *GetKeystoreDetailResponse) Reset()
- func (m *GetKeystoreDetailResponse) String() string
- func (m *GetKeystoreDetailResponse) XXX_DiscardUnknown()
- func (m *GetKeystoreDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKeystoreDetailResponse) XXX_Merge(src proto.Message)
- func (m *GetKeystoreDetailResponse) XXX_Size() int
- func (m *GetKeystoreDetailResponse) XXX_Unmarshal(b []byte) error
- type GetKeystoreResponse
- func (*GetKeystoreResponse) Descriptor() ([]byte, []int)
- func (m *GetKeystoreResponse) GetWallets() []*WalletSummary
- func (*GetKeystoreResponse) ProtoMessage()
- func (m *GetKeystoreResponse) Reset()
- func (m *GetKeystoreResponse) String() string
- func (m *GetKeystoreResponse) XXX_DiscardUnknown()
- func (m *GetKeystoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKeystoreResponse) XXX_Merge(src proto.Message)
- func (m *GetKeystoreResponse) XXX_Size() int
- func (m *GetKeystoreResponse) XXX_Unmarshal(b []byte) error
- type GetOrphanTxDescResponse
- func (*GetOrphanTxDescResponse) Descriptor() ([]byte, []int)
- func (m *GetOrphanTxDescResponse) GetDepends() []*TxOutPoint
- func (m *GetOrphanTxDescResponse) GetPacketSize() uint32
- func (m *GetOrphanTxDescResponse) GetPlainSize() uint32
- func (m *GetOrphanTxDescResponse) GetTxId() string
- func (*GetOrphanTxDescResponse) ProtoMessage()
- func (m *GetOrphanTxDescResponse) Reset()
- func (m *GetOrphanTxDescResponse) String() string
- func (m *GetOrphanTxDescResponse) XXX_DiscardUnknown()
- func (m *GetOrphanTxDescResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrphanTxDescResponse) XXX_Merge(src proto.Message)
- func (m *GetOrphanTxDescResponse) XXX_Size() int
- func (m *GetOrphanTxDescResponse) XXX_Unmarshal(b []byte) error
- type GetRawTransactionRequest
- func (*GetRawTransactionRequest) Descriptor() ([]byte, []int)
- func (m *GetRawTransactionRequest) GetTxId() string
- func (*GetRawTransactionRequest) ProtoMessage()
- func (m *GetRawTransactionRequest) Reset()
- func (m *GetRawTransactionRequest) String() string
- func (m *GetRawTransactionRequest) XXX_DiscardUnknown()
- func (m *GetRawTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRawTransactionRequest) XXX_Merge(src proto.Message)
- func (m *GetRawTransactionRequest) XXX_Size() int
- func (m *GetRawTransactionRequest) XXX_Unmarshal(b []byte) error
- type GetRawTransactionResponse
- func (*GetRawTransactionResponse) Descriptor() ([]byte, []int)
- func (m *GetRawTransactionResponse) GetBlock() *BlockInfoForTx
- func (m *GetRawTransactionResponse) GetCoinbase() bool
- func (m *GetRawTransactionResponse) GetConfirmations() uint64
- func (m *GetRawTransactionResponse) GetFee() string
- func (m *GetRawTransactionResponse) GetHex() string
- func (m *GetRawTransactionResponse) GetLockTime() int64
- func (m *GetRawTransactionResponse) GetPayload() string
- func (m *GetRawTransactionResponse) GetStatus() int32
- func (m *GetRawTransactionResponse) GetTxId() string
- func (m *GetRawTransactionResponse) GetTxSize() uint32
- func (m *GetRawTransactionResponse) GetVersion() int32
- func (m *GetRawTransactionResponse) GetVin() []*Vin
- func (m *GetRawTransactionResponse) GetVout() []*Vout
- func (*GetRawTransactionResponse) ProtoMessage()
- func (m *GetRawTransactionResponse) Reset()
- func (m *GetRawTransactionResponse) String() string
- func (m *GetRawTransactionResponse) XXX_DiscardUnknown()
- func (m *GetRawTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRawTransactionResponse) XXX_Merge(src proto.Message)
- func (m *GetRawTransactionResponse) XXX_Size() int
- func (m *GetRawTransactionResponse) XXX_Unmarshal(b []byte) error
- type GetStakingRewardRecordRequest
- func (*GetStakingRewardRecordRequest) Descriptor() ([]byte, []int)
- func (m *GetStakingRewardRecordRequest) GetTimestamp() uint64
- func (*GetStakingRewardRecordRequest) ProtoMessage()
- func (m *GetStakingRewardRecordRequest) Reset()
- func (m *GetStakingRewardRecordRequest) String() string
- func (m *GetStakingRewardRecordRequest) XXX_DiscardUnknown()
- func (m *GetStakingRewardRecordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetStakingRewardRecordRequest) XXX_Merge(src proto.Message)
- func (m *GetStakingRewardRecordRequest) XXX_Size() int
- func (m *GetStakingRewardRecordRequest) XXX_Unmarshal(b []byte) error
- type GetStakingRewardRecordResponse
- func (*GetStakingRewardRecordResponse) Descriptor() ([]byte, []int)
- func (m *GetStakingRewardRecordResponse) GetRecords() []*StakingRewardRecord
- func (*GetStakingRewardRecordResponse) ProtoMessage()
- func (m *GetStakingRewardRecordResponse) Reset()
- func (m *GetStakingRewardRecordResponse) String() string
- func (m *GetStakingRewardRecordResponse) XXX_DiscardUnknown()
- func (m *GetStakingRewardRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetStakingRewardRecordResponse) XXX_Merge(src proto.Message)
- func (m *GetStakingRewardRecordResponse) XXX_Size() int
- func (m *GetStakingRewardRecordResponse) XXX_Unmarshal(b []byte) error
- type GetStakingTxPoolInfoResponse
- func (*GetStakingTxPoolInfoResponse) Descriptor() ([]byte, []int)
- func (m *GetStakingTxPoolInfoResponse) GetAwardValue() uint64
- func (m *GetStakingTxPoolInfoResponse) GetBlockHash() string
- func (m *GetStakingTxPoolInfoResponse) GetHeight() uint64
- func (m *GetStakingTxPoolInfoResponse) GetImmaturityValue() uint64
- func (m *GetStakingTxPoolInfoResponse) GetMaturityValue() uint64
- func (m *GetStakingTxPoolInfoResponse) GetTimestamp() uint64
- func (m *GetStakingTxPoolInfoResponse) GetTotal() uint64
- func (*GetStakingTxPoolInfoResponse) ProtoMessage()
- func (m *GetStakingTxPoolInfoResponse) Reset()
- func (m *GetStakingTxPoolInfoResponse) String() string
- func (m *GetStakingTxPoolInfoResponse) XXX_DiscardUnknown()
- func (m *GetStakingTxPoolInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetStakingTxPoolInfoResponse) XXX_Merge(src proto.Message)
- func (m *GetStakingTxPoolInfoResponse) XXX_Size() int
- func (m *GetStakingTxPoolInfoResponse) XXX_Unmarshal(b []byte) error
- type GetTxDescVerbose0Response
- func (*GetTxDescVerbose0Response) Descriptor() ([]byte, []int)
- func (m *GetTxDescVerbose0Response) GetFee() string
- func (m *GetTxDescVerbose0Response) GetHeight() uint64
- func (m *GetTxDescVerbose0Response) GetPacketSize() uint32
- func (m *GetTxDescVerbose0Response) GetPlainSize() uint32
- func (m *GetTxDescVerbose0Response) GetStartingPriority() float64
- func (m *GetTxDescVerbose0Response) GetTime() int64
- func (m *GetTxDescVerbose0Response) GetTotalInputAge() int64
- func (m *GetTxDescVerbose0Response) GetTxId() string
- func (*GetTxDescVerbose0Response) ProtoMessage()
- func (m *GetTxDescVerbose0Response) Reset()
- func (m *GetTxDescVerbose0Response) String() string
- func (m *GetTxDescVerbose0Response) XXX_DiscardUnknown()
- func (m *GetTxDescVerbose0Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetTxDescVerbose0Response) XXX_Merge(src proto.Message)
- func (m *GetTxDescVerbose0Response) XXX_Size() int
- func (m *GetTxDescVerbose0Response) XXX_Unmarshal(b []byte) error
- type GetTxDescVerbose1Response
- func (*GetTxDescVerbose1Response) Descriptor() ([]byte, []int)
- func (m *GetTxDescVerbose1Response) GetCurrentPriority() float64
- func (m *GetTxDescVerbose1Response) GetDepends() []*TxOutPoint
- func (m *GetTxDescVerbose1Response) GetFee() string
- func (m *GetTxDescVerbose1Response) GetHeight() uint64
- func (m *GetTxDescVerbose1Response) GetPacketSize() uint32
- func (m *GetTxDescVerbose1Response) GetPlainSize() uint32
- func (m *GetTxDescVerbose1Response) GetStartingPriority() float64
- func (m *GetTxDescVerbose1Response) GetTime() int64
- func (m *GetTxDescVerbose1Response) GetTotalInputAge() int64
- func (m *GetTxDescVerbose1Response) GetTxId() string
- func (*GetTxDescVerbose1Response) ProtoMessage()
- func (m *GetTxDescVerbose1Response) Reset()
- func (m *GetTxDescVerbose1Response) String() string
- func (m *GetTxDescVerbose1Response) XXX_DiscardUnknown()
- func (m *GetTxDescVerbose1Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetTxDescVerbose1Response) XXX_Merge(src proto.Message)
- func (m *GetTxDescVerbose1Response) XXX_Size() int
- func (m *GetTxDescVerbose1Response) XXX_Unmarshal(b []byte) error
- type GetTxPoolResponse
- func (*GetTxPoolResponse) Descriptor() ([]byte, []int)
- func (m *GetTxPoolResponse) GetOrphanCount() uint32
- func (m *GetTxPoolResponse) GetOrphanPacketSize() uint64
- func (m *GetTxPoolResponse) GetOrphanPlainSize() uint64
- func (m *GetTxPoolResponse) GetOrphans() []string
- func (m *GetTxPoolResponse) GetTxCount() uint32
- func (m *GetTxPoolResponse) GetTxPacketSize() uint64
- func (m *GetTxPoolResponse) GetTxPlainSize() uint64
- func (m *GetTxPoolResponse) GetTxs() []string
- func (*GetTxPoolResponse) ProtoMessage()
- func (m *GetTxPoolResponse) Reset()
- func (m *GetTxPoolResponse) String() string
- func (m *GetTxPoolResponse) XXX_DiscardUnknown()
- func (m *GetTxPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetTxPoolResponse) XXX_Merge(src proto.Message)
- func (m *GetTxPoolResponse) XXX_Size() int
- func (m *GetTxPoolResponse) XXX_Unmarshal(b []byte) error
- type GetTxPoolVerbose0Response
- func (*GetTxPoolVerbose0Response) Descriptor() ([]byte, []int)
- func (m *GetTxPoolVerbose0Response) GetOrphanCount() uint32
- func (m *GetTxPoolVerbose0Response) GetOrphanDescs() []*GetOrphanTxDescResponse
- func (m *GetTxPoolVerbose0Response) GetOrphanPacketSize() uint64
- func (m *GetTxPoolVerbose0Response) GetOrphanPlainSize() uint64
- func (m *GetTxPoolVerbose0Response) GetOrphans() []string
- func (m *GetTxPoolVerbose0Response) GetTxCount() uint32
- func (m *GetTxPoolVerbose0Response) GetTxDescs() []*GetTxDescVerbose0Response
- func (m *GetTxPoolVerbose0Response) GetTxPacketSize() uint64
- func (m *GetTxPoolVerbose0Response) GetTxPlainSize() uint64
- func (m *GetTxPoolVerbose0Response) GetTxs() []string
- func (*GetTxPoolVerbose0Response) ProtoMessage()
- func (m *GetTxPoolVerbose0Response) Reset()
- func (m *GetTxPoolVerbose0Response) String() string
- func (m *GetTxPoolVerbose0Response) XXX_DiscardUnknown()
- func (m *GetTxPoolVerbose0Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetTxPoolVerbose0Response) XXX_Merge(src proto.Message)
- func (m *GetTxPoolVerbose0Response) XXX_Size() int
- func (m *GetTxPoolVerbose0Response) XXX_Unmarshal(b []byte) error
- type GetTxPoolVerbose1Response
- func (*GetTxPoolVerbose1Response) Descriptor() ([]byte, []int)
- func (m *GetTxPoolVerbose1Response) GetOrphanCount() uint32
- func (m *GetTxPoolVerbose1Response) GetOrphanDescs() []*GetOrphanTxDescResponse
- func (m *GetTxPoolVerbose1Response) GetOrphanPacketSize() uint64
- func (m *GetTxPoolVerbose1Response) GetOrphanPlainSize() uint64
- func (m *GetTxPoolVerbose1Response) GetOrphans() []string
- func (m *GetTxPoolVerbose1Response) GetTxCount() uint32
- func (m *GetTxPoolVerbose1Response) GetTxDescs() []*GetTxDescVerbose1Response
- func (m *GetTxPoolVerbose1Response) GetTxPacketSize() uint64
- func (m *GetTxPoolVerbose1Response) GetTxPlainSize() uint64
- func (m *GetTxPoolVerbose1Response) GetTxs() []string
- func (*GetTxPoolVerbose1Response) ProtoMessage()
- func (m *GetTxPoolVerbose1Response) Reset()
- func (m *GetTxPoolVerbose1Response) String() string
- func (m *GetTxPoolVerbose1Response) XXX_DiscardUnknown()
- func (m *GetTxPoolVerbose1Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetTxPoolVerbose1Response) XXX_Merge(src proto.Message)
- func (m *GetTxPoolVerbose1Response) XXX_Size() int
- func (m *GetTxPoolVerbose1Response) XXX_Unmarshal(b []byte) error
- type GovernConfig
- func (*GovernConfig) Descriptor() ([]byte, []int)
- func (m *GovernConfig) GetConfig() isGovernConfig_Config
- func (m *GovernConfig) GetGovernSenateConfig() *GovernSenateConfig
- func (m *GovernConfig) GetGovernSupperConfig() *GovernSupperConfig
- func (m *GovernConfig) GetGovernVersionConfig() *GovernVersionConfig
- func (*GovernConfig) ProtoMessage()
- func (m *GovernConfig) Reset()
- func (m *GovernConfig) String() string
- func (m *GovernConfig) XXX_DiscardUnknown()
- func (m *GovernConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GovernConfig) XXX_Merge(src proto.Message)
- func (*GovernConfig) XXX_OneofWrappers() []interface{}
- func (m *GovernConfig) XXX_Size() int
- func (m *GovernConfig) XXX_Unmarshal(b []byte) error
- type GovernConfig_GovernSenateConfig
- type GovernConfig_GovernSupperConfig
- type GovernConfig_GovernVersionConfig
- type GovernSenateConfig
- func (*GovernSenateConfig) Descriptor() ([]byte, []int)
- func (m *GovernSenateConfig) GetNodes() []*GovernSenateNode
- func (*GovernSenateConfig) ProtoMessage()
- func (m *GovernSenateConfig) Reset()
- func (m *GovernSenateConfig) String() string
- func (m *GovernSenateConfig) XXX_DiscardUnknown()
- func (m *GovernSenateConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GovernSenateConfig) XXX_Merge(src proto.Message)
- func (m *GovernSenateConfig) XXX_Size() int
- func (m *GovernSenateConfig) XXX_Unmarshal(b []byte) error
- type GovernSenateNode
- func (*GovernSenateNode) Descriptor() ([]byte, []int)
- func (m *GovernSenateNode) GetAddress() string
- func (m *GovernSenateNode) GetWeight() uint64
- func (*GovernSenateNode) ProtoMessage()
- func (m *GovernSenateNode) Reset()
- func (m *GovernSenateNode) String() string
- func (m *GovernSenateNode) XXX_DiscardUnknown()
- func (m *GovernSenateNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GovernSenateNode) XXX_Merge(src proto.Message)
- func (m *GovernSenateNode) XXX_Size() int
- func (m *GovernSenateNode) XXX_Unmarshal(b []byte) error
- type GovernSupperAddressInfo
- func (*GovernSupperAddressInfo) Descriptor() ([]byte, []int)
- func (m *GovernSupperAddressInfo) GetAddress() string
- func (m *GovernSupperAddressInfo) GetId() uint32
- func (*GovernSupperAddressInfo) ProtoMessage()
- func (m *GovernSupperAddressInfo) Reset()
- func (m *GovernSupperAddressInfo) String() string
- func (m *GovernSupperAddressInfo) XXX_DiscardUnknown()
- func (m *GovernSupperAddressInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GovernSupperAddressInfo) XXX_Merge(src proto.Message)
- func (m *GovernSupperAddressInfo) XXX_Size() int
- func (m *GovernSupperAddressInfo) XXX_Unmarshal(b []byte) error
- type GovernSupperConfig
- func (*GovernSupperConfig) Descriptor() ([]byte, []int)
- func (m *GovernSupperConfig) GetAddress() []*GovernSupperAddressInfo
- func (*GovernSupperConfig) ProtoMessage()
- func (m *GovernSupperConfig) Reset()
- func (m *GovernSupperConfig) String() string
- func (m *GovernSupperConfig) XXX_DiscardUnknown()
- func (m *GovernSupperConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GovernSupperConfig) XXX_Merge(src proto.Message)
- func (m *GovernSupperConfig) XXX_Size() int
- func (m *GovernSupperConfig) XXX_Unmarshal(b []byte) error
- type GovernVersionConfig
- func (*GovernVersionConfig) Descriptor() ([]byte, []int)
- func (m *GovernVersionConfig) GetVersion() string
- func (*GovernVersionConfig) ProtoMessage()
- func (m *GovernVersionConfig) Reset()
- func (m *GovernVersionConfig) String() string
- func (m *GovernVersionConfig) XXX_DiscardUnknown()
- func (m *GovernVersionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GovernVersionConfig) XXX_Merge(src proto.Message)
- func (m *GovernVersionConfig) XXX_Size() int
- func (m *GovernVersionConfig) XXX_Unmarshal(b []byte) error
- type HDWalletPath
- func (*HDWalletPath) Descriptor() ([]byte, []int)
- func (m *HDWalletPath) GetAccount() uint32
- func (m *HDWalletPath) GetCointype() uint32
- func (m *HDWalletPath) GetExternalChildNum() uint32
- func (m *HDWalletPath) GetInternalChildNum() uint32
- func (m *HDWalletPath) GetPurpose() uint32
- func (*HDWalletPath) ProtoMessage()
- func (m *HDWalletPath) Reset()
- func (m *HDWalletPath) String() string
- func (m *HDWalletPath) XXX_DiscardUnknown()
- func (m *HDWalletPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HDWalletPath) XXX_Merge(src proto.Message)
- func (m *HDWalletPath) XXX_Size() int
- func (m *HDWalletPath) XXX_Unmarshal(b []byte) error
- type Header
- func (*Header) Descriptor() ([]byte, []int)
- func (m *Header) GetBanList() []string
- func (m *Header) GetBlockSignature() *PoCSignature
- func (m *Header) GetChainId() string
- func (m *Header) GetChallenge() string
- func (m *Header) GetHash() string
- func (m *Header) GetHeight() uint64
- func (m *Header) GetPreviousHash() string
- func (m *Header) GetProof() *Proof
- func (m *Header) GetProposalRoot() string
- func (m *Header) GetPublicKey() string
- func (m *Header) GetTarget() string
- func (m *Header) GetTime() int64
- func (m *Header) GetTransactionRoot() string
- func (m *Header) GetVersion() uint64
- func (m *Header) GetWitnessRoot() string
- func (*Header) ProtoMessage()
- func (m *Header) Reset()
- func (m *Header) String() string
- func (m *Header) XXX_DiscardUnknown()
- func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Header) XXX_Merge(src proto.Message)
- func (m *Header) XXX_Size() int
- func (m *Header) XXX_Unmarshal(b []byte) error
- type ImportKeystoreByDirRequest
- func (*ImportKeystoreByDirRequest) Descriptor() ([]byte, []int)
- func (m *ImportKeystoreByDirRequest) GetCurrentPrivpass() string
- func (m *ImportKeystoreByDirRequest) GetImportKeystoreDir() string
- func (m *ImportKeystoreByDirRequest) GetImportPrivpass() string
- func (m *ImportKeystoreByDirRequest) GetImportPubpass() string
- func (*ImportKeystoreByDirRequest) ProtoMessage()
- func (m *ImportKeystoreByDirRequest) Reset()
- func (m *ImportKeystoreByDirRequest) String() string
- func (m *ImportKeystoreByDirRequest) XXX_DiscardUnknown()
- func (m *ImportKeystoreByDirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportKeystoreByDirRequest) XXX_Merge(src proto.Message)
- func (m *ImportKeystoreByDirRequest) XXX_Size() int
- func (m *ImportKeystoreByDirRequest) XXX_Unmarshal(b []byte) error
- type ImportKeystoreByDirResponse
- func (*ImportKeystoreByDirResponse) Descriptor() ([]byte, []int)
- func (m *ImportKeystoreByDirResponse) GetKeystores() map[string]*PocWallet
- func (m *ImportKeystoreByDirResponse) GetNewAddrManagers() []*AddrManager
- func (m *ImportKeystoreByDirResponse) GetOldAddrManagers() []*AddrManager
- func (*ImportKeystoreByDirResponse) ProtoMessage()
- func (m *ImportKeystoreByDirResponse) Reset()
- func (m *ImportKeystoreByDirResponse) String() string
- func (m *ImportKeystoreByDirResponse) XXX_DiscardUnknown()
- func (m *ImportKeystoreByDirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportKeystoreByDirResponse) XXX_Merge(src proto.Message)
- func (m *ImportKeystoreByDirResponse) XXX_Size() int
- func (m *ImportKeystoreByDirResponse) XXX_Unmarshal(b []byte) error
- type ImportKeystoreRequest
- func (*ImportKeystoreRequest) Descriptor() ([]byte, []int)
- func (m *ImportKeystoreRequest) GetImportPath() string
- func (m *ImportKeystoreRequest) GetNewPassphrase() string
- func (m *ImportKeystoreRequest) GetOldPassphrase() string
- func (*ImportKeystoreRequest) ProtoMessage()
- func (m *ImportKeystoreRequest) Reset()
- func (m *ImportKeystoreRequest) String() string
- func (m *ImportKeystoreRequest) XXX_DiscardUnknown()
- func (m *ImportKeystoreRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportKeystoreRequest) XXX_Merge(src proto.Message)
- func (m *ImportKeystoreRequest) XXX_Size() int
- func (m *ImportKeystoreRequest) XXX_Unmarshal(b []byte) error
- type ImportKeystoreResponse
- func (*ImportKeystoreResponse) Descriptor() ([]byte, []int)
- func (m *ImportKeystoreResponse) GetAddrManager() *AddrManager
- func (m *ImportKeystoreResponse) GetRemark() string
- func (m *ImportKeystoreResponse) GetStatus() bool
- func (m *ImportKeystoreResponse) GetWalletId() string
- func (*ImportKeystoreResponse) ProtoMessage()
- func (m *ImportKeystoreResponse) Reset()
- func (m *ImportKeystoreResponse) String() string
- func (m *ImportKeystoreResponse) XXX_DiscardUnknown()
- func (m *ImportKeystoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportKeystoreResponse) XXX_Merge(src proto.Message)
- func (m *ImportKeystoreResponse) XXX_Size() int
- func (m *ImportKeystoreResponse) XXX_Unmarshal(b []byte) error
- type InputsInTx
- func (*InputsInTx) Descriptor() ([]byte, []int)
- func (m *InputsInTx) GetAddress() []string
- func (m *InputsInTx) GetIndex() uint32
- func (m *InputsInTx) GetTxId() string
- func (m *InputsInTx) GetValue() string
- func (*InputsInTx) ProtoMessage()
- func (m *InputsInTx) Reset()
- func (m *InputsInTx) String() string
- func (m *InputsInTx) XXX_DiscardUnknown()
- func (m *InputsInTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InputsInTx) XXX_Merge(src proto.Message)
- func (m *InputsInTx) XXX_Size() int
- func (m *InputsInTx) XXX_Unmarshal(b []byte) error
- type LockWalletResponse
- func (*LockWalletResponse) Descriptor() ([]byte, []int)
- func (m *LockWalletResponse) GetError() string
- func (m *LockWalletResponse) GetSuccess() bool
- func (*LockWalletResponse) ProtoMessage()
- func (m *LockWalletResponse) Reset()
- func (m *LockWalletResponse) String() string
- func (m *LockWalletResponse) XXX_DiscardUnknown()
- func (m *LockWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LockWalletResponse) XXX_Merge(src proto.Message)
- func (m *LockWalletResponse) XXX_Size() int
- func (m *LockWalletResponse) XXX_Unmarshal(b []byte) error
- type NormalProposal
- func (*NormalProposal) Descriptor() ([]byte, []int)
- func (m *NormalProposal) GetData() string
- func (m *NormalProposal) GetProposalType() uint32
- func (m *NormalProposal) GetVersion() uint32
- func (*NormalProposal) ProtoMessage()
- func (m *NormalProposal) Reset()
- func (m *NormalProposal) String() string
- func (m *NormalProposal) XXX_DiscardUnknown()
- func (m *NormalProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NormalProposal) XXX_Merge(src proto.Message)
- func (m *NormalProposal) XXX_Size() int
- func (m *NormalProposal) XXX_Unmarshal(b []byte) error
- type PoCSignature
- func (*PoCSignature) Descriptor() ([]byte, []int)
- func (m *PoCSignature) GetR() string
- func (m *PoCSignature) GetS() string
- func (*PoCSignature) ProtoMessage()
- func (m *PoCSignature) Reset()
- func (m *PoCSignature) String() string
- func (m *PoCSignature) XXX_DiscardUnknown()
- func (m *PoCSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PoCSignature) XXX_Merge(src proto.Message)
- func (m *PoCSignature) XXX_Size() int
- func (m *PoCSignature) XXX_Unmarshal(b []byte) error
- type PocAddress
- func (*PocAddress) Descriptor() ([]byte, []int)
- func (m *PocAddress) GetAddress() string
- func (m *PocAddress) GetDerivationPath() *DerivationPath
- func (m *PocAddress) GetPrivKey() string
- func (m *PocAddress) GetPubKey() string
- func (m *PocAddress) GetScriptHash() string
- func (*PocAddress) ProtoMessage()
- func (m *PocAddress) Reset()
- func (m *PocAddress) String() string
- func (m *PocAddress) XXX_DiscardUnknown()
- func (m *PocAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PocAddress) XXX_Merge(src proto.Message)
- func (m *PocAddress) XXX_Size() int
- func (m *PocAddress) XXX_Unmarshal(b []byte) error
- type PocWallet
- func (*PocWallet) Descriptor() ([]byte, []int)
- func (m *PocWallet) GetAddrManager() *AddrManager
- func (m *PocWallet) GetCrypto() *WalletCrypto
- func (m *PocWallet) GetHDPath() *HDWalletPath
- func (m *PocWallet) GetRemark() string
- func (m *PocWallet) GetWalletId() string
- func (*PocWallet) ProtoMessage()
- func (m *PocWallet) Reset()
- func (m *PocWallet) String() string
- func (m *PocWallet) XXX_DiscardUnknown()
- func (m *PocWallet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PocWallet) XXX_Merge(src proto.Message)
- func (m *PocWallet) XXX_Size() int
- func (m *PocWallet) XXX_Unmarshal(b []byte) error
- type Proof
- func (*Proof) Descriptor() ([]byte, []int)
- func (m *Proof) GetBitLength() uint32
- func (m *Proof) GetX() string
- func (m *Proof) GetXPrime() string
- func (*Proof) ProtoMessage()
- func (m *Proof) Reset()
- func (m *Proof) String() string
- func (m *Proof) XXX_DiscardUnknown()
- func (m *Proof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Proof) XXX_Merge(src proto.Message)
- func (m *Proof) XXX_Size() int
- func (m *Proof) XXX_Unmarshal(b []byte) error
- type ProposalArea
- func (*ProposalArea) Descriptor() ([]byte, []int)
- func (m *ProposalArea) GetOtherArea() []*NormalProposal
- func (m *ProposalArea) GetPunishmentArea() []*FaultPubKey
- func (*ProposalArea) ProtoMessage()
- func (m *ProposalArea) Reset()
- func (m *ProposalArea) String() string
- func (m *ProposalArea) XXX_DiscardUnknown()
- func (m *ProposalArea) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProposalArea) XXX_Merge(src proto.Message)
- func (m *ProposalArea) XXX_Size() int
- func (m *ProposalArea) XXX_Unmarshal(b []byte) error
- type QuitClientResponse
- func (*QuitClientResponse) Descriptor() ([]byte, []int)
- func (m *QuitClientResponse) GetErrorCode() uint32
- func (m *QuitClientResponse) GetMsg() string
- func (*QuitClientResponse) ProtoMessage()
- func (m *QuitClientResponse) Reset()
- func (m *QuitClientResponse) String() string
- func (m *QuitClientResponse) XXX_DiscardUnknown()
- func (m *QuitClientResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuitClientResponse) XXX_Merge(src proto.Message)
- func (m *QuitClientResponse) XXX_Size() int
- func (m *QuitClientResponse) XXX_Unmarshal(b []byte) error
- type ScriptPubKeyResult
- func (*ScriptPubKeyResult) Descriptor() ([]byte, []int)
- func (m *ScriptPubKeyResult) GetAddresses() []string
- func (m *ScriptPubKeyResult) GetAsm() string
- func (m *ScriptPubKeyResult) GetFrozenPeriod() uint32
- func (m *ScriptPubKeyResult) GetHex() string
- func (m *ScriptPubKeyResult) GetReqSigs() uint32
- func (m *ScriptPubKeyResult) GetRewardAddress() string
- func (m *ScriptPubKeyResult) GetType() string
- func (*ScriptPubKeyResult) ProtoMessage()
- func (m *ScriptPubKeyResult) Reset()
- func (m *ScriptPubKeyResult) String() string
- func (m *ScriptPubKeyResult) XXX_DiscardUnknown()
- func (m *ScriptPubKeyResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ScriptPubKeyResult) XXX_Merge(src proto.Message)
- func (m *ScriptPubKeyResult) XXX_Size() int
- func (m *ScriptPubKeyResult) XXX_Unmarshal(b []byte) error
- type SequenceLock
- func (*SequenceLock) Descriptor() ([]byte, []int)
- func (m *SequenceLock) GetBlockHeight() uint64
- func (m *SequenceLock) GetSeconds() int64
- func (*SequenceLock) ProtoMessage()
- func (m *SequenceLock) Reset()
- func (m *SequenceLock) String() string
- func (m *SequenceLock) XXX_DiscardUnknown()
- func (m *SequenceLock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SequenceLock) XXX_Merge(src proto.Message)
- func (m *SequenceLock) XXX_Size() int
- func (m *SequenceLock) XXX_Unmarshal(b []byte) error
- type StakingRewardRecord
- func (*StakingRewardRecord) Descriptor() ([]byte, []int)
- func (m *StakingRewardRecord) GetAwardedTime() uint64
- func (m *StakingRewardRecord) GetTx() *TxRawResult
- func (m *StakingRewardRecord) GetTxId() string
- func (*StakingRewardRecord) ProtoMessage()
- func (m *StakingRewardRecord) Reset()
- func (m *StakingRewardRecord) String() string
- func (m *StakingRewardRecord) XXX_DiscardUnknown()
- func (m *StakingRewardRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StakingRewardRecord) XXX_Merge(src proto.Message)
- func (m *StakingRewardRecord) XXX_Size() int
- func (m *StakingRewardRecord) XXX_Unmarshal(b []byte) error
- type ToAddressForTx
- func (*ToAddressForTx) Descriptor() ([]byte, []int)
- func (m *ToAddressForTx) GetAddress() []string
- func (m *ToAddressForTx) GetValue() string
- func (*ToAddressForTx) ProtoMessage()
- func (m *ToAddressForTx) Reset()
- func (m *ToAddressForTx) String() string
- func (m *ToAddressForTx) XXX_DiscardUnknown()
- func (m *ToAddressForTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ToAddressForTx) XXX_Merge(src proto.Message)
- func (m *ToAddressForTx) XXX_Size() int
- func (m *ToAddressForTx) XXX_Unmarshal(b []byte) error
- type TxOutPoint
- func (*TxOutPoint) Descriptor() ([]byte, []int)
- func (m *TxOutPoint) GetIndex() uint32
- func (m *TxOutPoint) GetTxId() string
- func (*TxOutPoint) ProtoMessage()
- func (m *TxOutPoint) Reset()
- func (m *TxOutPoint) String() string
- func (m *TxOutPoint) XXX_DiscardUnknown()
- func (m *TxOutPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TxOutPoint) XXX_Merge(src proto.Message)
- func (m *TxOutPoint) XXX_Size() int
- func (m *TxOutPoint) XXX_Unmarshal(b []byte) error
- type TxRawResult
- func (*TxRawResult) Descriptor() ([]byte, []int)
- func (m *TxRawResult) GetBlock() *BlockInfoForTx
- func (m *TxRawResult) GetCoinbase() bool
- func (m *TxRawResult) GetConfirmations() uint64
- func (m *TxRawResult) GetFee() string
- func (m *TxRawResult) GetFromAddress() []string
- func (m *TxRawResult) GetGas() string
- func (m *TxRawResult) GetHex() string
- func (m *TxRawResult) GetInputs() []*InputsInTx
- func (m *TxRawResult) GetLockTime() uint64
- func (m *TxRawResult) GetPayload() []byte
- func (m *TxRawResult) GetStatus() int32
- func (m *TxRawResult) GetTo() []*ToAddressForTx
- func (m *TxRawResult) GetTotalInValue() int64
- func (m *TxRawResult) GetTotalOutValue() int64
- func (m *TxRawResult) GetTxId() string
- func (m *TxRawResult) GetTxSize() uint32
- func (m *TxRawResult) GetType() int32
- func (m *TxRawResult) GetVersion() uint32
- func (m *TxRawResult) GetVin() []*Vin
- func (m *TxRawResult) GetVout() []*Vout
- func (*TxRawResult) ProtoMessage()
- func (m *TxRawResult) Reset()
- func (m *TxRawResult) String() string
- func (m *TxRawResult) XXX_DiscardUnknown()
- func (m *TxRawResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TxRawResult) XXX_Merge(src proto.Message)
- func (m *TxRawResult) XXX_Size() int
- func (m *TxRawResult) XXX_Unmarshal(b []byte) error
- type UnimplementedApiServiceServer
- func (*UnimplementedApiServiceServer) ChangePrivatePass(ctx context.Context, req *ChangePrivatePassRequest) (*ChangePrivatePassResponse, error)
- func (*UnimplementedApiServiceServer) ChangePublicPass(ctx context.Context, req *ChangePublicPassRequest) (*ChangePublicPassResponse, error)
- func (*UnimplementedApiServiceServer) ConfigureCapacity(ctx context.Context, req *ConfigureSpaceKeeperRequest) (*WorkSpacesResponse, error)
- func (*UnimplementedApiServiceServer) ConfigureCapacityByDirs(ctx context.Context, req *ConfigureSpaceKeeperByDirsRequest) (*WorkSpacesByDirsResponse, error)
- func (*UnimplementedApiServiceServer) ExportKeystore(ctx context.Context, req *ExportKeystoreRequest) (*ExportKeystoreResponse, error)
- func (*UnimplementedApiServiceServer) ExportKeystoreByDir(ctx context.Context, req *ExportKeystoreByDirRequest) (*ExportKeystoreByDirResponse, error)
- func (*UnimplementedApiServiceServer) GetBestBlock(ctx context.Context, req *emptypb.Empty) (*GetBestBlockResponse, error)
- func (*UnimplementedApiServiceServer) GetBlock(ctx context.Context, req *GetBlockRequest) (*GetBlockResponse, error)
- func (*UnimplementedApiServiceServer) GetBlockByHeight(ctx context.Context, req *GetBlockByHeightRequest) (*GetBlockResponse, error)
- func (*UnimplementedApiServiceServer) GetBlockHashByHeight(ctx context.Context, req *GetBlockHashByHeightRequest) (*GetBlockHashByHeightResponse, error)
- func (*UnimplementedApiServiceServer) GetBlockHeader(ctx context.Context, req *GetBlockHeaderRequest) (*GetBlockHeaderResponse, error)
- func (*UnimplementedApiServiceServer) GetBlockHeaderV2(ctx context.Context, req *GetBlockRequestV2) (*GetBlockHeaderResponse, error)
- func (*UnimplementedApiServiceServer) GetBlockHeightByPubKey(ctx context.Context, req *GetBlockHeightByPubKeyRequest) (*GetBlockHeightByPubKeyResponse, error)
- func (*UnimplementedApiServiceServer) GetBlockV2(ctx context.Context, req *GetBlockRequestV2) (*GetBlockResponseV2, error)
- func (*UnimplementedApiServiceServer) GetBlockVerbose1V2(ctx context.Context, req *GetBlockRequestV2) (*GetBlockResponse, error)
- func (*UnimplementedApiServiceServer) GetCapacitySpace(ctx context.Context, req *WorkSpaceRequest) (*WorkSpaceResponse, error)
- func (*UnimplementedApiServiceServer) GetCapacitySpaces(ctx context.Context, req *emptypb.Empty) (*WorkSpacesResponse, error)
- func (*UnimplementedApiServiceServer) GetCapacitySpacesByDirs(ctx context.Context, req *emptypb.Empty) (*WorkSpacesByDirsResponse, error)
- func (*UnimplementedApiServiceServer) GetClientStatus(ctx context.Context, req *emptypb.Empty) (*GetClientStatusResponse, error)
- func (*UnimplementedApiServiceServer) GetCoinbase(ctx context.Context, req *GetCoinbaseRequest) (*GetCoinbaseResponse, error)
- func (*UnimplementedApiServiceServer) GetGovernConfig(ctx context.Context, req *GetGovernConfigRequest) (*GetGovernConfigResponse, error)
- func (*UnimplementedApiServiceServer) GetGovernConfigHistory(ctx context.Context, req *GetGovernConfigHistoryRequest) (*GetGovernConfigHistoryResponse, error)
- func (*UnimplementedApiServiceServer) GetKeystore(ctx context.Context, req *emptypb.Empty) (*GetKeystoreResponse, error)
- func (*UnimplementedApiServiceServer) GetKeystoreDetail(ctx context.Context, req *GetKeystoreDetailRequest) (*GetKeystoreDetailResponse, error)
- func (*UnimplementedApiServiceServer) GetRawTransaction(ctx context.Context, req *GetRawTransactionRequest) (*TxRawResult, error)
- func (*UnimplementedApiServiceServer) GetStakingRewardRecord(ctx context.Context, req *GetStakingRewardRecordRequest) (*GetStakingRewardRecordResponse, error)
- func (*UnimplementedApiServiceServer) GetStakingTxPoolInfo(ctx context.Context, req *emptypb.Empty) (*GetStakingTxPoolInfoResponse, error)
- func (*UnimplementedApiServiceServer) GetTxPool(ctx context.Context, req *emptypb.Empty) (*GetTxPoolResponse, error)
- func (*UnimplementedApiServiceServer) GetTxPoolVerbose0(ctx context.Context, req *emptypb.Empty) (*GetTxPoolVerbose0Response, error)
- func (*UnimplementedApiServiceServer) GetTxPoolVerbose1(ctx context.Context, req *emptypb.Empty) (*GetTxPoolVerbose1Response, error)
- func (*UnimplementedApiServiceServer) ImportKeystore(ctx context.Context, req *ImportKeystoreRequest) (*ImportKeystoreResponse, error)
- func (*UnimplementedApiServiceServer) ImportKeystoreByDir(ctx context.Context, req *ImportKeystoreByDirRequest) (*ImportKeystoreByDirResponse, error)
- func (*UnimplementedApiServiceServer) LockWallet(ctx context.Context, req *emptypb.Empty) (*LockWalletResponse, error)
- func (*UnimplementedApiServiceServer) MineCapacitySpace(ctx context.Context, req *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error)
- func (*UnimplementedApiServiceServer) MineCapacitySpaces(ctx context.Context, req *emptypb.Empty) (*ActOnSpaceKeeperResponse, error)
- func (*UnimplementedApiServiceServer) PlotCapacitySpace(ctx context.Context, req *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error)
- func (*UnimplementedApiServiceServer) PlotCapacitySpaces(ctx context.Context, req *emptypb.Empty) (*ActOnSpaceKeeperResponse, error)
- func (*UnimplementedApiServiceServer) QuitClient(ctx context.Context, req *emptypb.Empty) (*QuitClientResponse, error)
- func (*UnimplementedApiServiceServer) StopCapacitySpace(ctx context.Context, req *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error)
- func (*UnimplementedApiServiceServer) StopCapacitySpaces(ctx context.Context, req *emptypb.Empty) (*ActOnSpaceKeeperResponse, error)
- func (*UnimplementedApiServiceServer) UnlockWallet(ctx context.Context, req *UnlockWalletRequest) (*UnlockWalletResponse, error)
- type UnlockWalletRequest
- func (*UnlockWalletRequest) Descriptor() ([]byte, []int)
- func (m *UnlockWalletRequest) GetPassphrase() string
- func (*UnlockWalletRequest) ProtoMessage()
- func (m *UnlockWalletRequest) Reset()
- func (m *UnlockWalletRequest) String() string
- func (m *UnlockWalletRequest) XXX_DiscardUnknown()
- func (m *UnlockWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnlockWalletRequest) XXX_Merge(src proto.Message)
- func (m *UnlockWalletRequest) XXX_Size() int
- func (m *UnlockWalletRequest) XXX_Unmarshal(b []byte) error
- type UnlockWalletResponse
- func (*UnlockWalletResponse) Descriptor() ([]byte, []int)
- func (m *UnlockWalletResponse) GetError() string
- func (m *UnlockWalletResponse) GetSuccess() bool
- func (*UnlockWalletResponse) ProtoMessage()
- func (m *UnlockWalletResponse) Reset()
- func (m *UnlockWalletResponse) String() string
- func (m *UnlockWalletResponse) XXX_DiscardUnknown()
- func (m *UnlockWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnlockWalletResponse) XXX_Merge(src proto.Message)
- func (m *UnlockWalletResponse) XXX_Size() int
- func (m *UnlockWalletResponse) XXX_Unmarshal(b []byte) error
- type Vin
- func (*Vin) Descriptor() ([]byte, []int)
- func (m *Vin) GetSequence() uint64
- func (m *Vin) GetSequenceLock() *SequenceLock
- func (m *Vin) GetTxId() string
- func (m *Vin) GetVout() uint32
- func (m *Vin) GetWitness() []string
- func (*Vin) ProtoMessage()
- func (m *Vin) Reset()
- func (m *Vin) String() string
- func (m *Vin) XXX_DiscardUnknown()
- func (m *Vin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Vin) XXX_Merge(src proto.Message)
- func (m *Vin) XXX_Size() int
- func (m *Vin) XXX_Unmarshal(b []byte) error
- type Vout
- func (*Vout) Descriptor() ([]byte, []int)
- func (m *Vout) GetN() uint32
- func (m *Vout) GetScriptPublicKey() *ScriptPubKeyResult
- func (m *Vout) GetValue() string
- func (*Vout) ProtoMessage()
- func (m *Vout) Reset()
- func (m *Vout) String() string
- func (m *Vout) XXX_DiscardUnknown()
- func (m *Vout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Vout) XXX_Merge(src proto.Message)
- func (m *Vout) XXX_Size() int
- func (m *Vout) XXX_Unmarshal(b []byte) error
- type WalletCrypto
- func (*WalletCrypto) Descriptor() ([]byte, []int)
- func (m *WalletCrypto) GetCipher() string
- func (m *WalletCrypto) GetCryptoKeyPrivEnc() string
- func (m *WalletCrypto) GetCryptoKeyPubEnc() string
- func (m *WalletCrypto) GetKDF() string
- func (m *WalletCrypto) GetMasterHDPrivKeyEnc() string
- func (m *WalletCrypto) GetPrivParams() string
- func (m *WalletCrypto) GetPubParams() string
- func (*WalletCrypto) ProtoMessage()
- func (m *WalletCrypto) Reset()
- func (m *WalletCrypto) String() string
- func (m *WalletCrypto) XXX_DiscardUnknown()
- func (m *WalletCrypto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WalletCrypto) XXX_Merge(src proto.Message)
- func (m *WalletCrypto) XXX_Size() int
- func (m *WalletCrypto) XXX_Unmarshal(b []byte) error
- type WalletSummary
- func (*WalletSummary) Descriptor() ([]byte, []int)
- func (m *WalletSummary) GetRemark() string
- func (m *WalletSummary) GetWalletId() string
- func (*WalletSummary) ProtoMessage()
- func (m *WalletSummary) Reset()
- func (m *WalletSummary) String() string
- func (m *WalletSummary) XXX_DiscardUnknown()
- func (m *WalletSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WalletSummary) XXX_Merge(src proto.Message)
- func (m *WalletSummary) XXX_Size() int
- func (m *WalletSummary) XXX_Unmarshal(b []byte) error
- type WorkSpace
- func (*WorkSpace) Descriptor() ([]byte, []int)
- func (m *WorkSpace) GetAddress() string
- func (m *WorkSpace) GetBitLength() uint32
- func (m *WorkSpace) GetOrdinal() int64
- func (m *WorkSpace) GetProgress() float64
- func (m *WorkSpace) GetPublicKey() string
- func (m *WorkSpace) GetState() string
- func (*WorkSpace) ProtoMessage()
- func (m *WorkSpace) Reset()
- func (m *WorkSpace) String() string
- func (m *WorkSpace) XXX_DiscardUnknown()
- func (m *WorkSpace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkSpace) XXX_Merge(src proto.Message)
- func (m *WorkSpace) XXX_Size() int
- func (m *WorkSpace) XXX_Unmarshal(b []byte) error
- type WorkSpaceRequest
- func (*WorkSpaceRequest) Descriptor() ([]byte, []int)
- func (m *WorkSpaceRequest) GetSpaceId() string
- func (*WorkSpaceRequest) ProtoMessage()
- func (m *WorkSpaceRequest) Reset()
- func (m *WorkSpaceRequest) String() string
- func (m *WorkSpaceRequest) XXX_DiscardUnknown()
- func (m *WorkSpaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkSpaceRequest) XXX_Merge(src proto.Message)
- func (m *WorkSpaceRequest) XXX_Size() int
- func (m *WorkSpaceRequest) XXX_Unmarshal(b []byte) error
- type WorkSpaceResponse
- func (*WorkSpaceResponse) Descriptor() ([]byte, []int)
- func (m *WorkSpaceResponse) GetErrorCode() uint32
- func (m *WorkSpaceResponse) GetErrorMessage() string
- func (m *WorkSpaceResponse) GetSpace() *WorkSpace
- func (*WorkSpaceResponse) ProtoMessage()
- func (m *WorkSpaceResponse) Reset()
- func (m *WorkSpaceResponse) String() string
- func (m *WorkSpaceResponse) XXX_DiscardUnknown()
- func (m *WorkSpaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkSpaceResponse) XXX_Merge(src proto.Message)
- func (m *WorkSpaceResponse) XXX_Size() int
- func (m *WorkSpaceResponse) XXX_Unmarshal(b []byte) error
- type WorkSpacesByDirsResponse
- func (*WorkSpacesByDirsResponse) Descriptor() ([]byte, []int)
- func (m *WorkSpacesByDirsResponse) GetAllocations() []*WorkSpacesByDirsResponse_Allocation
- func (m *WorkSpacesByDirsResponse) GetDirectoryCount() uint32
- func (m *WorkSpacesByDirsResponse) GetErrorCode() uint32
- func (m *WorkSpacesByDirsResponse) GetErrorMessage() string
- func (*WorkSpacesByDirsResponse) ProtoMessage()
- func (m *WorkSpacesByDirsResponse) Reset()
- func (m *WorkSpacesByDirsResponse) String() string
- func (m *WorkSpacesByDirsResponse) XXX_DiscardUnknown()
- func (m *WorkSpacesByDirsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkSpacesByDirsResponse) XXX_Merge(src proto.Message)
- func (m *WorkSpacesByDirsResponse) XXX_Size() int
- func (m *WorkSpacesByDirsResponse) XXX_Unmarshal(b []byte) error
- type WorkSpacesByDirsResponse_Allocation
- func (*WorkSpacesByDirsResponse_Allocation) Descriptor() ([]byte, []int)
- func (m *WorkSpacesByDirsResponse_Allocation) GetCapacity() string
- func (m *WorkSpacesByDirsResponse_Allocation) GetDirectory() string
- func (m *WorkSpacesByDirsResponse_Allocation) GetSpaceCount() uint32
- func (m *WorkSpacesByDirsResponse_Allocation) GetSpaces() []*WorkSpace
- func (*WorkSpacesByDirsResponse_Allocation) ProtoMessage()
- func (m *WorkSpacesByDirsResponse_Allocation) Reset()
- func (m *WorkSpacesByDirsResponse_Allocation) String() string
- func (m *WorkSpacesByDirsResponse_Allocation) XXX_DiscardUnknown()
- func (m *WorkSpacesByDirsResponse_Allocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkSpacesByDirsResponse_Allocation) XXX_Merge(src proto.Message)
- func (m *WorkSpacesByDirsResponse_Allocation) XXX_Size() int
- func (m *WorkSpacesByDirsResponse_Allocation) XXX_Unmarshal(b []byte) error
- type WorkSpacesResponse
- func (*WorkSpacesResponse) Descriptor() ([]byte, []int)
- func (m *WorkSpacesResponse) GetErrorCode() uint32
- func (m *WorkSpacesResponse) GetErrorMessage() string
- func (m *WorkSpacesResponse) GetSpaceCount() uint32
- func (m *WorkSpacesResponse) GetSpaces() []*WorkSpace
- func (*WorkSpacesResponse) ProtoMessage()
- func (m *WorkSpacesResponse) Reset()
- func (m *WorkSpacesResponse) String() string
- func (m *WorkSpacesResponse) XXX_DiscardUnknown()
- func (m *WorkSpacesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkSpacesResponse) XXX_Merge(src proto.Message)
- func (m *WorkSpacesResponse) XXX_Size() int
- func (m *WorkSpacesResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterApiServiceHandler ¶
func RegisterApiServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterApiServiceHandler registers the http handlers for service ApiService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterApiServiceHandlerClient ¶
func RegisterApiServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApiServiceClient) error
RegisterApiServiceHandlerClient registers the http handlers for service ApiService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApiServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApiServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApiServiceClient" to call the correct interceptors.
func RegisterApiServiceHandlerFromEndpoint ¶
func RegisterApiServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterApiServiceHandlerFromEndpoint is same as RegisterApiServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterApiServiceHandlerServer ¶
func RegisterApiServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApiServiceServer) error
RegisterApiServiceHandlerServer registers the http handlers for service ApiService to "mux". UnaryRPC :call ApiServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApiServiceHandlerFromEndpoint instead.
func RegisterApiServiceServer ¶
func RegisterApiServiceServer(s *grpc.Server, srv ApiServiceServer)
Types ¶
type ActOnSpaceKeeperResponse ¶
type ActOnSpaceKeeperResponse struct { ErrorCode uint32 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ActOnSpaceKeeperResponse) Descriptor ¶
func (*ActOnSpaceKeeperResponse) Descriptor() ([]byte, []int)
func (*ActOnSpaceKeeperResponse) GetErrorCode ¶
func (m *ActOnSpaceKeeperResponse) GetErrorCode() uint32
func (*ActOnSpaceKeeperResponse) GetErrorMessage ¶
func (m *ActOnSpaceKeeperResponse) GetErrorMessage() string
func (*ActOnSpaceKeeperResponse) ProtoMessage ¶
func (*ActOnSpaceKeeperResponse) ProtoMessage()
func (*ActOnSpaceKeeperResponse) Reset ¶
func (m *ActOnSpaceKeeperResponse) Reset()
func (*ActOnSpaceKeeperResponse) String ¶
func (m *ActOnSpaceKeeperResponse) String() string
func (*ActOnSpaceKeeperResponse) XXX_DiscardUnknown ¶
func (m *ActOnSpaceKeeperResponse) XXX_DiscardUnknown()
func (*ActOnSpaceKeeperResponse) XXX_Marshal ¶
func (m *ActOnSpaceKeeperResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ActOnSpaceKeeperResponse) XXX_Merge ¶
func (m *ActOnSpaceKeeperResponse) XXX_Merge(src proto.Message)
func (*ActOnSpaceKeeperResponse) XXX_Size ¶
func (m *ActOnSpaceKeeperResponse) XXX_Size() int
func (*ActOnSpaceKeeperResponse) XXX_Unmarshal ¶
func (m *ActOnSpaceKeeperResponse) XXX_Unmarshal(b []byte) error
type AddrManager ¶
type AddrManager struct { KeystoreName string `protobuf:"bytes,1,opt,name=keystore_name,json=keystoreName,proto3" json:"keystore_name,omitempty"` Remark string `protobuf:"bytes,2,opt,name=remark,proto3" json:"remark,omitempty"` Expires uint64 `protobuf:"varint,3,opt,name=expires,proto3" json:"expires,omitempty"` Addresses []*PocAddress `protobuf:"bytes,4,rep,name=addresses,proto3" json:"addresses,omitempty"` Use uint32 `protobuf:"varint,5,opt,name=use,proto3" json:"use,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddrManager) Descriptor ¶
func (*AddrManager) Descriptor() ([]byte, []int)
func (*AddrManager) GetAddresses ¶
func (m *AddrManager) GetAddresses() []*PocAddress
func (*AddrManager) GetExpires ¶
func (m *AddrManager) GetExpires() uint64
func (*AddrManager) GetKeystoreName ¶
func (m *AddrManager) GetKeystoreName() string
func (*AddrManager) GetRemark ¶
func (m *AddrManager) GetRemark() string
func (*AddrManager) GetUse ¶
func (m *AddrManager) GetUse() uint32
func (*AddrManager) ProtoMessage ¶
func (*AddrManager) ProtoMessage()
func (*AddrManager) Reset ¶
func (m *AddrManager) Reset()
func (*AddrManager) String ¶
func (m *AddrManager) String() string
func (*AddrManager) XXX_DiscardUnknown ¶
func (m *AddrManager) XXX_DiscardUnknown()
func (*AddrManager) XXX_Marshal ¶
func (m *AddrManager) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddrManager) XXX_Merge ¶
func (m *AddrManager) XXX_Merge(src proto.Message)
func (*AddrManager) XXX_Size ¶
func (m *AddrManager) XXX_Size() int
func (*AddrManager) XXX_Unmarshal ¶
func (m *AddrManager) XXX_Unmarshal(b []byte) error
type ApiServiceClient ¶
type ApiServiceClient interface { GetBestBlock(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetBestBlockResponse, error) GetBlock(ctx context.Context, in *GetBlockRequest, opts ...grpc.CallOption) (*GetBlockResponse, error) GetBlockHashByHeight(ctx context.Context, in *GetBlockHashByHeightRequest, opts ...grpc.CallOption) (*GetBlockHashByHeightResponse, error) GetBlockByHeight(ctx context.Context, in *GetBlockByHeightRequest, opts ...grpc.CallOption) (*GetBlockResponse, error) GetBlockHeader(ctx context.Context, in *GetBlockHeaderRequest, opts ...grpc.CallOption) (*GetBlockHeaderResponse, error) GetBlockHeightByPubKey(ctx context.Context, in *GetBlockHeightByPubKeyRequest, opts ...grpc.CallOption) (*GetBlockHeightByPubKeyResponse, error) GetBlockV2(ctx context.Context, in *GetBlockRequestV2, opts ...grpc.CallOption) (*GetBlockResponseV2, error) GetBlockHeaderV2(ctx context.Context, in *GetBlockRequestV2, opts ...grpc.CallOption) (*GetBlockHeaderResponse, error) GetBlockVerbose1V2(ctx context.Context, in *GetBlockRequestV2, opts ...grpc.CallOption) (*GetBlockResponse, error) GetCoinbase(ctx context.Context, in *GetCoinbaseRequest, opts ...grpc.CallOption) (*GetCoinbaseResponse, error) GetTxPool(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetTxPoolResponse, error) GetTxPoolVerbose0(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetTxPoolVerbose0Response, error) GetTxPoolVerbose1(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetTxPoolVerbose1Response, error) GetStakingTxPoolInfo(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetStakingTxPoolInfoResponse, error) GetStakingRewardRecord(ctx context.Context, in *GetStakingRewardRecordRequest, opts ...grpc.CallOption) (*GetStakingRewardRecordResponse, error) //get tx from chain db or mempool GetRawTransaction(ctx context.Context, in *GetRawTransactionRequest, opts ...grpc.CallOption) (*TxRawResult, error) GetCapacitySpaces(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*WorkSpacesResponse, error) ConfigureCapacity(ctx context.Context, in *ConfigureSpaceKeeperRequest, opts ...grpc.CallOption) (*WorkSpacesResponse, error) GetCapacitySpacesByDirs(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*WorkSpacesByDirsResponse, error) ConfigureCapacityByDirs(ctx context.Context, in *ConfigureSpaceKeeperByDirsRequest, opts ...grpc.CallOption) (*WorkSpacesByDirsResponse, error) GetCapacitySpace(ctx context.Context, in *WorkSpaceRequest, opts ...grpc.CallOption) (*WorkSpaceResponse, error) PlotCapacitySpaces(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ActOnSpaceKeeperResponse, error) PlotCapacitySpace(ctx context.Context, in *WorkSpaceRequest, opts ...grpc.CallOption) (*ActOnSpaceKeeperResponse, error) MineCapacitySpaces(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ActOnSpaceKeeperResponse, error) MineCapacitySpace(ctx context.Context, in *WorkSpaceRequest, opts ...grpc.CallOption) (*ActOnSpaceKeeperResponse, error) StopCapacitySpaces(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ActOnSpaceKeeperResponse, error) StopCapacitySpace(ctx context.Context, in *WorkSpaceRequest, opts ...grpc.CallOption) (*ActOnSpaceKeeperResponse, error) GetClientStatus(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetClientStatusResponse, error) QuitClient(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*QuitClientResponse, error) ExportKeystore(ctx context.Context, in *ExportKeystoreRequest, opts ...grpc.CallOption) (*ExportKeystoreResponse, error) ExportKeystoreByDir(ctx context.Context, in *ExportKeystoreByDirRequest, opts ...grpc.CallOption) (*ExportKeystoreByDirResponse, error) ImportKeystore(ctx context.Context, in *ImportKeystoreRequest, opts ...grpc.CallOption) (*ImportKeystoreResponse, error) ImportKeystoreByDir(ctx context.Context, in *ImportKeystoreByDirRequest, opts ...grpc.CallOption) (*ImportKeystoreByDirResponse, error) GetKeystore(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetKeystoreResponse, error) GetKeystoreDetail(ctx context.Context, in *GetKeystoreDetailRequest, opts ...grpc.CallOption) (*GetKeystoreDetailResponse, error) UnlockWallet(ctx context.Context, in *UnlockWalletRequest, opts ...grpc.CallOption) (*UnlockWalletResponse, error) LockWallet(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*LockWalletResponse, error) ChangePrivatePass(ctx context.Context, in *ChangePrivatePassRequest, opts ...grpc.CallOption) (*ChangePrivatePassResponse, error) ChangePublicPass(ctx context.Context, in *ChangePublicPassRequest, opts ...grpc.CallOption) (*ChangePublicPassResponse, error) GetGovernConfig(ctx context.Context, in *GetGovernConfigRequest, opts ...grpc.CallOption) (*GetGovernConfigResponse, error) GetGovernConfigHistory(ctx context.Context, in *GetGovernConfigHistoryRequest, opts ...grpc.CallOption) (*GetGovernConfigHistoryResponse, error) }
ApiServiceClient is the client API for ApiService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewApiServiceClient ¶
func NewApiServiceClient(cc *grpc.ClientConn) ApiServiceClient
type ApiServiceServer ¶
type ApiServiceServer interface { GetBestBlock(context.Context, *emptypb.Empty) (*GetBestBlockResponse, error) GetBlock(context.Context, *GetBlockRequest) (*GetBlockResponse, error) GetBlockHashByHeight(context.Context, *GetBlockHashByHeightRequest) (*GetBlockHashByHeightResponse, error) GetBlockByHeight(context.Context, *GetBlockByHeightRequest) (*GetBlockResponse, error) GetBlockHeader(context.Context, *GetBlockHeaderRequest) (*GetBlockHeaderResponse, error) GetBlockHeightByPubKey(context.Context, *GetBlockHeightByPubKeyRequest) (*GetBlockHeightByPubKeyResponse, error) GetBlockV2(context.Context, *GetBlockRequestV2) (*GetBlockResponseV2, error) GetBlockHeaderV2(context.Context, *GetBlockRequestV2) (*GetBlockHeaderResponse, error) GetBlockVerbose1V2(context.Context, *GetBlockRequestV2) (*GetBlockResponse, error) GetCoinbase(context.Context, *GetCoinbaseRequest) (*GetCoinbaseResponse, error) GetTxPool(context.Context, *emptypb.Empty) (*GetTxPoolResponse, error) GetTxPoolVerbose0(context.Context, *emptypb.Empty) (*GetTxPoolVerbose0Response, error) GetTxPoolVerbose1(context.Context, *emptypb.Empty) (*GetTxPoolVerbose1Response, error) GetStakingTxPoolInfo(context.Context, *emptypb.Empty) (*GetStakingTxPoolInfoResponse, error) GetStakingRewardRecord(context.Context, *GetStakingRewardRecordRequest) (*GetStakingRewardRecordResponse, error) //get tx from chain db or mempool GetRawTransaction(context.Context, *GetRawTransactionRequest) (*TxRawResult, error) GetCapacitySpaces(context.Context, *emptypb.Empty) (*WorkSpacesResponse, error) ConfigureCapacity(context.Context, *ConfigureSpaceKeeperRequest) (*WorkSpacesResponse, error) GetCapacitySpacesByDirs(context.Context, *emptypb.Empty) (*WorkSpacesByDirsResponse, error) ConfigureCapacityByDirs(context.Context, *ConfigureSpaceKeeperByDirsRequest) (*WorkSpacesByDirsResponse, error) GetCapacitySpace(context.Context, *WorkSpaceRequest) (*WorkSpaceResponse, error) PlotCapacitySpaces(context.Context, *emptypb.Empty) (*ActOnSpaceKeeperResponse, error) PlotCapacitySpace(context.Context, *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error) MineCapacitySpaces(context.Context, *emptypb.Empty) (*ActOnSpaceKeeperResponse, error) MineCapacitySpace(context.Context, *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error) StopCapacitySpaces(context.Context, *emptypb.Empty) (*ActOnSpaceKeeperResponse, error) StopCapacitySpace(context.Context, *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error) GetClientStatus(context.Context, *emptypb.Empty) (*GetClientStatusResponse, error) QuitClient(context.Context, *emptypb.Empty) (*QuitClientResponse, error) ExportKeystore(context.Context, *ExportKeystoreRequest) (*ExportKeystoreResponse, error) ExportKeystoreByDir(context.Context, *ExportKeystoreByDirRequest) (*ExportKeystoreByDirResponse, error) ImportKeystore(context.Context, *ImportKeystoreRequest) (*ImportKeystoreResponse, error) ImportKeystoreByDir(context.Context, *ImportKeystoreByDirRequest) (*ImportKeystoreByDirResponse, error) GetKeystore(context.Context, *emptypb.Empty) (*GetKeystoreResponse, error) GetKeystoreDetail(context.Context, *GetKeystoreDetailRequest) (*GetKeystoreDetailResponse, error) UnlockWallet(context.Context, *UnlockWalletRequest) (*UnlockWalletResponse, error) LockWallet(context.Context, *emptypb.Empty) (*LockWalletResponse, error) ChangePrivatePass(context.Context, *ChangePrivatePassRequest) (*ChangePrivatePassResponse, error) ChangePublicPass(context.Context, *ChangePublicPassRequest) (*ChangePublicPassResponse, error) GetGovernConfig(context.Context, *GetGovernConfigRequest) (*GetGovernConfigResponse, error) GetGovernConfigHistory(context.Context, *GetGovernConfigHistoryRequest) (*GetGovernConfigHistoryResponse, error) }
ApiServiceServer is the server API for ApiService service.
type BlockInfoForTx ¶
type BlockInfoForTx struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` BlockHash string `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlockInfoForTx) Descriptor ¶
func (*BlockInfoForTx) Descriptor() ([]byte, []int)
func (*BlockInfoForTx) GetBlockHash ¶
func (m *BlockInfoForTx) GetBlockHash() string
func (*BlockInfoForTx) GetHeight ¶
func (m *BlockInfoForTx) GetHeight() uint64
func (*BlockInfoForTx) GetTimestamp ¶
func (m *BlockInfoForTx) GetTimestamp() int64
func (*BlockInfoForTx) ProtoMessage ¶
func (*BlockInfoForTx) ProtoMessage()
func (*BlockInfoForTx) Reset ¶
func (m *BlockInfoForTx) Reset()
func (*BlockInfoForTx) String ¶
func (m *BlockInfoForTx) String() string
func (*BlockInfoForTx) XXX_DiscardUnknown ¶
func (m *BlockInfoForTx) XXX_DiscardUnknown()
func (*BlockInfoForTx) XXX_Marshal ¶
func (m *BlockInfoForTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlockInfoForTx) XXX_Merge ¶
func (m *BlockInfoForTx) XXX_Merge(src proto.Message)
func (*BlockInfoForTx) XXX_Size ¶
func (m *BlockInfoForTx) XXX_Size() int
func (*BlockInfoForTx) XXX_Unmarshal ¶
func (m *BlockInfoForTx) XXX_Unmarshal(b []byte) error
type ChangePrivatePassRequest ¶
type ChangePrivatePassRequest struct { OldPrivpass string `protobuf:"bytes,1,opt,name=old_privpass,json=oldPrivpass,proto3" json:"old_privpass,omitempty"` NewPrivpass string `protobuf:"bytes,2,opt,name=new_privpass,json=newPrivpass,proto3" json:"new_privpass,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangePrivatePassRequest) Descriptor ¶
func (*ChangePrivatePassRequest) Descriptor() ([]byte, []int)
func (*ChangePrivatePassRequest) GetNewPrivpass ¶
func (m *ChangePrivatePassRequest) GetNewPrivpass() string
func (*ChangePrivatePassRequest) GetOldPrivpass ¶
func (m *ChangePrivatePassRequest) GetOldPrivpass() string
func (*ChangePrivatePassRequest) ProtoMessage ¶
func (*ChangePrivatePassRequest) ProtoMessage()
func (*ChangePrivatePassRequest) Reset ¶
func (m *ChangePrivatePassRequest) Reset()
func (*ChangePrivatePassRequest) String ¶
func (m *ChangePrivatePassRequest) String() string
func (*ChangePrivatePassRequest) XXX_DiscardUnknown ¶
func (m *ChangePrivatePassRequest) XXX_DiscardUnknown()
func (*ChangePrivatePassRequest) XXX_Marshal ¶
func (m *ChangePrivatePassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangePrivatePassRequest) XXX_Merge ¶
func (m *ChangePrivatePassRequest) XXX_Merge(src proto.Message)
func (*ChangePrivatePassRequest) XXX_Size ¶
func (m *ChangePrivatePassRequest) XXX_Size() int
func (*ChangePrivatePassRequest) XXX_Unmarshal ¶
func (m *ChangePrivatePassRequest) XXX_Unmarshal(b []byte) error
type ChangePrivatePassResponse ¶
type ChangePrivatePassResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangePrivatePassResponse) Descriptor ¶
func (*ChangePrivatePassResponse) Descriptor() ([]byte, []int)
func (*ChangePrivatePassResponse) GetSuccess ¶
func (m *ChangePrivatePassResponse) GetSuccess() bool
func (*ChangePrivatePassResponse) ProtoMessage ¶
func (*ChangePrivatePassResponse) ProtoMessage()
func (*ChangePrivatePassResponse) Reset ¶
func (m *ChangePrivatePassResponse) Reset()
func (*ChangePrivatePassResponse) String ¶
func (m *ChangePrivatePassResponse) String() string
func (*ChangePrivatePassResponse) XXX_DiscardUnknown ¶
func (m *ChangePrivatePassResponse) XXX_DiscardUnknown()
func (*ChangePrivatePassResponse) XXX_Marshal ¶
func (m *ChangePrivatePassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangePrivatePassResponse) XXX_Merge ¶
func (m *ChangePrivatePassResponse) XXX_Merge(src proto.Message)
func (*ChangePrivatePassResponse) XXX_Size ¶
func (m *ChangePrivatePassResponse) XXX_Size() int
func (*ChangePrivatePassResponse) XXX_Unmarshal ¶
func (m *ChangePrivatePassResponse) XXX_Unmarshal(b []byte) error
type ChangePublicPassRequest ¶
type ChangePublicPassRequest struct { OldPubpass string `protobuf:"bytes,1,opt,name=old_pubpass,json=oldPubpass,proto3" json:"old_pubpass,omitempty"` NewPubpass string `protobuf:"bytes,2,opt,name=new_pubpass,json=newPubpass,proto3" json:"new_pubpass,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangePublicPassRequest) Descriptor ¶
func (*ChangePublicPassRequest) Descriptor() ([]byte, []int)
func (*ChangePublicPassRequest) GetNewPubpass ¶
func (m *ChangePublicPassRequest) GetNewPubpass() string
func (*ChangePublicPassRequest) GetOldPubpass ¶
func (m *ChangePublicPassRequest) GetOldPubpass() string
func (*ChangePublicPassRequest) ProtoMessage ¶
func (*ChangePublicPassRequest) ProtoMessage()
func (*ChangePublicPassRequest) Reset ¶
func (m *ChangePublicPassRequest) Reset()
func (*ChangePublicPassRequest) String ¶
func (m *ChangePublicPassRequest) String() string
func (*ChangePublicPassRequest) XXX_DiscardUnknown ¶
func (m *ChangePublicPassRequest) XXX_DiscardUnknown()
func (*ChangePublicPassRequest) XXX_Marshal ¶
func (m *ChangePublicPassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangePublicPassRequest) XXX_Merge ¶
func (m *ChangePublicPassRequest) XXX_Merge(src proto.Message)
func (*ChangePublicPassRequest) XXX_Size ¶
func (m *ChangePublicPassRequest) XXX_Size() int
func (*ChangePublicPassRequest) XXX_Unmarshal ¶
func (m *ChangePublicPassRequest) XXX_Unmarshal(b []byte) error
type ChangePublicPassResponse ¶
type ChangePublicPassResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangePublicPassResponse) Descriptor ¶
func (*ChangePublicPassResponse) Descriptor() ([]byte, []int)
func (*ChangePublicPassResponse) GetSuccess ¶
func (m *ChangePublicPassResponse) GetSuccess() bool
func (*ChangePublicPassResponse) ProtoMessage ¶
func (*ChangePublicPassResponse) ProtoMessage()
func (*ChangePublicPassResponse) Reset ¶
func (m *ChangePublicPassResponse) Reset()
func (*ChangePublicPassResponse) String ¶
func (m *ChangePublicPassResponse) String() string
func (*ChangePublicPassResponse) XXX_DiscardUnknown ¶
func (m *ChangePublicPassResponse) XXX_DiscardUnknown()
func (*ChangePublicPassResponse) XXX_Marshal ¶
func (m *ChangePublicPassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangePublicPassResponse) XXX_Merge ¶
func (m *ChangePublicPassResponse) XXX_Merge(src proto.Message)
func (*ChangePublicPassResponse) XXX_Size ¶
func (m *ChangePublicPassResponse) XXX_Size() int
func (*ChangePublicPassResponse) XXX_Unmarshal ¶
func (m *ChangePublicPassResponse) XXX_Unmarshal(b []byte) error
type CoinbaseVout ¶
type CoinbaseVout struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` N uint32 `protobuf:"varint,2,opt,name=n,proto3" json:"n,omitempty"` ScriptPublicKey *ScriptPubKeyResult `protobuf:"bytes,3,opt,name=script_public_key,json=scriptPublicKey,proto3" json:"script_public_key,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CoinbaseVout) Descriptor ¶
func (*CoinbaseVout) Descriptor() ([]byte, []int)
func (*CoinbaseVout) GetN ¶
func (m *CoinbaseVout) GetN() uint32
func (*CoinbaseVout) GetScriptPublicKey ¶
func (m *CoinbaseVout) GetScriptPublicKey() *ScriptPubKeyResult
func (*CoinbaseVout) GetType ¶
func (m *CoinbaseVout) GetType() string
func (*CoinbaseVout) GetValue ¶
func (m *CoinbaseVout) GetValue() string
func (*CoinbaseVout) ProtoMessage ¶
func (*CoinbaseVout) ProtoMessage()
func (*CoinbaseVout) Reset ¶
func (m *CoinbaseVout) Reset()
func (*CoinbaseVout) String ¶
func (m *CoinbaseVout) String() string
func (*CoinbaseVout) XXX_DiscardUnknown ¶
func (m *CoinbaseVout) XXX_DiscardUnknown()
func (*CoinbaseVout) XXX_Marshal ¶
func (m *CoinbaseVout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CoinbaseVout) XXX_Merge ¶
func (m *CoinbaseVout) XXX_Merge(src proto.Message)
func (*CoinbaseVout) XXX_Size ¶
func (m *CoinbaseVout) XXX_Size() int
func (*CoinbaseVout) XXX_Unmarshal ¶
func (m *CoinbaseVout) XXX_Unmarshal(b []byte) error
type ConfigureSpaceKeeperByDirsRequest ¶
type ConfigureSpaceKeeperByDirsRequest struct { Allocations []*ConfigureSpaceKeeperByDirsRequest_Allocation `protobuf:"bytes,1,rep,name=allocations,proto3" json:"allocations,omitempty"` PayoutAddresses []string `protobuf:"bytes,2,rep,name=payout_addresses,json=payoutAddresses,proto3" json:"payout_addresses,omitempty"` Passphrase string `protobuf:"bytes,3,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Cointype uint32 `protobuf:"varint,4,opt,name=cointype,proto3" json:"cointype,omitempty"` AutoCreate int32 `protobuf:"varint,5,opt,name=auto_create,json=autoCreate,proto3" json:"auto_create,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ConfigureSpaceKeeperByDirsRequest) Descriptor ¶
func (*ConfigureSpaceKeeperByDirsRequest) Descriptor() ([]byte, []int)
func (*ConfigureSpaceKeeperByDirsRequest) GetAllocations ¶
func (m *ConfigureSpaceKeeperByDirsRequest) GetAllocations() []*ConfigureSpaceKeeperByDirsRequest_Allocation
func (*ConfigureSpaceKeeperByDirsRequest) GetAutoCreate ¶
func (m *ConfigureSpaceKeeperByDirsRequest) GetAutoCreate() int32
func (*ConfigureSpaceKeeperByDirsRequest) GetCointype ¶
func (m *ConfigureSpaceKeeperByDirsRequest) GetCointype() uint32
func (*ConfigureSpaceKeeperByDirsRequest) GetPassphrase ¶
func (m *ConfigureSpaceKeeperByDirsRequest) GetPassphrase() string
func (*ConfigureSpaceKeeperByDirsRequest) GetPayoutAddresses ¶
func (m *ConfigureSpaceKeeperByDirsRequest) GetPayoutAddresses() []string
func (*ConfigureSpaceKeeperByDirsRequest) ProtoMessage ¶
func (*ConfigureSpaceKeeperByDirsRequest) ProtoMessage()
func (*ConfigureSpaceKeeperByDirsRequest) Reset ¶
func (m *ConfigureSpaceKeeperByDirsRequest) Reset()
func (*ConfigureSpaceKeeperByDirsRequest) String ¶
func (m *ConfigureSpaceKeeperByDirsRequest) String() string
func (*ConfigureSpaceKeeperByDirsRequest) XXX_DiscardUnknown ¶
func (m *ConfigureSpaceKeeperByDirsRequest) XXX_DiscardUnknown()
func (*ConfigureSpaceKeeperByDirsRequest) XXX_Marshal ¶
func (m *ConfigureSpaceKeeperByDirsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigureSpaceKeeperByDirsRequest) XXX_Merge ¶
func (m *ConfigureSpaceKeeperByDirsRequest) XXX_Merge(src proto.Message)
func (*ConfigureSpaceKeeperByDirsRequest) XXX_Size ¶
func (m *ConfigureSpaceKeeperByDirsRequest) XXX_Size() int
func (*ConfigureSpaceKeeperByDirsRequest) XXX_Unmarshal ¶
func (m *ConfigureSpaceKeeperByDirsRequest) XXX_Unmarshal(b []byte) error
type ConfigureSpaceKeeperByDirsRequest_Allocation ¶
type ConfigureSpaceKeeperByDirsRequest_Allocation struct { Directory string `protobuf:"bytes,1,opt,name=directory,proto3" json:"directory,omitempty"` Capacity uint64 `protobuf:"varint,2,opt,name=capacity,proto3" json:"capacity,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) Descriptor ¶
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) Descriptor() ([]byte, []int)
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) GetCapacity ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) GetCapacity() uint64
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) GetDirectory ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) GetDirectory() string
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) ProtoMessage ¶
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) ProtoMessage()
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) Reset ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) Reset()
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) String ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) String() string
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_DiscardUnknown ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_DiscardUnknown()
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Marshal ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Merge ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Merge(src proto.Message)
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Size ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Size() int
func (*ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Unmarshal ¶
func (m *ConfigureSpaceKeeperByDirsRequest_Allocation) XXX_Unmarshal(b []byte) error
type ConfigureSpaceKeeperRequest ¶
type ConfigureSpaceKeeperRequest struct { Capacity uint64 `protobuf:"varint,1,opt,name=capacity,proto3" json:"capacity,omitempty"` PayoutAddresses []string `protobuf:"bytes,2,rep,name=payout_addresses,json=payoutAddresses,proto3" json:"payout_addresses,omitempty"` Passphrase string `protobuf:"bytes,3,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Cointype uint32 `protobuf:"varint,4,opt,name=cointype,proto3" json:"cointype,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ConfigureSpaceKeeperRequest) Descriptor ¶
func (*ConfigureSpaceKeeperRequest) Descriptor() ([]byte, []int)
func (*ConfigureSpaceKeeperRequest) GetCapacity ¶
func (m *ConfigureSpaceKeeperRequest) GetCapacity() uint64
func (*ConfigureSpaceKeeperRequest) GetCointype ¶
func (m *ConfigureSpaceKeeperRequest) GetCointype() uint32
func (*ConfigureSpaceKeeperRequest) GetPassphrase ¶
func (m *ConfigureSpaceKeeperRequest) GetPassphrase() string
func (*ConfigureSpaceKeeperRequest) GetPayoutAddresses ¶
func (m *ConfigureSpaceKeeperRequest) GetPayoutAddresses() []string
func (*ConfigureSpaceKeeperRequest) ProtoMessage ¶
func (*ConfigureSpaceKeeperRequest) ProtoMessage()
func (*ConfigureSpaceKeeperRequest) Reset ¶
func (m *ConfigureSpaceKeeperRequest) Reset()
func (*ConfigureSpaceKeeperRequest) String ¶
func (m *ConfigureSpaceKeeperRequest) String() string
func (*ConfigureSpaceKeeperRequest) XXX_DiscardUnknown ¶
func (m *ConfigureSpaceKeeperRequest) XXX_DiscardUnknown()
func (*ConfigureSpaceKeeperRequest) XXX_Marshal ¶
func (m *ConfigureSpaceKeeperRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigureSpaceKeeperRequest) XXX_Merge ¶
func (m *ConfigureSpaceKeeperRequest) XXX_Merge(src proto.Message)
func (*ConfigureSpaceKeeperRequest) XXX_Size ¶
func (m *ConfigureSpaceKeeperRequest) XXX_Size() int
func (*ConfigureSpaceKeeperRequest) XXX_Unmarshal ¶
func (m *ConfigureSpaceKeeperRequest) XXX_Unmarshal(b []byte) error
type DerivationPath ¶
type DerivationPath struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` Branch uint32 `protobuf:"varint,2,opt,name=branch,proto3" json:"branch,omitempty"` Index uint32 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DerivationPath) Descriptor ¶
func (*DerivationPath) Descriptor() ([]byte, []int)
func (*DerivationPath) GetAccount ¶
func (m *DerivationPath) GetAccount() uint32
func (*DerivationPath) GetBranch ¶
func (m *DerivationPath) GetBranch() uint32
func (*DerivationPath) GetIndex ¶
func (m *DerivationPath) GetIndex() uint32
func (*DerivationPath) ProtoMessage ¶
func (*DerivationPath) ProtoMessage()
func (*DerivationPath) Reset ¶
func (m *DerivationPath) Reset()
func (*DerivationPath) String ¶
func (m *DerivationPath) String() string
func (*DerivationPath) XXX_DiscardUnknown ¶
func (m *DerivationPath) XXX_DiscardUnknown()
func (*DerivationPath) XXX_Marshal ¶
func (m *DerivationPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DerivationPath) XXX_Merge ¶
func (m *DerivationPath) XXX_Merge(src proto.Message)
func (*DerivationPath) XXX_Size ¶
func (m *DerivationPath) XXX_Size() int
func (*DerivationPath) XXX_Unmarshal ¶
func (m *DerivationPath) XXX_Unmarshal(b []byte) error
type ExportKeystoreByDirRequest ¶
type ExportKeystoreByDirRequest struct { WalletDir string `protobuf:"bytes,1,opt,name=wallet_dir,json=walletDir,proto3" json:"wallet_dir,omitempty"` Passphrase string `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"` WalletPassphrase string `protobuf:"bytes,3,opt,name=wallet_passphrase,json=walletPassphrase,proto3" json:"wallet_passphrase,omitempty"` ExportPath string `protobuf:"bytes,4,opt,name=export_path,json=exportPath,proto3" json:"export_path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExportKeystoreByDirRequest) Descriptor ¶
func (*ExportKeystoreByDirRequest) Descriptor() ([]byte, []int)
func (*ExportKeystoreByDirRequest) GetExportPath ¶
func (m *ExportKeystoreByDirRequest) GetExportPath() string
func (*ExportKeystoreByDirRequest) GetPassphrase ¶
func (m *ExportKeystoreByDirRequest) GetPassphrase() string
func (*ExportKeystoreByDirRequest) GetWalletDir ¶
func (m *ExportKeystoreByDirRequest) GetWalletDir() string
func (*ExportKeystoreByDirRequest) GetWalletPassphrase ¶
func (m *ExportKeystoreByDirRequest) GetWalletPassphrase() string
func (*ExportKeystoreByDirRequest) ProtoMessage ¶
func (*ExportKeystoreByDirRequest) ProtoMessage()
func (*ExportKeystoreByDirRequest) Reset ¶
func (m *ExportKeystoreByDirRequest) Reset()
func (*ExportKeystoreByDirRequest) String ¶
func (m *ExportKeystoreByDirRequest) String() string
func (*ExportKeystoreByDirRequest) XXX_DiscardUnknown ¶
func (m *ExportKeystoreByDirRequest) XXX_DiscardUnknown()
func (*ExportKeystoreByDirRequest) XXX_Marshal ¶
func (m *ExportKeystoreByDirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExportKeystoreByDirRequest) XXX_Merge ¶
func (m *ExportKeystoreByDirRequest) XXX_Merge(src proto.Message)
func (*ExportKeystoreByDirRequest) XXX_Size ¶
func (m *ExportKeystoreByDirRequest) XXX_Size() int
func (*ExportKeystoreByDirRequest) XXX_Unmarshal ¶
func (m *ExportKeystoreByDirRequest) XXX_Unmarshal(b []byte) error
type ExportKeystoreByDirResponse ¶
type ExportKeystoreByDirResponse struct { Keystores string `protobuf:"bytes,1,opt,name=keystores,proto3" json:"keystores,omitempty"` AddrManagers []*AddrManager `protobuf:"bytes,2,rep,name=addrManagers,proto3" json:"addrManagers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExportKeystoreByDirResponse) Descriptor ¶
func (*ExportKeystoreByDirResponse) Descriptor() ([]byte, []int)
func (*ExportKeystoreByDirResponse) GetAddrManagers ¶
func (m *ExportKeystoreByDirResponse) GetAddrManagers() []*AddrManager
func (*ExportKeystoreByDirResponse) GetKeystores ¶
func (m *ExportKeystoreByDirResponse) GetKeystores() string
func (*ExportKeystoreByDirResponse) ProtoMessage ¶
func (*ExportKeystoreByDirResponse) ProtoMessage()
func (*ExportKeystoreByDirResponse) Reset ¶
func (m *ExportKeystoreByDirResponse) Reset()
func (*ExportKeystoreByDirResponse) String ¶
func (m *ExportKeystoreByDirResponse) String() string
func (*ExportKeystoreByDirResponse) XXX_DiscardUnknown ¶
func (m *ExportKeystoreByDirResponse) XXX_DiscardUnknown()
func (*ExportKeystoreByDirResponse) XXX_Marshal ¶
func (m *ExportKeystoreByDirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExportKeystoreByDirResponse) XXX_Merge ¶
func (m *ExportKeystoreByDirResponse) XXX_Merge(src proto.Message)
func (*ExportKeystoreByDirResponse) XXX_Size ¶
func (m *ExportKeystoreByDirResponse) XXX_Size() int
func (*ExportKeystoreByDirResponse) XXX_Unmarshal ¶
func (m *ExportKeystoreByDirResponse) XXX_Unmarshal(b []byte) error
type ExportKeystoreRequest ¶
type ExportKeystoreRequest struct { WalletId string `protobuf:"bytes,1,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` Passphrase string `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"` ExportPath string `protobuf:"bytes,3,opt,name=export_path,json=exportPath,proto3" json:"export_path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExportKeystoreRequest) Descriptor ¶
func (*ExportKeystoreRequest) Descriptor() ([]byte, []int)
func (*ExportKeystoreRequest) GetExportPath ¶
func (m *ExportKeystoreRequest) GetExportPath() string
func (*ExportKeystoreRequest) GetPassphrase ¶
func (m *ExportKeystoreRequest) GetPassphrase() string
func (*ExportKeystoreRequest) GetWalletId ¶
func (m *ExportKeystoreRequest) GetWalletId() string
func (*ExportKeystoreRequest) ProtoMessage ¶
func (*ExportKeystoreRequest) ProtoMessage()
func (*ExportKeystoreRequest) Reset ¶
func (m *ExportKeystoreRequest) Reset()
func (*ExportKeystoreRequest) String ¶
func (m *ExportKeystoreRequest) String() string
func (*ExportKeystoreRequest) XXX_DiscardUnknown ¶
func (m *ExportKeystoreRequest) XXX_DiscardUnknown()
func (*ExportKeystoreRequest) XXX_Marshal ¶
func (m *ExportKeystoreRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExportKeystoreRequest) XXX_Merge ¶
func (m *ExportKeystoreRequest) XXX_Merge(src proto.Message)
func (*ExportKeystoreRequest) XXX_Size ¶
func (m *ExportKeystoreRequest) XXX_Size() int
func (*ExportKeystoreRequest) XXX_Unmarshal ¶
func (m *ExportKeystoreRequest) XXX_Unmarshal(b []byte) error
type ExportKeystoreResponse ¶
type ExportKeystoreResponse struct { Keystore string `protobuf:"bytes,1,opt,name=keystore,proto3" json:"keystore,omitempty"` AddrManager *AddrManager `protobuf:"bytes,2,opt,name=addrManager,proto3" json:"addrManager,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExportKeystoreResponse) Descriptor ¶
func (*ExportKeystoreResponse) Descriptor() ([]byte, []int)
func (*ExportKeystoreResponse) GetAddrManager ¶
func (m *ExportKeystoreResponse) GetAddrManager() *AddrManager
func (*ExportKeystoreResponse) GetKeystore ¶
func (m *ExportKeystoreResponse) GetKeystore() string
func (*ExportKeystoreResponse) ProtoMessage ¶
func (*ExportKeystoreResponse) ProtoMessage()
func (*ExportKeystoreResponse) Reset ¶
func (m *ExportKeystoreResponse) Reset()
func (*ExportKeystoreResponse) String ¶
func (m *ExportKeystoreResponse) String() string
func (*ExportKeystoreResponse) XXX_DiscardUnknown ¶
func (m *ExportKeystoreResponse) XXX_DiscardUnknown()
func (*ExportKeystoreResponse) XXX_Marshal ¶
func (m *ExportKeystoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExportKeystoreResponse) XXX_Merge ¶
func (m *ExportKeystoreResponse) XXX_Merge(src proto.Message)
func (*ExportKeystoreResponse) XXX_Size ¶
func (m *ExportKeystoreResponse) XXX_Size() int
func (*ExportKeystoreResponse) XXX_Unmarshal ¶
func (m *ExportKeystoreResponse) XXX_Unmarshal(b []byte) error
type FaultPubKey ¶
type FaultPubKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` ProposalType uint32 `protobuf:"varint,2,opt,name=proposal_type,json=proposalType,proto3" json:"proposal_type,omitempty"` PublicKey string `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Testimony []*Header `protobuf:"bytes,4,rep,name=testimony,proto3" json:"testimony,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FaultPubKey) Descriptor ¶
func (*FaultPubKey) Descriptor() ([]byte, []int)
func (*FaultPubKey) GetProposalType ¶
func (m *FaultPubKey) GetProposalType() uint32
func (*FaultPubKey) GetPublicKey ¶
func (m *FaultPubKey) GetPublicKey() string
func (*FaultPubKey) GetTestimony ¶
func (m *FaultPubKey) GetTestimony() []*Header
func (*FaultPubKey) GetVersion ¶
func (m *FaultPubKey) GetVersion() uint32
func (*FaultPubKey) ProtoMessage ¶
func (*FaultPubKey) ProtoMessage()
func (*FaultPubKey) Reset ¶
func (m *FaultPubKey) Reset()
func (*FaultPubKey) String ¶
func (m *FaultPubKey) String() string
func (*FaultPubKey) XXX_DiscardUnknown ¶
func (m *FaultPubKey) XXX_DiscardUnknown()
func (*FaultPubKey) XXX_Marshal ¶
func (m *FaultPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FaultPubKey) XXX_Merge ¶
func (m *FaultPubKey) XXX_Merge(src proto.Message)
func (*FaultPubKey) XXX_Size ¶
func (m *FaultPubKey) XXX_Size() int
func (*FaultPubKey) XXX_Unmarshal ¶
func (m *FaultPubKey) XXX_Unmarshal(b []byte) error
type GetBestBlockHashResponse ¶
type GetBestBlockHashResponse struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBestBlockHashResponse) Descriptor ¶
func (*GetBestBlockHashResponse) Descriptor() ([]byte, []int)
func (*GetBestBlockHashResponse) GetHash ¶
func (m *GetBestBlockHashResponse) GetHash() string
func (*GetBestBlockHashResponse) ProtoMessage ¶
func (*GetBestBlockHashResponse) ProtoMessage()
func (*GetBestBlockHashResponse) Reset ¶
func (m *GetBestBlockHashResponse) Reset()
func (*GetBestBlockHashResponse) String ¶
func (m *GetBestBlockHashResponse) String() string
func (*GetBestBlockHashResponse) XXX_DiscardUnknown ¶
func (m *GetBestBlockHashResponse) XXX_DiscardUnknown()
func (*GetBestBlockHashResponse) XXX_Marshal ¶
func (m *GetBestBlockHashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBestBlockHashResponse) XXX_Merge ¶
func (m *GetBestBlockHashResponse) XXX_Merge(src proto.Message)
func (*GetBestBlockHashResponse) XXX_Size ¶
func (m *GetBestBlockHashResponse) XXX_Size() int
func (*GetBestBlockHashResponse) XXX_Unmarshal ¶
func (m *GetBestBlockHashResponse) XXX_Unmarshal(b []byte) error
type GetBestBlockResponse ¶
type GetBestBlockResponse struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBestBlockResponse) Descriptor ¶
func (*GetBestBlockResponse) Descriptor() ([]byte, []int)
func (*GetBestBlockResponse) GetHash ¶
func (m *GetBestBlockResponse) GetHash() string
func (*GetBestBlockResponse) GetHeight ¶
func (m *GetBestBlockResponse) GetHeight() uint64
func (*GetBestBlockResponse) ProtoMessage ¶
func (*GetBestBlockResponse) ProtoMessage()
func (*GetBestBlockResponse) Reset ¶
func (m *GetBestBlockResponse) Reset()
func (*GetBestBlockResponse) String ¶
func (m *GetBestBlockResponse) String() string
func (*GetBestBlockResponse) XXX_DiscardUnknown ¶
func (m *GetBestBlockResponse) XXX_DiscardUnknown()
func (*GetBestBlockResponse) XXX_Marshal ¶
func (m *GetBestBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBestBlockResponse) XXX_Merge ¶
func (m *GetBestBlockResponse) XXX_Merge(src proto.Message)
func (*GetBestBlockResponse) XXX_Size ¶
func (m *GetBestBlockResponse) XXX_Size() int
func (*GetBestBlockResponse) XXX_Unmarshal ¶
func (m *GetBestBlockResponse) XXX_Unmarshal(b []byte) error
type GetBlockByHeightRequest ¶
type GetBlockByHeightRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockByHeightRequest) Descriptor ¶
func (*GetBlockByHeightRequest) Descriptor() ([]byte, []int)
func (*GetBlockByHeightRequest) GetHeight ¶
func (m *GetBlockByHeightRequest) GetHeight() uint64
func (*GetBlockByHeightRequest) ProtoMessage ¶
func (*GetBlockByHeightRequest) ProtoMessage()
func (*GetBlockByHeightRequest) Reset ¶
func (m *GetBlockByHeightRequest) Reset()
func (*GetBlockByHeightRequest) String ¶
func (m *GetBlockByHeightRequest) String() string
func (*GetBlockByHeightRequest) XXX_DiscardUnknown ¶
func (m *GetBlockByHeightRequest) XXX_DiscardUnknown()
func (*GetBlockByHeightRequest) XXX_Marshal ¶
func (m *GetBlockByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockByHeightRequest) XXX_Merge ¶
func (m *GetBlockByHeightRequest) XXX_Merge(src proto.Message)
func (*GetBlockByHeightRequest) XXX_Size ¶
func (m *GetBlockByHeightRequest) XXX_Size() int
func (*GetBlockByHeightRequest) XXX_Unmarshal ¶
func (m *GetBlockByHeightRequest) XXX_Unmarshal(b []byte) error
type GetBlockHashByHeightRequest ¶
type GetBlockHashByHeightRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
========== block ====================
func (*GetBlockHashByHeightRequest) Descriptor ¶
func (*GetBlockHashByHeightRequest) Descriptor() ([]byte, []int)
func (*GetBlockHashByHeightRequest) GetHeight ¶
func (m *GetBlockHashByHeightRequest) GetHeight() uint64
func (*GetBlockHashByHeightRequest) ProtoMessage ¶
func (*GetBlockHashByHeightRequest) ProtoMessage()
func (*GetBlockHashByHeightRequest) Reset ¶
func (m *GetBlockHashByHeightRequest) Reset()
func (*GetBlockHashByHeightRequest) String ¶
func (m *GetBlockHashByHeightRequest) String() string
func (*GetBlockHashByHeightRequest) XXX_DiscardUnknown ¶
func (m *GetBlockHashByHeightRequest) XXX_DiscardUnknown()
func (*GetBlockHashByHeightRequest) XXX_Marshal ¶
func (m *GetBlockHashByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockHashByHeightRequest) XXX_Merge ¶
func (m *GetBlockHashByHeightRequest) XXX_Merge(src proto.Message)
func (*GetBlockHashByHeightRequest) XXX_Size ¶
func (m *GetBlockHashByHeightRequest) XXX_Size() int
func (*GetBlockHashByHeightRequest) XXX_Unmarshal ¶
func (m *GetBlockHashByHeightRequest) XXX_Unmarshal(b []byte) error
type GetBlockHashByHeightResponse ¶
type GetBlockHashByHeightResponse struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockHashByHeightResponse) Descriptor ¶
func (*GetBlockHashByHeightResponse) Descriptor() ([]byte, []int)
func (*GetBlockHashByHeightResponse) GetHash ¶
func (m *GetBlockHashByHeightResponse) GetHash() string
func (*GetBlockHashByHeightResponse) ProtoMessage ¶
func (*GetBlockHashByHeightResponse) ProtoMessage()
func (*GetBlockHashByHeightResponse) Reset ¶
func (m *GetBlockHashByHeightResponse) Reset()
func (*GetBlockHashByHeightResponse) String ¶
func (m *GetBlockHashByHeightResponse) String() string
func (*GetBlockHashByHeightResponse) XXX_DiscardUnknown ¶
func (m *GetBlockHashByHeightResponse) XXX_DiscardUnknown()
func (*GetBlockHashByHeightResponse) XXX_Marshal ¶
func (m *GetBlockHashByHeightResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockHashByHeightResponse) XXX_Merge ¶
func (m *GetBlockHashByHeightResponse) XXX_Merge(src proto.Message)
func (*GetBlockHashByHeightResponse) XXX_Size ¶
func (m *GetBlockHashByHeightResponse) XXX_Size() int
func (*GetBlockHashByHeightResponse) XXX_Unmarshal ¶
func (m *GetBlockHashByHeightResponse) XXX_Unmarshal(b []byte) error
type GetBlockHeaderRequest ¶
type GetBlockHeaderRequest struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockHeaderRequest) Descriptor ¶
func (*GetBlockHeaderRequest) Descriptor() ([]byte, []int)
func (*GetBlockHeaderRequest) GetHash ¶
func (m *GetBlockHeaderRequest) GetHash() string
func (*GetBlockHeaderRequest) ProtoMessage ¶
func (*GetBlockHeaderRequest) ProtoMessage()
func (*GetBlockHeaderRequest) Reset ¶
func (m *GetBlockHeaderRequest) Reset()
func (*GetBlockHeaderRequest) String ¶
func (m *GetBlockHeaderRequest) String() string
func (*GetBlockHeaderRequest) XXX_DiscardUnknown ¶
func (m *GetBlockHeaderRequest) XXX_DiscardUnknown()
func (*GetBlockHeaderRequest) XXX_Marshal ¶
func (m *GetBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockHeaderRequest) XXX_Merge ¶
func (m *GetBlockHeaderRequest) XXX_Merge(src proto.Message)
func (*GetBlockHeaderRequest) XXX_Size ¶
func (m *GetBlockHeaderRequest) XXX_Size() int
func (*GetBlockHeaderRequest) XXX_Unmarshal ¶
func (m *GetBlockHeaderRequest) XXX_Unmarshal(b []byte) error
type GetBlockHeaderResponse ¶
type GetBlockHeaderResponse struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` ChainId string `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` Confirmations uint64 `protobuf:"varint,5,opt,name=confirmations,proto3" json:"confirmations,omitempty"` Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` PreviousHash string `protobuf:"bytes,7,opt,name=previous_hash,json=previousHash,proto3" json:"previous_hash,omitempty"` NextHash string `protobuf:"bytes,8,opt,name=next_hash,json=nextHash,proto3" json:"next_hash,omitempty"` TransactionRoot string `protobuf:"bytes,9,opt,name=transaction_root,json=transactionRoot,proto3" json:"transaction_root,omitempty"` WitnessRoot string `protobuf:"bytes,10,opt,name=witness_root,json=witnessRoot,proto3" json:"witness_root,omitempty"` ProposalRoot string `protobuf:"bytes,11,opt,name=proposal_root,json=proposalRoot,proto3" json:"proposal_root,omitempty"` Target string `protobuf:"bytes,12,opt,name=target,proto3" json:"target,omitempty"` Quality string `protobuf:"bytes,13,opt,name=quality,proto3" json:"quality,omitempty"` Challenge string `protobuf:"bytes,14,opt,name=challenge,proto3" json:"challenge,omitempty"` PublicKey string `protobuf:"bytes,15,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Proof *Proof `protobuf:"bytes,16,opt,name=proof,proto3" json:"proof,omitempty"` BlockSignature *PoCSignature `protobuf:"bytes,17,opt,name=block_signature,json=blockSignature,proto3" json:"block_signature,omitempty"` BanList []string `protobuf:"bytes,18,rep,name=ban_list,json=banList,proto3" json:"ban_list,omitempty"` TimeUtc string `protobuf:"bytes,19,opt,name=time_utc,json=timeUtc,proto3" json:"time_utc,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockHeaderResponse) Descriptor ¶
func (*GetBlockHeaderResponse) Descriptor() ([]byte, []int)
func (*GetBlockHeaderResponse) GetBanList ¶
func (m *GetBlockHeaderResponse) GetBanList() []string
func (*GetBlockHeaderResponse) GetBlockSignature ¶
func (m *GetBlockHeaderResponse) GetBlockSignature() *PoCSignature
func (*GetBlockHeaderResponse) GetChainId ¶
func (m *GetBlockHeaderResponse) GetChainId() string
func (*GetBlockHeaderResponse) GetChallenge ¶
func (m *GetBlockHeaderResponse) GetChallenge() string
func (*GetBlockHeaderResponse) GetConfirmations ¶
func (m *GetBlockHeaderResponse) GetConfirmations() uint64
func (*GetBlockHeaderResponse) GetHash ¶
func (m *GetBlockHeaderResponse) GetHash() string
func (*GetBlockHeaderResponse) GetHeight ¶
func (m *GetBlockHeaderResponse) GetHeight() uint64
func (*GetBlockHeaderResponse) GetNextHash ¶
func (m *GetBlockHeaderResponse) GetNextHash() string
func (*GetBlockHeaderResponse) GetPreviousHash ¶
func (m *GetBlockHeaderResponse) GetPreviousHash() string
func (*GetBlockHeaderResponse) GetProof ¶
func (m *GetBlockHeaderResponse) GetProof() *Proof
func (*GetBlockHeaderResponse) GetProposalRoot ¶
func (m *GetBlockHeaderResponse) GetProposalRoot() string
func (*GetBlockHeaderResponse) GetPublicKey ¶
func (m *GetBlockHeaderResponse) GetPublicKey() string
func (*GetBlockHeaderResponse) GetQuality ¶
func (m *GetBlockHeaderResponse) GetQuality() string
func (*GetBlockHeaderResponse) GetTarget ¶
func (m *GetBlockHeaderResponse) GetTarget() string
func (*GetBlockHeaderResponse) GetTimeUtc ¶
func (m *GetBlockHeaderResponse) GetTimeUtc() string
func (*GetBlockHeaderResponse) GetTimestamp ¶
func (m *GetBlockHeaderResponse) GetTimestamp() int64
func (*GetBlockHeaderResponse) GetTransactionRoot ¶
func (m *GetBlockHeaderResponse) GetTransactionRoot() string
func (*GetBlockHeaderResponse) GetVersion ¶
func (m *GetBlockHeaderResponse) GetVersion() uint64
func (*GetBlockHeaderResponse) GetWitnessRoot ¶
func (m *GetBlockHeaderResponse) GetWitnessRoot() string
func (*GetBlockHeaderResponse) ProtoMessage ¶
func (*GetBlockHeaderResponse) ProtoMessage()
func (*GetBlockHeaderResponse) Reset ¶
func (m *GetBlockHeaderResponse) Reset()
func (*GetBlockHeaderResponse) String ¶
func (m *GetBlockHeaderResponse) String() string
func (*GetBlockHeaderResponse) XXX_DiscardUnknown ¶
func (m *GetBlockHeaderResponse) XXX_DiscardUnknown()
func (*GetBlockHeaderResponse) XXX_Marshal ¶
func (m *GetBlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockHeaderResponse) XXX_Merge ¶
func (m *GetBlockHeaderResponse) XXX_Merge(src proto.Message)
func (*GetBlockHeaderResponse) XXX_Size ¶
func (m *GetBlockHeaderResponse) XXX_Size() int
func (*GetBlockHeaderResponse) XXX_Unmarshal ¶
func (m *GetBlockHeaderResponse) XXX_Unmarshal(b []byte) error
type GetBlockHeightByPubKeyRequest ¶
type GetBlockHeightByPubKeyRequest struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockHeightByPubKeyRequest) Descriptor ¶
func (*GetBlockHeightByPubKeyRequest) Descriptor() ([]byte, []int)
func (*GetBlockHeightByPubKeyRequest) GetPublicKey ¶
func (m *GetBlockHeightByPubKeyRequest) GetPublicKey() string
func (*GetBlockHeightByPubKeyRequest) ProtoMessage ¶
func (*GetBlockHeightByPubKeyRequest) ProtoMessage()
func (*GetBlockHeightByPubKeyRequest) Reset ¶
func (m *GetBlockHeightByPubKeyRequest) Reset()
func (*GetBlockHeightByPubKeyRequest) String ¶
func (m *GetBlockHeightByPubKeyRequest) String() string
func (*GetBlockHeightByPubKeyRequest) XXX_DiscardUnknown ¶
func (m *GetBlockHeightByPubKeyRequest) XXX_DiscardUnknown()
func (*GetBlockHeightByPubKeyRequest) XXX_Marshal ¶
func (m *GetBlockHeightByPubKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockHeightByPubKeyRequest) XXX_Merge ¶
func (m *GetBlockHeightByPubKeyRequest) XXX_Merge(src proto.Message)
func (*GetBlockHeightByPubKeyRequest) XXX_Size ¶
func (m *GetBlockHeightByPubKeyRequest) XXX_Size() int
func (*GetBlockHeightByPubKeyRequest) XXX_Unmarshal ¶
func (m *GetBlockHeightByPubKeyRequest) XXX_Unmarshal(b []byte) error
type GetBlockHeightByPubKeyResponse ¶
type GetBlockHeightByPubKeyResponse struct { Heights []uint64 `protobuf:"varint,1,rep,packed,name=heights,proto3" json:"heights,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockHeightByPubKeyResponse) Descriptor ¶
func (*GetBlockHeightByPubKeyResponse) Descriptor() ([]byte, []int)
func (*GetBlockHeightByPubKeyResponse) GetHeights ¶
func (m *GetBlockHeightByPubKeyResponse) GetHeights() []uint64
func (*GetBlockHeightByPubKeyResponse) ProtoMessage ¶
func (*GetBlockHeightByPubKeyResponse) ProtoMessage()
func (*GetBlockHeightByPubKeyResponse) Reset ¶
func (m *GetBlockHeightByPubKeyResponse) Reset()
func (*GetBlockHeightByPubKeyResponse) String ¶
func (m *GetBlockHeightByPubKeyResponse) String() string
func (*GetBlockHeightByPubKeyResponse) XXX_DiscardUnknown ¶
func (m *GetBlockHeightByPubKeyResponse) XXX_DiscardUnknown()
func (*GetBlockHeightByPubKeyResponse) XXX_Marshal ¶
func (m *GetBlockHeightByPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockHeightByPubKeyResponse) XXX_Merge ¶
func (m *GetBlockHeightByPubKeyResponse) XXX_Merge(src proto.Message)
func (*GetBlockHeightByPubKeyResponse) XXX_Size ¶
func (m *GetBlockHeightByPubKeyResponse) XXX_Size() int
func (*GetBlockHeightByPubKeyResponse) XXX_Unmarshal ¶
func (m *GetBlockHeightByPubKeyResponse) XXX_Unmarshal(b []byte) error
type GetBlockRequest ¶
type GetBlockRequest struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockRequest) Descriptor ¶
func (*GetBlockRequest) Descriptor() ([]byte, []int)
func (*GetBlockRequest) GetHash ¶
func (m *GetBlockRequest) GetHash() string
func (*GetBlockRequest) ProtoMessage ¶
func (*GetBlockRequest) ProtoMessage()
func (*GetBlockRequest) Reset ¶
func (m *GetBlockRequest) Reset()
func (*GetBlockRequest) String ¶
func (m *GetBlockRequest) String() string
func (*GetBlockRequest) XXX_DiscardUnknown ¶
func (m *GetBlockRequest) XXX_DiscardUnknown()
func (*GetBlockRequest) XXX_Marshal ¶
func (m *GetBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockRequest) XXX_Merge ¶
func (m *GetBlockRequest) XXX_Merge(src proto.Message)
func (*GetBlockRequest) XXX_Size ¶
func (m *GetBlockRequest) XXX_Size() int
func (*GetBlockRequest) XXX_Unmarshal ¶
func (m *GetBlockRequest) XXX_Unmarshal(b []byte) error
type GetBlockRequestV2 ¶
type GetBlockRequestV2 struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockRequestV2) Descriptor ¶
func (*GetBlockRequestV2) Descriptor() ([]byte, []int)
func (*GetBlockRequestV2) GetId ¶
func (m *GetBlockRequestV2) GetId() string
func (*GetBlockRequestV2) ProtoMessage ¶
func (*GetBlockRequestV2) ProtoMessage()
func (*GetBlockRequestV2) Reset ¶
func (m *GetBlockRequestV2) Reset()
func (*GetBlockRequestV2) String ¶
func (m *GetBlockRequestV2) String() string
func (*GetBlockRequestV2) XXX_DiscardUnknown ¶
func (m *GetBlockRequestV2) XXX_DiscardUnknown()
func (*GetBlockRequestV2) XXX_Marshal ¶
func (m *GetBlockRequestV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockRequestV2) XXX_Merge ¶
func (m *GetBlockRequestV2) XXX_Merge(src proto.Message)
func (*GetBlockRequestV2) XXX_Size ¶
func (m *GetBlockRequestV2) XXX_Size() int
func (*GetBlockRequestV2) XXX_Unmarshal ¶
func (m *GetBlockRequestV2) XXX_Unmarshal(b []byte) error
type GetBlockResponse ¶
type GetBlockResponse struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` ChainId string `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` Confirmations uint64 `protobuf:"varint,5,opt,name=confirmations,proto3" json:"confirmations,omitempty"` Time int64 `protobuf:"varint,6,opt,name=time,proto3" json:"time,omitempty"` PreviousHash string `protobuf:"bytes,7,opt,name=previous_hash,json=previousHash,proto3" json:"previous_hash,omitempty"` NextHash string `protobuf:"bytes,8,opt,name=next_hash,json=nextHash,proto3" json:"next_hash,omitempty"` TransactionRoot string `protobuf:"bytes,9,opt,name=transaction_root,json=transactionRoot,proto3" json:"transaction_root,omitempty"` WitnessRoot string `protobuf:"bytes,10,opt,name=witness_root,json=witnessRoot,proto3" json:"witness_root,omitempty"` ProposalRoot string `protobuf:"bytes,11,opt,name=proposal_root,json=proposalRoot,proto3" json:"proposal_root,omitempty"` Target string `protobuf:"bytes,12,opt,name=target,proto3" json:"target,omitempty"` Quality string `protobuf:"bytes,13,opt,name=quality,proto3" json:"quality,omitempty"` Challenge string `protobuf:"bytes,14,opt,name=challenge,proto3" json:"challenge,omitempty"` PublicKey string `protobuf:"bytes,15,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Proof *Proof `protobuf:"bytes,16,opt,name=proof,proto3" json:"proof,omitempty"` BlockSignature *PoCSignature `protobuf:"bytes,17,opt,name=block_signature,json=blockSignature,proto3" json:"block_signature,omitempty"` BanList []string `protobuf:"bytes,18,rep,name=ban_list,json=banList,proto3" json:"ban_list,omitempty"` ProposalArea *ProposalArea `protobuf:"bytes,19,opt,name=proposal_area,json=proposalArea,proto3" json:"proposal_area,omitempty"` Tx []string `protobuf:"bytes,20,rep,name=tx,proto3" json:"tx,omitempty"` RawTx []*TxRawResult `protobuf:"bytes,21,rep,name=raw_tx,json=rawTx,proto3" json:"raw_tx,omitempty"` BlockSize uint32 `protobuf:"varint,22,opt,name=block_size,json=blockSize,proto3" json:"block_size,omitempty"` TimeUtc string `protobuf:"bytes,23,opt,name=time_utc,json=timeUtc,proto3" json:"time_utc,omitempty"` TxCount uint32 `protobuf:"varint,24,opt,name=tx_count,json=txCount,proto3" json:"tx_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockResponse) Descriptor ¶
func (*GetBlockResponse) Descriptor() ([]byte, []int)
func (*GetBlockResponse) GetBanList ¶
func (m *GetBlockResponse) GetBanList() []string
func (*GetBlockResponse) GetBlockSignature ¶
func (m *GetBlockResponse) GetBlockSignature() *PoCSignature
func (*GetBlockResponse) GetBlockSize ¶
func (m *GetBlockResponse) GetBlockSize() uint32
func (*GetBlockResponse) GetChainId ¶
func (m *GetBlockResponse) GetChainId() string
func (*GetBlockResponse) GetChallenge ¶
func (m *GetBlockResponse) GetChallenge() string
func (*GetBlockResponse) GetConfirmations ¶
func (m *GetBlockResponse) GetConfirmations() uint64
func (*GetBlockResponse) GetHash ¶
func (m *GetBlockResponse) GetHash() string
func (*GetBlockResponse) GetHeight ¶
func (m *GetBlockResponse) GetHeight() uint64
func (*GetBlockResponse) GetNextHash ¶
func (m *GetBlockResponse) GetNextHash() string
func (*GetBlockResponse) GetPreviousHash ¶
func (m *GetBlockResponse) GetPreviousHash() string
func (*GetBlockResponse) GetProof ¶
func (m *GetBlockResponse) GetProof() *Proof
func (*GetBlockResponse) GetProposalArea ¶
func (m *GetBlockResponse) GetProposalArea() *ProposalArea
func (*GetBlockResponse) GetProposalRoot ¶
func (m *GetBlockResponse) GetProposalRoot() string
func (*GetBlockResponse) GetPublicKey ¶
func (m *GetBlockResponse) GetPublicKey() string
func (*GetBlockResponse) GetQuality ¶
func (m *GetBlockResponse) GetQuality() string
func (*GetBlockResponse) GetRawTx ¶
func (m *GetBlockResponse) GetRawTx() []*TxRawResult
func (*GetBlockResponse) GetTarget ¶
func (m *GetBlockResponse) GetTarget() string
func (*GetBlockResponse) GetTime ¶
func (m *GetBlockResponse) GetTime() int64
func (*GetBlockResponse) GetTimeUtc ¶
func (m *GetBlockResponse) GetTimeUtc() string
func (*GetBlockResponse) GetTransactionRoot ¶
func (m *GetBlockResponse) GetTransactionRoot() string
func (*GetBlockResponse) GetTx ¶
func (m *GetBlockResponse) GetTx() []string
func (*GetBlockResponse) GetTxCount ¶
func (m *GetBlockResponse) GetTxCount() uint32
func (*GetBlockResponse) GetVersion ¶
func (m *GetBlockResponse) GetVersion() uint64
func (*GetBlockResponse) GetWitnessRoot ¶
func (m *GetBlockResponse) GetWitnessRoot() string
func (*GetBlockResponse) ProtoMessage ¶
func (*GetBlockResponse) ProtoMessage()
func (*GetBlockResponse) Reset ¶
func (m *GetBlockResponse) Reset()
func (*GetBlockResponse) String ¶
func (m *GetBlockResponse) String() string
func (*GetBlockResponse) XXX_DiscardUnknown ¶
func (m *GetBlockResponse) XXX_DiscardUnknown()
func (*GetBlockResponse) XXX_Marshal ¶
func (m *GetBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockResponse) XXX_Merge ¶
func (m *GetBlockResponse) XXX_Merge(src proto.Message)
func (*GetBlockResponse) XXX_Size ¶
func (m *GetBlockResponse) XXX_Size() int
func (*GetBlockResponse) XXX_Unmarshal ¶
func (m *GetBlockResponse) XXX_Unmarshal(b []byte) error
type GetBlockResponseV2 ¶
type GetBlockResponseV2 struct { Previous string `protobuf:"bytes,1,opt,name=previous,proto3" json:"previous,omitempty"` Next string `protobuf:"bytes,2,opt,name=next,proto3" json:"next,omitempty"` Confirmations uint64 `protobuf:"varint,3,opt,name=confirmations,proto3" json:"confirmations,omitempty"` PlainSize uint32 `protobuf:"varint,4,opt,name=plain_size,json=plainSize,proto3" json:"plain_size,omitempty"` PacketSize uint32 `protobuf:"varint,5,opt,name=packet_size,json=packetSize,proto3" json:"packet_size,omitempty"` Hash string `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"` ChainId string `protobuf:"bytes,7,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Version uint64 `protobuf:"varint,8,opt,name=version,proto3" json:"version,omitempty"` Height uint64 `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"` Timestamp int64 `protobuf:"varint,10,opt,name=timestamp,proto3" json:"timestamp,omitempty"` TimeUtc string `protobuf:"bytes,11,opt,name=time_utc,json=timeUtc,proto3" json:"time_utc,omitempty"` TransactionRoot string `protobuf:"bytes,12,opt,name=transaction_root,json=transactionRoot,proto3" json:"transaction_root,omitempty"` WitnessRoot string `protobuf:"bytes,13,opt,name=witness_root,json=witnessRoot,proto3" json:"witness_root,omitempty"` ProposalRoot string `protobuf:"bytes,14,opt,name=proposal_root,json=proposalRoot,proto3" json:"proposal_root,omitempty"` Target string `protobuf:"bytes,15,opt,name=target,proto3" json:"target,omitempty"` Quality string `protobuf:"bytes,16,opt,name=quality,proto3" json:"quality,omitempty"` Challenge string `protobuf:"bytes,17,opt,name=challenge,proto3" json:"challenge,omitempty"` PublicKey string `protobuf:"bytes,18,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Proof *Proof `protobuf:"bytes,19,opt,name=proof,proto3" json:"proof,omitempty"` Signature *PoCSignature `protobuf:"bytes,20,opt,name=signature,proto3" json:"signature,omitempty"` BanList []string `protobuf:"bytes,21,rep,name=ban_list,json=banList,proto3" json:"ban_list,omitempty"` Proposals *ProposalArea `protobuf:"bytes,22,opt,name=proposals,proto3" json:"proposals,omitempty"` TxCount uint32 `protobuf:"varint,23,opt,name=tx_count,json=txCount,proto3" json:"tx_count,omitempty"` Txids []string `protobuf:"bytes,24,rep,name=txids,proto3" json:"txids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetBlockResponseV2) Descriptor ¶
func (*GetBlockResponseV2) Descriptor() ([]byte, []int)
func (*GetBlockResponseV2) GetBanList ¶
func (m *GetBlockResponseV2) GetBanList() []string
func (*GetBlockResponseV2) GetChainId ¶
func (m *GetBlockResponseV2) GetChainId() string
func (*GetBlockResponseV2) GetChallenge ¶
func (m *GetBlockResponseV2) GetChallenge() string
func (*GetBlockResponseV2) GetConfirmations ¶
func (m *GetBlockResponseV2) GetConfirmations() uint64
func (*GetBlockResponseV2) GetHash ¶
func (m *GetBlockResponseV2) GetHash() string
func (*GetBlockResponseV2) GetHeight ¶
func (m *GetBlockResponseV2) GetHeight() uint64
func (*GetBlockResponseV2) GetNext ¶
func (m *GetBlockResponseV2) GetNext() string
func (*GetBlockResponseV2) GetPacketSize ¶
func (m *GetBlockResponseV2) GetPacketSize() uint32
func (*GetBlockResponseV2) GetPlainSize ¶
func (m *GetBlockResponseV2) GetPlainSize() uint32
func (*GetBlockResponseV2) GetPrevious ¶
func (m *GetBlockResponseV2) GetPrevious() string
func (*GetBlockResponseV2) GetProof ¶
func (m *GetBlockResponseV2) GetProof() *Proof
func (*GetBlockResponseV2) GetProposalRoot ¶
func (m *GetBlockResponseV2) GetProposalRoot() string
func (*GetBlockResponseV2) GetProposals ¶
func (m *GetBlockResponseV2) GetProposals() *ProposalArea
func (*GetBlockResponseV2) GetPublicKey ¶
func (m *GetBlockResponseV2) GetPublicKey() string
func (*GetBlockResponseV2) GetQuality ¶
func (m *GetBlockResponseV2) GetQuality() string
func (*GetBlockResponseV2) GetSignature ¶
func (m *GetBlockResponseV2) GetSignature() *PoCSignature
func (*GetBlockResponseV2) GetTarget ¶
func (m *GetBlockResponseV2) GetTarget() string
func (*GetBlockResponseV2) GetTimeUtc ¶
func (m *GetBlockResponseV2) GetTimeUtc() string
func (*GetBlockResponseV2) GetTimestamp ¶
func (m *GetBlockResponseV2) GetTimestamp() int64
func (*GetBlockResponseV2) GetTransactionRoot ¶
func (m *GetBlockResponseV2) GetTransactionRoot() string
func (*GetBlockResponseV2) GetTxCount ¶
func (m *GetBlockResponseV2) GetTxCount() uint32
func (*GetBlockResponseV2) GetTxids ¶
func (m *GetBlockResponseV2) GetTxids() []string
func (*GetBlockResponseV2) GetVersion ¶
func (m *GetBlockResponseV2) GetVersion() uint64
func (*GetBlockResponseV2) GetWitnessRoot ¶
func (m *GetBlockResponseV2) GetWitnessRoot() string
func (*GetBlockResponseV2) ProtoMessage ¶
func (*GetBlockResponseV2) ProtoMessage()
func (*GetBlockResponseV2) Reset ¶
func (m *GetBlockResponseV2) Reset()
func (*GetBlockResponseV2) String ¶
func (m *GetBlockResponseV2) String() string
func (*GetBlockResponseV2) XXX_DiscardUnknown ¶
func (m *GetBlockResponseV2) XXX_DiscardUnknown()
func (*GetBlockResponseV2) XXX_Marshal ¶
func (m *GetBlockResponseV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetBlockResponseV2) XXX_Merge ¶
func (m *GetBlockResponseV2) XXX_Merge(src proto.Message)
func (*GetBlockResponseV2) XXX_Size ¶
func (m *GetBlockResponseV2) XXX_Size() int
func (*GetBlockResponseV2) XXX_Unmarshal ¶
func (m *GetBlockResponseV2) XXX_Unmarshal(b []byte) error
type GetClientStatusResponse ¶
type GetClientStatusResponse struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` PeerListening bool `protobuf:"varint,2,opt,name=peer_listening,json=peerListening,proto3" json:"peer_listening,omitempty"` Syncing bool `protobuf:"varint,3,opt,name=syncing,proto3" json:"syncing,omitempty"` Mining bool `protobuf:"varint,4,opt,name=mining,proto3" json:"mining,omitempty"` SpaceKeeping bool `protobuf:"varint,5,opt,name=space_keeping,json=spaceKeeping,proto3" json:"space_keeping,omitempty"` ChainId string `protobuf:"bytes,6,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` LocalBestHeight uint64 `protobuf:"varint,7,opt,name=local_best_height,json=localBestHeight,proto3" json:"local_best_height,omitempty"` KnownBestHeight uint64 `protobuf:"varint,8,opt,name=known_best_height,json=knownBestHeight,proto3" json:"known_best_height,omitempty"` P2PId string `protobuf:"bytes,9,opt,name=p2p_id,json=p2pId,proto3" json:"p2p_id,omitempty"` PeerCount *GetClientStatusResponsePeerCountInfo `protobuf:"bytes,10,opt,name=peer_count,json=peerCount,proto3" json:"peer_count,omitempty"` Peers *GetClientStatusResponsePeerList `protobuf:"bytes,11,opt,name=peers,proto3" json:"peers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetClientStatusResponse) Descriptor ¶
func (*GetClientStatusResponse) Descriptor() ([]byte, []int)
func (*GetClientStatusResponse) GetChainId ¶
func (m *GetClientStatusResponse) GetChainId() string
func (*GetClientStatusResponse) GetKnownBestHeight ¶
func (m *GetClientStatusResponse) GetKnownBestHeight() uint64
func (*GetClientStatusResponse) GetLocalBestHeight ¶
func (m *GetClientStatusResponse) GetLocalBestHeight() uint64
func (*GetClientStatusResponse) GetMining ¶
func (m *GetClientStatusResponse) GetMining() bool
func (*GetClientStatusResponse) GetP2PId ¶
func (m *GetClientStatusResponse) GetP2PId() string
func (*GetClientStatusResponse) GetPeerCount ¶
func (m *GetClientStatusResponse) GetPeerCount() *GetClientStatusResponsePeerCountInfo
func (*GetClientStatusResponse) GetPeerListening ¶
func (m *GetClientStatusResponse) GetPeerListening() bool
func (*GetClientStatusResponse) GetPeers ¶
func (m *GetClientStatusResponse) GetPeers() *GetClientStatusResponsePeerList
func (*GetClientStatusResponse) GetSpaceKeeping ¶
func (m *GetClientStatusResponse) GetSpaceKeeping() bool
func (*GetClientStatusResponse) GetSyncing ¶
func (m *GetClientStatusResponse) GetSyncing() bool
func (*GetClientStatusResponse) GetVersion ¶
func (m *GetClientStatusResponse) GetVersion() string
func (*GetClientStatusResponse) ProtoMessage ¶
func (*GetClientStatusResponse) ProtoMessage()
func (*GetClientStatusResponse) Reset ¶
func (m *GetClientStatusResponse) Reset()
func (*GetClientStatusResponse) String ¶
func (m *GetClientStatusResponse) String() string
func (*GetClientStatusResponse) XXX_DiscardUnknown ¶
func (m *GetClientStatusResponse) XXX_DiscardUnknown()
func (*GetClientStatusResponse) XXX_Marshal ¶
func (m *GetClientStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClientStatusResponse) XXX_Merge ¶
func (m *GetClientStatusResponse) XXX_Merge(src proto.Message)
func (*GetClientStatusResponse) XXX_Size ¶
func (m *GetClientStatusResponse) XXX_Size() int
func (*GetClientStatusResponse) XXX_Unmarshal ¶
func (m *GetClientStatusResponse) XXX_Unmarshal(b []byte) error
type GetClientStatusResponsePeerCountInfo ¶
type GetClientStatusResponsePeerCountInfo struct { Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Outbound uint32 `protobuf:"varint,2,opt,name=outbound,proto3" json:"outbound,omitempty"` Inbound uint32 `protobuf:"varint,3,opt,name=inbound,proto3" json:"inbound,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetClientStatusResponsePeerCountInfo) Descriptor ¶
func (*GetClientStatusResponsePeerCountInfo) Descriptor() ([]byte, []int)
func (*GetClientStatusResponsePeerCountInfo) GetInbound ¶
func (m *GetClientStatusResponsePeerCountInfo) GetInbound() uint32
func (*GetClientStatusResponsePeerCountInfo) GetOutbound ¶
func (m *GetClientStatusResponsePeerCountInfo) GetOutbound() uint32
func (*GetClientStatusResponsePeerCountInfo) GetTotal ¶
func (m *GetClientStatusResponsePeerCountInfo) GetTotal() uint32
func (*GetClientStatusResponsePeerCountInfo) ProtoMessage ¶
func (*GetClientStatusResponsePeerCountInfo) ProtoMessage()
func (*GetClientStatusResponsePeerCountInfo) Reset ¶
func (m *GetClientStatusResponsePeerCountInfo) Reset()
func (*GetClientStatusResponsePeerCountInfo) String ¶
func (m *GetClientStatusResponsePeerCountInfo) String() string
func (*GetClientStatusResponsePeerCountInfo) XXX_DiscardUnknown ¶
func (m *GetClientStatusResponsePeerCountInfo) XXX_DiscardUnknown()
func (*GetClientStatusResponsePeerCountInfo) XXX_Marshal ¶
func (m *GetClientStatusResponsePeerCountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClientStatusResponsePeerCountInfo) XXX_Merge ¶
func (m *GetClientStatusResponsePeerCountInfo) XXX_Merge(src proto.Message)
func (*GetClientStatusResponsePeerCountInfo) XXX_Size ¶
func (m *GetClientStatusResponsePeerCountInfo) XXX_Size() int
func (*GetClientStatusResponsePeerCountInfo) XXX_Unmarshal ¶
func (m *GetClientStatusResponsePeerCountInfo) XXX_Unmarshal(b []byte) error
type GetClientStatusResponsePeerInfo ¶
type GetClientStatusResponsePeerInfo struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Direction string `protobuf:"bytes,3,opt,name=direction,proto3" json:"direction,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetClientStatusResponsePeerInfo) Descriptor ¶
func (*GetClientStatusResponsePeerInfo) Descriptor() ([]byte, []int)
func (*GetClientStatusResponsePeerInfo) GetAddress ¶
func (m *GetClientStatusResponsePeerInfo) GetAddress() string
func (*GetClientStatusResponsePeerInfo) GetDirection ¶
func (m *GetClientStatusResponsePeerInfo) GetDirection() string
func (*GetClientStatusResponsePeerInfo) GetId ¶
func (m *GetClientStatusResponsePeerInfo) GetId() string
func (*GetClientStatusResponsePeerInfo) ProtoMessage ¶
func (*GetClientStatusResponsePeerInfo) ProtoMessage()
func (*GetClientStatusResponsePeerInfo) Reset ¶
func (m *GetClientStatusResponsePeerInfo) Reset()
func (*GetClientStatusResponsePeerInfo) String ¶
func (m *GetClientStatusResponsePeerInfo) String() string
func (*GetClientStatusResponsePeerInfo) XXX_DiscardUnknown ¶
func (m *GetClientStatusResponsePeerInfo) XXX_DiscardUnknown()
func (*GetClientStatusResponsePeerInfo) XXX_Marshal ¶
func (m *GetClientStatusResponsePeerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClientStatusResponsePeerInfo) XXX_Merge ¶
func (m *GetClientStatusResponsePeerInfo) XXX_Merge(src proto.Message)
func (*GetClientStatusResponsePeerInfo) XXX_Size ¶
func (m *GetClientStatusResponsePeerInfo) XXX_Size() int
func (*GetClientStatusResponsePeerInfo) XXX_Unmarshal ¶
func (m *GetClientStatusResponsePeerInfo) XXX_Unmarshal(b []byte) error
type GetClientStatusResponsePeerList ¶
type GetClientStatusResponsePeerList struct { Outbound []*GetClientStatusResponsePeerInfo `protobuf:"bytes,1,rep,name=outbound,proto3" json:"outbound,omitempty"` Inbound []*GetClientStatusResponsePeerInfo `protobuf:"bytes,2,rep,name=inbound,proto3" json:"inbound,omitempty"` Other []*GetClientStatusResponsePeerInfo `protobuf:"bytes,3,rep,name=other,proto3" json:"other,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetClientStatusResponsePeerList) Descriptor ¶
func (*GetClientStatusResponsePeerList) Descriptor() ([]byte, []int)
func (*GetClientStatusResponsePeerList) GetInbound ¶
func (m *GetClientStatusResponsePeerList) GetInbound() []*GetClientStatusResponsePeerInfo
func (*GetClientStatusResponsePeerList) GetOther ¶
func (m *GetClientStatusResponsePeerList) GetOther() []*GetClientStatusResponsePeerInfo
func (*GetClientStatusResponsePeerList) GetOutbound ¶
func (m *GetClientStatusResponsePeerList) GetOutbound() []*GetClientStatusResponsePeerInfo
func (*GetClientStatusResponsePeerList) ProtoMessage ¶
func (*GetClientStatusResponsePeerList) ProtoMessage()
func (*GetClientStatusResponsePeerList) Reset ¶
func (m *GetClientStatusResponsePeerList) Reset()
func (*GetClientStatusResponsePeerList) String ¶
func (m *GetClientStatusResponsePeerList) String() string
func (*GetClientStatusResponsePeerList) XXX_DiscardUnknown ¶
func (m *GetClientStatusResponsePeerList) XXX_DiscardUnknown()
func (*GetClientStatusResponsePeerList) XXX_Marshal ¶
func (m *GetClientStatusResponsePeerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClientStatusResponsePeerList) XXX_Merge ¶
func (m *GetClientStatusResponsePeerList) XXX_Merge(src proto.Message)
func (*GetClientStatusResponsePeerList) XXX_Size ¶
func (m *GetClientStatusResponsePeerList) XXX_Size() int
func (*GetClientStatusResponsePeerList) XXX_Unmarshal ¶
func (m *GetClientStatusResponsePeerList) XXX_Unmarshal(b []byte) error
type GetCoinbaseRequest ¶
type GetCoinbaseRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetCoinbaseRequest) Descriptor ¶
func (*GetCoinbaseRequest) Descriptor() ([]byte, []int)
func (*GetCoinbaseRequest) GetHeight ¶
func (m *GetCoinbaseRequest) GetHeight() uint64
func (*GetCoinbaseRequest) ProtoMessage ¶
func (*GetCoinbaseRequest) ProtoMessage()
func (*GetCoinbaseRequest) Reset ¶
func (m *GetCoinbaseRequest) Reset()
func (*GetCoinbaseRequest) String ¶
func (m *GetCoinbaseRequest) String() string
func (*GetCoinbaseRequest) XXX_DiscardUnknown ¶
func (m *GetCoinbaseRequest) XXX_DiscardUnknown()
func (*GetCoinbaseRequest) XXX_Marshal ¶
func (m *GetCoinbaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetCoinbaseRequest) XXX_Merge ¶
func (m *GetCoinbaseRequest) XXX_Merge(src proto.Message)
func (*GetCoinbaseRequest) XXX_Size ¶
func (m *GetCoinbaseRequest) XXX_Size() int
func (*GetCoinbaseRequest) XXX_Unmarshal ¶
func (m *GetCoinbaseRequest) XXX_Unmarshal(b []byte) error
type GetCoinbaseResponse ¶
type GetCoinbaseResponse struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` LockTime uint64 `protobuf:"varint,3,opt,name=lock_time,json=lockTime,proto3" json:"lock_time,omitempty"` Block *BlockInfoForTx `protobuf:"bytes,4,opt,name=block,proto3" json:"block,omitempty"` BindingValue string `protobuf:"bytes,5,opt,name=binding_value,json=bindingValue,proto3" json:"binding_value,omitempty"` Vin []*Vin `protobuf:"bytes,6,rep,name=vin,proto3" json:"vin,omitempty"` Vout []*CoinbaseVout `protobuf:"bytes,7,rep,name=vout,proto3" json:"vout,omitempty"` Payload string `protobuf:"bytes,8,opt,name=payload,proto3" json:"payload,omitempty"` Confirmations uint64 `protobuf:"varint,9,opt,name=confirmations,proto3" json:"confirmations,omitempty"` TxSize uint32 `protobuf:"varint,10,opt,name=tx_size,json=txSize,proto3" json:"tx_size,omitempty"` TotalFees string `protobuf:"bytes,11,opt,name=total_fees,json=totalFees,proto3" json:"total_fees,omitempty"` Status int32 `protobuf:"varint,12,opt,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetCoinbaseResponse) Descriptor ¶
func (*GetCoinbaseResponse) Descriptor() ([]byte, []int)
func (*GetCoinbaseResponse) GetBindingValue ¶
func (m *GetCoinbaseResponse) GetBindingValue() string
func (*GetCoinbaseResponse) GetBlock ¶
func (m *GetCoinbaseResponse) GetBlock() *BlockInfoForTx
func (*GetCoinbaseResponse) GetConfirmations ¶
func (m *GetCoinbaseResponse) GetConfirmations() uint64
func (*GetCoinbaseResponse) GetLockTime ¶
func (m *GetCoinbaseResponse) GetLockTime() uint64
func (*GetCoinbaseResponse) GetPayload ¶
func (m *GetCoinbaseResponse) GetPayload() string
func (*GetCoinbaseResponse) GetStatus ¶
func (m *GetCoinbaseResponse) GetStatus() int32
func (*GetCoinbaseResponse) GetTotalFees ¶
func (m *GetCoinbaseResponse) GetTotalFees() string
func (*GetCoinbaseResponse) GetTxId ¶
func (m *GetCoinbaseResponse) GetTxId() string
func (*GetCoinbaseResponse) GetTxSize ¶
func (m *GetCoinbaseResponse) GetTxSize() uint32
func (*GetCoinbaseResponse) GetVersion ¶
func (m *GetCoinbaseResponse) GetVersion() uint32
func (*GetCoinbaseResponse) GetVin ¶
func (m *GetCoinbaseResponse) GetVin() []*Vin
func (*GetCoinbaseResponse) GetVout ¶
func (m *GetCoinbaseResponse) GetVout() []*CoinbaseVout
func (*GetCoinbaseResponse) ProtoMessage ¶
func (*GetCoinbaseResponse) ProtoMessage()
func (*GetCoinbaseResponse) Reset ¶
func (m *GetCoinbaseResponse) Reset()
func (*GetCoinbaseResponse) String ¶
func (m *GetCoinbaseResponse) String() string
func (*GetCoinbaseResponse) XXX_DiscardUnknown ¶
func (m *GetCoinbaseResponse) XXX_DiscardUnknown()
func (*GetCoinbaseResponse) XXX_Marshal ¶
func (m *GetCoinbaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetCoinbaseResponse) XXX_Merge ¶
func (m *GetCoinbaseResponse) XXX_Merge(src proto.Message)
func (*GetCoinbaseResponse) XXX_Size ¶
func (m *GetCoinbaseResponse) XXX_Size() int
func (*GetCoinbaseResponse) XXX_Unmarshal ¶
func (m *GetCoinbaseResponse) XXX_Unmarshal(b []byte) error
type GetGovernConfigHistoryRequest ¶
type GetGovernConfigHistoryRequest struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` IncludeShadow bool `protobuf:"varint,2,opt,name=include_shadow,json=includeShadow,proto3" json:"include_shadow,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetGovernConfigHistoryRequest) Descriptor ¶
func (*GetGovernConfigHistoryRequest) Descriptor() ([]byte, []int)
func (*GetGovernConfigHistoryRequest) GetId ¶
func (m *GetGovernConfigHistoryRequest) GetId() uint32
func (*GetGovernConfigHistoryRequest) GetIncludeShadow ¶
func (m *GetGovernConfigHistoryRequest) GetIncludeShadow() bool
func (*GetGovernConfigHistoryRequest) ProtoMessage ¶
func (*GetGovernConfigHistoryRequest) ProtoMessage()
func (*GetGovernConfigHistoryRequest) Reset ¶
func (m *GetGovernConfigHistoryRequest) Reset()
func (*GetGovernConfigHistoryRequest) String ¶
func (m *GetGovernConfigHistoryRequest) String() string
func (*GetGovernConfigHistoryRequest) XXX_DiscardUnknown ¶
func (m *GetGovernConfigHistoryRequest) XXX_DiscardUnknown()
func (*GetGovernConfigHistoryRequest) XXX_Marshal ¶
func (m *GetGovernConfigHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetGovernConfigHistoryRequest) XXX_Merge ¶
func (m *GetGovernConfigHistoryRequest) XXX_Merge(src proto.Message)
func (*GetGovernConfigHistoryRequest) XXX_Size ¶
func (m *GetGovernConfigHistoryRequest) XXX_Size() int
func (*GetGovernConfigHistoryRequest) XXX_Unmarshal ¶
func (m *GetGovernConfigHistoryRequest) XXX_Unmarshal(b []byte) error
type GetGovernConfigHistoryResponse ¶
type GetGovernConfigHistoryResponse struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Configs []*GovernConfig `protobuf:"bytes,2,rep,name=configs,proto3" json:"configs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetGovernConfigHistoryResponse) Descriptor ¶
func (*GetGovernConfigHistoryResponse) Descriptor() ([]byte, []int)
func (*GetGovernConfigHistoryResponse) GetConfigs ¶
func (m *GetGovernConfigHistoryResponse) GetConfigs() []*GovernConfig
func (*GetGovernConfigHistoryResponse) GetId ¶
func (m *GetGovernConfigHistoryResponse) GetId() uint32
func (*GetGovernConfigHistoryResponse) ProtoMessage ¶
func (*GetGovernConfigHistoryResponse) ProtoMessage()
func (*GetGovernConfigHistoryResponse) Reset ¶
func (m *GetGovernConfigHistoryResponse) Reset()
func (*GetGovernConfigHistoryResponse) String ¶
func (m *GetGovernConfigHistoryResponse) String() string
func (*GetGovernConfigHistoryResponse) XXX_DiscardUnknown ¶
func (m *GetGovernConfigHistoryResponse) XXX_DiscardUnknown()
func (*GetGovernConfigHistoryResponse) XXX_Marshal ¶
func (m *GetGovernConfigHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetGovernConfigHistoryResponse) XXX_Merge ¶
func (m *GetGovernConfigHistoryResponse) XXX_Merge(src proto.Message)
func (*GetGovernConfigHistoryResponse) XXX_Size ¶
func (m *GetGovernConfigHistoryResponse) XXX_Size() int
func (*GetGovernConfigHistoryResponse) XXX_Unmarshal ¶
func (m *GetGovernConfigHistoryResponse) XXX_Unmarshal(b []byte) error
type GetGovernConfigRequest ¶
type GetGovernConfigRequest struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetGovernConfigRequest) Descriptor ¶
func (*GetGovernConfigRequest) Descriptor() ([]byte, []int)
func (*GetGovernConfigRequest) GetId ¶
func (m *GetGovernConfigRequest) GetId() uint32
func (*GetGovernConfigRequest) ProtoMessage ¶
func (*GetGovernConfigRequest) ProtoMessage()
func (*GetGovernConfigRequest) Reset ¶
func (m *GetGovernConfigRequest) Reset()
func (*GetGovernConfigRequest) String ¶
func (m *GetGovernConfigRequest) String() string
func (*GetGovernConfigRequest) XXX_DiscardUnknown ¶
func (m *GetGovernConfigRequest) XXX_DiscardUnknown()
func (*GetGovernConfigRequest) XXX_Marshal ¶
func (m *GetGovernConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetGovernConfigRequest) XXX_Merge ¶
func (m *GetGovernConfigRequest) XXX_Merge(src proto.Message)
func (*GetGovernConfigRequest) XXX_Size ¶
func (m *GetGovernConfigRequest) XXX_Size() int
func (*GetGovernConfigRequest) XXX_Unmarshal ¶
func (m *GetGovernConfigRequest) XXX_Unmarshal(b []byte) error
type GetGovernConfigResponse ¶
type GetGovernConfigResponse struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` TxId string `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` ActivateHeight uint64 `protobuf:"varint,3,opt,name=activate_height,json=activateHeight,proto3" json:"activate_height,omitempty"` BlockHeight uint64 `protobuf:"varint,4,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` Config *GovernConfig `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetGovernConfigResponse) Descriptor ¶
func (*GetGovernConfigResponse) Descriptor() ([]byte, []int)
func (*GetGovernConfigResponse) GetActivateHeight ¶
func (m *GetGovernConfigResponse) GetActivateHeight() uint64
func (*GetGovernConfigResponse) GetBlockHeight ¶
func (m *GetGovernConfigResponse) GetBlockHeight() uint64
func (*GetGovernConfigResponse) GetConfig ¶
func (m *GetGovernConfigResponse) GetConfig() *GovernConfig
func (*GetGovernConfigResponse) GetId ¶
func (m *GetGovernConfigResponse) GetId() uint32
func (*GetGovernConfigResponse) GetTxId ¶
func (m *GetGovernConfigResponse) GetTxId() string
func (*GetGovernConfigResponse) ProtoMessage ¶
func (*GetGovernConfigResponse) ProtoMessage()
func (*GetGovernConfigResponse) Reset ¶
func (m *GetGovernConfigResponse) Reset()
func (*GetGovernConfigResponse) String ¶
func (m *GetGovernConfigResponse) String() string
func (*GetGovernConfigResponse) XXX_DiscardUnknown ¶
func (m *GetGovernConfigResponse) XXX_DiscardUnknown()
func (*GetGovernConfigResponse) XXX_Marshal ¶
func (m *GetGovernConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetGovernConfigResponse) XXX_Merge ¶
func (m *GetGovernConfigResponse) XXX_Merge(src proto.Message)
func (*GetGovernConfigResponse) XXX_Size ¶
func (m *GetGovernConfigResponse) XXX_Size() int
func (*GetGovernConfigResponse) XXX_Unmarshal ¶
func (m *GetGovernConfigResponse) XXX_Unmarshal(b []byte) error
type GetKeystoreDetailRequest ¶
type GetKeystoreDetailRequest struct { WalletId string `protobuf:"bytes,1,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` Passphrase string `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKeystoreDetailRequest) Descriptor ¶
func (*GetKeystoreDetailRequest) Descriptor() ([]byte, []int)
func (*GetKeystoreDetailRequest) GetPassphrase ¶
func (m *GetKeystoreDetailRequest) GetPassphrase() string
func (*GetKeystoreDetailRequest) GetWalletId ¶
func (m *GetKeystoreDetailRequest) GetWalletId() string
func (*GetKeystoreDetailRequest) ProtoMessage ¶
func (*GetKeystoreDetailRequest) ProtoMessage()
func (*GetKeystoreDetailRequest) Reset ¶
func (m *GetKeystoreDetailRequest) Reset()
func (*GetKeystoreDetailRequest) String ¶
func (m *GetKeystoreDetailRequest) String() string
func (*GetKeystoreDetailRequest) XXX_DiscardUnknown ¶
func (m *GetKeystoreDetailRequest) XXX_DiscardUnknown()
func (*GetKeystoreDetailRequest) XXX_Marshal ¶
func (m *GetKeystoreDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKeystoreDetailRequest) XXX_Merge ¶
func (m *GetKeystoreDetailRequest) XXX_Merge(src proto.Message)
func (*GetKeystoreDetailRequest) XXX_Size ¶
func (m *GetKeystoreDetailRequest) XXX_Size() int
func (*GetKeystoreDetailRequest) XXX_Unmarshal ¶
func (m *GetKeystoreDetailRequest) XXX_Unmarshal(b []byte) error
type GetKeystoreDetailResponse ¶
type GetKeystoreDetailResponse struct { WalletId string `protobuf:"bytes,1,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` Wallet *PocWallet `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKeystoreDetailResponse) Descriptor ¶
func (*GetKeystoreDetailResponse) Descriptor() ([]byte, []int)
func (*GetKeystoreDetailResponse) GetWallet ¶
func (m *GetKeystoreDetailResponse) GetWallet() *PocWallet
func (*GetKeystoreDetailResponse) GetWalletId ¶
func (m *GetKeystoreDetailResponse) GetWalletId() string
func (*GetKeystoreDetailResponse) ProtoMessage ¶
func (*GetKeystoreDetailResponse) ProtoMessage()
func (*GetKeystoreDetailResponse) Reset ¶
func (m *GetKeystoreDetailResponse) Reset()
func (*GetKeystoreDetailResponse) String ¶
func (m *GetKeystoreDetailResponse) String() string
func (*GetKeystoreDetailResponse) XXX_DiscardUnknown ¶
func (m *GetKeystoreDetailResponse) XXX_DiscardUnknown()
func (*GetKeystoreDetailResponse) XXX_Marshal ¶
func (m *GetKeystoreDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKeystoreDetailResponse) XXX_Merge ¶
func (m *GetKeystoreDetailResponse) XXX_Merge(src proto.Message)
func (*GetKeystoreDetailResponse) XXX_Size ¶
func (m *GetKeystoreDetailResponse) XXX_Size() int
func (*GetKeystoreDetailResponse) XXX_Unmarshal ¶
func (m *GetKeystoreDetailResponse) XXX_Unmarshal(b []byte) error
type GetKeystoreResponse ¶
type GetKeystoreResponse struct { Wallets []*WalletSummary `protobuf:"bytes,1,rep,name=wallets,proto3" json:"wallets,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetKeystoreResponse) Descriptor ¶
func (*GetKeystoreResponse) Descriptor() ([]byte, []int)
func (*GetKeystoreResponse) GetWallets ¶
func (m *GetKeystoreResponse) GetWallets() []*WalletSummary
func (*GetKeystoreResponse) ProtoMessage ¶
func (*GetKeystoreResponse) ProtoMessage()
func (*GetKeystoreResponse) Reset ¶
func (m *GetKeystoreResponse) Reset()
func (*GetKeystoreResponse) String ¶
func (m *GetKeystoreResponse) String() string
func (*GetKeystoreResponse) XXX_DiscardUnknown ¶
func (m *GetKeystoreResponse) XXX_DiscardUnknown()
func (*GetKeystoreResponse) XXX_Marshal ¶
func (m *GetKeystoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKeystoreResponse) XXX_Merge ¶
func (m *GetKeystoreResponse) XXX_Merge(src proto.Message)
func (*GetKeystoreResponse) XXX_Size ¶
func (m *GetKeystoreResponse) XXX_Size() int
func (*GetKeystoreResponse) XXX_Unmarshal ¶
func (m *GetKeystoreResponse) XXX_Unmarshal(b []byte) error
type GetOrphanTxDescResponse ¶
type GetOrphanTxDescResponse struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` PlainSize uint32 `protobuf:"varint,2,opt,name=plain_size,json=plainSize,proto3" json:"plain_size,omitempty"` PacketSize uint32 `protobuf:"varint,3,opt,name=packet_size,json=packetSize,proto3" json:"packet_size,omitempty"` Depends []*TxOutPoint `protobuf:"bytes,4,rep,name=depends,proto3" json:"depends,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOrphanTxDescResponse) Descriptor ¶
func (*GetOrphanTxDescResponse) Descriptor() ([]byte, []int)
func (*GetOrphanTxDescResponse) GetDepends ¶
func (m *GetOrphanTxDescResponse) GetDepends() []*TxOutPoint
func (*GetOrphanTxDescResponse) GetPacketSize ¶
func (m *GetOrphanTxDescResponse) GetPacketSize() uint32
func (*GetOrphanTxDescResponse) GetPlainSize ¶
func (m *GetOrphanTxDescResponse) GetPlainSize() uint32
func (*GetOrphanTxDescResponse) GetTxId ¶
func (m *GetOrphanTxDescResponse) GetTxId() string
func (*GetOrphanTxDescResponse) ProtoMessage ¶
func (*GetOrphanTxDescResponse) ProtoMessage()
func (*GetOrphanTxDescResponse) Reset ¶
func (m *GetOrphanTxDescResponse) Reset()
func (*GetOrphanTxDescResponse) String ¶
func (m *GetOrphanTxDescResponse) String() string
func (*GetOrphanTxDescResponse) XXX_DiscardUnknown ¶
func (m *GetOrphanTxDescResponse) XXX_DiscardUnknown()
func (*GetOrphanTxDescResponse) XXX_Marshal ¶
func (m *GetOrphanTxDescResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrphanTxDescResponse) XXX_Merge ¶
func (m *GetOrphanTxDescResponse) XXX_Merge(src proto.Message)
func (*GetOrphanTxDescResponse) XXX_Size ¶
func (m *GetOrphanTxDescResponse) XXX_Size() int
func (*GetOrphanTxDescResponse) XXX_Unmarshal ¶
func (m *GetOrphanTxDescResponse) XXX_Unmarshal(b []byte) error
type GetRawTransactionRequest ¶
type GetRawTransactionRequest struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
======= Transaction ==============
func (*GetRawTransactionRequest) Descriptor ¶
func (*GetRawTransactionRequest) Descriptor() ([]byte, []int)
func (*GetRawTransactionRequest) GetTxId ¶
func (m *GetRawTransactionRequest) GetTxId() string
func (*GetRawTransactionRequest) ProtoMessage ¶
func (*GetRawTransactionRequest) ProtoMessage()
func (*GetRawTransactionRequest) Reset ¶
func (m *GetRawTransactionRequest) Reset()
func (*GetRawTransactionRequest) String ¶
func (m *GetRawTransactionRequest) String() string
func (*GetRawTransactionRequest) XXX_DiscardUnknown ¶
func (m *GetRawTransactionRequest) XXX_DiscardUnknown()
func (*GetRawTransactionRequest) XXX_Marshal ¶
func (m *GetRawTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRawTransactionRequest) XXX_Merge ¶
func (m *GetRawTransactionRequest) XXX_Merge(src proto.Message)
func (*GetRawTransactionRequest) XXX_Size ¶
func (m *GetRawTransactionRequest) XXX_Size() int
func (*GetRawTransactionRequest) XXX_Unmarshal ¶
func (m *GetRawTransactionRequest) XXX_Unmarshal(b []byte) error
type GetRawTransactionResponse ¶
type GetRawTransactionResponse struct { Hex string `protobuf:"bytes,1,opt,name=hex,proto3" json:"hex,omitempty"` TxId string `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` Version int32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` LockTime int64 `protobuf:"varint,4,opt,name=lock_time,json=lockTime,proto3" json:"lock_time,omitempty"` Block *BlockInfoForTx `protobuf:"bytes,5,opt,name=block,proto3" json:"block,omitempty"` Vin []*Vin `protobuf:"bytes,6,rep,name=vin,proto3" json:"vin,omitempty"` Vout []*Vout `protobuf:"bytes,7,rep,name=vout,proto3" json:"vout,omitempty"` Payload string `protobuf:"bytes,8,opt,name=payload,proto3" json:"payload,omitempty"` Confirmations uint64 `protobuf:"varint,9,opt,name=confirmations,proto3" json:"confirmations,omitempty"` TxSize uint32 `protobuf:"varint,10,opt,name=tx_size,json=txSize,proto3" json:"tx_size,omitempty"` Fee string `protobuf:"bytes,11,opt,name=fee,proto3" json:"fee,omitempty"` Status int32 `protobuf:"varint,12,opt,name=status,proto3" json:"status,omitempty"` Coinbase bool `protobuf:"varint,13,opt,name=coinbase,proto3" json:"coinbase,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetRawTransactionResponse) Descriptor ¶
func (*GetRawTransactionResponse) Descriptor() ([]byte, []int)
func (*GetRawTransactionResponse) GetBlock ¶
func (m *GetRawTransactionResponse) GetBlock() *BlockInfoForTx
func (*GetRawTransactionResponse) GetCoinbase ¶
func (m *GetRawTransactionResponse) GetCoinbase() bool
func (*GetRawTransactionResponse) GetConfirmations ¶
func (m *GetRawTransactionResponse) GetConfirmations() uint64
func (*GetRawTransactionResponse) GetFee ¶
func (m *GetRawTransactionResponse) GetFee() string
func (*GetRawTransactionResponse) GetHex ¶
func (m *GetRawTransactionResponse) GetHex() string
func (*GetRawTransactionResponse) GetLockTime ¶
func (m *GetRawTransactionResponse) GetLockTime() int64
func (*GetRawTransactionResponse) GetPayload ¶
func (m *GetRawTransactionResponse) GetPayload() string
func (*GetRawTransactionResponse) GetStatus ¶
func (m *GetRawTransactionResponse) GetStatus() int32
func (*GetRawTransactionResponse) GetTxId ¶
func (m *GetRawTransactionResponse) GetTxId() string
func (*GetRawTransactionResponse) GetTxSize ¶
func (m *GetRawTransactionResponse) GetTxSize() uint32
func (*GetRawTransactionResponse) GetVersion ¶
func (m *GetRawTransactionResponse) GetVersion() int32
func (*GetRawTransactionResponse) GetVin ¶
func (m *GetRawTransactionResponse) GetVin() []*Vin
func (*GetRawTransactionResponse) GetVout ¶
func (m *GetRawTransactionResponse) GetVout() []*Vout
func (*GetRawTransactionResponse) ProtoMessage ¶
func (*GetRawTransactionResponse) ProtoMessage()
func (*GetRawTransactionResponse) Reset ¶
func (m *GetRawTransactionResponse) Reset()
func (*GetRawTransactionResponse) String ¶
func (m *GetRawTransactionResponse) String() string
func (*GetRawTransactionResponse) XXX_DiscardUnknown ¶
func (m *GetRawTransactionResponse) XXX_DiscardUnknown()
func (*GetRawTransactionResponse) XXX_Marshal ¶
func (m *GetRawTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRawTransactionResponse) XXX_Merge ¶
func (m *GetRawTransactionResponse) XXX_Merge(src proto.Message)
func (*GetRawTransactionResponse) XXX_Size ¶
func (m *GetRawTransactionResponse) XXX_Size() int
func (*GetRawTransactionResponse) XXX_Unmarshal ¶
func (m *GetRawTransactionResponse) XXX_Unmarshal(b []byte) error
type GetStakingRewardRecordRequest ¶
type GetStakingRewardRecordRequest struct { Timestamp uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetStakingRewardRecordRequest) Descriptor ¶
func (*GetStakingRewardRecordRequest) Descriptor() ([]byte, []int)
func (*GetStakingRewardRecordRequest) GetTimestamp ¶
func (m *GetStakingRewardRecordRequest) GetTimestamp() uint64
func (*GetStakingRewardRecordRequest) ProtoMessage ¶
func (*GetStakingRewardRecordRequest) ProtoMessage()
func (*GetStakingRewardRecordRequest) Reset ¶
func (m *GetStakingRewardRecordRequest) Reset()
func (*GetStakingRewardRecordRequest) String ¶
func (m *GetStakingRewardRecordRequest) String() string
func (*GetStakingRewardRecordRequest) XXX_DiscardUnknown ¶
func (m *GetStakingRewardRecordRequest) XXX_DiscardUnknown()
func (*GetStakingRewardRecordRequest) XXX_Marshal ¶
func (m *GetStakingRewardRecordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetStakingRewardRecordRequest) XXX_Merge ¶
func (m *GetStakingRewardRecordRequest) XXX_Merge(src proto.Message)
func (*GetStakingRewardRecordRequest) XXX_Size ¶
func (m *GetStakingRewardRecordRequest) XXX_Size() int
func (*GetStakingRewardRecordRequest) XXX_Unmarshal ¶
func (m *GetStakingRewardRecordRequest) XXX_Unmarshal(b []byte) error
type GetStakingRewardRecordResponse ¶
type GetStakingRewardRecordResponse struct { Records []*StakingRewardRecord `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetStakingRewardRecordResponse) Descriptor ¶
func (*GetStakingRewardRecordResponse) Descriptor() ([]byte, []int)
func (*GetStakingRewardRecordResponse) GetRecords ¶
func (m *GetStakingRewardRecordResponse) GetRecords() []*StakingRewardRecord
func (*GetStakingRewardRecordResponse) ProtoMessage ¶
func (*GetStakingRewardRecordResponse) ProtoMessage()
func (*GetStakingRewardRecordResponse) Reset ¶
func (m *GetStakingRewardRecordResponse) Reset()
func (*GetStakingRewardRecordResponse) String ¶
func (m *GetStakingRewardRecordResponse) String() string
func (*GetStakingRewardRecordResponse) XXX_DiscardUnknown ¶
func (m *GetStakingRewardRecordResponse) XXX_DiscardUnknown()
func (*GetStakingRewardRecordResponse) XXX_Marshal ¶
func (m *GetStakingRewardRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetStakingRewardRecordResponse) XXX_Merge ¶
func (m *GetStakingRewardRecordResponse) XXX_Merge(src proto.Message)
func (*GetStakingRewardRecordResponse) XXX_Size ¶
func (m *GetStakingRewardRecordResponse) XXX_Size() int
func (*GetStakingRewardRecordResponse) XXX_Unmarshal ¶
func (m *GetStakingRewardRecordResponse) XXX_Unmarshal(b []byte) error
type GetStakingTxPoolInfoResponse ¶
type GetStakingTxPoolInfoResponse struct { Total uint64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` MaturityValue uint64 `protobuf:"varint,2,opt,name=maturity_value,json=maturityValue,proto3" json:"maturity_value,omitempty"` ImmaturityValue uint64 `protobuf:"varint,3,opt,name=immaturity_value,json=immaturityValue,proto3" json:"immaturity_value,omitempty"` AwardValue uint64 `protobuf:"varint,4,opt,name=award_value,json=awardValue,proto3" json:"award_value,omitempty"` Height uint64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` BlockHash string `protobuf:"bytes,6,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` Timestamp uint64 `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetStakingTxPoolInfoResponse) Descriptor ¶
func (*GetStakingTxPoolInfoResponse) Descriptor() ([]byte, []int)
func (*GetStakingTxPoolInfoResponse) GetAwardValue ¶
func (m *GetStakingTxPoolInfoResponse) GetAwardValue() uint64
func (*GetStakingTxPoolInfoResponse) GetBlockHash ¶
func (m *GetStakingTxPoolInfoResponse) GetBlockHash() string
func (*GetStakingTxPoolInfoResponse) GetHeight ¶
func (m *GetStakingTxPoolInfoResponse) GetHeight() uint64
func (*GetStakingTxPoolInfoResponse) GetImmaturityValue ¶
func (m *GetStakingTxPoolInfoResponse) GetImmaturityValue() uint64
func (*GetStakingTxPoolInfoResponse) GetMaturityValue ¶
func (m *GetStakingTxPoolInfoResponse) GetMaturityValue() uint64
func (*GetStakingTxPoolInfoResponse) GetTimestamp ¶
func (m *GetStakingTxPoolInfoResponse) GetTimestamp() uint64
func (*GetStakingTxPoolInfoResponse) GetTotal ¶
func (m *GetStakingTxPoolInfoResponse) GetTotal() uint64
func (*GetStakingTxPoolInfoResponse) ProtoMessage ¶
func (*GetStakingTxPoolInfoResponse) ProtoMessage()
func (*GetStakingTxPoolInfoResponse) Reset ¶
func (m *GetStakingTxPoolInfoResponse) Reset()
func (*GetStakingTxPoolInfoResponse) String ¶
func (m *GetStakingTxPoolInfoResponse) String() string
func (*GetStakingTxPoolInfoResponse) XXX_DiscardUnknown ¶
func (m *GetStakingTxPoolInfoResponse) XXX_DiscardUnknown()
func (*GetStakingTxPoolInfoResponse) XXX_Marshal ¶
func (m *GetStakingTxPoolInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetStakingTxPoolInfoResponse) XXX_Merge ¶
func (m *GetStakingTxPoolInfoResponse) XXX_Merge(src proto.Message)
func (*GetStakingTxPoolInfoResponse) XXX_Size ¶
func (m *GetStakingTxPoolInfoResponse) XXX_Size() int
func (*GetStakingTxPoolInfoResponse) XXX_Unmarshal ¶
func (m *GetStakingTxPoolInfoResponse) XXX_Unmarshal(b []byte) error
type GetTxDescVerbose0Response ¶
type GetTxDescVerbose0Response struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` PlainSize uint32 `protobuf:"varint,2,opt,name=plain_size,json=plainSize,proto3" json:"plain_size,omitempty"` PacketSize uint32 `protobuf:"varint,3,opt,name=packet_size,json=packetSize,proto3" json:"packet_size,omitempty"` Time int64 `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"` Height uint64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` Fee string `protobuf:"bytes,6,opt,name=fee,proto3" json:"fee,omitempty"` StartingPriority float64 `protobuf:"fixed64,7,opt,name=starting_priority,json=startingPriority,proto3" json:"starting_priority,omitempty"` TotalInputAge int64 `protobuf:"varint,8,opt,name=total_input_age,json=totalInputAge,proto3" json:"total_input_age,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetTxDescVerbose0Response) Descriptor ¶
func (*GetTxDescVerbose0Response) Descriptor() ([]byte, []int)
func (*GetTxDescVerbose0Response) GetFee ¶
func (m *GetTxDescVerbose0Response) GetFee() string
func (*GetTxDescVerbose0Response) GetHeight ¶
func (m *GetTxDescVerbose0Response) GetHeight() uint64
func (*GetTxDescVerbose0Response) GetPacketSize ¶
func (m *GetTxDescVerbose0Response) GetPacketSize() uint32
func (*GetTxDescVerbose0Response) GetPlainSize ¶
func (m *GetTxDescVerbose0Response) GetPlainSize() uint32
func (*GetTxDescVerbose0Response) GetStartingPriority ¶
func (m *GetTxDescVerbose0Response) GetStartingPriority() float64
func (*GetTxDescVerbose0Response) GetTime ¶
func (m *GetTxDescVerbose0Response) GetTime() int64
func (*GetTxDescVerbose0Response) GetTotalInputAge ¶
func (m *GetTxDescVerbose0Response) GetTotalInputAge() int64
func (*GetTxDescVerbose0Response) GetTxId ¶
func (m *GetTxDescVerbose0Response) GetTxId() string
func (*GetTxDescVerbose0Response) ProtoMessage ¶
func (*GetTxDescVerbose0Response) ProtoMessage()
func (*GetTxDescVerbose0Response) Reset ¶
func (m *GetTxDescVerbose0Response) Reset()
func (*GetTxDescVerbose0Response) String ¶
func (m *GetTxDescVerbose0Response) String() string
func (*GetTxDescVerbose0Response) XXX_DiscardUnknown ¶
func (m *GetTxDescVerbose0Response) XXX_DiscardUnknown()
func (*GetTxDescVerbose0Response) XXX_Marshal ¶
func (m *GetTxDescVerbose0Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetTxDescVerbose0Response) XXX_Merge ¶
func (m *GetTxDescVerbose0Response) XXX_Merge(src proto.Message)
func (*GetTxDescVerbose0Response) XXX_Size ¶
func (m *GetTxDescVerbose0Response) XXX_Size() int
func (*GetTxDescVerbose0Response) XXX_Unmarshal ¶
func (m *GetTxDescVerbose0Response) XXX_Unmarshal(b []byte) error
type GetTxDescVerbose1Response ¶
type GetTxDescVerbose1Response struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` PlainSize uint32 `protobuf:"varint,2,opt,name=plain_size,json=plainSize,proto3" json:"plain_size,omitempty"` PacketSize uint32 `protobuf:"varint,3,opt,name=packet_size,json=packetSize,proto3" json:"packet_size,omitempty"` Time int64 `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"` Height uint64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` Fee string `protobuf:"bytes,6,opt,name=fee,proto3" json:"fee,omitempty"` StartingPriority float64 `protobuf:"fixed64,7,opt,name=starting_priority,json=startingPriority,proto3" json:"starting_priority,omitempty"` TotalInputAge int64 `protobuf:"varint,8,opt,name=total_input_age,json=totalInputAge,proto3" json:"total_input_age,omitempty"` CurrentPriority float64 `protobuf:"fixed64,9,opt,name=current_priority,json=currentPriority,proto3" json:"current_priority,omitempty"` Depends []*TxOutPoint `protobuf:"bytes,10,rep,name=depends,proto3" json:"depends,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetTxDescVerbose1Response) Descriptor ¶
func (*GetTxDescVerbose1Response) Descriptor() ([]byte, []int)
func (*GetTxDescVerbose1Response) GetCurrentPriority ¶
func (m *GetTxDescVerbose1Response) GetCurrentPriority() float64
func (*GetTxDescVerbose1Response) GetDepends ¶
func (m *GetTxDescVerbose1Response) GetDepends() []*TxOutPoint
func (*GetTxDescVerbose1Response) GetFee ¶
func (m *GetTxDescVerbose1Response) GetFee() string
func (*GetTxDescVerbose1Response) GetHeight ¶
func (m *GetTxDescVerbose1Response) GetHeight() uint64
func (*GetTxDescVerbose1Response) GetPacketSize ¶
func (m *GetTxDescVerbose1Response) GetPacketSize() uint32
func (*GetTxDescVerbose1Response) GetPlainSize ¶
func (m *GetTxDescVerbose1Response) GetPlainSize() uint32
func (*GetTxDescVerbose1Response) GetStartingPriority ¶
func (m *GetTxDescVerbose1Response) GetStartingPriority() float64
func (*GetTxDescVerbose1Response) GetTime ¶
func (m *GetTxDescVerbose1Response) GetTime() int64
func (*GetTxDescVerbose1Response) GetTotalInputAge ¶
func (m *GetTxDescVerbose1Response) GetTotalInputAge() int64
func (*GetTxDescVerbose1Response) GetTxId ¶
func (m *GetTxDescVerbose1Response) GetTxId() string
func (*GetTxDescVerbose1Response) ProtoMessage ¶
func (*GetTxDescVerbose1Response) ProtoMessage()
func (*GetTxDescVerbose1Response) Reset ¶
func (m *GetTxDescVerbose1Response) Reset()
func (*GetTxDescVerbose1Response) String ¶
func (m *GetTxDescVerbose1Response) String() string
func (*GetTxDescVerbose1Response) XXX_DiscardUnknown ¶
func (m *GetTxDescVerbose1Response) XXX_DiscardUnknown()
func (*GetTxDescVerbose1Response) XXX_Marshal ¶
func (m *GetTxDescVerbose1Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetTxDescVerbose1Response) XXX_Merge ¶
func (m *GetTxDescVerbose1Response) XXX_Merge(src proto.Message)
func (*GetTxDescVerbose1Response) XXX_Size ¶
func (m *GetTxDescVerbose1Response) XXX_Size() int
func (*GetTxDescVerbose1Response) XXX_Unmarshal ¶
func (m *GetTxDescVerbose1Response) XXX_Unmarshal(b []byte) error
type GetTxPoolResponse ¶
type GetTxPoolResponse struct { TxCount uint32 `protobuf:"varint,1,opt,name=tx_count,json=txCount,proto3" json:"tx_count,omitempty"` OrphanCount uint32 `protobuf:"varint,2,opt,name=orphan_count,json=orphanCount,proto3" json:"orphan_count,omitempty"` TxPlainSize uint64 `protobuf:"varint,3,opt,name=tx_plain_size,json=txPlainSize,proto3" json:"tx_plain_size,omitempty"` TxPacketSize uint64 `protobuf:"varint,4,opt,name=tx_packet_size,json=txPacketSize,proto3" json:"tx_packet_size,omitempty"` OrphanPlainSize uint64 `protobuf:"varint,5,opt,name=orphan_plain_size,json=orphanPlainSize,proto3" json:"orphan_plain_size,omitempty"` OrphanPacketSize uint64 `protobuf:"varint,6,opt,name=orphan_packet_size,json=orphanPacketSize,proto3" json:"orphan_packet_size,omitempty"` Txs []string `protobuf:"bytes,7,rep,name=txs,proto3" json:"txs,omitempty"` Orphans []string `protobuf:"bytes,8,rep,name=orphans,proto3" json:"orphans,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetTxPoolResponse) Descriptor ¶
func (*GetTxPoolResponse) Descriptor() ([]byte, []int)
func (*GetTxPoolResponse) GetOrphanCount ¶
func (m *GetTxPoolResponse) GetOrphanCount() uint32
func (*GetTxPoolResponse) GetOrphanPacketSize ¶
func (m *GetTxPoolResponse) GetOrphanPacketSize() uint64
func (*GetTxPoolResponse) GetOrphanPlainSize ¶
func (m *GetTxPoolResponse) GetOrphanPlainSize() uint64
func (*GetTxPoolResponse) GetOrphans ¶
func (m *GetTxPoolResponse) GetOrphans() []string
func (*GetTxPoolResponse) GetTxCount ¶
func (m *GetTxPoolResponse) GetTxCount() uint32
func (*GetTxPoolResponse) GetTxPacketSize ¶
func (m *GetTxPoolResponse) GetTxPacketSize() uint64
func (*GetTxPoolResponse) GetTxPlainSize ¶
func (m *GetTxPoolResponse) GetTxPlainSize() uint64
func (*GetTxPoolResponse) GetTxs ¶
func (m *GetTxPoolResponse) GetTxs() []string
func (*GetTxPoolResponse) ProtoMessage ¶
func (*GetTxPoolResponse) ProtoMessage()
func (*GetTxPoolResponse) Reset ¶
func (m *GetTxPoolResponse) Reset()
func (*GetTxPoolResponse) String ¶
func (m *GetTxPoolResponse) String() string
func (*GetTxPoolResponse) XXX_DiscardUnknown ¶
func (m *GetTxPoolResponse) XXX_DiscardUnknown()
func (*GetTxPoolResponse) XXX_Marshal ¶
func (m *GetTxPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetTxPoolResponse) XXX_Merge ¶
func (m *GetTxPoolResponse) XXX_Merge(src proto.Message)
func (*GetTxPoolResponse) XXX_Size ¶
func (m *GetTxPoolResponse) XXX_Size() int
func (*GetTxPoolResponse) XXX_Unmarshal ¶
func (m *GetTxPoolResponse) XXX_Unmarshal(b []byte) error
type GetTxPoolVerbose0Response ¶
type GetTxPoolVerbose0Response struct { TxCount uint32 `protobuf:"varint,1,opt,name=tx_count,json=txCount,proto3" json:"tx_count,omitempty"` OrphanCount uint32 `protobuf:"varint,2,opt,name=orphan_count,json=orphanCount,proto3" json:"orphan_count,omitempty"` TxPlainSize uint64 `protobuf:"varint,3,opt,name=tx_plain_size,json=txPlainSize,proto3" json:"tx_plain_size,omitempty"` TxPacketSize uint64 `protobuf:"varint,4,opt,name=tx_packet_size,json=txPacketSize,proto3" json:"tx_packet_size,omitempty"` OrphanPlainSize uint64 `protobuf:"varint,5,opt,name=orphan_plain_size,json=orphanPlainSize,proto3" json:"orphan_plain_size,omitempty"` OrphanPacketSize uint64 `protobuf:"varint,6,opt,name=orphan_packet_size,json=orphanPacketSize,proto3" json:"orphan_packet_size,omitempty"` Txs []string `protobuf:"bytes,7,rep,name=txs,proto3" json:"txs,omitempty"` Orphans []string `protobuf:"bytes,8,rep,name=orphans,proto3" json:"orphans,omitempty"` TxDescs []*GetTxDescVerbose0Response `protobuf:"bytes,9,rep,name=tx_descs,json=txDescs,proto3" json:"tx_descs,omitempty"` OrphanDescs []*GetOrphanTxDescResponse `protobuf:"bytes,10,rep,name=orphan_descs,json=orphanDescs,proto3" json:"orphan_descs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetTxPoolVerbose0Response) Descriptor ¶
func (*GetTxPoolVerbose0Response) Descriptor() ([]byte, []int)
func (*GetTxPoolVerbose0Response) GetOrphanCount ¶
func (m *GetTxPoolVerbose0Response) GetOrphanCount() uint32
func (*GetTxPoolVerbose0Response) GetOrphanDescs ¶
func (m *GetTxPoolVerbose0Response) GetOrphanDescs() []*GetOrphanTxDescResponse
func (*GetTxPoolVerbose0Response) GetOrphanPacketSize ¶
func (m *GetTxPoolVerbose0Response) GetOrphanPacketSize() uint64
func (*GetTxPoolVerbose0Response) GetOrphanPlainSize ¶
func (m *GetTxPoolVerbose0Response) GetOrphanPlainSize() uint64
func (*GetTxPoolVerbose0Response) GetOrphans ¶
func (m *GetTxPoolVerbose0Response) GetOrphans() []string
func (*GetTxPoolVerbose0Response) GetTxCount ¶
func (m *GetTxPoolVerbose0Response) GetTxCount() uint32
func (*GetTxPoolVerbose0Response) GetTxDescs ¶
func (m *GetTxPoolVerbose0Response) GetTxDescs() []*GetTxDescVerbose0Response
func (*GetTxPoolVerbose0Response) GetTxPacketSize ¶
func (m *GetTxPoolVerbose0Response) GetTxPacketSize() uint64
func (*GetTxPoolVerbose0Response) GetTxPlainSize ¶
func (m *GetTxPoolVerbose0Response) GetTxPlainSize() uint64
func (*GetTxPoolVerbose0Response) GetTxs ¶
func (m *GetTxPoolVerbose0Response) GetTxs() []string
func (*GetTxPoolVerbose0Response) ProtoMessage ¶
func (*GetTxPoolVerbose0Response) ProtoMessage()
func (*GetTxPoolVerbose0Response) Reset ¶
func (m *GetTxPoolVerbose0Response) Reset()
func (*GetTxPoolVerbose0Response) String ¶
func (m *GetTxPoolVerbose0Response) String() string
func (*GetTxPoolVerbose0Response) XXX_DiscardUnknown ¶
func (m *GetTxPoolVerbose0Response) XXX_DiscardUnknown()
func (*GetTxPoolVerbose0Response) XXX_Marshal ¶
func (m *GetTxPoolVerbose0Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetTxPoolVerbose0Response) XXX_Merge ¶
func (m *GetTxPoolVerbose0Response) XXX_Merge(src proto.Message)
func (*GetTxPoolVerbose0Response) XXX_Size ¶
func (m *GetTxPoolVerbose0Response) XXX_Size() int
func (*GetTxPoolVerbose0Response) XXX_Unmarshal ¶
func (m *GetTxPoolVerbose0Response) XXX_Unmarshal(b []byte) error
type GetTxPoolVerbose1Response ¶
type GetTxPoolVerbose1Response struct { TxCount uint32 `protobuf:"varint,1,opt,name=tx_count,json=txCount,proto3" json:"tx_count,omitempty"` OrphanCount uint32 `protobuf:"varint,2,opt,name=orphan_count,json=orphanCount,proto3" json:"orphan_count,omitempty"` TxPlainSize uint64 `protobuf:"varint,3,opt,name=tx_plain_size,json=txPlainSize,proto3" json:"tx_plain_size,omitempty"` TxPacketSize uint64 `protobuf:"varint,4,opt,name=tx_packet_size,json=txPacketSize,proto3" json:"tx_packet_size,omitempty"` OrphanPlainSize uint64 `protobuf:"varint,5,opt,name=orphan_plain_size,json=orphanPlainSize,proto3" json:"orphan_plain_size,omitempty"` OrphanPacketSize uint64 `protobuf:"varint,6,opt,name=orphan_packet_size,json=orphanPacketSize,proto3" json:"orphan_packet_size,omitempty"` Txs []string `protobuf:"bytes,7,rep,name=txs,proto3" json:"txs,omitempty"` Orphans []string `protobuf:"bytes,8,rep,name=orphans,proto3" json:"orphans,omitempty"` TxDescs []*GetTxDescVerbose1Response `protobuf:"bytes,9,rep,name=tx_descs,json=txDescs,proto3" json:"tx_descs,omitempty"` OrphanDescs []*GetOrphanTxDescResponse `protobuf:"bytes,10,rep,name=orphan_descs,json=orphanDescs,proto3" json:"orphan_descs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetTxPoolVerbose1Response) Descriptor ¶
func (*GetTxPoolVerbose1Response) Descriptor() ([]byte, []int)
func (*GetTxPoolVerbose1Response) GetOrphanCount ¶
func (m *GetTxPoolVerbose1Response) GetOrphanCount() uint32
func (*GetTxPoolVerbose1Response) GetOrphanDescs ¶
func (m *GetTxPoolVerbose1Response) GetOrphanDescs() []*GetOrphanTxDescResponse
func (*GetTxPoolVerbose1Response) GetOrphanPacketSize ¶
func (m *GetTxPoolVerbose1Response) GetOrphanPacketSize() uint64
func (*GetTxPoolVerbose1Response) GetOrphanPlainSize ¶
func (m *GetTxPoolVerbose1Response) GetOrphanPlainSize() uint64
func (*GetTxPoolVerbose1Response) GetOrphans ¶
func (m *GetTxPoolVerbose1Response) GetOrphans() []string
func (*GetTxPoolVerbose1Response) GetTxCount ¶
func (m *GetTxPoolVerbose1Response) GetTxCount() uint32
func (*GetTxPoolVerbose1Response) GetTxDescs ¶
func (m *GetTxPoolVerbose1Response) GetTxDescs() []*GetTxDescVerbose1Response
func (*GetTxPoolVerbose1Response) GetTxPacketSize ¶
func (m *GetTxPoolVerbose1Response) GetTxPacketSize() uint64
func (*GetTxPoolVerbose1Response) GetTxPlainSize ¶
func (m *GetTxPoolVerbose1Response) GetTxPlainSize() uint64
func (*GetTxPoolVerbose1Response) GetTxs ¶
func (m *GetTxPoolVerbose1Response) GetTxs() []string
func (*GetTxPoolVerbose1Response) ProtoMessage ¶
func (*GetTxPoolVerbose1Response) ProtoMessage()
func (*GetTxPoolVerbose1Response) Reset ¶
func (m *GetTxPoolVerbose1Response) Reset()
func (*GetTxPoolVerbose1Response) String ¶
func (m *GetTxPoolVerbose1Response) String() string
func (*GetTxPoolVerbose1Response) XXX_DiscardUnknown ¶
func (m *GetTxPoolVerbose1Response) XXX_DiscardUnknown()
func (*GetTxPoolVerbose1Response) XXX_Marshal ¶
func (m *GetTxPoolVerbose1Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetTxPoolVerbose1Response) XXX_Merge ¶
func (m *GetTxPoolVerbose1Response) XXX_Merge(src proto.Message)
func (*GetTxPoolVerbose1Response) XXX_Size ¶
func (m *GetTxPoolVerbose1Response) XXX_Size() int
func (*GetTxPoolVerbose1Response) XXX_Unmarshal ¶
func (m *GetTxPoolVerbose1Response) XXX_Unmarshal(b []byte) error
type GovernConfig ¶
type GovernConfig struct { // Types that are valid to be assigned to Config: // *GovernConfig_GovernSupperConfig // *GovernConfig_GovernSenateConfig // *GovernConfig_GovernVersionConfig Config isGovernConfig_Config `protobuf_oneof:"config"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GovernConfig) Descriptor ¶
func (*GovernConfig) Descriptor() ([]byte, []int)
func (*GovernConfig) GetConfig ¶
func (m *GovernConfig) GetConfig() isGovernConfig_Config
func (*GovernConfig) GetGovernSenateConfig ¶
func (m *GovernConfig) GetGovernSenateConfig() *GovernSenateConfig
func (*GovernConfig) GetGovernSupperConfig ¶
func (m *GovernConfig) GetGovernSupperConfig() *GovernSupperConfig
func (*GovernConfig) GetGovernVersionConfig ¶
func (m *GovernConfig) GetGovernVersionConfig() *GovernVersionConfig
func (*GovernConfig) ProtoMessage ¶
func (*GovernConfig) ProtoMessage()
func (*GovernConfig) Reset ¶
func (m *GovernConfig) Reset()
func (*GovernConfig) String ¶
func (m *GovernConfig) String() string
func (*GovernConfig) XXX_DiscardUnknown ¶
func (m *GovernConfig) XXX_DiscardUnknown()
func (*GovernConfig) XXX_Marshal ¶
func (m *GovernConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GovernConfig) XXX_Merge ¶
func (m *GovernConfig) XXX_Merge(src proto.Message)
func (*GovernConfig) XXX_OneofWrappers ¶
func (*GovernConfig) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*GovernConfig) XXX_Size ¶
func (m *GovernConfig) XXX_Size() int
func (*GovernConfig) XXX_Unmarshal ¶
func (m *GovernConfig) XXX_Unmarshal(b []byte) error
type GovernConfig_GovernSenateConfig ¶
type GovernConfig_GovernSenateConfig struct {
GovernSenateConfig *GovernSenateConfig `protobuf:"bytes,2,opt,name=govern_senate_config,json=governSenateConfig,proto3,oneof" json:"govern_senate_config,omitempty"`
}
type GovernConfig_GovernSupperConfig ¶
type GovernConfig_GovernSupperConfig struct {
GovernSupperConfig *GovernSupperConfig `protobuf:"bytes,1,opt,name=govern_supper_config,json=governSupperConfig,proto3,oneof" json:"govern_supper_config,omitempty"`
}
type GovernConfig_GovernVersionConfig ¶
type GovernConfig_GovernVersionConfig struct {
GovernVersionConfig *GovernVersionConfig `` /* 126-byte string literal not displayed */
}
type GovernSenateConfig ¶
type GovernSenateConfig struct { Nodes []*GovernSenateNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GovernSenateConfig) Descriptor ¶
func (*GovernSenateConfig) Descriptor() ([]byte, []int)
func (*GovernSenateConfig) GetNodes ¶
func (m *GovernSenateConfig) GetNodes() []*GovernSenateNode
func (*GovernSenateConfig) ProtoMessage ¶
func (*GovernSenateConfig) ProtoMessage()
func (*GovernSenateConfig) Reset ¶
func (m *GovernSenateConfig) Reset()
func (*GovernSenateConfig) String ¶
func (m *GovernSenateConfig) String() string
func (*GovernSenateConfig) XXX_DiscardUnknown ¶
func (m *GovernSenateConfig) XXX_DiscardUnknown()
func (*GovernSenateConfig) XXX_Marshal ¶
func (m *GovernSenateConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GovernSenateConfig) XXX_Merge ¶
func (m *GovernSenateConfig) XXX_Merge(src proto.Message)
func (*GovernSenateConfig) XXX_Size ¶
func (m *GovernSenateConfig) XXX_Size() int
func (*GovernSenateConfig) XXX_Unmarshal ¶
func (m *GovernSenateConfig) XXX_Unmarshal(b []byte) error
type GovernSenateNode ¶
type GovernSenateNode struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Weight uint64 `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GovernSenateNode) Descriptor ¶
func (*GovernSenateNode) Descriptor() ([]byte, []int)
func (*GovernSenateNode) GetAddress ¶
func (m *GovernSenateNode) GetAddress() string
func (*GovernSenateNode) GetWeight ¶
func (m *GovernSenateNode) GetWeight() uint64
func (*GovernSenateNode) ProtoMessage ¶
func (*GovernSenateNode) ProtoMessage()
func (*GovernSenateNode) Reset ¶
func (m *GovernSenateNode) Reset()
func (*GovernSenateNode) String ¶
func (m *GovernSenateNode) String() string
func (*GovernSenateNode) XXX_DiscardUnknown ¶
func (m *GovernSenateNode) XXX_DiscardUnknown()
func (*GovernSenateNode) XXX_Marshal ¶
func (m *GovernSenateNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GovernSenateNode) XXX_Merge ¶
func (m *GovernSenateNode) XXX_Merge(src proto.Message)
func (*GovernSenateNode) XXX_Size ¶
func (m *GovernSenateNode) XXX_Size() int
func (*GovernSenateNode) XXX_Unmarshal ¶
func (m *GovernSenateNode) XXX_Unmarshal(b []byte) error
type GovernSupperAddressInfo ¶
type GovernSupperAddressInfo struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GovernSupperAddressInfo) Descriptor ¶
func (*GovernSupperAddressInfo) Descriptor() ([]byte, []int)
func (*GovernSupperAddressInfo) GetAddress ¶
func (m *GovernSupperAddressInfo) GetAddress() string
func (*GovernSupperAddressInfo) GetId ¶
func (m *GovernSupperAddressInfo) GetId() uint32
func (*GovernSupperAddressInfo) ProtoMessage ¶
func (*GovernSupperAddressInfo) ProtoMessage()
func (*GovernSupperAddressInfo) Reset ¶
func (m *GovernSupperAddressInfo) Reset()
func (*GovernSupperAddressInfo) String ¶
func (m *GovernSupperAddressInfo) String() string
func (*GovernSupperAddressInfo) XXX_DiscardUnknown ¶
func (m *GovernSupperAddressInfo) XXX_DiscardUnknown()
func (*GovernSupperAddressInfo) XXX_Marshal ¶
func (m *GovernSupperAddressInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GovernSupperAddressInfo) XXX_Merge ¶
func (m *GovernSupperAddressInfo) XXX_Merge(src proto.Message)
func (*GovernSupperAddressInfo) XXX_Size ¶
func (m *GovernSupperAddressInfo) XXX_Size() int
func (*GovernSupperAddressInfo) XXX_Unmarshal ¶
func (m *GovernSupperAddressInfo) XXX_Unmarshal(b []byte) error
type GovernSupperConfig ¶
type GovernSupperConfig struct { Address []*GovernSupperAddressInfo `protobuf:"bytes,1,rep,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GovernSupperConfig) Descriptor ¶
func (*GovernSupperConfig) Descriptor() ([]byte, []int)
func (*GovernSupperConfig) GetAddress ¶
func (m *GovernSupperConfig) GetAddress() []*GovernSupperAddressInfo
func (*GovernSupperConfig) ProtoMessage ¶
func (*GovernSupperConfig) ProtoMessage()
func (*GovernSupperConfig) Reset ¶
func (m *GovernSupperConfig) Reset()
func (*GovernSupperConfig) String ¶
func (m *GovernSupperConfig) String() string
func (*GovernSupperConfig) XXX_DiscardUnknown ¶
func (m *GovernSupperConfig) XXX_DiscardUnknown()
func (*GovernSupperConfig) XXX_Marshal ¶
func (m *GovernSupperConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GovernSupperConfig) XXX_Merge ¶
func (m *GovernSupperConfig) XXX_Merge(src proto.Message)
func (*GovernSupperConfig) XXX_Size ¶
func (m *GovernSupperConfig) XXX_Size() int
func (*GovernSupperConfig) XXX_Unmarshal ¶
func (m *GovernSupperConfig) XXX_Unmarshal(b []byte) error
type GovernVersionConfig ¶
type GovernVersionConfig struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GovernVersionConfig) Descriptor ¶
func (*GovernVersionConfig) Descriptor() ([]byte, []int)
func (*GovernVersionConfig) GetVersion ¶
func (m *GovernVersionConfig) GetVersion() string
func (*GovernVersionConfig) ProtoMessage ¶
func (*GovernVersionConfig) ProtoMessage()
func (*GovernVersionConfig) Reset ¶
func (m *GovernVersionConfig) Reset()
func (*GovernVersionConfig) String ¶
func (m *GovernVersionConfig) String() string
func (*GovernVersionConfig) XXX_DiscardUnknown ¶
func (m *GovernVersionConfig) XXX_DiscardUnknown()
func (*GovernVersionConfig) XXX_Marshal ¶
func (m *GovernVersionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GovernVersionConfig) XXX_Merge ¶
func (m *GovernVersionConfig) XXX_Merge(src proto.Message)
func (*GovernVersionConfig) XXX_Size ¶
func (m *GovernVersionConfig) XXX_Size() int
func (*GovernVersionConfig) XXX_Unmarshal ¶
func (m *GovernVersionConfig) XXX_Unmarshal(b []byte) error
type HDWalletPath ¶
type HDWalletPath struct { Purpose uint32 `protobuf:"varint,1,opt,name=purpose,proto3" json:"purpose,omitempty"` Cointype uint32 `protobuf:"varint,2,opt,name=cointype,proto3" json:"cointype,omitempty"` Account uint32 `protobuf:"varint,3,opt,name=account,proto3" json:"account,omitempty"` ExternalChildNum uint32 `protobuf:"varint,4,opt,name=external_child_num,json=externalChildNum,proto3" json:"external_child_num,omitempty"` InternalChildNum uint32 `protobuf:"varint,5,opt,name=internal_child_num,json=internalChildNum,proto3" json:"internal_child_num,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HDWalletPath) Descriptor ¶
func (*HDWalletPath) Descriptor() ([]byte, []int)
func (*HDWalletPath) GetAccount ¶
func (m *HDWalletPath) GetAccount() uint32
func (*HDWalletPath) GetCointype ¶
func (m *HDWalletPath) GetCointype() uint32
func (*HDWalletPath) GetExternalChildNum ¶
func (m *HDWalletPath) GetExternalChildNum() uint32
func (*HDWalletPath) GetInternalChildNum ¶
func (m *HDWalletPath) GetInternalChildNum() uint32
func (*HDWalletPath) GetPurpose ¶
func (m *HDWalletPath) GetPurpose() uint32
func (*HDWalletPath) ProtoMessage ¶
func (*HDWalletPath) ProtoMessage()
func (*HDWalletPath) Reset ¶
func (m *HDWalletPath) Reset()
func (*HDWalletPath) String ¶
func (m *HDWalletPath) String() string
func (*HDWalletPath) XXX_DiscardUnknown ¶
func (m *HDWalletPath) XXX_DiscardUnknown()
func (*HDWalletPath) XXX_Marshal ¶
func (m *HDWalletPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HDWalletPath) XXX_Merge ¶
func (m *HDWalletPath) XXX_Merge(src proto.Message)
func (*HDWalletPath) XXX_Size ¶
func (m *HDWalletPath) XXX_Size() int
func (*HDWalletPath) XXX_Unmarshal ¶
func (m *HDWalletPath) XXX_Unmarshal(b []byte) error
type Header ¶
type Header struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` ChainId string `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` Time int64 `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"` PreviousHash string `protobuf:"bytes,6,opt,name=previous_hash,json=previousHash,proto3" json:"previous_hash,omitempty"` TransactionRoot string `protobuf:"bytes,7,opt,name=transaction_root,json=transactionRoot,proto3" json:"transaction_root,omitempty"` WitnessRoot string `protobuf:"bytes,8,opt,name=witness_root,json=witnessRoot,proto3" json:"witness_root,omitempty"` ProposalRoot string `protobuf:"bytes,9,opt,name=proposal_root,json=proposalRoot,proto3" json:"proposal_root,omitempty"` Target string `protobuf:"bytes,10,opt,name=target,proto3" json:"target,omitempty"` Challenge string `protobuf:"bytes,11,opt,name=challenge,proto3" json:"challenge,omitempty"` PublicKey string `protobuf:"bytes,12,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Proof *Proof `protobuf:"bytes,13,opt,name=proof,proto3" json:"proof,omitempty"` BlockSignature *PoCSignature `protobuf:"bytes,14,opt,name=block_signature,json=blockSignature,proto3" json:"block_signature,omitempty"` BanList []string `protobuf:"bytes,15,rep,name=ban_list,json=banList,proto3" json:"ban_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Header) Descriptor ¶
func (*Header) GetBanList ¶
func (*Header) GetBlockSignature ¶
func (m *Header) GetBlockSignature() *PoCSignature
func (*Header) GetChainId ¶
func (*Header) GetChallenge ¶
func (*Header) GetPreviousHash ¶
func (*Header) GetProposalRoot ¶
func (*Header) GetPublicKey ¶
func (*Header) GetTransactionRoot ¶
func (*Header) GetVersion ¶
func (*Header) GetWitnessRoot ¶
func (*Header) ProtoMessage ¶
func (*Header) ProtoMessage()
func (*Header) XXX_DiscardUnknown ¶
func (m *Header) XXX_DiscardUnknown()
func (*Header) XXX_Marshal ¶
func (*Header) XXX_Unmarshal ¶
type ImportKeystoreByDirRequest ¶
type ImportKeystoreByDirRequest struct { ImportKeystoreDir string `protobuf:"bytes,1,opt,name=import_keystore_dir,json=importKeystoreDir,proto3" json:"import_keystore_dir,omitempty"` ImportPubpass string `protobuf:"bytes,2,opt,name=import_pubpass,json=importPubpass,proto3" json:"import_pubpass,omitempty"` ImportPrivpass string `protobuf:"bytes,3,opt,name=import_privpass,json=importPrivpass,proto3" json:"import_privpass,omitempty"` CurrentPrivpass string `protobuf:"bytes,4,opt,name=current_privpass,json=currentPrivpass,proto3" json:"current_privpass,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportKeystoreByDirRequest) Descriptor ¶
func (*ImportKeystoreByDirRequest) Descriptor() ([]byte, []int)
func (*ImportKeystoreByDirRequest) GetCurrentPrivpass ¶
func (m *ImportKeystoreByDirRequest) GetCurrentPrivpass() string
func (*ImportKeystoreByDirRequest) GetImportKeystoreDir ¶
func (m *ImportKeystoreByDirRequest) GetImportKeystoreDir() string
func (*ImportKeystoreByDirRequest) GetImportPrivpass ¶
func (m *ImportKeystoreByDirRequest) GetImportPrivpass() string
func (*ImportKeystoreByDirRequest) GetImportPubpass ¶
func (m *ImportKeystoreByDirRequest) GetImportPubpass() string
func (*ImportKeystoreByDirRequest) ProtoMessage ¶
func (*ImportKeystoreByDirRequest) ProtoMessage()
func (*ImportKeystoreByDirRequest) Reset ¶
func (m *ImportKeystoreByDirRequest) Reset()
func (*ImportKeystoreByDirRequest) String ¶
func (m *ImportKeystoreByDirRequest) String() string
func (*ImportKeystoreByDirRequest) XXX_DiscardUnknown ¶
func (m *ImportKeystoreByDirRequest) XXX_DiscardUnknown()
func (*ImportKeystoreByDirRequest) XXX_Marshal ¶
func (m *ImportKeystoreByDirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportKeystoreByDirRequest) XXX_Merge ¶
func (m *ImportKeystoreByDirRequest) XXX_Merge(src proto.Message)
func (*ImportKeystoreByDirRequest) XXX_Size ¶
func (m *ImportKeystoreByDirRequest) XXX_Size() int
func (*ImportKeystoreByDirRequest) XXX_Unmarshal ¶
func (m *ImportKeystoreByDirRequest) XXX_Unmarshal(b []byte) error
type ImportKeystoreByDirResponse ¶
type ImportKeystoreByDirResponse struct { Keystores map[string]*PocWallet `` /* 159-byte string literal not displayed */ OldAddrManagers []*AddrManager `protobuf:"bytes,2,rep,name=old_addr_managers,json=oldAddrManagers,proto3" json:"old_addr_managers,omitempty"` NewAddrManagers []*AddrManager `protobuf:"bytes,3,rep,name=new_addr_managers,json=newAddrManagers,proto3" json:"new_addr_managers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportKeystoreByDirResponse) Descriptor ¶
func (*ImportKeystoreByDirResponse) Descriptor() ([]byte, []int)
func (*ImportKeystoreByDirResponse) GetKeystores ¶
func (m *ImportKeystoreByDirResponse) GetKeystores() map[string]*PocWallet
func (*ImportKeystoreByDirResponse) GetNewAddrManagers ¶
func (m *ImportKeystoreByDirResponse) GetNewAddrManagers() []*AddrManager
func (*ImportKeystoreByDirResponse) GetOldAddrManagers ¶
func (m *ImportKeystoreByDirResponse) GetOldAddrManagers() []*AddrManager
func (*ImportKeystoreByDirResponse) ProtoMessage ¶
func (*ImportKeystoreByDirResponse) ProtoMessage()
func (*ImportKeystoreByDirResponse) Reset ¶
func (m *ImportKeystoreByDirResponse) Reset()
func (*ImportKeystoreByDirResponse) String ¶
func (m *ImportKeystoreByDirResponse) String() string
func (*ImportKeystoreByDirResponse) XXX_DiscardUnknown ¶
func (m *ImportKeystoreByDirResponse) XXX_DiscardUnknown()
func (*ImportKeystoreByDirResponse) XXX_Marshal ¶
func (m *ImportKeystoreByDirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportKeystoreByDirResponse) XXX_Merge ¶
func (m *ImportKeystoreByDirResponse) XXX_Merge(src proto.Message)
func (*ImportKeystoreByDirResponse) XXX_Size ¶
func (m *ImportKeystoreByDirResponse) XXX_Size() int
func (*ImportKeystoreByDirResponse) XXX_Unmarshal ¶
func (m *ImportKeystoreByDirResponse) XXX_Unmarshal(b []byte) error
type ImportKeystoreRequest ¶
type ImportKeystoreRequest struct { ImportPath string `protobuf:"bytes,1,opt,name=import_path,json=importPath,proto3" json:"import_path,omitempty"` OldPassphrase string `protobuf:"bytes,2,opt,name=old_passphrase,json=oldPassphrase,proto3" json:"old_passphrase,omitempty"` NewPassphrase string `protobuf:"bytes,3,opt,name=new_passphrase,json=newPassphrase,proto3" json:"new_passphrase,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportKeystoreRequest) Descriptor ¶
func (*ImportKeystoreRequest) Descriptor() ([]byte, []int)
func (*ImportKeystoreRequest) GetImportPath ¶
func (m *ImportKeystoreRequest) GetImportPath() string
func (*ImportKeystoreRequest) GetNewPassphrase ¶
func (m *ImportKeystoreRequest) GetNewPassphrase() string
func (*ImportKeystoreRequest) GetOldPassphrase ¶
func (m *ImportKeystoreRequest) GetOldPassphrase() string
func (*ImportKeystoreRequest) ProtoMessage ¶
func (*ImportKeystoreRequest) ProtoMessage()
func (*ImportKeystoreRequest) Reset ¶
func (m *ImportKeystoreRequest) Reset()
func (*ImportKeystoreRequest) String ¶
func (m *ImportKeystoreRequest) String() string
func (*ImportKeystoreRequest) XXX_DiscardUnknown ¶
func (m *ImportKeystoreRequest) XXX_DiscardUnknown()
func (*ImportKeystoreRequest) XXX_Marshal ¶
func (m *ImportKeystoreRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportKeystoreRequest) XXX_Merge ¶
func (m *ImportKeystoreRequest) XXX_Merge(src proto.Message)
func (*ImportKeystoreRequest) XXX_Size ¶
func (m *ImportKeystoreRequest) XXX_Size() int
func (*ImportKeystoreRequest) XXX_Unmarshal ¶
func (m *ImportKeystoreRequest) XXX_Unmarshal(b []byte) error
type ImportKeystoreResponse ¶
type ImportKeystoreResponse struct { Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` WalletId string `protobuf:"bytes,2,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` Remark string `protobuf:"bytes,3,opt,name=remark,proto3" json:"remark,omitempty"` AddrManager *AddrManager `protobuf:"bytes,4,opt,name=addrManager,proto3" json:"addrManager,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportKeystoreResponse) Descriptor ¶
func (*ImportKeystoreResponse) Descriptor() ([]byte, []int)
func (*ImportKeystoreResponse) GetAddrManager ¶
func (m *ImportKeystoreResponse) GetAddrManager() *AddrManager
func (*ImportKeystoreResponse) GetRemark ¶
func (m *ImportKeystoreResponse) GetRemark() string
func (*ImportKeystoreResponse) GetStatus ¶
func (m *ImportKeystoreResponse) GetStatus() bool
func (*ImportKeystoreResponse) GetWalletId ¶
func (m *ImportKeystoreResponse) GetWalletId() string
func (*ImportKeystoreResponse) ProtoMessage ¶
func (*ImportKeystoreResponse) ProtoMessage()
func (*ImportKeystoreResponse) Reset ¶
func (m *ImportKeystoreResponse) Reset()
func (*ImportKeystoreResponse) String ¶
func (m *ImportKeystoreResponse) String() string
func (*ImportKeystoreResponse) XXX_DiscardUnknown ¶
func (m *ImportKeystoreResponse) XXX_DiscardUnknown()
func (*ImportKeystoreResponse) XXX_Marshal ¶
func (m *ImportKeystoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportKeystoreResponse) XXX_Merge ¶
func (m *ImportKeystoreResponse) XXX_Merge(src proto.Message)
func (*ImportKeystoreResponse) XXX_Size ¶
func (m *ImportKeystoreResponse) XXX_Size() int
func (*ImportKeystoreResponse) XXX_Unmarshal ¶
func (m *ImportKeystoreResponse) XXX_Unmarshal(b []byte) error
type InputsInTx ¶
type InputsInTx struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` Address []string `protobuf:"bytes,3,rep,name=address,proto3" json:"address,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InputsInTx) Descriptor ¶
func (*InputsInTx) Descriptor() ([]byte, []int)
func (*InputsInTx) GetAddress ¶
func (m *InputsInTx) GetAddress() []string
func (*InputsInTx) GetIndex ¶
func (m *InputsInTx) GetIndex() uint32
func (*InputsInTx) GetTxId ¶
func (m *InputsInTx) GetTxId() string
func (*InputsInTx) GetValue ¶
func (m *InputsInTx) GetValue() string
func (*InputsInTx) ProtoMessage ¶
func (*InputsInTx) ProtoMessage()
func (*InputsInTx) Reset ¶
func (m *InputsInTx) Reset()
func (*InputsInTx) String ¶
func (m *InputsInTx) String() string
func (*InputsInTx) XXX_DiscardUnknown ¶
func (m *InputsInTx) XXX_DiscardUnknown()
func (*InputsInTx) XXX_Marshal ¶
func (m *InputsInTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InputsInTx) XXX_Merge ¶
func (m *InputsInTx) XXX_Merge(src proto.Message)
func (*InputsInTx) XXX_Size ¶
func (m *InputsInTx) XXX_Size() int
func (*InputsInTx) XXX_Unmarshal ¶
func (m *InputsInTx) XXX_Unmarshal(b []byte) error
type LockWalletResponse ¶
type LockWalletResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LockWalletResponse) Descriptor ¶
func (*LockWalletResponse) Descriptor() ([]byte, []int)
func (*LockWalletResponse) GetError ¶
func (m *LockWalletResponse) GetError() string
func (*LockWalletResponse) GetSuccess ¶
func (m *LockWalletResponse) GetSuccess() bool
func (*LockWalletResponse) ProtoMessage ¶
func (*LockWalletResponse) ProtoMessage()
func (*LockWalletResponse) Reset ¶
func (m *LockWalletResponse) Reset()
func (*LockWalletResponse) String ¶
func (m *LockWalletResponse) String() string
func (*LockWalletResponse) XXX_DiscardUnknown ¶
func (m *LockWalletResponse) XXX_DiscardUnknown()
func (*LockWalletResponse) XXX_Marshal ¶
func (m *LockWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LockWalletResponse) XXX_Merge ¶
func (m *LockWalletResponse) XXX_Merge(src proto.Message)
func (*LockWalletResponse) XXX_Size ¶
func (m *LockWalletResponse) XXX_Size() int
func (*LockWalletResponse) XXX_Unmarshal ¶
func (m *LockWalletResponse) XXX_Unmarshal(b []byte) error
type NormalProposal ¶
type NormalProposal struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` ProposalType uint32 `protobuf:"varint,2,opt,name=proposal_type,json=proposalType,proto3" json:"proposal_type,omitempty"` Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NormalProposal) Descriptor ¶
func (*NormalProposal) Descriptor() ([]byte, []int)
func (*NormalProposal) GetData ¶
func (m *NormalProposal) GetData() string
func (*NormalProposal) GetProposalType ¶
func (m *NormalProposal) GetProposalType() uint32
func (*NormalProposal) GetVersion ¶
func (m *NormalProposal) GetVersion() uint32
func (*NormalProposal) ProtoMessage ¶
func (*NormalProposal) ProtoMessage()
func (*NormalProposal) Reset ¶
func (m *NormalProposal) Reset()
func (*NormalProposal) String ¶
func (m *NormalProposal) String() string
func (*NormalProposal) XXX_DiscardUnknown ¶
func (m *NormalProposal) XXX_DiscardUnknown()
func (*NormalProposal) XXX_Marshal ¶
func (m *NormalProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NormalProposal) XXX_Merge ¶
func (m *NormalProposal) XXX_Merge(src proto.Message)
func (*NormalProposal) XXX_Size ¶
func (m *NormalProposal) XXX_Size() int
func (*NormalProposal) XXX_Unmarshal ¶
func (m *NormalProposal) XXX_Unmarshal(b []byte) error
type PoCSignature ¶
type PoCSignature struct { R string `protobuf:"bytes,1,opt,name=r,proto3" json:"r,omitempty"` S string `protobuf:"bytes,2,opt,name=s,proto3" json:"s,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PoCSignature) Descriptor ¶
func (*PoCSignature) Descriptor() ([]byte, []int)
func (*PoCSignature) GetR ¶
func (m *PoCSignature) GetR() string
func (*PoCSignature) GetS ¶
func (m *PoCSignature) GetS() string
func (*PoCSignature) ProtoMessage ¶
func (*PoCSignature) ProtoMessage()
func (*PoCSignature) Reset ¶
func (m *PoCSignature) Reset()
func (*PoCSignature) String ¶
func (m *PoCSignature) String() string
func (*PoCSignature) XXX_DiscardUnknown ¶
func (m *PoCSignature) XXX_DiscardUnknown()
func (*PoCSignature) XXX_Marshal ¶
func (m *PoCSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PoCSignature) XXX_Merge ¶
func (m *PoCSignature) XXX_Merge(src proto.Message)
func (*PoCSignature) XXX_Size ¶
func (m *PoCSignature) XXX_Size() int
func (*PoCSignature) XXX_Unmarshal ¶
func (m *PoCSignature) XXX_Unmarshal(b []byte) error
type PocAddress ¶
type PocAddress struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` PrivKey string `protobuf:"bytes,2,opt,name=priv_key,json=privKey,proto3" json:"priv_key,omitempty"` ScriptHash string `protobuf:"bytes,3,opt,name=script_hash,json=scriptHash,proto3" json:"script_hash,omitempty"` Address string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"` DerivationPath *DerivationPath `protobuf:"bytes,5,opt,name=derivation_path,json=derivationPath,proto3" json:"derivation_path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PocAddress) Descriptor ¶
func (*PocAddress) Descriptor() ([]byte, []int)
func (*PocAddress) GetAddress ¶
func (m *PocAddress) GetAddress() string
func (*PocAddress) GetDerivationPath ¶
func (m *PocAddress) GetDerivationPath() *DerivationPath
func (*PocAddress) GetPrivKey ¶
func (m *PocAddress) GetPrivKey() string
func (*PocAddress) GetPubKey ¶
func (m *PocAddress) GetPubKey() string
func (*PocAddress) GetScriptHash ¶
func (m *PocAddress) GetScriptHash() string
func (*PocAddress) ProtoMessage ¶
func (*PocAddress) ProtoMessage()
func (*PocAddress) Reset ¶
func (m *PocAddress) Reset()
func (*PocAddress) String ¶
func (m *PocAddress) String() string
func (*PocAddress) XXX_DiscardUnknown ¶
func (m *PocAddress) XXX_DiscardUnknown()
func (*PocAddress) XXX_Marshal ¶
func (m *PocAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PocAddress) XXX_Merge ¶
func (m *PocAddress) XXX_Merge(src proto.Message)
func (*PocAddress) XXX_Size ¶
func (m *PocAddress) XXX_Size() int
func (*PocAddress) XXX_Unmarshal ¶
func (m *PocAddress) XXX_Unmarshal(b []byte) error
type PocWallet ¶
type PocWallet struct { WalletId string `protobuf:"bytes,1,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` Remark string `protobuf:"bytes,2,opt,name=remark,proto3" json:"remark,omitempty"` Crypto *WalletCrypto `protobuf:"bytes,3,opt,name=crypto,proto3" json:"crypto,omitempty"` HDPath *HDWalletPath `protobuf:"bytes,4,opt,name=h_d_path,json=hDPath,proto3" json:"h_d_path,omitempty"` AddrManager *AddrManager `protobuf:"bytes,5,opt,name=addrManager,proto3" json:"addrManager,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PocWallet) Descriptor ¶
func (*PocWallet) GetAddrManager ¶
func (m *PocWallet) GetAddrManager() *AddrManager
func (*PocWallet) GetCrypto ¶
func (m *PocWallet) GetCrypto() *WalletCrypto
func (*PocWallet) GetHDPath ¶
func (m *PocWallet) GetHDPath() *HDWalletPath
func (*PocWallet) GetWalletId ¶
func (*PocWallet) ProtoMessage ¶
func (*PocWallet) ProtoMessage()
func (*PocWallet) XXX_DiscardUnknown ¶
func (m *PocWallet) XXX_DiscardUnknown()
func (*PocWallet) XXX_Marshal ¶
func (*PocWallet) XXX_Unmarshal ¶
type Proof ¶
type Proof struct { X string `protobuf:"bytes,1,opt,name=x,proto3" json:"x,omitempty"` XPrime string `protobuf:"bytes,2,opt,name=x_prime,json=xPrime,proto3" json:"x_prime,omitempty"` BitLength uint32 `protobuf:"varint,3,opt,name=bit_length,json=bitLength,proto3" json:"bit_length,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Proof) Descriptor ¶
func (*Proof) GetBitLength ¶
func (*Proof) ProtoMessage ¶
func (*Proof) ProtoMessage()
func (*Proof) XXX_DiscardUnknown ¶
func (m *Proof) XXX_DiscardUnknown()
func (*Proof) XXX_Marshal ¶
func (*Proof) XXX_Unmarshal ¶
type ProposalArea ¶
type ProposalArea struct { PunishmentArea []*FaultPubKey `protobuf:"bytes,1,rep,name=punishment_area,json=punishmentArea,proto3" json:"punishment_area,omitempty"` OtherArea []*NormalProposal `protobuf:"bytes,2,rep,name=other_area,json=otherArea,proto3" json:"other_area,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ProposalArea) Descriptor ¶
func (*ProposalArea) Descriptor() ([]byte, []int)
func (*ProposalArea) GetOtherArea ¶
func (m *ProposalArea) GetOtherArea() []*NormalProposal
func (*ProposalArea) GetPunishmentArea ¶
func (m *ProposalArea) GetPunishmentArea() []*FaultPubKey
func (*ProposalArea) ProtoMessage ¶
func (*ProposalArea) ProtoMessage()
func (*ProposalArea) Reset ¶
func (m *ProposalArea) Reset()
func (*ProposalArea) String ¶
func (m *ProposalArea) String() string
func (*ProposalArea) XXX_DiscardUnknown ¶
func (m *ProposalArea) XXX_DiscardUnknown()
func (*ProposalArea) XXX_Marshal ¶
func (m *ProposalArea) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProposalArea) XXX_Merge ¶
func (m *ProposalArea) XXX_Merge(src proto.Message)
func (*ProposalArea) XXX_Size ¶
func (m *ProposalArea) XXX_Size() int
func (*ProposalArea) XXX_Unmarshal ¶
func (m *ProposalArea) XXX_Unmarshal(b []byte) error
type QuitClientResponse ¶
type QuitClientResponse struct { ErrorCode uint32 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QuitClientResponse) Descriptor ¶
func (*QuitClientResponse) Descriptor() ([]byte, []int)
func (*QuitClientResponse) GetErrorCode ¶
func (m *QuitClientResponse) GetErrorCode() uint32
func (*QuitClientResponse) GetMsg ¶
func (m *QuitClientResponse) GetMsg() string
func (*QuitClientResponse) ProtoMessage ¶
func (*QuitClientResponse) ProtoMessage()
func (*QuitClientResponse) Reset ¶
func (m *QuitClientResponse) Reset()
func (*QuitClientResponse) String ¶
func (m *QuitClientResponse) String() string
func (*QuitClientResponse) XXX_DiscardUnknown ¶
func (m *QuitClientResponse) XXX_DiscardUnknown()
func (*QuitClientResponse) XXX_Marshal ¶
func (m *QuitClientResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuitClientResponse) XXX_Merge ¶
func (m *QuitClientResponse) XXX_Merge(src proto.Message)
func (*QuitClientResponse) XXX_Size ¶
func (m *QuitClientResponse) XXX_Size() int
func (*QuitClientResponse) XXX_Unmarshal ¶
func (m *QuitClientResponse) XXX_Unmarshal(b []byte) error
type ScriptPubKeyResult ¶
type ScriptPubKeyResult struct { Asm string `protobuf:"bytes,1,opt,name=asm,proto3" json:"asm,omitempty"` Hex string `protobuf:"bytes,2,opt,name=hex,proto3" json:"hex,omitempty"` ReqSigs uint32 `protobuf:"varint,3,opt,name=req_sigs,json=reqSigs,proto3" json:"req_sigs,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` FrozenPeriod uint32 `protobuf:"varint,5,opt,name=frozen_period,json=frozenPeriod,proto3" json:"frozen_period,omitempty"` RewardAddress string `protobuf:"bytes,6,opt,name=reward_address,json=rewardAddress,proto3" json:"reward_address,omitempty"` Addresses []string `protobuf:"bytes,7,rep,name=addresses,proto3" json:"addresses,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ScriptPubKeyResult) Descriptor ¶
func (*ScriptPubKeyResult) Descriptor() ([]byte, []int)
func (*ScriptPubKeyResult) GetAddresses ¶
func (m *ScriptPubKeyResult) GetAddresses() []string
func (*ScriptPubKeyResult) GetAsm ¶
func (m *ScriptPubKeyResult) GetAsm() string
func (*ScriptPubKeyResult) GetFrozenPeriod ¶
func (m *ScriptPubKeyResult) GetFrozenPeriod() uint32
func (*ScriptPubKeyResult) GetHex ¶
func (m *ScriptPubKeyResult) GetHex() string
func (*ScriptPubKeyResult) GetReqSigs ¶
func (m *ScriptPubKeyResult) GetReqSigs() uint32
func (*ScriptPubKeyResult) GetRewardAddress ¶
func (m *ScriptPubKeyResult) GetRewardAddress() string
func (*ScriptPubKeyResult) GetType ¶
func (m *ScriptPubKeyResult) GetType() string
func (*ScriptPubKeyResult) ProtoMessage ¶
func (*ScriptPubKeyResult) ProtoMessage()
func (*ScriptPubKeyResult) Reset ¶
func (m *ScriptPubKeyResult) Reset()
func (*ScriptPubKeyResult) String ¶
func (m *ScriptPubKeyResult) String() string
func (*ScriptPubKeyResult) XXX_DiscardUnknown ¶
func (m *ScriptPubKeyResult) XXX_DiscardUnknown()
func (*ScriptPubKeyResult) XXX_Marshal ¶
func (m *ScriptPubKeyResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ScriptPubKeyResult) XXX_Merge ¶
func (m *ScriptPubKeyResult) XXX_Merge(src proto.Message)
func (*ScriptPubKeyResult) XXX_Size ¶
func (m *ScriptPubKeyResult) XXX_Size() int
func (*ScriptPubKeyResult) XXX_Unmarshal ¶
func (m *ScriptPubKeyResult) XXX_Unmarshal(b []byte) error
type SequenceLock ¶
type SequenceLock struct { Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SequenceLock) Descriptor ¶
func (*SequenceLock) Descriptor() ([]byte, []int)
func (*SequenceLock) GetBlockHeight ¶
func (m *SequenceLock) GetBlockHeight() uint64
func (*SequenceLock) GetSeconds ¶
func (m *SequenceLock) GetSeconds() int64
func (*SequenceLock) ProtoMessage ¶
func (*SequenceLock) ProtoMessage()
func (*SequenceLock) Reset ¶
func (m *SequenceLock) Reset()
func (*SequenceLock) String ¶
func (m *SequenceLock) String() string
func (*SequenceLock) XXX_DiscardUnknown ¶
func (m *SequenceLock) XXX_DiscardUnknown()
func (*SequenceLock) XXX_Marshal ¶
func (m *SequenceLock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SequenceLock) XXX_Merge ¶
func (m *SequenceLock) XXX_Merge(src proto.Message)
func (*SequenceLock) XXX_Size ¶
func (m *SequenceLock) XXX_Size() int
func (*SequenceLock) XXX_Unmarshal ¶
func (m *SequenceLock) XXX_Unmarshal(b []byte) error
type StakingRewardRecord ¶
type StakingRewardRecord struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` AwardedTime uint64 `protobuf:"varint,2,opt,name=awarded_time,json=awardedTime,proto3" json:"awarded_time,omitempty"` Tx *TxRawResult `protobuf:"bytes,3,opt,name=tx,proto3" json:"tx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StakingRewardRecord) Descriptor ¶
func (*StakingRewardRecord) Descriptor() ([]byte, []int)
func (*StakingRewardRecord) GetAwardedTime ¶
func (m *StakingRewardRecord) GetAwardedTime() uint64
func (*StakingRewardRecord) GetTx ¶
func (m *StakingRewardRecord) GetTx() *TxRawResult
func (*StakingRewardRecord) GetTxId ¶
func (m *StakingRewardRecord) GetTxId() string
func (*StakingRewardRecord) ProtoMessage ¶
func (*StakingRewardRecord) ProtoMessage()
func (*StakingRewardRecord) Reset ¶
func (m *StakingRewardRecord) Reset()
func (*StakingRewardRecord) String ¶
func (m *StakingRewardRecord) String() string
func (*StakingRewardRecord) XXX_DiscardUnknown ¶
func (m *StakingRewardRecord) XXX_DiscardUnknown()
func (*StakingRewardRecord) XXX_Marshal ¶
func (m *StakingRewardRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StakingRewardRecord) XXX_Merge ¶
func (m *StakingRewardRecord) XXX_Merge(src proto.Message)
func (*StakingRewardRecord) XXX_Size ¶
func (m *StakingRewardRecord) XXX_Size() int
func (*StakingRewardRecord) XXX_Unmarshal ¶
func (m *StakingRewardRecord) XXX_Unmarshal(b []byte) error
type ToAddressForTx ¶
type ToAddressForTx struct { Address []string `protobuf:"bytes,1,rep,name=address,proto3" json:"address,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ToAddressForTx) Descriptor ¶
func (*ToAddressForTx) Descriptor() ([]byte, []int)
func (*ToAddressForTx) GetAddress ¶
func (m *ToAddressForTx) GetAddress() []string
func (*ToAddressForTx) GetValue ¶
func (m *ToAddressForTx) GetValue() string
func (*ToAddressForTx) ProtoMessage ¶
func (*ToAddressForTx) ProtoMessage()
func (*ToAddressForTx) Reset ¶
func (m *ToAddressForTx) Reset()
func (*ToAddressForTx) String ¶
func (m *ToAddressForTx) String() string
func (*ToAddressForTx) XXX_DiscardUnknown ¶
func (m *ToAddressForTx) XXX_DiscardUnknown()
func (*ToAddressForTx) XXX_Marshal ¶
func (m *ToAddressForTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ToAddressForTx) XXX_Merge ¶
func (m *ToAddressForTx) XXX_Merge(src proto.Message)
func (*ToAddressForTx) XXX_Size ¶
func (m *ToAddressForTx) XXX_Size() int
func (*ToAddressForTx) XXX_Unmarshal ¶
func (m *ToAddressForTx) XXX_Unmarshal(b []byte) error
type TxOutPoint ¶
type TxOutPoint struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TxOutPoint) Descriptor ¶
func (*TxOutPoint) Descriptor() ([]byte, []int)
func (*TxOutPoint) GetIndex ¶
func (m *TxOutPoint) GetIndex() uint32
func (*TxOutPoint) GetTxId ¶
func (m *TxOutPoint) GetTxId() string
func (*TxOutPoint) ProtoMessage ¶
func (*TxOutPoint) ProtoMessage()
func (*TxOutPoint) Reset ¶
func (m *TxOutPoint) Reset()
func (*TxOutPoint) String ¶
func (m *TxOutPoint) String() string
func (*TxOutPoint) XXX_DiscardUnknown ¶
func (m *TxOutPoint) XXX_DiscardUnknown()
func (*TxOutPoint) XXX_Marshal ¶
func (m *TxOutPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TxOutPoint) XXX_Merge ¶
func (m *TxOutPoint) XXX_Merge(src proto.Message)
func (*TxOutPoint) XXX_Size ¶
func (m *TxOutPoint) XXX_Size() int
func (*TxOutPoint) XXX_Unmarshal ¶
func (m *TxOutPoint) XXX_Unmarshal(b []byte) error
type TxRawResult ¶
type TxRawResult struct { Hex string `protobuf:"bytes,1,opt,name=hex,proto3" json:"hex,omitempty"` TxId string `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` Version uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` LockTime uint64 `protobuf:"varint,4,opt,name=lock_time,json=lockTime,proto3" json:"lock_time,omitempty"` Block *BlockInfoForTx `protobuf:"bytes,5,opt,name=block,proto3" json:"block,omitempty"` Vin []*Vin `protobuf:"bytes,6,rep,name=vin,proto3" json:"vin,omitempty"` Vout []*Vout `protobuf:"bytes,7,rep,name=vout,proto3" json:"vout,omitempty"` FromAddress []string `protobuf:"bytes,8,rep,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"` To []*ToAddressForTx `protobuf:"bytes,9,rep,name=to,proto3" json:"to,omitempty"` Inputs []*InputsInTx `protobuf:"bytes,10,rep,name=inputs,proto3" json:"inputs,omitempty"` Payload []byte `protobuf:"bytes,11,opt,name=payload,proto3" json:"payload,omitempty"` Confirmations uint64 `protobuf:"varint,12,opt,name=confirmations,proto3" json:"confirmations,omitempty"` TxSize uint32 `protobuf:"varint,13,opt,name=tx_size,json=txSize,proto3" json:"tx_size,omitempty"` Fee string `protobuf:"bytes,14,opt,name=fee,proto3" json:"fee,omitempty"` Gas string `protobuf:"bytes,15,opt,name=gas,proto3" json:"gas,omitempty"` Status int32 `protobuf:"varint,16,opt,name=status,proto3" json:"status,omitempty"` Type int32 `protobuf:"varint,17,opt,name=type,proto3" json:"type,omitempty"` Coinbase bool `protobuf:"varint,18,opt,name=coinbase,proto3" json:"coinbase,omitempty"` TotalInValue int64 `protobuf:"varint,19,opt,name=total_in_value,json=totalInValue,proto3" json:"total_in_value,omitempty"` TotalOutValue int64 `protobuf:"varint,20,opt,name=total_out_value,json=totalOutValue,proto3" json:"total_out_value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TxRawResult) Descriptor ¶
func (*TxRawResult) Descriptor() ([]byte, []int)
func (*TxRawResult) GetBlock ¶
func (m *TxRawResult) GetBlock() *BlockInfoForTx
func (*TxRawResult) GetCoinbase ¶
func (m *TxRawResult) GetCoinbase() bool
func (*TxRawResult) GetConfirmations ¶
func (m *TxRawResult) GetConfirmations() uint64
func (*TxRawResult) GetFee ¶
func (m *TxRawResult) GetFee() string
func (*TxRawResult) GetFromAddress ¶
func (m *TxRawResult) GetFromAddress() []string
func (*TxRawResult) GetGas ¶
func (m *TxRawResult) GetGas() string
func (*TxRawResult) GetHex ¶
func (m *TxRawResult) GetHex() string
func (*TxRawResult) GetInputs ¶
func (m *TxRawResult) GetInputs() []*InputsInTx
func (*TxRawResult) GetLockTime ¶
func (m *TxRawResult) GetLockTime() uint64
func (*TxRawResult) GetPayload ¶
func (m *TxRawResult) GetPayload() []byte
func (*TxRawResult) GetStatus ¶
func (m *TxRawResult) GetStatus() int32
func (*TxRawResult) GetTo ¶
func (m *TxRawResult) GetTo() []*ToAddressForTx
func (*TxRawResult) GetTotalInValue ¶
func (m *TxRawResult) GetTotalInValue() int64
func (*TxRawResult) GetTotalOutValue ¶
func (m *TxRawResult) GetTotalOutValue() int64
func (*TxRawResult) GetTxId ¶
func (m *TxRawResult) GetTxId() string
func (*TxRawResult) GetTxSize ¶
func (m *TxRawResult) GetTxSize() uint32
func (*TxRawResult) GetType ¶
func (m *TxRawResult) GetType() int32
func (*TxRawResult) GetVersion ¶
func (m *TxRawResult) GetVersion() uint32
func (*TxRawResult) GetVin ¶
func (m *TxRawResult) GetVin() []*Vin
func (*TxRawResult) GetVout ¶
func (m *TxRawResult) GetVout() []*Vout
func (*TxRawResult) ProtoMessage ¶
func (*TxRawResult) ProtoMessage()
func (*TxRawResult) Reset ¶
func (m *TxRawResult) Reset()
func (*TxRawResult) String ¶
func (m *TxRawResult) String() string
func (*TxRawResult) XXX_DiscardUnknown ¶
func (m *TxRawResult) XXX_DiscardUnknown()
func (*TxRawResult) XXX_Marshal ¶
func (m *TxRawResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TxRawResult) XXX_Merge ¶
func (m *TxRawResult) XXX_Merge(src proto.Message)
func (*TxRawResult) XXX_Size ¶
func (m *TxRawResult) XXX_Size() int
func (*TxRawResult) XXX_Unmarshal ¶
func (m *TxRawResult) XXX_Unmarshal(b []byte) error
type UnimplementedApiServiceServer ¶
type UnimplementedApiServiceServer struct { }
UnimplementedApiServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedApiServiceServer) ChangePrivatePass ¶
func (*UnimplementedApiServiceServer) ChangePrivatePass(ctx context.Context, req *ChangePrivatePassRequest) (*ChangePrivatePassResponse, error)
func (*UnimplementedApiServiceServer) ChangePublicPass ¶
func (*UnimplementedApiServiceServer) ChangePublicPass(ctx context.Context, req *ChangePublicPassRequest) (*ChangePublicPassResponse, error)
func (*UnimplementedApiServiceServer) ConfigureCapacity ¶
func (*UnimplementedApiServiceServer) ConfigureCapacity(ctx context.Context, req *ConfigureSpaceKeeperRequest) (*WorkSpacesResponse, error)
func (*UnimplementedApiServiceServer) ConfigureCapacityByDirs ¶
func (*UnimplementedApiServiceServer) ConfigureCapacityByDirs(ctx context.Context, req *ConfigureSpaceKeeperByDirsRequest) (*WorkSpacesByDirsResponse, error)
func (*UnimplementedApiServiceServer) ExportKeystore ¶
func (*UnimplementedApiServiceServer) ExportKeystore(ctx context.Context, req *ExportKeystoreRequest) (*ExportKeystoreResponse, error)
func (*UnimplementedApiServiceServer) ExportKeystoreByDir ¶
func (*UnimplementedApiServiceServer) ExportKeystoreByDir(ctx context.Context, req *ExportKeystoreByDirRequest) (*ExportKeystoreByDirResponse, error)
func (*UnimplementedApiServiceServer) GetBestBlock ¶
func (*UnimplementedApiServiceServer) GetBestBlock(ctx context.Context, req *emptypb.Empty) (*GetBestBlockResponse, error)
func (*UnimplementedApiServiceServer) GetBlock ¶
func (*UnimplementedApiServiceServer) GetBlock(ctx context.Context, req *GetBlockRequest) (*GetBlockResponse, error)
func (*UnimplementedApiServiceServer) GetBlockByHeight ¶
func (*UnimplementedApiServiceServer) GetBlockByHeight(ctx context.Context, req *GetBlockByHeightRequest) (*GetBlockResponse, error)
func (*UnimplementedApiServiceServer) GetBlockHashByHeight ¶
func (*UnimplementedApiServiceServer) GetBlockHashByHeight(ctx context.Context, req *GetBlockHashByHeightRequest) (*GetBlockHashByHeightResponse, error)
func (*UnimplementedApiServiceServer) GetBlockHeader ¶
func (*UnimplementedApiServiceServer) GetBlockHeader(ctx context.Context, req *GetBlockHeaderRequest) (*GetBlockHeaderResponse, error)
func (*UnimplementedApiServiceServer) GetBlockHeaderV2 ¶
func (*UnimplementedApiServiceServer) GetBlockHeaderV2(ctx context.Context, req *GetBlockRequestV2) (*GetBlockHeaderResponse, error)
func (*UnimplementedApiServiceServer) GetBlockHeightByPubKey ¶
func (*UnimplementedApiServiceServer) GetBlockHeightByPubKey(ctx context.Context, req *GetBlockHeightByPubKeyRequest) (*GetBlockHeightByPubKeyResponse, error)
func (*UnimplementedApiServiceServer) GetBlockV2 ¶
func (*UnimplementedApiServiceServer) GetBlockV2(ctx context.Context, req *GetBlockRequestV2) (*GetBlockResponseV2, error)
func (*UnimplementedApiServiceServer) GetBlockVerbose1V2 ¶
func (*UnimplementedApiServiceServer) GetBlockVerbose1V2(ctx context.Context, req *GetBlockRequestV2) (*GetBlockResponse, error)
func (*UnimplementedApiServiceServer) GetCapacitySpace ¶
func (*UnimplementedApiServiceServer) GetCapacitySpace(ctx context.Context, req *WorkSpaceRequest) (*WorkSpaceResponse, error)
func (*UnimplementedApiServiceServer) GetCapacitySpaces ¶
func (*UnimplementedApiServiceServer) GetCapacitySpaces(ctx context.Context, req *emptypb.Empty) (*WorkSpacesResponse, error)
func (*UnimplementedApiServiceServer) GetCapacitySpacesByDirs ¶
func (*UnimplementedApiServiceServer) GetCapacitySpacesByDirs(ctx context.Context, req *emptypb.Empty) (*WorkSpacesByDirsResponse, error)
func (*UnimplementedApiServiceServer) GetClientStatus ¶
func (*UnimplementedApiServiceServer) GetClientStatus(ctx context.Context, req *emptypb.Empty) (*GetClientStatusResponse, error)
func (*UnimplementedApiServiceServer) GetCoinbase ¶
func (*UnimplementedApiServiceServer) GetCoinbase(ctx context.Context, req *GetCoinbaseRequest) (*GetCoinbaseResponse, error)
func (*UnimplementedApiServiceServer) GetGovernConfig ¶
func (*UnimplementedApiServiceServer) GetGovernConfig(ctx context.Context, req *GetGovernConfigRequest) (*GetGovernConfigResponse, error)
func (*UnimplementedApiServiceServer) GetGovernConfigHistory ¶
func (*UnimplementedApiServiceServer) GetGovernConfigHistory(ctx context.Context, req *GetGovernConfigHistoryRequest) (*GetGovernConfigHistoryResponse, error)
func (*UnimplementedApiServiceServer) GetKeystore ¶
func (*UnimplementedApiServiceServer) GetKeystore(ctx context.Context, req *emptypb.Empty) (*GetKeystoreResponse, error)
func (*UnimplementedApiServiceServer) GetKeystoreDetail ¶
func (*UnimplementedApiServiceServer) GetKeystoreDetail(ctx context.Context, req *GetKeystoreDetailRequest) (*GetKeystoreDetailResponse, error)
func (*UnimplementedApiServiceServer) GetRawTransaction ¶
func (*UnimplementedApiServiceServer) GetRawTransaction(ctx context.Context, req *GetRawTransactionRequest) (*TxRawResult, error)
func (*UnimplementedApiServiceServer) GetStakingRewardRecord ¶
func (*UnimplementedApiServiceServer) GetStakingRewardRecord(ctx context.Context, req *GetStakingRewardRecordRequest) (*GetStakingRewardRecordResponse, error)
func (*UnimplementedApiServiceServer) GetStakingTxPoolInfo ¶
func (*UnimplementedApiServiceServer) GetStakingTxPoolInfo(ctx context.Context, req *emptypb.Empty) (*GetStakingTxPoolInfoResponse, error)
func (*UnimplementedApiServiceServer) GetTxPool ¶
func (*UnimplementedApiServiceServer) GetTxPool(ctx context.Context, req *emptypb.Empty) (*GetTxPoolResponse, error)
func (*UnimplementedApiServiceServer) GetTxPoolVerbose0 ¶
func (*UnimplementedApiServiceServer) GetTxPoolVerbose0(ctx context.Context, req *emptypb.Empty) (*GetTxPoolVerbose0Response, error)
func (*UnimplementedApiServiceServer) GetTxPoolVerbose1 ¶
func (*UnimplementedApiServiceServer) GetTxPoolVerbose1(ctx context.Context, req *emptypb.Empty) (*GetTxPoolVerbose1Response, error)
func (*UnimplementedApiServiceServer) ImportKeystore ¶
func (*UnimplementedApiServiceServer) ImportKeystore(ctx context.Context, req *ImportKeystoreRequest) (*ImportKeystoreResponse, error)
func (*UnimplementedApiServiceServer) ImportKeystoreByDir ¶
func (*UnimplementedApiServiceServer) ImportKeystoreByDir(ctx context.Context, req *ImportKeystoreByDirRequest) (*ImportKeystoreByDirResponse, error)
func (*UnimplementedApiServiceServer) LockWallet ¶
func (*UnimplementedApiServiceServer) LockWallet(ctx context.Context, req *emptypb.Empty) (*LockWalletResponse, error)
func (*UnimplementedApiServiceServer) MineCapacitySpace ¶
func (*UnimplementedApiServiceServer) MineCapacitySpace(ctx context.Context, req *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error)
func (*UnimplementedApiServiceServer) MineCapacitySpaces ¶
func (*UnimplementedApiServiceServer) MineCapacitySpaces(ctx context.Context, req *emptypb.Empty) (*ActOnSpaceKeeperResponse, error)
func (*UnimplementedApiServiceServer) PlotCapacitySpace ¶
func (*UnimplementedApiServiceServer) PlotCapacitySpace(ctx context.Context, req *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error)
func (*UnimplementedApiServiceServer) PlotCapacitySpaces ¶
func (*UnimplementedApiServiceServer) PlotCapacitySpaces(ctx context.Context, req *emptypb.Empty) (*ActOnSpaceKeeperResponse, error)
func (*UnimplementedApiServiceServer) QuitClient ¶
func (*UnimplementedApiServiceServer) QuitClient(ctx context.Context, req *emptypb.Empty) (*QuitClientResponse, error)
func (*UnimplementedApiServiceServer) StopCapacitySpace ¶
func (*UnimplementedApiServiceServer) StopCapacitySpace(ctx context.Context, req *WorkSpaceRequest) (*ActOnSpaceKeeperResponse, error)
func (*UnimplementedApiServiceServer) StopCapacitySpaces ¶
func (*UnimplementedApiServiceServer) StopCapacitySpaces(ctx context.Context, req *emptypb.Empty) (*ActOnSpaceKeeperResponse, error)
func (*UnimplementedApiServiceServer) UnlockWallet ¶
func (*UnimplementedApiServiceServer) UnlockWallet(ctx context.Context, req *UnlockWalletRequest) (*UnlockWalletResponse, error)
type UnlockWalletRequest ¶
type UnlockWalletRequest struct { Passphrase string `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UnlockWalletRequest) Descriptor ¶
func (*UnlockWalletRequest) Descriptor() ([]byte, []int)
func (*UnlockWalletRequest) GetPassphrase ¶
func (m *UnlockWalletRequest) GetPassphrase() string
func (*UnlockWalletRequest) ProtoMessage ¶
func (*UnlockWalletRequest) ProtoMessage()
func (*UnlockWalletRequest) Reset ¶
func (m *UnlockWalletRequest) Reset()
func (*UnlockWalletRequest) String ¶
func (m *UnlockWalletRequest) String() string
func (*UnlockWalletRequest) XXX_DiscardUnknown ¶
func (m *UnlockWalletRequest) XXX_DiscardUnknown()
func (*UnlockWalletRequest) XXX_Marshal ¶
func (m *UnlockWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnlockWalletRequest) XXX_Merge ¶
func (m *UnlockWalletRequest) XXX_Merge(src proto.Message)
func (*UnlockWalletRequest) XXX_Size ¶
func (m *UnlockWalletRequest) XXX_Size() int
func (*UnlockWalletRequest) XXX_Unmarshal ¶
func (m *UnlockWalletRequest) XXX_Unmarshal(b []byte) error
type UnlockWalletResponse ¶
type UnlockWalletResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UnlockWalletResponse) Descriptor ¶
func (*UnlockWalletResponse) Descriptor() ([]byte, []int)
func (*UnlockWalletResponse) GetError ¶
func (m *UnlockWalletResponse) GetError() string
func (*UnlockWalletResponse) GetSuccess ¶
func (m *UnlockWalletResponse) GetSuccess() bool
func (*UnlockWalletResponse) ProtoMessage ¶
func (*UnlockWalletResponse) ProtoMessage()
func (*UnlockWalletResponse) Reset ¶
func (m *UnlockWalletResponse) Reset()
func (*UnlockWalletResponse) String ¶
func (m *UnlockWalletResponse) String() string
func (*UnlockWalletResponse) XXX_DiscardUnknown ¶
func (m *UnlockWalletResponse) XXX_DiscardUnknown()
func (*UnlockWalletResponse) XXX_Marshal ¶
func (m *UnlockWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnlockWalletResponse) XXX_Merge ¶
func (m *UnlockWalletResponse) XXX_Merge(src proto.Message)
func (*UnlockWalletResponse) XXX_Size ¶
func (m *UnlockWalletResponse) XXX_Size() int
func (*UnlockWalletResponse) XXX_Unmarshal ¶
func (m *UnlockWalletResponse) XXX_Unmarshal(b []byte) error
type Vin ¶
type Vin struct { TxId string `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"` Vout uint32 `protobuf:"varint,2,opt,name=vout,proto3" json:"vout,omitempty"` Sequence uint64 `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"` Witness []string `protobuf:"bytes,4,rep,name=witness,proto3" json:"witness,omitempty"` SequenceLock *SequenceLock `protobuf:"bytes,5,opt,name=sequence_lock,json=sequenceLock,proto3" json:"sequence_lock,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Vin) Descriptor ¶
func (*Vin) GetSequence ¶
func (*Vin) GetSequenceLock ¶
func (m *Vin) GetSequenceLock() *SequenceLock
func (*Vin) GetWitness ¶
func (*Vin) ProtoMessage ¶
func (*Vin) ProtoMessage()
func (*Vin) XXX_DiscardUnknown ¶
func (m *Vin) XXX_DiscardUnknown()
func (*Vin) XXX_Unmarshal ¶
type Vout ¶
type Vout struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` N uint32 `protobuf:"varint,2,opt,name=n,proto3" json:"n,omitempty"` ScriptPublicKey *ScriptPubKeyResult `protobuf:"bytes,3,opt,name=script_public_key,json=scriptPublicKey,proto3" json:"script_public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Vout) Descriptor ¶
func (*Vout) GetScriptPublicKey ¶
func (m *Vout) GetScriptPublicKey() *ScriptPubKeyResult
func (*Vout) ProtoMessage ¶
func (*Vout) ProtoMessage()
func (*Vout) XXX_DiscardUnknown ¶
func (m *Vout) XXX_DiscardUnknown()
func (*Vout) XXX_Unmarshal ¶
type WalletCrypto ¶
type WalletCrypto struct { Cipher string `protobuf:"bytes,1,opt,name=cipher,proto3" json:"cipher,omitempty"` MasterHDPrivKeyEnc string `protobuf:"bytes,2,opt,name=master_h_d_priv_key_enc,json=masterHDPrivKeyEnc,proto3" json:"master_h_d_priv_key_enc,omitempty"` KDF string `protobuf:"bytes,3,opt,name=k_d_f,json=kDF,proto3" json:"k_d_f,omitempty"` PubParams string `protobuf:"bytes,4,opt,name=pub_params,json=pubParams,proto3" json:"pub_params,omitempty"` PrivParams string `protobuf:"bytes,5,opt,name=priv_params,json=privParams,proto3" json:"priv_params,omitempty"` CryptoKeyPubEnc string `protobuf:"bytes,6,opt,name=crypto_key_pub_enc,json=cryptoKeyPubEnc,proto3" json:"crypto_key_pub_enc,omitempty"` CryptoKeyPrivEnc string `protobuf:"bytes,7,opt,name=crypto_key_priv_enc,json=cryptoKeyPrivEnc,proto3" json:"crypto_key_priv_enc,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WalletCrypto) Descriptor ¶
func (*WalletCrypto) Descriptor() ([]byte, []int)
func (*WalletCrypto) GetCipher ¶
func (m *WalletCrypto) GetCipher() string
func (*WalletCrypto) GetCryptoKeyPrivEnc ¶
func (m *WalletCrypto) GetCryptoKeyPrivEnc() string
func (*WalletCrypto) GetCryptoKeyPubEnc ¶
func (m *WalletCrypto) GetCryptoKeyPubEnc() string
func (*WalletCrypto) GetKDF ¶
func (m *WalletCrypto) GetKDF() string
func (*WalletCrypto) GetMasterHDPrivKeyEnc ¶
func (m *WalletCrypto) GetMasterHDPrivKeyEnc() string
func (*WalletCrypto) GetPrivParams ¶
func (m *WalletCrypto) GetPrivParams() string
func (*WalletCrypto) GetPubParams ¶
func (m *WalletCrypto) GetPubParams() string
func (*WalletCrypto) ProtoMessage ¶
func (*WalletCrypto) ProtoMessage()
func (*WalletCrypto) Reset ¶
func (m *WalletCrypto) Reset()
func (*WalletCrypto) String ¶
func (m *WalletCrypto) String() string
func (*WalletCrypto) XXX_DiscardUnknown ¶
func (m *WalletCrypto) XXX_DiscardUnknown()
func (*WalletCrypto) XXX_Marshal ¶
func (m *WalletCrypto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletCrypto) XXX_Merge ¶
func (m *WalletCrypto) XXX_Merge(src proto.Message)
func (*WalletCrypto) XXX_Size ¶
func (m *WalletCrypto) XXX_Size() int
func (*WalletCrypto) XXX_Unmarshal ¶
func (m *WalletCrypto) XXX_Unmarshal(b []byte) error
type WalletSummary ¶
type WalletSummary struct { WalletId string `protobuf:"bytes,1,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"` Remark string `protobuf:"bytes,2,opt,name=remark,proto3" json:"remark,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WalletSummary) Descriptor ¶
func (*WalletSummary) Descriptor() ([]byte, []int)
func (*WalletSummary) GetRemark ¶
func (m *WalletSummary) GetRemark() string
func (*WalletSummary) GetWalletId ¶
func (m *WalletSummary) GetWalletId() string
func (*WalletSummary) ProtoMessage ¶
func (*WalletSummary) ProtoMessage()
func (*WalletSummary) Reset ¶
func (m *WalletSummary) Reset()
func (*WalletSummary) String ¶
func (m *WalletSummary) String() string
func (*WalletSummary) XXX_DiscardUnknown ¶
func (m *WalletSummary) XXX_DiscardUnknown()
func (*WalletSummary) XXX_Marshal ¶
func (m *WalletSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletSummary) XXX_Merge ¶
func (m *WalletSummary) XXX_Merge(src proto.Message)
func (*WalletSummary) XXX_Size ¶
func (m *WalletSummary) XXX_Size() int
func (*WalletSummary) XXX_Unmarshal ¶
func (m *WalletSummary) XXX_Unmarshal(b []byte) error
type WorkSpace ¶
type WorkSpace struct { Ordinal int64 `protobuf:"varint,1,opt,name=ordinal,proto3" json:"ordinal,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` BitLength uint32 `protobuf:"varint,4,opt,name=bit_length,json=bitLength,proto3" json:"bit_length,omitempty"` State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"` Progress float64 `protobuf:"fixed64,6,opt,name=progress,proto3" json:"progress,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WorkSpace) Descriptor ¶
func (*WorkSpace) GetAddress ¶
func (*WorkSpace) GetBitLength ¶
func (*WorkSpace) GetOrdinal ¶
func (*WorkSpace) GetProgress ¶
func (*WorkSpace) GetPublicKey ¶
func (*WorkSpace) ProtoMessage ¶
func (*WorkSpace) ProtoMessage()
func (*WorkSpace) XXX_DiscardUnknown ¶
func (m *WorkSpace) XXX_DiscardUnknown()
func (*WorkSpace) XXX_Marshal ¶
func (*WorkSpace) XXX_Unmarshal ¶
type WorkSpaceRequest ¶
type WorkSpaceRequest struct { SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WorkSpaceRequest) Descriptor ¶
func (*WorkSpaceRequest) Descriptor() ([]byte, []int)
func (*WorkSpaceRequest) GetSpaceId ¶
func (m *WorkSpaceRequest) GetSpaceId() string
func (*WorkSpaceRequest) ProtoMessage ¶
func (*WorkSpaceRequest) ProtoMessage()
func (*WorkSpaceRequest) Reset ¶
func (m *WorkSpaceRequest) Reset()
func (*WorkSpaceRequest) String ¶
func (m *WorkSpaceRequest) String() string
func (*WorkSpaceRequest) XXX_DiscardUnknown ¶
func (m *WorkSpaceRequest) XXX_DiscardUnknown()
func (*WorkSpaceRequest) XXX_Marshal ¶
func (m *WorkSpaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkSpaceRequest) XXX_Merge ¶
func (m *WorkSpaceRequest) XXX_Merge(src proto.Message)
func (*WorkSpaceRequest) XXX_Size ¶
func (m *WorkSpaceRequest) XXX_Size() int
func (*WorkSpaceRequest) XXX_Unmarshal ¶
func (m *WorkSpaceRequest) XXX_Unmarshal(b []byte) error
type WorkSpaceResponse ¶
type WorkSpaceResponse struct { Space *WorkSpace `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"` ErrorCode uint32 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WorkSpaceResponse) Descriptor ¶
func (*WorkSpaceResponse) Descriptor() ([]byte, []int)
func (*WorkSpaceResponse) GetErrorCode ¶
func (m *WorkSpaceResponse) GetErrorCode() uint32
func (*WorkSpaceResponse) GetErrorMessage ¶
func (m *WorkSpaceResponse) GetErrorMessage() string
func (*WorkSpaceResponse) GetSpace ¶
func (m *WorkSpaceResponse) GetSpace() *WorkSpace
func (*WorkSpaceResponse) ProtoMessage ¶
func (*WorkSpaceResponse) ProtoMessage()
func (*WorkSpaceResponse) Reset ¶
func (m *WorkSpaceResponse) Reset()
func (*WorkSpaceResponse) String ¶
func (m *WorkSpaceResponse) String() string
func (*WorkSpaceResponse) XXX_DiscardUnknown ¶
func (m *WorkSpaceResponse) XXX_DiscardUnknown()
func (*WorkSpaceResponse) XXX_Marshal ¶
func (m *WorkSpaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkSpaceResponse) XXX_Merge ¶
func (m *WorkSpaceResponse) XXX_Merge(src proto.Message)
func (*WorkSpaceResponse) XXX_Size ¶
func (m *WorkSpaceResponse) XXX_Size() int
func (*WorkSpaceResponse) XXX_Unmarshal ¶
func (m *WorkSpaceResponse) XXX_Unmarshal(b []byte) error
type WorkSpacesByDirsResponse ¶
type WorkSpacesByDirsResponse struct { DirectoryCount uint32 `protobuf:"varint,1,opt,name=directory_count,json=directoryCount,proto3" json:"directory_count,omitempty"` Allocations []*WorkSpacesByDirsResponse_Allocation `protobuf:"bytes,2,rep,name=allocations,proto3" json:"allocations,omitempty"` ErrorCode uint32 `protobuf:"varint,3,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` ErrorMessage string `protobuf:"bytes,4,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WorkSpacesByDirsResponse) Descriptor ¶
func (*WorkSpacesByDirsResponse) Descriptor() ([]byte, []int)
func (*WorkSpacesByDirsResponse) GetAllocations ¶
func (m *WorkSpacesByDirsResponse) GetAllocations() []*WorkSpacesByDirsResponse_Allocation
func (*WorkSpacesByDirsResponse) GetDirectoryCount ¶
func (m *WorkSpacesByDirsResponse) GetDirectoryCount() uint32
func (*WorkSpacesByDirsResponse) GetErrorCode ¶
func (m *WorkSpacesByDirsResponse) GetErrorCode() uint32
func (*WorkSpacesByDirsResponse) GetErrorMessage ¶
func (m *WorkSpacesByDirsResponse) GetErrorMessage() string
func (*WorkSpacesByDirsResponse) ProtoMessage ¶
func (*WorkSpacesByDirsResponse) ProtoMessage()
func (*WorkSpacesByDirsResponse) Reset ¶
func (m *WorkSpacesByDirsResponse) Reset()
func (*WorkSpacesByDirsResponse) String ¶
func (m *WorkSpacesByDirsResponse) String() string
func (*WorkSpacesByDirsResponse) XXX_DiscardUnknown ¶
func (m *WorkSpacesByDirsResponse) XXX_DiscardUnknown()
func (*WorkSpacesByDirsResponse) XXX_Marshal ¶
func (m *WorkSpacesByDirsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkSpacesByDirsResponse) XXX_Merge ¶
func (m *WorkSpacesByDirsResponse) XXX_Merge(src proto.Message)
func (*WorkSpacesByDirsResponse) XXX_Size ¶
func (m *WorkSpacesByDirsResponse) XXX_Size() int
func (*WorkSpacesByDirsResponse) XXX_Unmarshal ¶
func (m *WorkSpacesByDirsResponse) XXX_Unmarshal(b []byte) error
type WorkSpacesByDirsResponse_Allocation ¶
type WorkSpacesByDirsResponse_Allocation struct { Directory string `protobuf:"bytes,1,opt,name=directory,proto3" json:"directory,omitempty"` Capacity string `protobuf:"bytes,2,opt,name=capacity,proto3" json:"capacity,omitempty"` SpaceCount uint32 `protobuf:"varint,3,opt,name=space_count,json=spaceCount,proto3" json:"space_count,omitempty"` Spaces []*WorkSpace `protobuf:"bytes,4,rep,name=spaces,proto3" json:"spaces,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WorkSpacesByDirsResponse_Allocation) Descriptor ¶
func (*WorkSpacesByDirsResponse_Allocation) Descriptor() ([]byte, []int)
func (*WorkSpacesByDirsResponse_Allocation) GetCapacity ¶
func (m *WorkSpacesByDirsResponse_Allocation) GetCapacity() string
func (*WorkSpacesByDirsResponse_Allocation) GetDirectory ¶
func (m *WorkSpacesByDirsResponse_Allocation) GetDirectory() string
func (*WorkSpacesByDirsResponse_Allocation) GetSpaceCount ¶
func (m *WorkSpacesByDirsResponse_Allocation) GetSpaceCount() uint32
func (*WorkSpacesByDirsResponse_Allocation) GetSpaces ¶
func (m *WorkSpacesByDirsResponse_Allocation) GetSpaces() []*WorkSpace
func (*WorkSpacesByDirsResponse_Allocation) ProtoMessage ¶
func (*WorkSpacesByDirsResponse_Allocation) ProtoMessage()
func (*WorkSpacesByDirsResponse_Allocation) Reset ¶
func (m *WorkSpacesByDirsResponse_Allocation) Reset()
func (*WorkSpacesByDirsResponse_Allocation) String ¶
func (m *WorkSpacesByDirsResponse_Allocation) String() string
func (*WorkSpacesByDirsResponse_Allocation) XXX_DiscardUnknown ¶
func (m *WorkSpacesByDirsResponse_Allocation) XXX_DiscardUnknown()
func (*WorkSpacesByDirsResponse_Allocation) XXX_Marshal ¶
func (m *WorkSpacesByDirsResponse_Allocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkSpacesByDirsResponse_Allocation) XXX_Merge ¶
func (m *WorkSpacesByDirsResponse_Allocation) XXX_Merge(src proto.Message)
func (*WorkSpacesByDirsResponse_Allocation) XXX_Size ¶
func (m *WorkSpacesByDirsResponse_Allocation) XXX_Size() int
func (*WorkSpacesByDirsResponse_Allocation) XXX_Unmarshal ¶
func (m *WorkSpacesByDirsResponse_Allocation) XXX_Unmarshal(b []byte) error
type WorkSpacesResponse ¶
type WorkSpacesResponse struct { SpaceCount uint32 `protobuf:"varint,1,opt,name=space_count,json=spaceCount,proto3" json:"space_count,omitempty"` Spaces []*WorkSpace `protobuf:"bytes,2,rep,name=spaces,proto3" json:"spaces,omitempty"` ErrorCode uint32 `protobuf:"varint,3,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` ErrorMessage string `protobuf:"bytes,4,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WorkSpacesResponse) Descriptor ¶
func (*WorkSpacesResponse) Descriptor() ([]byte, []int)
func (*WorkSpacesResponse) GetErrorCode ¶
func (m *WorkSpacesResponse) GetErrorCode() uint32
func (*WorkSpacesResponse) GetErrorMessage ¶
func (m *WorkSpacesResponse) GetErrorMessage() string
func (*WorkSpacesResponse) GetSpaceCount ¶
func (m *WorkSpacesResponse) GetSpaceCount() uint32
func (*WorkSpacesResponse) GetSpaces ¶
func (m *WorkSpacesResponse) GetSpaces() []*WorkSpace
func (*WorkSpacesResponse) ProtoMessage ¶
func (*WorkSpacesResponse) ProtoMessage()
func (*WorkSpacesResponse) Reset ¶
func (m *WorkSpacesResponse) Reset()
func (*WorkSpacesResponse) String ¶
func (m *WorkSpacesResponse) String() string
func (*WorkSpacesResponse) XXX_DiscardUnknown ¶
func (m *WorkSpacesResponse) XXX_DiscardUnknown()
func (*WorkSpacesResponse) XXX_Marshal ¶
func (m *WorkSpacesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkSpacesResponse) XXX_Merge ¶
func (m *WorkSpacesResponse) XXX_Merge(src proto.Message)
func (*WorkSpacesResponse) XXX_Size ¶
func (m *WorkSpacesResponse) XXX_Size() int
func (*WorkSpacesResponse) XXX_Unmarshal ¶
func (m *WorkSpacesResponse) XXX_Unmarshal(b []byte) error