Versions in this module Expand all Collapse all v1 v1.1.1 Jun 3, 2024 v1.0.3 Jun 3, 2024 v1.0.2 Jun 3, 2024 v1.0.1 Jun 3, 2024 Changes in this version + var Database_ServiceDesc = grpc.ServiceDesc + var File_api_api_proto protoreflect.FileDescriptor + var File_api_zksnark_proto protoreflect.FileDescriptor + var Monitor_ServiceDesc = grpc.ServiceDesc + var Network_ServiceDesc = grpc.ServiceDesc + var ReturnResponseCode_name = map[int32]string + var ReturnResponseCode_value = map[string]int32 + var TransactionApprovedList_ResultResponseCode_name = map[int32]string + var TransactionApprovedList_ResultResponseCode_value = map[string]int32 + var TransactionSignWeight_ResultResponseCode_name = map[int32]string + var TransactionSignWeight_ResultResponseCode_value = map[string]int32 + var TronZksnark_ServiceDesc = grpc.ServiceDesc + var WalletExtension_ServiceDesc = grpc.ServiceDesc + var WalletSolidity_ServiceDesc = grpc.ServiceDesc + var Wallet_ServiceDesc = grpc.ServiceDesc + var ZksnarkResponse_Code_name = map[int32]string + var ZksnarkResponse_Code_value = map[string]int32 + func RegisterDatabaseServer(s grpc.ServiceRegistrar, srv DatabaseServer) + func RegisterMonitorServer(s grpc.ServiceRegistrar, srv MonitorServer) + func RegisterNetworkServer(s grpc.ServiceRegistrar, srv NetworkServer) + func RegisterTronZksnarkServer(s grpc.ServiceRegistrar, srv TronZksnarkServer) + func RegisterWalletExtensionServer(s grpc.ServiceRegistrar, srv WalletExtensionServer) + func RegisterWalletServer(s grpc.ServiceRegistrar, srv WalletServer) + func RegisterWalletSolidityServer(s grpc.ServiceRegistrar, srv WalletSolidityServer) + type AccountNetMessage struct + AssetNetLimit map[string]int64 + AssetNetUsed map[string]int64 + FreeNetLimit int64 + FreeNetUsed int64 + NetLimit int64 + NetUsed int64 + TotalNetLimit int64 + TotalNetWeight int64 + func (*AccountNetMessage) Descriptor() ([]byte, []int) + func (*AccountNetMessage) ProtoMessage() + func (x *AccountNetMessage) GetAssetNetLimit() map[string]int64 + func (x *AccountNetMessage) GetAssetNetUsed() map[string]int64 + func (x *AccountNetMessage) GetFreeNetLimit() int64 + func (x *AccountNetMessage) GetFreeNetUsed() int64 + func (x *AccountNetMessage) GetNetLimit() int64 + func (x *AccountNetMessage) GetNetUsed() int64 + func (x *AccountNetMessage) GetTotalNetLimit() int64 + func (x *AccountNetMessage) GetTotalNetWeight() int64 + func (x *AccountNetMessage) ProtoReflect() protoreflect.Message + func (x *AccountNetMessage) Reset() + func (x *AccountNetMessage) String() string + type AccountPaginated struct + Account *core.Account + Limit int64 + Offset int64 + func (*AccountPaginated) Descriptor() ([]byte, []int) + func (*AccountPaginated) ProtoMessage() + func (x *AccountPaginated) GetAccount() *core.Account + func (x *AccountPaginated) GetLimit() int64 + func (x *AccountPaginated) GetOffset() int64 + func (x *AccountPaginated) ProtoReflect() protoreflect.Message + func (x *AccountPaginated) Reset() + func (x *AccountPaginated) String() string + type AccountResourceMessage struct + AssetNetLimit map[string]int64 + AssetNetUsed map[string]int64 + EnergyLimit int64 + EnergyUsed int64 + FreeNetLimit int64 + FreeNetUsed int64 + NetLimit int64 + NetUsed int64 + StorageLimit int64 + StorageUsed int64 + TotalEnergyLimit int64 + TotalEnergyWeight int64 + TotalNetLimit int64 + TotalNetWeight int64 + TotalTronPowerWeight int64 + TronPowerLimit int64 + TronPowerUsed int64 + func (*AccountResourceMessage) Descriptor() ([]byte, []int) + func (*AccountResourceMessage) ProtoMessage() + func (x *AccountResourceMessage) GetAssetNetLimit() map[string]int64 + func (x *AccountResourceMessage) GetAssetNetUsed() map[string]int64 + func (x *AccountResourceMessage) GetEnergyLimit() int64 + func (x *AccountResourceMessage) GetEnergyUsed() int64 + func (x *AccountResourceMessage) GetFreeNetLimit() int64 + func (x *AccountResourceMessage) GetFreeNetUsed() int64 + func (x *AccountResourceMessage) GetNetLimit() int64 + func (x *AccountResourceMessage) GetNetUsed() int64 + func (x *AccountResourceMessage) GetStorageLimit() int64 + func (x *AccountResourceMessage) GetStorageUsed() int64 + func (x *AccountResourceMessage) GetTotalEnergyLimit() int64 + func (x *AccountResourceMessage) GetTotalEnergyWeight() int64 + func (x *AccountResourceMessage) GetTotalNetLimit() int64 + func (x *AccountResourceMessage) GetTotalNetWeight() int64 + func (x *AccountResourceMessage) GetTotalTronPowerWeight() int64 + func (x *AccountResourceMessage) GetTronPowerLimit() int64 + func (x *AccountResourceMessage) GetTronPowerUsed() int64 + func (x *AccountResourceMessage) ProtoReflect() protoreflect.Message + func (x *AccountResourceMessage) Reset() + func (x *AccountResourceMessage) String() string + type Address struct + Host []byte + Port int32 + func (*Address) Descriptor() ([]byte, []int) + func (*Address) ProtoMessage() + func (x *Address) GetHost() []byte + func (x *Address) GetPort() int32 + func (x *Address) ProtoReflect() protoreflect.Message + func (x *Address) Reset() + func (x *Address) String() string + type AssetIssueList struct + AssetIssue []*core.AssetIssueContract + func (*AssetIssueList) Descriptor() ([]byte, []int) + func (*AssetIssueList) ProtoMessage() + func (x *AssetIssueList) GetAssetIssue() []*core.AssetIssueContract + func (x *AssetIssueList) ProtoReflect() protoreflect.Message + func (x *AssetIssueList) Reset() + func (x *AssetIssueList) String() string + type BlockExtention struct + BlockHeader *core.BlockHeader + Blockid []byte + Transactions []*TransactionExtention + func (*BlockExtention) Descriptor() ([]byte, []int) + func (*BlockExtention) ProtoMessage() + func (x *BlockExtention) GetBlockHeader() *core.BlockHeader + func (x *BlockExtention) GetBlockid() []byte + func (x *BlockExtention) GetTransactions() []*TransactionExtention + func (x *BlockExtention) ProtoReflect() protoreflect.Message + func (x *BlockExtention) Reset() + func (x *BlockExtention) String() string + type BlockIncrementalMerkleTree struct + MerkleTree *core.IncrementalMerkleTree + Number int64 + func (*BlockIncrementalMerkleTree) Descriptor() ([]byte, []int) + func (*BlockIncrementalMerkleTree) ProtoMessage() + func (x *BlockIncrementalMerkleTree) GetMerkleTree() *core.IncrementalMerkleTree + func (x *BlockIncrementalMerkleTree) GetNumber() int64 + func (x *BlockIncrementalMerkleTree) ProtoReflect() protoreflect.Message + func (x *BlockIncrementalMerkleTree) Reset() + func (x *BlockIncrementalMerkleTree) String() string + type BlockLimit struct + EndNum int64 + StartNum int64 + func (*BlockLimit) Descriptor() ([]byte, []int) + func (*BlockLimit) ProtoMessage() + func (x *BlockLimit) GetEndNum() int64 + func (x *BlockLimit) GetStartNum() int64 + func (x *BlockLimit) ProtoReflect() protoreflect.Message + func (x *BlockLimit) Reset() + func (x *BlockLimit) String() string + type BlockList struct + Block []*core.Block + func (*BlockList) Descriptor() ([]byte, []int) + func (*BlockList) ProtoMessage() + func (x *BlockList) GetBlock() []*core.Block + func (x *BlockList) ProtoReflect() protoreflect.Message + func (x *BlockList) Reset() + func (x *BlockList) String() string + type BlockListExtention struct + Block []*BlockExtention + func (*BlockListExtention) Descriptor() ([]byte, []int) + func (*BlockListExtention) ProtoMessage() + func (x *BlockListExtention) GetBlock() []*BlockExtention + func (x *BlockListExtention) ProtoReflect() protoreflect.Message + func (x *BlockListExtention) Reset() + func (x *BlockListExtention) String() string + type BlockReference struct + BlockHash []byte + BlockNum int64 + func (*BlockReference) Descriptor() ([]byte, []int) + func (*BlockReference) ProtoMessage() + func (x *BlockReference) GetBlockHash() []byte + func (x *BlockReference) GetBlockNum() int64 + func (x *BlockReference) ProtoReflect() protoreflect.Message + func (x *BlockReference) Reset() + func (x *BlockReference) String() string + type BlockReq struct + Detail bool + IdOrNum string + func (*BlockReq) Descriptor() ([]byte, []int) + func (*BlockReq) ProtoMessage() + func (x *BlockReq) GetDetail() bool + func (x *BlockReq) GetIdOrNum() string + func (x *BlockReq) ProtoReflect() protoreflect.Message + func (x *BlockReq) Reset() + func (x *BlockReq) String() string + type BytesMessage struct + Value []byte + func (*BytesMessage) Descriptor() ([]byte, []int) + func (*BytesMessage) ProtoMessage() + func (x *BytesMessage) GetValue() []byte + func (x *BytesMessage) ProtoReflect() protoreflect.Message + func (x *BytesMessage) Reset() + func (x *BytesMessage) String() string + type CanDelegatedMaxSizeRequestMessage struct + OwnerAddress []byte + Type int32 + func (*CanDelegatedMaxSizeRequestMessage) Descriptor() ([]byte, []int) + func (*CanDelegatedMaxSizeRequestMessage) ProtoMessage() + func (x *CanDelegatedMaxSizeRequestMessage) GetOwnerAddress() []byte + func (x *CanDelegatedMaxSizeRequestMessage) GetType() int32 + func (x *CanDelegatedMaxSizeRequestMessage) ProtoReflect() protoreflect.Message + func (x *CanDelegatedMaxSizeRequestMessage) Reset() + func (x *CanDelegatedMaxSizeRequestMessage) String() string + type CanDelegatedMaxSizeResponseMessage struct + MaxSize int64 + func (*CanDelegatedMaxSizeResponseMessage) Descriptor() ([]byte, []int) + func (*CanDelegatedMaxSizeResponseMessage) ProtoMessage() + func (x *CanDelegatedMaxSizeResponseMessage) GetMaxSize() int64 + func (x *CanDelegatedMaxSizeResponseMessage) ProtoReflect() protoreflect.Message + func (x *CanDelegatedMaxSizeResponseMessage) Reset() + func (x *CanDelegatedMaxSizeResponseMessage) String() string + type CanWithdrawUnfreezeAmountRequestMessage struct + OwnerAddress []byte + Timestamp int64 + func (*CanWithdrawUnfreezeAmountRequestMessage) Descriptor() ([]byte, []int) + func (*CanWithdrawUnfreezeAmountRequestMessage) ProtoMessage() + func (x *CanWithdrawUnfreezeAmountRequestMessage) GetOwnerAddress() []byte + func (x *CanWithdrawUnfreezeAmountRequestMessage) GetTimestamp() int64 + func (x *CanWithdrawUnfreezeAmountRequestMessage) ProtoReflect() protoreflect.Message + func (x *CanWithdrawUnfreezeAmountRequestMessage) Reset() + func (x *CanWithdrawUnfreezeAmountRequestMessage) String() string + type CanWithdrawUnfreezeAmountResponseMessage struct + Amount int64 + func (*CanWithdrawUnfreezeAmountResponseMessage) Descriptor() ([]byte, []int) + func (*CanWithdrawUnfreezeAmountResponseMessage) ProtoMessage() + func (x *CanWithdrawUnfreezeAmountResponseMessage) GetAmount() int64 + func (x *CanWithdrawUnfreezeAmountResponseMessage) ProtoReflect() protoreflect.Message + func (x *CanWithdrawUnfreezeAmountResponseMessage) Reset() + func (x *CanWithdrawUnfreezeAmountResponseMessage) String() string + type DatabaseClient interface + GetBlockByNum func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*core.Block, error) + GetBlockReference func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*BlockReference, error) + GetDynamicProperties func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.DynamicProperties, error) + GetNowBlock func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.Block, error) + func NewDatabaseClient(cc grpc.ClientConnInterface) DatabaseClient + type DatabaseServer interface + GetBlockByNum func(context.Context, *NumberMessage) (*core.Block, error) + GetBlockReference func(context.Context, *EmptyMessage) (*BlockReference, error) + GetDynamicProperties func(context.Context, *EmptyMessage) (*core.DynamicProperties, error) + GetNowBlock func(context.Context, *EmptyMessage) (*core.Block, error) + type DecryptNotes struct + NoteTxs []*DecryptNotes_NoteTx + func (*DecryptNotes) Descriptor() ([]byte, []int) + func (*DecryptNotes) ProtoMessage() + func (x *DecryptNotes) GetNoteTxs() []*DecryptNotes_NoteTx + func (x *DecryptNotes) ProtoReflect() protoreflect.Message + func (x *DecryptNotes) Reset() + func (x *DecryptNotes) String() string + type DecryptNotesMarked struct + NoteTxs []*DecryptNotesMarked_NoteTx + func (*DecryptNotesMarked) Descriptor() ([]byte, []int) + func (*DecryptNotesMarked) ProtoMessage() + func (x *DecryptNotesMarked) GetNoteTxs() []*DecryptNotesMarked_NoteTx + func (x *DecryptNotesMarked) ProtoReflect() protoreflect.Message + func (x *DecryptNotesMarked) Reset() + func (x *DecryptNotesMarked) String() string + type DecryptNotesMarked_NoteTx struct + Index int32 + IsSpend bool + Note *Note + Txid []byte + func (*DecryptNotesMarked_NoteTx) Descriptor() ([]byte, []int) + func (*DecryptNotesMarked_NoteTx) ProtoMessage() + func (x *DecryptNotesMarked_NoteTx) GetIndex() int32 + func (x *DecryptNotesMarked_NoteTx) GetIsSpend() bool + func (x *DecryptNotesMarked_NoteTx) GetNote() *Note + func (x *DecryptNotesMarked_NoteTx) GetTxid() []byte + func (x *DecryptNotesMarked_NoteTx) ProtoReflect() protoreflect.Message + func (x *DecryptNotesMarked_NoteTx) Reset() + func (x *DecryptNotesMarked_NoteTx) String() string + type DecryptNotesTRC20 struct + NoteTxs []*DecryptNotesTRC20_NoteTx + func (*DecryptNotesTRC20) Descriptor() ([]byte, []int) + func (*DecryptNotesTRC20) ProtoMessage() + func (x *DecryptNotesTRC20) GetNoteTxs() []*DecryptNotesTRC20_NoteTx + func (x *DecryptNotesTRC20) ProtoReflect() protoreflect.Message + func (x *DecryptNotesTRC20) Reset() + func (x *DecryptNotesTRC20) String() string + type DecryptNotesTRC20_NoteTx struct + Index int32 + IsSpent bool + Note *Note + Position int64 + ToAmount string + TransparentToAddress []byte + Txid []byte + func (*DecryptNotesTRC20_NoteTx) Descriptor() ([]byte, []int) + func (*DecryptNotesTRC20_NoteTx) ProtoMessage() + func (x *DecryptNotesTRC20_NoteTx) GetIndex() int32 + func (x *DecryptNotesTRC20_NoteTx) GetIsSpent() bool + func (x *DecryptNotesTRC20_NoteTx) GetNote() *Note + func (x *DecryptNotesTRC20_NoteTx) GetPosition() int64 + func (x *DecryptNotesTRC20_NoteTx) GetToAmount() string + func (x *DecryptNotesTRC20_NoteTx) GetTransparentToAddress() []byte + func (x *DecryptNotesTRC20_NoteTx) GetTxid() []byte + func (x *DecryptNotesTRC20_NoteTx) ProtoReflect() protoreflect.Message + func (x *DecryptNotesTRC20_NoteTx) Reset() + func (x *DecryptNotesTRC20_NoteTx) String() string + type DecryptNotes_NoteTx struct + Index int32 + Note *Note + Txid []byte + func (*DecryptNotes_NoteTx) Descriptor() ([]byte, []int) + func (*DecryptNotes_NoteTx) ProtoMessage() + func (x *DecryptNotes_NoteTx) GetIndex() int32 + func (x *DecryptNotes_NoteTx) GetNote() *Note + func (x *DecryptNotes_NoteTx) GetTxid() []byte + func (x *DecryptNotes_NoteTx) ProtoReflect() protoreflect.Message + func (x *DecryptNotes_NoteTx) Reset() + func (x *DecryptNotes_NoteTx) String() string + type DelegatedResourceList struct + DelegatedResource []*core.DelegatedResource + func (*DelegatedResourceList) Descriptor() ([]byte, []int) + func (*DelegatedResourceList) ProtoMessage() + func (x *DelegatedResourceList) GetDelegatedResource() []*core.DelegatedResource + func (x *DelegatedResourceList) ProtoReflect() protoreflect.Message + func (x *DelegatedResourceList) Reset() + func (x *DelegatedResourceList) String() string + type DelegatedResourceMessage struct + FromAddress []byte + ToAddress []byte + func (*DelegatedResourceMessage) Descriptor() ([]byte, []int) + func (*DelegatedResourceMessage) ProtoMessage() + func (x *DelegatedResourceMessage) GetFromAddress() []byte + func (x *DelegatedResourceMessage) GetToAddress() []byte + func (x *DelegatedResourceMessage) ProtoReflect() protoreflect.Message + func (x *DelegatedResourceMessage) Reset() + func (x *DelegatedResourceMessage) String() string + type DiversifierMessage struct + D []byte + func (*DiversifierMessage) Descriptor() ([]byte, []int) + func (*DiversifierMessage) ProtoMessage() + func (x *DiversifierMessage) GetD() []byte + func (x *DiversifierMessage) ProtoReflect() protoreflect.Message + func (x *DiversifierMessage) Reset() + func (x *DiversifierMessage) String() string + type EmptyMessage struct + func (*EmptyMessage) Descriptor() ([]byte, []int) + func (*EmptyMessage) ProtoMessage() + func (x *EmptyMessage) ProtoReflect() protoreflect.Message + func (x *EmptyMessage) Reset() + func (x *EmptyMessage) String() string + type EstimateEnergyMessage struct + EnergyRequired int64 + Result *Return + func (*EstimateEnergyMessage) Descriptor() ([]byte, []int) + func (*EstimateEnergyMessage) ProtoMessage() + func (x *EstimateEnergyMessage) GetEnergyRequired() int64 + func (x *EstimateEnergyMessage) GetResult() *Return + func (x *EstimateEnergyMessage) ProtoReflect() protoreflect.Message + func (x *EstimateEnergyMessage) Reset() + func (x *EstimateEnergyMessage) String() string + type ExchangeList struct + Exchanges []*core.Exchange + func (*ExchangeList) Descriptor() ([]byte, []int) + func (*ExchangeList) ProtoMessage() + func (x *ExchangeList) GetExchanges() []*core.Exchange + func (x *ExchangeList) ProtoReflect() protoreflect.Message + func (x *ExchangeList) Reset() + func (x *ExchangeList) String() string + type ExpandedSpendingKeyMessage struct + Ask []byte + Nsk []byte + Ovk []byte + func (*ExpandedSpendingKeyMessage) Descriptor() ([]byte, []int) + func (*ExpandedSpendingKeyMessage) ProtoMessage() + func (x *ExpandedSpendingKeyMessage) GetAsk() []byte + func (x *ExpandedSpendingKeyMessage) GetNsk() []byte + func (x *ExpandedSpendingKeyMessage) GetOvk() []byte + func (x *ExpandedSpendingKeyMessage) ProtoReflect() protoreflect.Message + func (x *ExpandedSpendingKeyMessage) Reset() + func (x *ExpandedSpendingKeyMessage) String() string + type GetAvailableUnfreezeCountRequestMessage struct + OwnerAddress []byte + func (*GetAvailableUnfreezeCountRequestMessage) Descriptor() ([]byte, []int) + func (*GetAvailableUnfreezeCountRequestMessage) ProtoMessage() + func (x *GetAvailableUnfreezeCountRequestMessage) GetOwnerAddress() []byte + func (x *GetAvailableUnfreezeCountRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetAvailableUnfreezeCountRequestMessage) Reset() + func (x *GetAvailableUnfreezeCountRequestMessage) String() string + type GetAvailableUnfreezeCountResponseMessage struct + Count int64 + func (*GetAvailableUnfreezeCountResponseMessage) Descriptor() ([]byte, []int) + func (*GetAvailableUnfreezeCountResponseMessage) ProtoMessage() + func (x *GetAvailableUnfreezeCountResponseMessage) GetCount() int64 + func (x *GetAvailableUnfreezeCountResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetAvailableUnfreezeCountResponseMessage) Reset() + func (x *GetAvailableUnfreezeCountResponseMessage) String() string + type IncomingViewingKeyDiversifierMessage struct + D *DiversifierMessage + Ivk *IncomingViewingKeyMessage + func (*IncomingViewingKeyDiversifierMessage) Descriptor() ([]byte, []int) + func (*IncomingViewingKeyDiversifierMessage) ProtoMessage() + func (x *IncomingViewingKeyDiversifierMessage) GetD() *DiversifierMessage + func (x *IncomingViewingKeyDiversifierMessage) GetIvk() *IncomingViewingKeyMessage + func (x *IncomingViewingKeyDiversifierMessage) ProtoReflect() protoreflect.Message + func (x *IncomingViewingKeyDiversifierMessage) Reset() + func (x *IncomingViewingKeyDiversifierMessage) String() string + type IncomingViewingKeyMessage struct + Ivk []byte + func (*IncomingViewingKeyMessage) Descriptor() ([]byte, []int) + func (*IncomingViewingKeyMessage) ProtoMessage() + func (x *IncomingViewingKeyMessage) GetIvk() []byte + func (x *IncomingViewingKeyMessage) ProtoReflect() protoreflect.Message + func (x *IncomingViewingKeyMessage) Reset() + func (x *IncomingViewingKeyMessage) String() string + type IvkDecryptAndMarkParameters struct + Ak []byte + EndBlockIndex int64 + Ivk []byte + Nk []byte + StartBlockIndex int64 + func (*IvkDecryptAndMarkParameters) Descriptor() ([]byte, []int) + func (*IvkDecryptAndMarkParameters) ProtoMessage() + func (x *IvkDecryptAndMarkParameters) GetAk() []byte + func (x *IvkDecryptAndMarkParameters) GetEndBlockIndex() int64 + func (x *IvkDecryptAndMarkParameters) GetIvk() []byte + func (x *IvkDecryptAndMarkParameters) GetNk() []byte + func (x *IvkDecryptAndMarkParameters) GetStartBlockIndex() int64 + func (x *IvkDecryptAndMarkParameters) ProtoReflect() protoreflect.Message + func (x *IvkDecryptAndMarkParameters) Reset() + func (x *IvkDecryptAndMarkParameters) String() string + type IvkDecryptParameters struct + EndBlockIndex int64 + Ivk []byte + StartBlockIndex int64 + func (*IvkDecryptParameters) Descriptor() ([]byte, []int) + func (*IvkDecryptParameters) ProtoMessage() + func (x *IvkDecryptParameters) GetEndBlockIndex() int64 + func (x *IvkDecryptParameters) GetIvk() []byte + func (x *IvkDecryptParameters) GetStartBlockIndex() int64 + func (x *IvkDecryptParameters) ProtoReflect() protoreflect.Message + func (x *IvkDecryptParameters) Reset() + func (x *IvkDecryptParameters) String() string + type IvkDecryptTRC20Parameters struct + Ak []byte + EndBlockIndex int64 + Events []string + Ivk []byte + Nk []byte + Shielded_TRC20ContractAddress []byte + StartBlockIndex int64 + func (*IvkDecryptTRC20Parameters) Descriptor() ([]byte, []int) + func (*IvkDecryptTRC20Parameters) ProtoMessage() + func (x *IvkDecryptTRC20Parameters) GetAk() []byte + func (x *IvkDecryptTRC20Parameters) GetEndBlockIndex() int64 + func (x *IvkDecryptTRC20Parameters) GetEvents() []string + func (x *IvkDecryptTRC20Parameters) GetIvk() []byte + func (x *IvkDecryptTRC20Parameters) GetNk() []byte + func (x *IvkDecryptTRC20Parameters) GetShielded_TRC20ContractAddress() []byte + func (x *IvkDecryptTRC20Parameters) GetStartBlockIndex() int64 + func (x *IvkDecryptTRC20Parameters) ProtoReflect() protoreflect.Message + func (x *IvkDecryptTRC20Parameters) Reset() + func (x *IvkDecryptTRC20Parameters) String() string + type MonitorClient interface + GetStatsInfo func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.MetricsInfo, error) + func NewMonitorClient(cc grpc.ClientConnInterface) MonitorClient + type MonitorServer interface + GetStatsInfo func(context.Context, *EmptyMessage) (*core.MetricsInfo, error) + type NetworkClient interface + func NewNetworkClient(cc grpc.ClientConnInterface) NetworkClient + type NetworkServer interface + type NfParameters struct + Ak []byte + Nk []byte + Note *Note + Voucher *core.IncrementalMerkleVoucher + func (*NfParameters) Descriptor() ([]byte, []int) + func (*NfParameters) ProtoMessage() + func (x *NfParameters) GetAk() []byte + func (x *NfParameters) GetNk() []byte + func (x *NfParameters) GetNote() *Note + func (x *NfParameters) GetVoucher() *core.IncrementalMerkleVoucher + func (x *NfParameters) ProtoReflect() protoreflect.Message + func (x *NfParameters) Reset() + func (x *NfParameters) String() string + type NfTRC20Parameters struct + Ak []byte + Nk []byte + Note *Note + Position int64 + Shielded_TRC20ContractAddress []byte + func (*NfTRC20Parameters) Descriptor() ([]byte, []int) + func (*NfTRC20Parameters) ProtoMessage() + func (x *NfTRC20Parameters) GetAk() []byte + func (x *NfTRC20Parameters) GetNk() []byte + func (x *NfTRC20Parameters) GetNote() *Note + func (x *NfTRC20Parameters) GetPosition() int64 + func (x *NfTRC20Parameters) GetShielded_TRC20ContractAddress() []byte + func (x *NfTRC20Parameters) ProtoReflect() protoreflect.Message + func (x *NfTRC20Parameters) Reset() + func (x *NfTRC20Parameters) String() string + type Node struct + Address *Address + func (*Node) Descriptor() ([]byte, []int) + func (*Node) ProtoMessage() + func (x *Node) GetAddress() *Address + func (x *Node) ProtoReflect() protoreflect.Message + func (x *Node) Reset() + func (x *Node) String() string + type NodeList struct + Nodes []*Node + func (*NodeList) Descriptor() ([]byte, []int) + func (*NodeList) ProtoMessage() + func (x *NodeList) GetNodes() []*Node + func (x *NodeList) ProtoReflect() protoreflect.Message + func (x *NodeList) Reset() + func (x *NodeList) String() string + type Note struct + Memo []byte + PaymentAddress string + Rcm []byte + Value int64 + func (*Note) Descriptor() ([]byte, []int) + func (*Note) ProtoMessage() + func (x *Note) GetMemo() []byte + func (x *Note) GetPaymentAddress() string + func (x *Note) GetRcm() []byte + func (x *Note) GetValue() int64 + func (x *Note) ProtoReflect() protoreflect.Message + func (x *Note) Reset() + func (x *Note) String() string + type NoteParameters struct + Ak []byte + Index int32 + Nk []byte + Note *Note + Txid []byte + func (*NoteParameters) Descriptor() ([]byte, []int) + func (*NoteParameters) ProtoMessage() + func (x *NoteParameters) GetAk() []byte + func (x *NoteParameters) GetIndex() int32 + func (x *NoteParameters) GetNk() []byte + func (x *NoteParameters) GetNote() *Note + func (x *NoteParameters) GetTxid() []byte + func (x *NoteParameters) ProtoReflect() protoreflect.Message + func (x *NoteParameters) Reset() + func (x *NoteParameters) String() string + type NullifierResult struct + IsSpent bool + func (*NullifierResult) Descriptor() ([]byte, []int) + func (*NullifierResult) ProtoMessage() + func (x *NullifierResult) GetIsSpent() bool + func (x *NullifierResult) ProtoReflect() protoreflect.Message + func (x *NullifierResult) Reset() + func (x *NullifierResult) String() string + type NumberMessage struct + Num int64 + func (*NumberMessage) Descriptor() ([]byte, []int) + func (*NumberMessage) ProtoMessage() + func (x *NumberMessage) GetNum() int64 + func (x *NumberMessage) ProtoReflect() protoreflect.Message + func (x *NumberMessage) Reset() + func (x *NumberMessage) String() string + type OvkDecryptParameters struct + EndBlockIndex int64 + Ovk []byte + StartBlockIndex int64 + func (*OvkDecryptParameters) Descriptor() ([]byte, []int) + func (*OvkDecryptParameters) ProtoMessage() + func (x *OvkDecryptParameters) GetEndBlockIndex() int64 + func (x *OvkDecryptParameters) GetOvk() []byte + func (x *OvkDecryptParameters) GetStartBlockIndex() int64 + func (x *OvkDecryptParameters) ProtoReflect() protoreflect.Message + func (x *OvkDecryptParameters) Reset() + func (x *OvkDecryptParameters) String() string + type OvkDecryptTRC20Parameters struct + EndBlockIndex int64 + Events []string + Ovk []byte + Shielded_TRC20ContractAddress []byte + StartBlockIndex int64 + func (*OvkDecryptTRC20Parameters) Descriptor() ([]byte, []int) + func (*OvkDecryptTRC20Parameters) ProtoMessage() + func (x *OvkDecryptTRC20Parameters) GetEndBlockIndex() int64 + func (x *OvkDecryptTRC20Parameters) GetEvents() []string + func (x *OvkDecryptTRC20Parameters) GetOvk() []byte + func (x *OvkDecryptTRC20Parameters) GetShielded_TRC20ContractAddress() []byte + func (x *OvkDecryptTRC20Parameters) GetStartBlockIndex() int64 + func (x *OvkDecryptTRC20Parameters) ProtoReflect() protoreflect.Message + func (x *OvkDecryptTRC20Parameters) Reset() + func (x *OvkDecryptTRC20Parameters) String() string + type PaginatedMessage struct + Limit int64 + Offset int64 + func (*PaginatedMessage) Descriptor() ([]byte, []int) + func (*PaginatedMessage) ProtoMessage() + func (x *PaginatedMessage) GetLimit() int64 + func (x *PaginatedMessage) GetOffset() int64 + func (x *PaginatedMessage) ProtoReflect() protoreflect.Message + func (x *PaginatedMessage) Reset() + func (x *PaginatedMessage) String() string + type PaymentAddressMessage struct + D *DiversifierMessage + PaymentAddress string + PkD []byte + func (*PaymentAddressMessage) Descriptor() ([]byte, []int) + func (*PaymentAddressMessage) ProtoMessage() + func (x *PaymentAddressMessage) GetD() *DiversifierMessage + func (x *PaymentAddressMessage) GetPaymentAddress() string + func (x *PaymentAddressMessage) GetPkD() []byte + func (x *PaymentAddressMessage) ProtoReflect() protoreflect.Message + func (x *PaymentAddressMessage) Reset() + func (x *PaymentAddressMessage) String() string + type PrivateParameters struct + Ask []byte + FromAmount int64 + Nsk []byte + Ovk []byte + ShieldedReceives []*ReceiveNote + ShieldedSpends []*SpendNote + Timeout int64 + ToAmount int64 + TransparentFromAddress []byte + TransparentToAddress []byte + func (*PrivateParameters) Descriptor() ([]byte, []int) + func (*PrivateParameters) ProtoMessage() + func (x *PrivateParameters) GetAsk() []byte + func (x *PrivateParameters) GetFromAmount() int64 + func (x *PrivateParameters) GetNsk() []byte + func (x *PrivateParameters) GetOvk() []byte + func (x *PrivateParameters) GetShieldedReceives() []*ReceiveNote + func (x *PrivateParameters) GetShieldedSpends() []*SpendNote + func (x *PrivateParameters) GetTimeout() int64 + func (x *PrivateParameters) GetToAmount() int64 + func (x *PrivateParameters) GetTransparentFromAddress() []byte + func (x *PrivateParameters) GetTransparentToAddress() []byte + func (x *PrivateParameters) ProtoReflect() protoreflect.Message + func (x *PrivateParameters) Reset() + func (x *PrivateParameters) String() string + type PrivateParametersWithoutAsk struct + Ak []byte + FromAmount int64 + Nsk []byte + Ovk []byte + ShieldedReceives []*ReceiveNote + ShieldedSpends []*SpendNote + Timeout int64 + ToAmount int64 + TransparentFromAddress []byte + TransparentToAddress []byte + func (*PrivateParametersWithoutAsk) Descriptor() ([]byte, []int) + func (*PrivateParametersWithoutAsk) ProtoMessage() + func (x *PrivateParametersWithoutAsk) GetAk() []byte + func (x *PrivateParametersWithoutAsk) GetFromAmount() int64 + func (x *PrivateParametersWithoutAsk) GetNsk() []byte + func (x *PrivateParametersWithoutAsk) GetOvk() []byte + func (x *PrivateParametersWithoutAsk) GetShieldedReceives() []*ReceiveNote + func (x *PrivateParametersWithoutAsk) GetShieldedSpends() []*SpendNote + func (x *PrivateParametersWithoutAsk) GetTimeout() int64 + func (x *PrivateParametersWithoutAsk) GetToAmount() int64 + func (x *PrivateParametersWithoutAsk) GetTransparentFromAddress() []byte + func (x *PrivateParametersWithoutAsk) GetTransparentToAddress() []byte + func (x *PrivateParametersWithoutAsk) ProtoReflect() protoreflect.Message + func (x *PrivateParametersWithoutAsk) Reset() + func (x *PrivateParametersWithoutAsk) String() string + type PrivateShieldedTRC20Parameters struct + Ask []byte + FromAmount string + Nsk []byte + Ovk []byte + ShieldedReceives []*ReceiveNote + ShieldedSpends []*SpendNoteTRC20 + Shielded_TRC20ContractAddress []byte + ToAmount string + TransparentToAddress []byte + func (*PrivateShieldedTRC20Parameters) Descriptor() ([]byte, []int) + func (*PrivateShieldedTRC20Parameters) ProtoMessage() + func (x *PrivateShieldedTRC20Parameters) GetAsk() []byte + func (x *PrivateShieldedTRC20Parameters) GetFromAmount() string + func (x *PrivateShieldedTRC20Parameters) GetNsk() []byte + func (x *PrivateShieldedTRC20Parameters) GetOvk() []byte + func (x *PrivateShieldedTRC20Parameters) GetShieldedReceives() []*ReceiveNote + func (x *PrivateShieldedTRC20Parameters) GetShieldedSpends() []*SpendNoteTRC20 + func (x *PrivateShieldedTRC20Parameters) GetShielded_TRC20ContractAddress() []byte + func (x *PrivateShieldedTRC20Parameters) GetToAmount() string + func (x *PrivateShieldedTRC20Parameters) GetTransparentToAddress() []byte + func (x *PrivateShieldedTRC20Parameters) ProtoReflect() protoreflect.Message + func (x *PrivateShieldedTRC20Parameters) Reset() + func (x *PrivateShieldedTRC20Parameters) String() string + type PrivateShieldedTRC20ParametersWithoutAsk struct + Ak []byte + FromAmount string + Nsk []byte + Ovk []byte + ShieldedReceives []*ReceiveNote + ShieldedSpends []*SpendNoteTRC20 + Shielded_TRC20ContractAddress []byte + ToAmount string + TransparentToAddress []byte + func (*PrivateShieldedTRC20ParametersWithoutAsk) Descriptor() ([]byte, []int) + func (*PrivateShieldedTRC20ParametersWithoutAsk) ProtoMessage() + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetAk() []byte + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetFromAmount() string + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetNsk() []byte + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetOvk() []byte + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetShieldedReceives() []*ReceiveNote + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetShieldedSpends() []*SpendNoteTRC20 + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetShielded_TRC20ContractAddress() []byte + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetToAmount() string + func (x *PrivateShieldedTRC20ParametersWithoutAsk) GetTransparentToAddress() []byte + func (x *PrivateShieldedTRC20ParametersWithoutAsk) ProtoReflect() protoreflect.Message + func (x *PrivateShieldedTRC20ParametersWithoutAsk) Reset() + func (x *PrivateShieldedTRC20ParametersWithoutAsk) String() string + type ProposalList struct + Proposals []*core.Proposal + func (*ProposalList) Descriptor() ([]byte, []int) + func (*ProposalList) ProtoMessage() + func (x *ProposalList) GetProposals() []*core.Proposal + func (x *ProposalList) ProtoReflect() protoreflect.Message + func (x *ProposalList) Reset() + func (x *ProposalList) String() string + type ReceiveNote struct + Note *Note + func (*ReceiveNote) Descriptor() ([]byte, []int) + func (*ReceiveNote) ProtoMessage() + func (x *ReceiveNote) GetNote() *Note + func (x *ReceiveNote) ProtoReflect() protoreflect.Message + func (x *ReceiveNote) Reset() + func (x *ReceiveNote) String() string + type Return struct + Code ReturnResponseCode + Message []byte + Result bool + func (*Return) Descriptor() ([]byte, []int) + func (*Return) ProtoMessage() + func (x *Return) GetCode() ReturnResponseCode + func (x *Return) GetMessage() []byte + func (x *Return) GetResult() bool + func (x *Return) ProtoReflect() protoreflect.Message + func (x *Return) Reset() + func (x *Return) String() string + type ReturnResponseCode int32 + const Return_BANDWITH_ERROR + const Return_CONTRACT_EXE_ERROR + const Return_CONTRACT_VALIDATE_ERROR + const Return_DUP_TRANSACTION_ERROR + const Return_NOT_ENOUGH_EFFECTIVE_CONNECTION + const Return_NO_CONNECTION + const Return_OTHER_ERROR + const Return_SERVER_BUSY + const Return_SIGERROR + const Return_SUCCESS + const Return_TAPOS_ERROR + const Return_TOO_BIG_TRANSACTION_ERROR + const Return_TRANSACTION_EXPIRATION_ERROR + func (ReturnResponseCode) Descriptor() protoreflect.EnumDescriptor + func (ReturnResponseCode) EnumDescriptor() ([]byte, []int) + func (ReturnResponseCode) Type() protoreflect.EnumType + func (x ReturnResponseCode) Enum() *ReturnResponseCode + func (x ReturnResponseCode) Number() protoreflect.EnumNumber + func (x ReturnResponseCode) String() string + type ShieldedAddressInfo struct + Ak []byte + Ask []byte + D []byte + Ivk []byte + Nk []byte + Nsk []byte + Ovk []byte + PaymentAddress string + PkD []byte + Sk []byte + func (*ShieldedAddressInfo) Descriptor() ([]byte, []int) + func (*ShieldedAddressInfo) ProtoMessage() + func (x *ShieldedAddressInfo) GetAk() []byte + func (x *ShieldedAddressInfo) GetAsk() []byte + func (x *ShieldedAddressInfo) GetD() []byte + func (x *ShieldedAddressInfo) GetIvk() []byte + func (x *ShieldedAddressInfo) GetNk() []byte + func (x *ShieldedAddressInfo) GetNsk() []byte + func (x *ShieldedAddressInfo) GetOvk() []byte + func (x *ShieldedAddressInfo) GetPaymentAddress() string + func (x *ShieldedAddressInfo) GetPkD() []byte + func (x *ShieldedAddressInfo) GetSk() []byte + func (x *ShieldedAddressInfo) ProtoReflect() protoreflect.Message + func (x *ShieldedAddressInfo) Reset() + func (x *ShieldedAddressInfo) String() string + type ShieldedTRC20Parameters struct + BindingSignature []byte + MessageHash []byte + ParameterType string + ReceiveDescription []*core.ReceiveDescription + SpendDescription []*core.SpendDescription + TriggerContractInput string + func (*ShieldedTRC20Parameters) Descriptor() ([]byte, []int) + func (*ShieldedTRC20Parameters) ProtoMessage() + func (x *ShieldedTRC20Parameters) GetBindingSignature() []byte + func (x *ShieldedTRC20Parameters) GetMessageHash() []byte + func (x *ShieldedTRC20Parameters) GetParameterType() string + func (x *ShieldedTRC20Parameters) GetReceiveDescription() []*core.ReceiveDescription + func (x *ShieldedTRC20Parameters) GetSpendDescription() []*core.SpendDescription + func (x *ShieldedTRC20Parameters) GetTriggerContractInput() string + func (x *ShieldedTRC20Parameters) ProtoReflect() protoreflect.Message + func (x *ShieldedTRC20Parameters) Reset() + func (x *ShieldedTRC20Parameters) String() string + type ShieldedTRC20TriggerContractParameters struct + Amount string + Shielded_TRC20_Parameters *ShieldedTRC20Parameters + SpendAuthoritySignature []*BytesMessage + TransparentToAddress []byte + func (*ShieldedTRC20TriggerContractParameters) Descriptor() ([]byte, []int) + func (*ShieldedTRC20TriggerContractParameters) ProtoMessage() + func (x *ShieldedTRC20TriggerContractParameters) GetAmount() string + func (x *ShieldedTRC20TriggerContractParameters) GetShielded_TRC20_Parameters() *ShieldedTRC20Parameters + func (x *ShieldedTRC20TriggerContractParameters) GetSpendAuthoritySignature() []*BytesMessage + func (x *ShieldedTRC20TriggerContractParameters) GetTransparentToAddress() []byte + func (x *ShieldedTRC20TriggerContractParameters) ProtoReflect() protoreflect.Message + func (x *ShieldedTRC20TriggerContractParameters) Reset() + func (x *ShieldedTRC20TriggerContractParameters) String() string + type SpendAuthSigParameters struct + Alpha []byte + Ask []byte + TxHash []byte + func (*SpendAuthSigParameters) Descriptor() ([]byte, []int) + func (*SpendAuthSigParameters) ProtoMessage() + func (x *SpendAuthSigParameters) GetAlpha() []byte + func (x *SpendAuthSigParameters) GetAsk() []byte + func (x *SpendAuthSigParameters) GetTxHash() []byte + func (x *SpendAuthSigParameters) ProtoReflect() protoreflect.Message + func (x *SpendAuthSigParameters) Reset() + func (x *SpendAuthSigParameters) String() string + type SpendNote struct + Alpha []byte + Note *Note + Path []byte + Voucher *core.IncrementalMerkleVoucher + func (*SpendNote) Descriptor() ([]byte, []int) + func (*SpendNote) ProtoMessage() + func (x *SpendNote) GetAlpha() []byte + func (x *SpendNote) GetNote() *Note + func (x *SpendNote) GetPath() []byte + func (x *SpendNote) GetVoucher() *core.IncrementalMerkleVoucher + func (x *SpendNote) ProtoReflect() protoreflect.Message + func (x *SpendNote) Reset() + func (x *SpendNote) String() string + type SpendNoteTRC20 struct + Alpha []byte + Note *Note + Path []byte + Pos int64 + Root []byte + func (*SpendNoteTRC20) Descriptor() ([]byte, []int) + func (*SpendNoteTRC20) ProtoMessage() + func (x *SpendNoteTRC20) GetAlpha() []byte + func (x *SpendNoteTRC20) GetNote() *Note + func (x *SpendNoteTRC20) GetPath() []byte + func (x *SpendNoteTRC20) GetPos() int64 + func (x *SpendNoteTRC20) GetRoot() []byte + func (x *SpendNoteTRC20) ProtoReflect() protoreflect.Message + func (x *SpendNoteTRC20) Reset() + func (x *SpendNoteTRC20) String() string + type SpendResult struct + Message string + Result bool + func (*SpendResult) Descriptor() ([]byte, []int) + func (*SpendResult) ProtoMessage() + func (x *SpendResult) GetMessage() string + func (x *SpendResult) GetResult() bool + func (x *SpendResult) ProtoReflect() protoreflect.Message + func (x *SpendResult) Reset() + func (x *SpendResult) String() string + type TimeMessage struct + BeginInMilliseconds int64 + EndInMilliseconds int64 + func (*TimeMessage) Descriptor() ([]byte, []int) + func (*TimeMessage) ProtoMessage() + func (x *TimeMessage) GetBeginInMilliseconds() int64 + func (x *TimeMessage) GetEndInMilliseconds() int64 + func (x *TimeMessage) ProtoReflect() protoreflect.Message + func (x *TimeMessage) Reset() + func (x *TimeMessage) String() string + type TimePaginatedMessage struct + Limit int64 + Offset int64 + TimeMessage *TimeMessage + func (*TimePaginatedMessage) Descriptor() ([]byte, []int) + func (*TimePaginatedMessage) ProtoMessage() + func (x *TimePaginatedMessage) GetLimit() int64 + func (x *TimePaginatedMessage) GetOffset() int64 + func (x *TimePaginatedMessage) GetTimeMessage() *TimeMessage + func (x *TimePaginatedMessage) ProtoReflect() protoreflect.Message + func (x *TimePaginatedMessage) Reset() + func (x *TimePaginatedMessage) String() string + type TransactionApprovedList struct + ApprovedList [][]byte + Result *TransactionApprovedList_Result + Transaction *TransactionExtention + func (*TransactionApprovedList) Descriptor() ([]byte, []int) + func (*TransactionApprovedList) ProtoMessage() + func (x *TransactionApprovedList) GetApprovedList() [][]byte + func (x *TransactionApprovedList) GetResult() *TransactionApprovedList_Result + func (x *TransactionApprovedList) GetTransaction() *TransactionExtention + func (x *TransactionApprovedList) ProtoReflect() protoreflect.Message + func (x *TransactionApprovedList) Reset() + func (x *TransactionApprovedList) String() string + type TransactionApprovedList_Result struct + Code TransactionApprovedList_ResultResponseCode + Message string + func (*TransactionApprovedList_Result) Descriptor() ([]byte, []int) + func (*TransactionApprovedList_Result) ProtoMessage() + func (x *TransactionApprovedList_Result) GetCode() TransactionApprovedList_ResultResponseCode + func (x *TransactionApprovedList_Result) GetMessage() string + func (x *TransactionApprovedList_Result) ProtoReflect() protoreflect.Message + func (x *TransactionApprovedList_Result) Reset() + func (x *TransactionApprovedList_Result) String() string + type TransactionApprovedList_ResultResponseCode int32 + const TransactionApprovedList_Result_COMPUTE_ADDRESS_ERROR + const TransactionApprovedList_Result_OTHER_ERROR + const TransactionApprovedList_Result_SIGNATURE_FORMAT_ERROR + const TransactionApprovedList_Result_SUCCESS + func (TransactionApprovedList_ResultResponseCode) Descriptor() protoreflect.EnumDescriptor + func (TransactionApprovedList_ResultResponseCode) EnumDescriptor() ([]byte, []int) + func (TransactionApprovedList_ResultResponseCode) Type() protoreflect.EnumType + func (x TransactionApprovedList_ResultResponseCode) Enum() *TransactionApprovedList_ResultResponseCode + func (x TransactionApprovedList_ResultResponseCode) Number() protoreflect.EnumNumber + func (x TransactionApprovedList_ResultResponseCode) String() string + type TransactionExtention struct + ConstantResult [][]byte + EnergyPenalty int64 + EnergyUsed int64 + InternalTransactions []*core.InternalTransaction + Logs []*core.TransactionInfo_Log + Result *Return + Transaction *core.Transaction + Txid []byte + func (*TransactionExtention) Descriptor() ([]byte, []int) + func (*TransactionExtention) ProtoMessage() + func (x *TransactionExtention) GetConstantResult() [][]byte + func (x *TransactionExtention) GetEnergyPenalty() int64 + func (x *TransactionExtention) GetEnergyUsed() int64 + func (x *TransactionExtention) GetInternalTransactions() []*core.InternalTransaction + func (x *TransactionExtention) GetLogs() []*core.TransactionInfo_Log + func (x *TransactionExtention) GetResult() *Return + func (x *TransactionExtention) GetTransaction() *core.Transaction + func (x *TransactionExtention) GetTxid() []byte + func (x *TransactionExtention) ProtoReflect() protoreflect.Message + func (x *TransactionExtention) Reset() + func (x *TransactionExtention) String() string + type TransactionIdList struct + TxId []string + func (*TransactionIdList) Descriptor() ([]byte, []int) + func (*TransactionIdList) ProtoMessage() + func (x *TransactionIdList) GetTxId() []string + func (x *TransactionIdList) ProtoReflect() protoreflect.Message + func (x *TransactionIdList) Reset() + func (x *TransactionIdList) String() string + type TransactionInfoList struct + TransactionInfo []*core.TransactionInfo + func (*TransactionInfoList) Descriptor() ([]byte, []int) + func (*TransactionInfoList) ProtoMessage() + func (x *TransactionInfoList) GetTransactionInfo() []*core.TransactionInfo + func (x *TransactionInfoList) ProtoReflect() protoreflect.Message + func (x *TransactionInfoList) Reset() + func (x *TransactionInfoList) String() string + type TransactionLimit struct + LimitNum int64 + TransactionId []byte + func (*TransactionLimit) Descriptor() ([]byte, []int) + func (*TransactionLimit) ProtoMessage() + func (x *TransactionLimit) GetLimitNum() int64 + func (x *TransactionLimit) GetTransactionId() []byte + func (x *TransactionLimit) ProtoReflect() protoreflect.Message + func (x *TransactionLimit) Reset() + func (x *TransactionLimit) String() string + type TransactionList struct + Transaction []*core.Transaction + func (*TransactionList) Descriptor() ([]byte, []int) + func (*TransactionList) ProtoMessage() + func (x *TransactionList) GetTransaction() []*core.Transaction + func (x *TransactionList) ProtoReflect() protoreflect.Message + func (x *TransactionList) Reset() + func (x *TransactionList) String() string + type TransactionListExtention struct + Transaction []*TransactionExtention + func (*TransactionListExtention) Descriptor() ([]byte, []int) + func (*TransactionListExtention) ProtoMessage() + func (x *TransactionListExtention) GetTransaction() []*TransactionExtention + func (x *TransactionListExtention) ProtoReflect() protoreflect.Message + func (x *TransactionListExtention) Reset() + func (x *TransactionListExtention) String() string + type TransactionSignWeight struct + ApprovedList [][]byte + CurrentWeight int64 + Permission *core.Permission + Result *TransactionSignWeight_Result + Transaction *TransactionExtention + func (*TransactionSignWeight) Descriptor() ([]byte, []int) + func (*TransactionSignWeight) ProtoMessage() + func (x *TransactionSignWeight) GetApprovedList() [][]byte + func (x *TransactionSignWeight) GetCurrentWeight() int64 + func (x *TransactionSignWeight) GetPermission() *core.Permission + func (x *TransactionSignWeight) GetResult() *TransactionSignWeight_Result + func (x *TransactionSignWeight) GetTransaction() *TransactionExtention + func (x *TransactionSignWeight) ProtoReflect() protoreflect.Message + func (x *TransactionSignWeight) Reset() + func (x *TransactionSignWeight) String() string + type TransactionSignWeight_Result struct + Code TransactionSignWeight_ResultResponseCode + Message string + func (*TransactionSignWeight_Result) Descriptor() ([]byte, []int) + func (*TransactionSignWeight_Result) ProtoMessage() + func (x *TransactionSignWeight_Result) GetCode() TransactionSignWeight_ResultResponseCode + func (x *TransactionSignWeight_Result) GetMessage() string + func (x *TransactionSignWeight_Result) ProtoReflect() protoreflect.Message + func (x *TransactionSignWeight_Result) Reset() + func (x *TransactionSignWeight_Result) String() string + type TransactionSignWeight_ResultResponseCode int32 + const TransactionSignWeight_Result_COMPUTE_ADDRESS_ERROR + const TransactionSignWeight_Result_ENOUGH_PERMISSION + const TransactionSignWeight_Result_NOT_ENOUGH_PERMISSION + const TransactionSignWeight_Result_OTHER_ERROR + const TransactionSignWeight_Result_PERMISSION_ERROR + const TransactionSignWeight_Result_SIGNATURE_FORMAT_ERROR + func (TransactionSignWeight_ResultResponseCode) Descriptor() protoreflect.EnumDescriptor + func (TransactionSignWeight_ResultResponseCode) EnumDescriptor() ([]byte, []int) + func (TransactionSignWeight_ResultResponseCode) Type() protoreflect.EnumType + func (x TransactionSignWeight_ResultResponseCode) Enum() *TransactionSignWeight_ResultResponseCode + func (x TransactionSignWeight_ResultResponseCode) Number() protoreflect.EnumNumber + func (x TransactionSignWeight_ResultResponseCode) String() string + type TronZksnarkClient interface + CheckZksnarkProof func(ctx context.Context, in *ZksnarkRequest, opts ...grpc.CallOption) (*ZksnarkResponse, error) + func NewTronZksnarkClient(cc grpc.ClientConnInterface) TronZksnarkClient + type TronZksnarkServer interface + CheckZksnarkProof func(context.Context, *ZksnarkRequest) (*ZksnarkResponse, error) + type UnimplementedDatabaseServer struct + func (UnimplementedDatabaseServer) GetBlockByNum(context.Context, *NumberMessage) (*core.Block, error) + func (UnimplementedDatabaseServer) GetBlockReference(context.Context, *EmptyMessage) (*BlockReference, error) + func (UnimplementedDatabaseServer) GetDynamicProperties(context.Context, *EmptyMessage) (*core.DynamicProperties, error) + func (UnimplementedDatabaseServer) GetNowBlock(context.Context, *EmptyMessage) (*core.Block, error) + type UnimplementedMonitorServer struct + func (UnimplementedMonitorServer) GetStatsInfo(context.Context, *EmptyMessage) (*core.MetricsInfo, error) + type UnimplementedNetworkServer struct + type UnimplementedTronZksnarkServer struct + func (UnimplementedTronZksnarkServer) CheckZksnarkProof(context.Context, *ZksnarkRequest) (*ZksnarkResponse, error) + type UnimplementedWalletExtensionServer struct + func (UnimplementedWalletExtensionServer) GetTransactionsFromThis(context.Context, *AccountPaginated) (*TransactionList, error) + func (UnimplementedWalletExtensionServer) GetTransactionsFromThis2(context.Context, *AccountPaginated) (*TransactionListExtention, error) + func (UnimplementedWalletExtensionServer) GetTransactionsToThis(context.Context, *AccountPaginated) (*TransactionList, error) + func (UnimplementedWalletExtensionServer) GetTransactionsToThis2(context.Context, *AccountPaginated) (*TransactionListExtention, error) + type UnimplementedWalletServer struct + func (UnimplementedWalletServer) AccountPermissionUpdate(context.Context, *core.AccountPermissionUpdateContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) BroadcastTransaction(context.Context, *core.Transaction) (*Return, error) + func (UnimplementedWalletServer) BuyStorage(context.Context, *core.BuyStorageContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) BuyStorageBytes(context.Context, *core.BuyStorageBytesContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) CancelAllUnfreezeV2(context.Context, *core.CancelAllUnfreezeV2Contract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ClearContractABI(context.Context, *core.ClearABIContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) CreateAccount(context.Context, *core.AccountCreateContract) (*core.Transaction, error) + func (UnimplementedWalletServer) CreateAccount2(context.Context, *core.AccountCreateContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) CreateAssetIssue(context.Context, *core.AssetIssueContract) (*core.Transaction, error) + func (UnimplementedWalletServer) CreateAssetIssue2(context.Context, *core.AssetIssueContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) CreateCommonTransaction(context.Context, *core.Transaction) (*TransactionExtention, error) + func (UnimplementedWalletServer) CreateShieldNullifier(context.Context, *NfParameters) (*BytesMessage, error) + func (UnimplementedWalletServer) CreateShieldedContractParameters(context.Context, *PrivateShieldedTRC20Parameters) (*ShieldedTRC20Parameters, error) + func (UnimplementedWalletServer) CreateShieldedContractParametersWithoutAsk(context.Context, *PrivateShieldedTRC20ParametersWithoutAsk) (*ShieldedTRC20Parameters, error) + func (UnimplementedWalletServer) CreateShieldedTransaction(context.Context, *PrivateParameters) (*TransactionExtention, error) + func (UnimplementedWalletServer) CreateShieldedTransactionWithoutSpendAuthSig(context.Context, *PrivateParametersWithoutAsk) (*TransactionExtention, error) + func (UnimplementedWalletServer) CreateSpendAuthSig(context.Context, *SpendAuthSigParameters) (*BytesMessage, error) + func (UnimplementedWalletServer) CreateTransaction(context.Context, *core.TransferContract) (*core.Transaction, error) + func (UnimplementedWalletServer) CreateTransaction2(context.Context, *core.TransferContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) CreateWitness(context.Context, *core.WitnessCreateContract) (*core.Transaction, error) + func (UnimplementedWalletServer) CreateWitness2(context.Context, *core.WitnessCreateContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) DelegateResource(context.Context, *core.DelegateResourceContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) DeployContract(context.Context, *core.CreateSmartContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) EstimateEnergy(context.Context, *core.TriggerSmartContract) (*EstimateEnergyMessage, error) + func (UnimplementedWalletServer) ExchangeCreate(context.Context, *core.ExchangeCreateContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ExchangeInject(context.Context, *core.ExchangeInjectContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ExchangeTransaction(context.Context, *core.ExchangeTransactionContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ExchangeWithdraw(context.Context, *core.ExchangeWithdrawContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) FreezeBalance(context.Context, *core.FreezeBalanceContract) (*core.Transaction, error) + func (UnimplementedWalletServer) FreezeBalance2(context.Context, *core.FreezeBalanceContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) FreezeBalanceV2(context.Context, *core.FreezeBalanceV2Contract) (*TransactionExtention, error) + func (UnimplementedWalletServer) GetAccount(context.Context, *core.Account) (*core.Account, error) + func (UnimplementedWalletServer) GetAccountBalance(context.Context, *core.AccountBalanceRequest) (*core.AccountBalanceResponse, error) + func (UnimplementedWalletServer) GetAccountById(context.Context, *core.Account) (*core.Account, error) + func (UnimplementedWalletServer) GetAccountNet(context.Context, *core.Account) (*AccountNetMessage, error) + func (UnimplementedWalletServer) GetAccountResource(context.Context, *core.Account) (*AccountResourceMessage, error) + func (UnimplementedWalletServer) GetAkFromAsk(context.Context, *BytesMessage) (*BytesMessage, error) + func (UnimplementedWalletServer) GetAssetIssueByAccount(context.Context, *core.Account) (*AssetIssueList, error) + func (UnimplementedWalletServer) GetAssetIssueById(context.Context, *BytesMessage) (*core.AssetIssueContract, error) + func (UnimplementedWalletServer) GetAssetIssueByName(context.Context, *BytesMessage) (*core.AssetIssueContract, error) + func (UnimplementedWalletServer) GetAssetIssueList(context.Context, *EmptyMessage) (*AssetIssueList, error) + func (UnimplementedWalletServer) GetAssetIssueListByName(context.Context, *BytesMessage) (*AssetIssueList, error) + func (UnimplementedWalletServer) GetAvailableUnfreezeCount(context.Context, *GetAvailableUnfreezeCountRequestMessage) (*GetAvailableUnfreezeCountResponseMessage, error) + func (UnimplementedWalletServer) GetBlock(context.Context, *BlockReq) (*BlockExtention, error) + func (UnimplementedWalletServer) GetBlockBalanceTrace(context.Context, *core.BlockBalanceTrace_BlockIdentifier) (*core.BlockBalanceTrace, error) + func (UnimplementedWalletServer) GetBlockById(context.Context, *BytesMessage) (*core.Block, error) + func (UnimplementedWalletServer) GetBlockByLatestNum(context.Context, *NumberMessage) (*BlockList, error) + func (UnimplementedWalletServer) GetBlockByLatestNum2(context.Context, *NumberMessage) (*BlockListExtention, error) + func (UnimplementedWalletServer) GetBlockByLimitNext(context.Context, *BlockLimit) (*BlockList, error) + func (UnimplementedWalletServer) GetBlockByLimitNext2(context.Context, *BlockLimit) (*BlockListExtention, error) + func (UnimplementedWalletServer) GetBlockByNum(context.Context, *NumberMessage) (*core.Block, error) + func (UnimplementedWalletServer) GetBlockByNum2(context.Context, *NumberMessage) (*BlockExtention, error) + func (UnimplementedWalletServer) GetBrokerageInfo(context.Context, *BytesMessage) (*NumberMessage, error) + func (UnimplementedWalletServer) GetBurnTrx(context.Context, *EmptyMessage) (*NumberMessage, error) + func (UnimplementedWalletServer) GetCanDelegatedMaxSize(context.Context, *CanDelegatedMaxSizeRequestMessage) (*CanDelegatedMaxSizeResponseMessage, error) + func (UnimplementedWalletServer) GetCanWithdrawUnfreezeAmount(context.Context, *CanWithdrawUnfreezeAmountRequestMessage) (*CanWithdrawUnfreezeAmountResponseMessage, error) + func (UnimplementedWalletServer) GetChainParameters(context.Context, *EmptyMessage) (*core.ChainParameters, error) + func (UnimplementedWalletServer) GetContract(context.Context, *BytesMessage) (*core.SmartContract, error) + func (UnimplementedWalletServer) GetContractInfo(context.Context, *BytesMessage) (*core.SmartContractDataWrapper, error) + func (UnimplementedWalletServer) GetDelegatedResource(context.Context, *DelegatedResourceMessage) (*DelegatedResourceList, error) + func (UnimplementedWalletServer) GetDelegatedResourceAccountIndex(context.Context, *BytesMessage) (*core.DelegatedResourceAccountIndex, error) + func (UnimplementedWalletServer) GetDelegatedResourceAccountIndexV2(context.Context, *BytesMessage) (*core.DelegatedResourceAccountIndex, error) + func (UnimplementedWalletServer) GetDelegatedResourceV2(context.Context, *DelegatedResourceMessage) (*DelegatedResourceList, error) + func (UnimplementedWalletServer) GetDiversifier(context.Context, *EmptyMessage) (*DiversifierMessage, error) + func (UnimplementedWalletServer) GetExchangeById(context.Context, *BytesMessage) (*core.Exchange, error) + func (UnimplementedWalletServer) GetExpandedSpendingKey(context.Context, *BytesMessage) (*ExpandedSpendingKeyMessage, error) + func (UnimplementedWalletServer) GetIncomingViewingKey(context.Context, *ViewingKeyMessage) (*IncomingViewingKeyMessage, error) + func (UnimplementedWalletServer) GetMarketOrderByAccount(context.Context, *BytesMessage) (*core.MarketOrderList, error) + func (UnimplementedWalletServer) GetMarketOrderById(context.Context, *BytesMessage) (*core.MarketOrder, error) + func (UnimplementedWalletServer) GetMarketOrderListByPair(context.Context, *core.MarketOrderPair) (*core.MarketOrderList, error) + func (UnimplementedWalletServer) GetMarketPairList(context.Context, *EmptyMessage) (*core.MarketOrderPairList, error) + func (UnimplementedWalletServer) GetMarketPriceByPair(context.Context, *core.MarketOrderPair) (*core.MarketPriceList, error) + func (UnimplementedWalletServer) GetMerkleTreeVoucherInfo(context.Context, *core.OutputPointInfo) (*core.IncrementalMerkleVoucherInfo, error) + func (UnimplementedWalletServer) GetNewShieldedAddress(context.Context, *EmptyMessage) (*ShieldedAddressInfo, error) + func (UnimplementedWalletServer) GetNextMaintenanceTime(context.Context, *EmptyMessage) (*NumberMessage, error) + func (UnimplementedWalletServer) GetNkFromNsk(context.Context, *BytesMessage) (*BytesMessage, error) + func (UnimplementedWalletServer) GetNodeInfo(context.Context, *EmptyMessage) (*core.NodeInfo, error) + func (UnimplementedWalletServer) GetNowBlock(context.Context, *EmptyMessage) (*core.Block, error) + func (UnimplementedWalletServer) GetNowBlock2(context.Context, *EmptyMessage) (*BlockExtention, error) + func (UnimplementedWalletServer) GetPaginatedAssetIssueList(context.Context, *PaginatedMessage) (*AssetIssueList, error) + func (UnimplementedWalletServer) GetPaginatedExchangeList(context.Context, *PaginatedMessage) (*ExchangeList, error) + func (UnimplementedWalletServer) GetPaginatedProposalList(context.Context, *PaginatedMessage) (*ProposalList, error) + func (UnimplementedWalletServer) GetPendingSize(context.Context, *EmptyMessage) (*NumberMessage, error) + func (UnimplementedWalletServer) GetProposalById(context.Context, *BytesMessage) (*core.Proposal, error) + func (UnimplementedWalletServer) GetRcm(context.Context, *EmptyMessage) (*BytesMessage, error) + func (UnimplementedWalletServer) GetRewardInfo(context.Context, *BytesMessage) (*NumberMessage, error) + func (UnimplementedWalletServer) GetShieldTransactionHash(context.Context, *core.Transaction) (*BytesMessage, error) + func (UnimplementedWalletServer) GetSpendingKey(context.Context, *EmptyMessage) (*BytesMessage, error) + func (UnimplementedWalletServer) GetTransactionApprovedList(context.Context, *core.Transaction) (*TransactionApprovedList, error) + func (UnimplementedWalletServer) GetTransactionById(context.Context, *BytesMessage) (*core.Transaction, error) + func (UnimplementedWalletServer) GetTransactionCountByBlockNum(context.Context, *NumberMessage) (*NumberMessage, error) + func (UnimplementedWalletServer) GetTransactionFromPending(context.Context, *BytesMessage) (*core.Transaction, error) + func (UnimplementedWalletServer) GetTransactionInfoByBlockNum(context.Context, *NumberMessage) (*TransactionInfoList, error) + func (UnimplementedWalletServer) GetTransactionInfoById(context.Context, *BytesMessage) (*core.TransactionInfo, error) + func (UnimplementedWalletServer) GetTransactionListFromPending(context.Context, *EmptyMessage) (*TransactionIdList, error) + func (UnimplementedWalletServer) GetTransactionSignWeight(context.Context, *core.Transaction) (*TransactionSignWeight, error) + func (UnimplementedWalletServer) GetTriggerInputForShieldedTRC20Contract(context.Context, *ShieldedTRC20TriggerContractParameters) (*BytesMessage, error) + func (UnimplementedWalletServer) GetZenPaymentAddress(context.Context, *IncomingViewingKeyDiversifierMessage) (*PaymentAddressMessage, error) + func (UnimplementedWalletServer) IsShieldedTRC20ContractNoteSpent(context.Context, *NfTRC20Parameters) (*NullifierResult, error) + func (UnimplementedWalletServer) IsSpend(context.Context, *NoteParameters) (*SpendResult, error) + func (UnimplementedWalletServer) ListExchanges(context.Context, *EmptyMessage) (*ExchangeList, error) + func (UnimplementedWalletServer) ListNodes(context.Context, *EmptyMessage) (*NodeList, error) + func (UnimplementedWalletServer) ListProposals(context.Context, *EmptyMessage) (*ProposalList, error) + func (UnimplementedWalletServer) ListWitnesses(context.Context, *EmptyMessage) (*WitnessList, error) + func (UnimplementedWalletServer) MarketCancelOrder(context.Context, *core.MarketCancelOrderContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) MarketSellAsset(context.Context, *core.MarketSellAssetContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ParticipateAssetIssue(context.Context, *core.ParticipateAssetIssueContract) (*core.Transaction, error) + func (UnimplementedWalletServer) ParticipateAssetIssue2(context.Context, *core.ParticipateAssetIssueContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ProposalApprove(context.Context, *core.ProposalApproveContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ProposalCreate(context.Context, *core.ProposalCreateContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ProposalDelete(context.Context, *core.ProposalDeleteContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) ScanAndMarkNoteByIvk(context.Context, *IvkDecryptAndMarkParameters) (*DecryptNotesMarked, error) + func (UnimplementedWalletServer) ScanNoteByIvk(context.Context, *IvkDecryptParameters) (*DecryptNotes, error) + func (UnimplementedWalletServer) ScanNoteByOvk(context.Context, *OvkDecryptParameters) (*DecryptNotes, error) + func (UnimplementedWalletServer) ScanShieldedTRC20NotesByIvk(context.Context, *IvkDecryptTRC20Parameters) (*DecryptNotesTRC20, error) + func (UnimplementedWalletServer) ScanShieldedTRC20NotesByOvk(context.Context, *OvkDecryptTRC20Parameters) (*DecryptNotesTRC20, error) + func (UnimplementedWalletServer) SellStorage(context.Context, *core.SellStorageContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) SetAccountId(context.Context, *core.SetAccountIdContract) (*core.Transaction, error) + func (UnimplementedWalletServer) TotalTransaction(context.Context, *EmptyMessage) (*NumberMessage, error) + func (UnimplementedWalletServer) TransferAsset(context.Context, *core.TransferAssetContract) (*core.Transaction, error) + func (UnimplementedWalletServer) TransferAsset2(context.Context, *core.TransferAssetContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) TriggerConstantContract(context.Context, *core.TriggerSmartContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) TriggerContract(context.Context, *core.TriggerSmartContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UnDelegateResource(context.Context, *core.UnDelegateResourceContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UnfreezeAsset(context.Context, *core.UnfreezeAssetContract) (*core.Transaction, error) + func (UnimplementedWalletServer) UnfreezeAsset2(context.Context, *core.UnfreezeAssetContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UnfreezeBalance(context.Context, *core.UnfreezeBalanceContract) (*core.Transaction, error) + func (UnimplementedWalletServer) UnfreezeBalance2(context.Context, *core.UnfreezeBalanceContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UnfreezeBalanceV2(context.Context, *core.UnfreezeBalanceV2Contract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UpdateAccount(context.Context, *core.AccountUpdateContract) (*core.Transaction, error) + func (UnimplementedWalletServer) UpdateAccount2(context.Context, *core.AccountUpdateContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UpdateAsset(context.Context, *core.UpdateAssetContract) (*core.Transaction, error) + func (UnimplementedWalletServer) UpdateAsset2(context.Context, *core.UpdateAssetContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UpdateBrokerage(context.Context, *core.UpdateBrokerageContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UpdateEnergyLimit(context.Context, *core.UpdateEnergyLimitContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UpdateSetting(context.Context, *core.UpdateSettingContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) UpdateWitness(context.Context, *core.WitnessUpdateContract) (*core.Transaction, error) + func (UnimplementedWalletServer) UpdateWitness2(context.Context, *core.WitnessUpdateContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) VoteWitnessAccount(context.Context, *core.VoteWitnessContract) (*core.Transaction, error) + func (UnimplementedWalletServer) VoteWitnessAccount2(context.Context, *core.VoteWitnessContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) WithdrawBalance(context.Context, *core.WithdrawBalanceContract) (*core.Transaction, error) + func (UnimplementedWalletServer) WithdrawBalance2(context.Context, *core.WithdrawBalanceContract) (*TransactionExtention, error) + func (UnimplementedWalletServer) WithdrawExpireUnfreeze(context.Context, *core.WithdrawExpireUnfreezeContract) (*TransactionExtention, error) + type UnimplementedWalletSolidityServer struct + func (UnimplementedWalletSolidityServer) EstimateEnergy(context.Context, *core.TriggerSmartContract) (*EstimateEnergyMessage, error) + func (UnimplementedWalletSolidityServer) GetAccount(context.Context, *core.Account) (*core.Account, error) + func (UnimplementedWalletSolidityServer) GetAccountById(context.Context, *core.Account) (*core.Account, error) + func (UnimplementedWalletSolidityServer) GetAssetIssueById(context.Context, *BytesMessage) (*core.AssetIssueContract, error) + func (UnimplementedWalletSolidityServer) GetAssetIssueByName(context.Context, *BytesMessage) (*core.AssetIssueContract, error) + func (UnimplementedWalletSolidityServer) GetAssetIssueList(context.Context, *EmptyMessage) (*AssetIssueList, error) + func (UnimplementedWalletSolidityServer) GetAssetIssueListByName(context.Context, *BytesMessage) (*AssetIssueList, error) + func (UnimplementedWalletSolidityServer) GetAvailableUnfreezeCount(context.Context, *GetAvailableUnfreezeCountRequestMessage) (*GetAvailableUnfreezeCountResponseMessage, error) + func (UnimplementedWalletSolidityServer) GetBlock(context.Context, *BlockReq) (*BlockExtention, error) + func (UnimplementedWalletSolidityServer) GetBlockByNum(context.Context, *NumberMessage) (*core.Block, error) + func (UnimplementedWalletSolidityServer) GetBlockByNum2(context.Context, *NumberMessage) (*BlockExtention, error) + func (UnimplementedWalletSolidityServer) GetBrokerageInfo(context.Context, *BytesMessage) (*NumberMessage, error) + func (UnimplementedWalletSolidityServer) GetBurnTrx(context.Context, *EmptyMessage) (*NumberMessage, error) + func (UnimplementedWalletSolidityServer) GetCanDelegatedMaxSize(context.Context, *CanDelegatedMaxSizeRequestMessage) (*CanDelegatedMaxSizeResponseMessage, error) + func (UnimplementedWalletSolidityServer) GetCanWithdrawUnfreezeAmount(context.Context, *CanWithdrawUnfreezeAmountRequestMessage) (*CanWithdrawUnfreezeAmountResponseMessage, error) + func (UnimplementedWalletSolidityServer) GetDelegatedResource(context.Context, *DelegatedResourceMessage) (*DelegatedResourceList, error) + func (UnimplementedWalletSolidityServer) GetDelegatedResourceAccountIndex(context.Context, *BytesMessage) (*core.DelegatedResourceAccountIndex, error) + func (UnimplementedWalletSolidityServer) GetDelegatedResourceAccountIndexV2(context.Context, *BytesMessage) (*core.DelegatedResourceAccountIndex, error) + func (UnimplementedWalletSolidityServer) GetDelegatedResourceV2(context.Context, *DelegatedResourceMessage) (*DelegatedResourceList, error) + func (UnimplementedWalletSolidityServer) GetExchangeById(context.Context, *BytesMessage) (*core.Exchange, error) + func (UnimplementedWalletSolidityServer) GetMarketOrderByAccount(context.Context, *BytesMessage) (*core.MarketOrderList, error) + func (UnimplementedWalletSolidityServer) GetMarketOrderById(context.Context, *BytesMessage) (*core.MarketOrder, error) + func (UnimplementedWalletSolidityServer) GetMarketOrderListByPair(context.Context, *core.MarketOrderPair) (*core.MarketOrderList, error) + func (UnimplementedWalletSolidityServer) GetMarketPairList(context.Context, *EmptyMessage) (*core.MarketOrderPairList, error) + func (UnimplementedWalletSolidityServer) GetMarketPriceByPair(context.Context, *core.MarketOrderPair) (*core.MarketPriceList, error) + func (UnimplementedWalletSolidityServer) GetMerkleTreeVoucherInfo(context.Context, *core.OutputPointInfo) (*core.IncrementalMerkleVoucherInfo, error) + func (UnimplementedWalletSolidityServer) GetNowBlock(context.Context, *EmptyMessage) (*core.Block, error) + func (UnimplementedWalletSolidityServer) GetNowBlock2(context.Context, *EmptyMessage) (*BlockExtention, error) + func (UnimplementedWalletSolidityServer) GetPaginatedAssetIssueList(context.Context, *PaginatedMessage) (*AssetIssueList, error) + func (UnimplementedWalletSolidityServer) GetRewardInfo(context.Context, *BytesMessage) (*NumberMessage, error) + func (UnimplementedWalletSolidityServer) GetTransactionById(context.Context, *BytesMessage) (*core.Transaction, error) + func (UnimplementedWalletSolidityServer) GetTransactionCountByBlockNum(context.Context, *NumberMessage) (*NumberMessage, error) + func (UnimplementedWalletSolidityServer) GetTransactionInfoByBlockNum(context.Context, *NumberMessage) (*TransactionInfoList, error) + func (UnimplementedWalletSolidityServer) GetTransactionInfoById(context.Context, *BytesMessage) (*core.TransactionInfo, error) + func (UnimplementedWalletSolidityServer) IsShieldedTRC20ContractNoteSpent(context.Context, *NfTRC20Parameters) (*NullifierResult, error) + func (UnimplementedWalletSolidityServer) IsSpend(context.Context, *NoteParameters) (*SpendResult, error) + func (UnimplementedWalletSolidityServer) ListExchanges(context.Context, *EmptyMessage) (*ExchangeList, error) + func (UnimplementedWalletSolidityServer) ListWitnesses(context.Context, *EmptyMessage) (*WitnessList, error) + func (UnimplementedWalletSolidityServer) ScanAndMarkNoteByIvk(context.Context, *IvkDecryptAndMarkParameters) (*DecryptNotesMarked, error) + func (UnimplementedWalletSolidityServer) ScanNoteByIvk(context.Context, *IvkDecryptParameters) (*DecryptNotes, error) + func (UnimplementedWalletSolidityServer) ScanNoteByOvk(context.Context, *OvkDecryptParameters) (*DecryptNotes, error) + func (UnimplementedWalletSolidityServer) ScanShieldedTRC20NotesByIvk(context.Context, *IvkDecryptTRC20Parameters) (*DecryptNotesTRC20, error) + func (UnimplementedWalletSolidityServer) ScanShieldedTRC20NotesByOvk(context.Context, *OvkDecryptTRC20Parameters) (*DecryptNotesTRC20, error) + func (UnimplementedWalletSolidityServer) TriggerConstantContract(context.Context, *core.TriggerSmartContract) (*TransactionExtention, error) + type UnsafeDatabaseServer interface + type UnsafeMonitorServer interface + type UnsafeNetworkServer interface + type UnsafeTronZksnarkServer interface + type UnsafeWalletExtensionServer interface + type UnsafeWalletServer interface + type UnsafeWalletSolidityServer interface + type ViewingKeyMessage struct + Ak []byte + Nk []byte + func (*ViewingKeyMessage) Descriptor() ([]byte, []int) + func (*ViewingKeyMessage) ProtoMessage() + func (x *ViewingKeyMessage) GetAk() []byte + func (x *ViewingKeyMessage) GetNk() []byte + func (x *ViewingKeyMessage) ProtoReflect() protoreflect.Message + func (x *ViewingKeyMessage) Reset() + func (x *ViewingKeyMessage) String() string + type WalletClient interface + AccountPermissionUpdate func(ctx context.Context, in *core.AccountPermissionUpdateContract, ...) (*TransactionExtention, error) + BroadcastTransaction func(ctx context.Context, in *core.Transaction, opts ...grpc.CallOption) (*Return, error) + BuyStorage func(ctx context.Context, in *core.BuyStorageContract, opts ...grpc.CallOption) (*TransactionExtention, error) + BuyStorageBytes func(ctx context.Context, in *core.BuyStorageBytesContract, opts ...grpc.CallOption) (*TransactionExtention, error) + CancelAllUnfreezeV2 func(ctx context.Context, in *core.CancelAllUnfreezeV2Contract, ...) (*TransactionExtention, error) + ClearContractABI func(ctx context.Context, in *core.ClearABIContract, opts ...grpc.CallOption) (*TransactionExtention, error) + CreateAccount func(ctx context.Context, in *core.AccountCreateContract, opts ...grpc.CallOption) (*core.Transaction, error) + CreateAccount2 func(ctx context.Context, in *core.AccountCreateContract, opts ...grpc.CallOption) (*TransactionExtention, error) + CreateAssetIssue func(ctx context.Context, in *core.AssetIssueContract, opts ...grpc.CallOption) (*core.Transaction, error) + CreateAssetIssue2 func(ctx context.Context, in *core.AssetIssueContract, opts ...grpc.CallOption) (*TransactionExtention, error) + CreateCommonTransaction func(ctx context.Context, in *core.Transaction, opts ...grpc.CallOption) (*TransactionExtention, error) + CreateShieldNullifier func(ctx context.Context, in *NfParameters, opts ...grpc.CallOption) (*BytesMessage, error) + CreateShieldedContractParameters func(ctx context.Context, in *PrivateShieldedTRC20Parameters, ...) (*ShieldedTRC20Parameters, error) + CreateShieldedContractParametersWithoutAsk func(ctx context.Context, in *PrivateShieldedTRC20ParametersWithoutAsk, ...) (*ShieldedTRC20Parameters, error) + CreateShieldedTransaction func(ctx context.Context, in *PrivateParameters, opts ...grpc.CallOption) (*TransactionExtention, error) + CreateShieldedTransactionWithoutSpendAuthSig func(ctx context.Context, in *PrivateParametersWithoutAsk, opts ...grpc.CallOption) (*TransactionExtention, error) + CreateSpendAuthSig func(ctx context.Context, in *SpendAuthSigParameters, opts ...grpc.CallOption) (*BytesMessage, error) + CreateTransaction func(ctx context.Context, in *core.TransferContract, opts ...grpc.CallOption) (*core.Transaction, error) + CreateTransaction2 func(ctx context.Context, in *core.TransferContract, opts ...grpc.CallOption) (*TransactionExtention, error) + CreateWitness func(ctx context.Context, in *core.WitnessCreateContract, opts ...grpc.CallOption) (*core.Transaction, error) + CreateWitness2 func(ctx context.Context, in *core.WitnessCreateContract, opts ...grpc.CallOption) (*TransactionExtention, error) + DelegateResource func(ctx context.Context, in *core.DelegateResourceContract, ...) (*TransactionExtention, error) + DeployContract func(ctx context.Context, in *core.CreateSmartContract, opts ...grpc.CallOption) (*TransactionExtention, error) + EstimateEnergy func(ctx context.Context, in *core.TriggerSmartContract, opts ...grpc.CallOption) (*EstimateEnergyMessage, error) + ExchangeCreate func(ctx context.Context, in *core.ExchangeCreateContract, opts ...grpc.CallOption) (*TransactionExtention, error) + ExchangeInject func(ctx context.Context, in *core.ExchangeInjectContract, opts ...grpc.CallOption) (*TransactionExtention, error) + ExchangeTransaction func(ctx context.Context, in *core.ExchangeTransactionContract, ...) (*TransactionExtention, error) + ExchangeWithdraw func(ctx context.Context, in *core.ExchangeWithdrawContract, ...) (*TransactionExtention, error) + FreezeBalance func(ctx context.Context, in *core.FreezeBalanceContract, opts ...grpc.CallOption) (*core.Transaction, error) + FreezeBalance2 func(ctx context.Context, in *core.FreezeBalanceContract, opts ...grpc.CallOption) (*TransactionExtention, error) + FreezeBalanceV2 func(ctx context.Context, in *core.FreezeBalanceV2Contract, opts ...grpc.CallOption) (*TransactionExtention, error) + GetAccount func(ctx context.Context, in *core.Account, opts ...grpc.CallOption) (*core.Account, error) + GetAccountBalance func(ctx context.Context, in *core.AccountBalanceRequest, opts ...grpc.CallOption) (*core.AccountBalanceResponse, error) + GetAccountById func(ctx context.Context, in *core.Account, opts ...grpc.CallOption) (*core.Account, error) + GetAccountNet func(ctx context.Context, in *core.Account, opts ...grpc.CallOption) (*AccountNetMessage, error) + GetAccountResource func(ctx context.Context, in *core.Account, opts ...grpc.CallOption) (*AccountResourceMessage, error) + GetAkFromAsk func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*BytesMessage, error) + GetAssetIssueByAccount func(ctx context.Context, in *core.Account, opts ...grpc.CallOption) (*AssetIssueList, error) + GetAssetIssueById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.AssetIssueContract, error) + GetAssetIssueByName func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.AssetIssueContract, error) + GetAssetIssueList func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*AssetIssueList, error) + GetAssetIssueListByName func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*AssetIssueList, error) + GetAvailableUnfreezeCount func(ctx context.Context, in *GetAvailableUnfreezeCountRequestMessage, ...) (*GetAvailableUnfreezeCountResponseMessage, error) + GetBlock func(ctx context.Context, in *BlockReq, opts ...grpc.CallOption) (*BlockExtention, error) + GetBlockBalanceTrace func(ctx context.Context, in *core.BlockBalanceTrace_BlockIdentifier, ...) (*core.BlockBalanceTrace, error) + GetBlockById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.Block, error) + GetBlockByLatestNum func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*BlockList, error) + GetBlockByLatestNum2 func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*BlockListExtention, error) + GetBlockByLimitNext func(ctx context.Context, in *BlockLimit, opts ...grpc.CallOption) (*BlockList, error) + GetBlockByLimitNext2 func(ctx context.Context, in *BlockLimit, opts ...grpc.CallOption) (*BlockListExtention, error) + GetBlockByNum func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*core.Block, error) + GetBlockByNum2 func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*BlockExtention, error) + GetBrokerageInfo func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetBurnTrx func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetCanDelegatedMaxSize func(ctx context.Context, in *CanDelegatedMaxSizeRequestMessage, ...) (*CanDelegatedMaxSizeResponseMessage, error) + GetCanWithdrawUnfreezeAmount func(ctx context.Context, in *CanWithdrawUnfreezeAmountRequestMessage, ...) (*CanWithdrawUnfreezeAmountResponseMessage, error) + GetChainParameters func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.ChainParameters, error) + GetContract func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.SmartContract, error) + GetContractInfo func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.SmartContractDataWrapper, error) + GetDelegatedResource func(ctx context.Context, in *DelegatedResourceMessage, opts ...grpc.CallOption) (*DelegatedResourceList, error) + GetDelegatedResourceAccountIndex func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.DelegatedResourceAccountIndex, error) + GetDelegatedResourceAccountIndexV2 func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.DelegatedResourceAccountIndex, error) + GetDelegatedResourceV2 func(ctx context.Context, in *DelegatedResourceMessage, opts ...grpc.CallOption) (*DelegatedResourceList, error) + GetDiversifier func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*DiversifierMessage, error) + GetExchangeById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.Exchange, error) + GetExpandedSpendingKey func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*ExpandedSpendingKeyMessage, error) + GetIncomingViewingKey func(ctx context.Context, in *ViewingKeyMessage, opts ...grpc.CallOption) (*IncomingViewingKeyMessage, error) + GetMarketOrderByAccount func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.MarketOrderList, error) + GetMarketOrderById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.MarketOrder, error) + GetMarketOrderListByPair func(ctx context.Context, in *core.MarketOrderPair, opts ...grpc.CallOption) (*core.MarketOrderList, error) + GetMarketPairList func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.MarketOrderPairList, error) + GetMarketPriceByPair func(ctx context.Context, in *core.MarketOrderPair, opts ...grpc.CallOption) (*core.MarketPriceList, error) + GetMerkleTreeVoucherInfo func(ctx context.Context, in *core.OutputPointInfo, opts ...grpc.CallOption) (*core.IncrementalMerkleVoucherInfo, error) + GetNewShieldedAddress func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*ShieldedAddressInfo, error) + GetNextMaintenanceTime func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetNkFromNsk func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*BytesMessage, error) + GetNodeInfo func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.NodeInfo, error) + GetNowBlock func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.Block, error) + GetNowBlock2 func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*BlockExtention, error) + GetPaginatedAssetIssueList func(ctx context.Context, in *PaginatedMessage, opts ...grpc.CallOption) (*AssetIssueList, error) + GetPaginatedExchangeList func(ctx context.Context, in *PaginatedMessage, opts ...grpc.CallOption) (*ExchangeList, error) + GetPaginatedProposalList func(ctx context.Context, in *PaginatedMessage, opts ...grpc.CallOption) (*ProposalList, error) + GetPendingSize func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetProposalById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.Proposal, error) + GetRcm func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*BytesMessage, error) + GetRewardInfo func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetShieldTransactionHash func(ctx context.Context, in *core.Transaction, opts ...grpc.CallOption) (*BytesMessage, error) + GetSpendingKey func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*BytesMessage, error) + GetTransactionApprovedList func(ctx context.Context, in *core.Transaction, opts ...grpc.CallOption) (*TransactionApprovedList, error) + GetTransactionById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.Transaction, error) + GetTransactionCountByBlockNum func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetTransactionFromPending func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.Transaction, error) + GetTransactionInfoByBlockNum func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*TransactionInfoList, error) + GetTransactionInfoById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.TransactionInfo, error) + GetTransactionListFromPending func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*TransactionIdList, error) + GetTransactionSignWeight func(ctx context.Context, in *core.Transaction, opts ...grpc.CallOption) (*TransactionSignWeight, error) + GetTriggerInputForShieldedTRC20Contract func(ctx context.Context, in *ShieldedTRC20TriggerContractParameters, ...) (*BytesMessage, error) + GetZenPaymentAddress func(ctx context.Context, in *IncomingViewingKeyDiversifierMessage, ...) (*PaymentAddressMessage, error) + IsShieldedTRC20ContractNoteSpent func(ctx context.Context, in *NfTRC20Parameters, opts ...grpc.CallOption) (*NullifierResult, error) + IsSpend func(ctx context.Context, in *NoteParameters, opts ...grpc.CallOption) (*SpendResult, error) + ListExchanges func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*ExchangeList, error) + ListNodes func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*NodeList, error) + ListProposals func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*ProposalList, error) + ListWitnesses func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*WitnessList, error) + MarketCancelOrder func(ctx context.Context, in *core.MarketCancelOrderContract, ...) (*TransactionExtention, error) + MarketSellAsset func(ctx context.Context, in *core.MarketSellAssetContract, opts ...grpc.CallOption) (*TransactionExtention, error) + ParticipateAssetIssue func(ctx context.Context, in *core.ParticipateAssetIssueContract, ...) (*core.Transaction, error) + ParticipateAssetIssue2 func(ctx context.Context, in *core.ParticipateAssetIssueContract, ...) (*TransactionExtention, error) + ProposalApprove func(ctx context.Context, in *core.ProposalApproveContract, opts ...grpc.CallOption) (*TransactionExtention, error) + ProposalCreate func(ctx context.Context, in *core.ProposalCreateContract, opts ...grpc.CallOption) (*TransactionExtention, error) + ProposalDelete func(ctx context.Context, in *core.ProposalDeleteContract, opts ...grpc.CallOption) (*TransactionExtention, error) + ScanAndMarkNoteByIvk func(ctx context.Context, in *IvkDecryptAndMarkParameters, opts ...grpc.CallOption) (*DecryptNotesMarked, error) + ScanNoteByIvk func(ctx context.Context, in *IvkDecryptParameters, opts ...grpc.CallOption) (*DecryptNotes, error) + ScanNoteByOvk func(ctx context.Context, in *OvkDecryptParameters, opts ...grpc.CallOption) (*DecryptNotes, error) + ScanShieldedTRC20NotesByIvk func(ctx context.Context, in *IvkDecryptTRC20Parameters, opts ...grpc.CallOption) (*DecryptNotesTRC20, error) + ScanShieldedTRC20NotesByOvk func(ctx context.Context, in *OvkDecryptTRC20Parameters, opts ...grpc.CallOption) (*DecryptNotesTRC20, error) + SellStorage func(ctx context.Context, in *core.SellStorageContract, opts ...grpc.CallOption) (*TransactionExtention, error) + SetAccountId func(ctx context.Context, in *core.SetAccountIdContract, opts ...grpc.CallOption) (*core.Transaction, error) + TotalTransaction func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*NumberMessage, error) + TransferAsset func(ctx context.Context, in *core.TransferAssetContract, opts ...grpc.CallOption) (*core.Transaction, error) + TransferAsset2 func(ctx context.Context, in *core.TransferAssetContract, opts ...grpc.CallOption) (*TransactionExtention, error) + TriggerConstantContract func(ctx context.Context, in *core.TriggerSmartContract, opts ...grpc.CallOption) (*TransactionExtention, error) + TriggerContract func(ctx context.Context, in *core.TriggerSmartContract, opts ...grpc.CallOption) (*TransactionExtention, error) + UnDelegateResource func(ctx context.Context, in *core.UnDelegateResourceContract, ...) (*TransactionExtention, error) + UnfreezeAsset func(ctx context.Context, in *core.UnfreezeAssetContract, opts ...grpc.CallOption) (*core.Transaction, error) + UnfreezeAsset2 func(ctx context.Context, in *core.UnfreezeAssetContract, opts ...grpc.CallOption) (*TransactionExtention, error) + UnfreezeBalance func(ctx context.Context, in *core.UnfreezeBalanceContract, opts ...grpc.CallOption) (*core.Transaction, error) + UnfreezeBalance2 func(ctx context.Context, in *core.UnfreezeBalanceContract, opts ...grpc.CallOption) (*TransactionExtention, error) + UnfreezeBalanceV2 func(ctx context.Context, in *core.UnfreezeBalanceV2Contract, ...) (*TransactionExtention, error) + UpdateAccount func(ctx context.Context, in *core.AccountUpdateContract, opts ...grpc.CallOption) (*core.Transaction, error) + UpdateAccount2 func(ctx context.Context, in *core.AccountUpdateContract, opts ...grpc.CallOption) (*TransactionExtention, error) + UpdateAsset func(ctx context.Context, in *core.UpdateAssetContract, opts ...grpc.CallOption) (*core.Transaction, error) + UpdateAsset2 func(ctx context.Context, in *core.UpdateAssetContract, opts ...grpc.CallOption) (*TransactionExtention, error) + UpdateBrokerage func(ctx context.Context, in *core.UpdateBrokerageContract, opts ...grpc.CallOption) (*TransactionExtention, error) + UpdateEnergyLimit func(ctx context.Context, in *core.UpdateEnergyLimitContract, ...) (*TransactionExtention, error) + UpdateSetting func(ctx context.Context, in *core.UpdateSettingContract, opts ...grpc.CallOption) (*TransactionExtention, error) + UpdateWitness func(ctx context.Context, in *core.WitnessUpdateContract, opts ...grpc.CallOption) (*core.Transaction, error) + UpdateWitness2 func(ctx context.Context, in *core.WitnessUpdateContract, opts ...grpc.CallOption) (*TransactionExtention, error) + VoteWitnessAccount func(ctx context.Context, in *core.VoteWitnessContract, opts ...grpc.CallOption) (*core.Transaction, error) + VoteWitnessAccount2 func(ctx context.Context, in *core.VoteWitnessContract, opts ...grpc.CallOption) (*TransactionExtention, error) + WithdrawBalance func(ctx context.Context, in *core.WithdrawBalanceContract, opts ...grpc.CallOption) (*core.Transaction, error) + WithdrawBalance2 func(ctx context.Context, in *core.WithdrawBalanceContract, opts ...grpc.CallOption) (*TransactionExtention, error) + WithdrawExpireUnfreeze func(ctx context.Context, in *core.WithdrawExpireUnfreezeContract, ...) (*TransactionExtention, error) + func NewWalletClient(cc grpc.ClientConnInterface) WalletClient + type WalletExtensionClient interface + GetTransactionsFromThis func(ctx context.Context, in *AccountPaginated, opts ...grpc.CallOption) (*TransactionList, error) + GetTransactionsFromThis2 func(ctx context.Context, in *AccountPaginated, opts ...grpc.CallOption) (*TransactionListExtention, error) + GetTransactionsToThis func(ctx context.Context, in *AccountPaginated, opts ...grpc.CallOption) (*TransactionList, error) + GetTransactionsToThis2 func(ctx context.Context, in *AccountPaginated, opts ...grpc.CallOption) (*TransactionListExtention, error) + func NewWalletExtensionClient(cc grpc.ClientConnInterface) WalletExtensionClient + type WalletExtensionServer interface + GetTransactionsFromThis func(context.Context, *AccountPaginated) (*TransactionList, error) + GetTransactionsFromThis2 func(context.Context, *AccountPaginated) (*TransactionListExtention, error) + GetTransactionsToThis func(context.Context, *AccountPaginated) (*TransactionList, error) + GetTransactionsToThis2 func(context.Context, *AccountPaginated) (*TransactionListExtention, error) + type WalletServer interface + AccountPermissionUpdate func(context.Context, *core.AccountPermissionUpdateContract) (*TransactionExtention, error) + BroadcastTransaction func(context.Context, *core.Transaction) (*Return, error) + BuyStorage func(context.Context, *core.BuyStorageContract) (*TransactionExtention, error) + BuyStorageBytes func(context.Context, *core.BuyStorageBytesContract) (*TransactionExtention, error) + CancelAllUnfreezeV2 func(context.Context, *core.CancelAllUnfreezeV2Contract) (*TransactionExtention, error) + ClearContractABI func(context.Context, *core.ClearABIContract) (*TransactionExtention, error) + CreateAccount func(context.Context, *core.AccountCreateContract) (*core.Transaction, error) + CreateAccount2 func(context.Context, *core.AccountCreateContract) (*TransactionExtention, error) + CreateAssetIssue func(context.Context, *core.AssetIssueContract) (*core.Transaction, error) + CreateAssetIssue2 func(context.Context, *core.AssetIssueContract) (*TransactionExtention, error) + CreateCommonTransaction func(context.Context, *core.Transaction) (*TransactionExtention, error) + CreateShieldNullifier func(context.Context, *NfParameters) (*BytesMessage, error) + CreateShieldedContractParameters func(context.Context, *PrivateShieldedTRC20Parameters) (*ShieldedTRC20Parameters, error) + CreateShieldedContractParametersWithoutAsk func(context.Context, *PrivateShieldedTRC20ParametersWithoutAsk) (*ShieldedTRC20Parameters, error) + CreateShieldedTransaction func(context.Context, *PrivateParameters) (*TransactionExtention, error) + CreateShieldedTransactionWithoutSpendAuthSig func(context.Context, *PrivateParametersWithoutAsk) (*TransactionExtention, error) + CreateSpendAuthSig func(context.Context, *SpendAuthSigParameters) (*BytesMessage, error) + CreateTransaction func(context.Context, *core.TransferContract) (*core.Transaction, error) + CreateTransaction2 func(context.Context, *core.TransferContract) (*TransactionExtention, error) + CreateWitness func(context.Context, *core.WitnessCreateContract) (*core.Transaction, error) + CreateWitness2 func(context.Context, *core.WitnessCreateContract) (*TransactionExtention, error) + DelegateResource func(context.Context, *core.DelegateResourceContract) (*TransactionExtention, error) + DeployContract func(context.Context, *core.CreateSmartContract) (*TransactionExtention, error) + EstimateEnergy func(context.Context, *core.TriggerSmartContract) (*EstimateEnergyMessage, error) + ExchangeCreate func(context.Context, *core.ExchangeCreateContract) (*TransactionExtention, error) + ExchangeInject func(context.Context, *core.ExchangeInjectContract) (*TransactionExtention, error) + ExchangeTransaction func(context.Context, *core.ExchangeTransactionContract) (*TransactionExtention, error) + ExchangeWithdraw func(context.Context, *core.ExchangeWithdrawContract) (*TransactionExtention, error) + FreezeBalance func(context.Context, *core.FreezeBalanceContract) (*core.Transaction, error) + FreezeBalance2 func(context.Context, *core.FreezeBalanceContract) (*TransactionExtention, error) + FreezeBalanceV2 func(context.Context, *core.FreezeBalanceV2Contract) (*TransactionExtention, error) + GetAccount func(context.Context, *core.Account) (*core.Account, error) + GetAccountBalance func(context.Context, *core.AccountBalanceRequest) (*core.AccountBalanceResponse, error) + GetAccountById func(context.Context, *core.Account) (*core.Account, error) + GetAccountNet func(context.Context, *core.Account) (*AccountNetMessage, error) + GetAccountResource func(context.Context, *core.Account) (*AccountResourceMessage, error) + GetAkFromAsk func(context.Context, *BytesMessage) (*BytesMessage, error) + GetAssetIssueByAccount func(context.Context, *core.Account) (*AssetIssueList, error) + GetAssetIssueById func(context.Context, *BytesMessage) (*core.AssetIssueContract, error) + GetAssetIssueByName func(context.Context, *BytesMessage) (*core.AssetIssueContract, error) + GetAssetIssueList func(context.Context, *EmptyMessage) (*AssetIssueList, error) + GetAssetIssueListByName func(context.Context, *BytesMessage) (*AssetIssueList, error) + GetAvailableUnfreezeCount func(context.Context, *GetAvailableUnfreezeCountRequestMessage) (*GetAvailableUnfreezeCountResponseMessage, error) + GetBlock func(context.Context, *BlockReq) (*BlockExtention, error) + GetBlockBalanceTrace func(context.Context, *core.BlockBalanceTrace_BlockIdentifier) (*core.BlockBalanceTrace, error) + GetBlockById func(context.Context, *BytesMessage) (*core.Block, error) + GetBlockByLatestNum func(context.Context, *NumberMessage) (*BlockList, error) + GetBlockByLatestNum2 func(context.Context, *NumberMessage) (*BlockListExtention, error) + GetBlockByLimitNext func(context.Context, *BlockLimit) (*BlockList, error) + GetBlockByLimitNext2 func(context.Context, *BlockLimit) (*BlockListExtention, error) + GetBlockByNum func(context.Context, *NumberMessage) (*core.Block, error) + GetBlockByNum2 func(context.Context, *NumberMessage) (*BlockExtention, error) + GetBrokerageInfo func(context.Context, *BytesMessage) (*NumberMessage, error) + GetBurnTrx func(context.Context, *EmptyMessage) (*NumberMessage, error) + GetCanDelegatedMaxSize func(context.Context, *CanDelegatedMaxSizeRequestMessage) (*CanDelegatedMaxSizeResponseMessage, error) + GetCanWithdrawUnfreezeAmount func(context.Context, *CanWithdrawUnfreezeAmountRequestMessage) (*CanWithdrawUnfreezeAmountResponseMessage, error) + GetChainParameters func(context.Context, *EmptyMessage) (*core.ChainParameters, error) + GetContract func(context.Context, *BytesMessage) (*core.SmartContract, error) + GetContractInfo func(context.Context, *BytesMessage) (*core.SmartContractDataWrapper, error) + GetDelegatedResource func(context.Context, *DelegatedResourceMessage) (*DelegatedResourceList, error) + GetDelegatedResourceAccountIndex func(context.Context, *BytesMessage) (*core.DelegatedResourceAccountIndex, error) + GetDelegatedResourceAccountIndexV2 func(context.Context, *BytesMessage) (*core.DelegatedResourceAccountIndex, error) + GetDelegatedResourceV2 func(context.Context, *DelegatedResourceMessage) (*DelegatedResourceList, error) + GetDiversifier func(context.Context, *EmptyMessage) (*DiversifierMessage, error) + GetExchangeById func(context.Context, *BytesMessage) (*core.Exchange, error) + GetExpandedSpendingKey func(context.Context, *BytesMessage) (*ExpandedSpendingKeyMessage, error) + GetIncomingViewingKey func(context.Context, *ViewingKeyMessage) (*IncomingViewingKeyMessage, error) + GetMarketOrderByAccount func(context.Context, *BytesMessage) (*core.MarketOrderList, error) + GetMarketOrderById func(context.Context, *BytesMessage) (*core.MarketOrder, error) + GetMarketOrderListByPair func(context.Context, *core.MarketOrderPair) (*core.MarketOrderList, error) + GetMarketPairList func(context.Context, *EmptyMessage) (*core.MarketOrderPairList, error) + GetMarketPriceByPair func(context.Context, *core.MarketOrderPair) (*core.MarketPriceList, error) + GetMerkleTreeVoucherInfo func(context.Context, *core.OutputPointInfo) (*core.IncrementalMerkleVoucherInfo, error) + GetNewShieldedAddress func(context.Context, *EmptyMessage) (*ShieldedAddressInfo, error) + GetNextMaintenanceTime func(context.Context, *EmptyMessage) (*NumberMessage, error) + GetNkFromNsk func(context.Context, *BytesMessage) (*BytesMessage, error) + GetNodeInfo func(context.Context, *EmptyMessage) (*core.NodeInfo, error) + GetNowBlock func(context.Context, *EmptyMessage) (*core.Block, error) + GetNowBlock2 func(context.Context, *EmptyMessage) (*BlockExtention, error) + GetPaginatedAssetIssueList func(context.Context, *PaginatedMessage) (*AssetIssueList, error) + GetPaginatedExchangeList func(context.Context, *PaginatedMessage) (*ExchangeList, error) + GetPaginatedProposalList func(context.Context, *PaginatedMessage) (*ProposalList, error) + GetPendingSize func(context.Context, *EmptyMessage) (*NumberMessage, error) + GetProposalById func(context.Context, *BytesMessage) (*core.Proposal, error) + GetRcm func(context.Context, *EmptyMessage) (*BytesMessage, error) + GetRewardInfo func(context.Context, *BytesMessage) (*NumberMessage, error) + GetShieldTransactionHash func(context.Context, *core.Transaction) (*BytesMessage, error) + GetSpendingKey func(context.Context, *EmptyMessage) (*BytesMessage, error) + GetTransactionApprovedList func(context.Context, *core.Transaction) (*TransactionApprovedList, error) + GetTransactionById func(context.Context, *BytesMessage) (*core.Transaction, error) + GetTransactionCountByBlockNum func(context.Context, *NumberMessage) (*NumberMessage, error) + GetTransactionFromPending func(context.Context, *BytesMessage) (*core.Transaction, error) + GetTransactionInfoByBlockNum func(context.Context, *NumberMessage) (*TransactionInfoList, error) + GetTransactionInfoById func(context.Context, *BytesMessage) (*core.TransactionInfo, error) + GetTransactionListFromPending func(context.Context, *EmptyMessage) (*TransactionIdList, error) + GetTransactionSignWeight func(context.Context, *core.Transaction) (*TransactionSignWeight, error) + GetTriggerInputForShieldedTRC20Contract func(context.Context, *ShieldedTRC20TriggerContractParameters) (*BytesMessage, error) + GetZenPaymentAddress func(context.Context, *IncomingViewingKeyDiversifierMessage) (*PaymentAddressMessage, error) + IsShieldedTRC20ContractNoteSpent func(context.Context, *NfTRC20Parameters) (*NullifierResult, error) + IsSpend func(context.Context, *NoteParameters) (*SpendResult, error) + ListExchanges func(context.Context, *EmptyMessage) (*ExchangeList, error) + ListNodes func(context.Context, *EmptyMessage) (*NodeList, error) + ListProposals func(context.Context, *EmptyMessage) (*ProposalList, error) + ListWitnesses func(context.Context, *EmptyMessage) (*WitnessList, error) + MarketCancelOrder func(context.Context, *core.MarketCancelOrderContract) (*TransactionExtention, error) + MarketSellAsset func(context.Context, *core.MarketSellAssetContract) (*TransactionExtention, error) + ParticipateAssetIssue func(context.Context, *core.ParticipateAssetIssueContract) (*core.Transaction, error) + ParticipateAssetIssue2 func(context.Context, *core.ParticipateAssetIssueContract) (*TransactionExtention, error) + ProposalApprove func(context.Context, *core.ProposalApproveContract) (*TransactionExtention, error) + ProposalCreate func(context.Context, *core.ProposalCreateContract) (*TransactionExtention, error) + ProposalDelete func(context.Context, *core.ProposalDeleteContract) (*TransactionExtention, error) + ScanAndMarkNoteByIvk func(context.Context, *IvkDecryptAndMarkParameters) (*DecryptNotesMarked, error) + ScanNoteByIvk func(context.Context, *IvkDecryptParameters) (*DecryptNotes, error) + ScanNoteByOvk func(context.Context, *OvkDecryptParameters) (*DecryptNotes, error) + ScanShieldedTRC20NotesByIvk func(context.Context, *IvkDecryptTRC20Parameters) (*DecryptNotesTRC20, error) + ScanShieldedTRC20NotesByOvk func(context.Context, *OvkDecryptTRC20Parameters) (*DecryptNotesTRC20, error) + SellStorage func(context.Context, *core.SellStorageContract) (*TransactionExtention, error) + SetAccountId func(context.Context, *core.SetAccountIdContract) (*core.Transaction, error) + TotalTransaction func(context.Context, *EmptyMessage) (*NumberMessage, error) + TransferAsset func(context.Context, *core.TransferAssetContract) (*core.Transaction, error) + TransferAsset2 func(context.Context, *core.TransferAssetContract) (*TransactionExtention, error) + TriggerConstantContract func(context.Context, *core.TriggerSmartContract) (*TransactionExtention, error) + TriggerContract func(context.Context, *core.TriggerSmartContract) (*TransactionExtention, error) + UnDelegateResource func(context.Context, *core.UnDelegateResourceContract) (*TransactionExtention, error) + UnfreezeAsset func(context.Context, *core.UnfreezeAssetContract) (*core.Transaction, error) + UnfreezeAsset2 func(context.Context, *core.UnfreezeAssetContract) (*TransactionExtention, error) + UnfreezeBalance func(context.Context, *core.UnfreezeBalanceContract) (*core.Transaction, error) + UnfreezeBalance2 func(context.Context, *core.UnfreezeBalanceContract) (*TransactionExtention, error) + UnfreezeBalanceV2 func(context.Context, *core.UnfreezeBalanceV2Contract) (*TransactionExtention, error) + UpdateAccount func(context.Context, *core.AccountUpdateContract) (*core.Transaction, error) + UpdateAccount2 func(context.Context, *core.AccountUpdateContract) (*TransactionExtention, error) + UpdateAsset func(context.Context, *core.UpdateAssetContract) (*core.Transaction, error) + UpdateAsset2 func(context.Context, *core.UpdateAssetContract) (*TransactionExtention, error) + UpdateBrokerage func(context.Context, *core.UpdateBrokerageContract) (*TransactionExtention, error) + UpdateEnergyLimit func(context.Context, *core.UpdateEnergyLimitContract) (*TransactionExtention, error) + UpdateSetting func(context.Context, *core.UpdateSettingContract) (*TransactionExtention, error) + UpdateWitness func(context.Context, *core.WitnessUpdateContract) (*core.Transaction, error) + UpdateWitness2 func(context.Context, *core.WitnessUpdateContract) (*TransactionExtention, error) + VoteWitnessAccount func(context.Context, *core.VoteWitnessContract) (*core.Transaction, error) + VoteWitnessAccount2 func(context.Context, *core.VoteWitnessContract) (*TransactionExtention, error) + WithdrawBalance func(context.Context, *core.WithdrawBalanceContract) (*core.Transaction, error) + WithdrawBalance2 func(context.Context, *core.WithdrawBalanceContract) (*TransactionExtention, error) + WithdrawExpireUnfreeze func(context.Context, *core.WithdrawExpireUnfreezeContract) (*TransactionExtention, error) + type WalletSolidityClient interface + EstimateEnergy func(ctx context.Context, in *core.TriggerSmartContract, opts ...grpc.CallOption) (*EstimateEnergyMessage, error) + GetAccount func(ctx context.Context, in *core.Account, opts ...grpc.CallOption) (*core.Account, error) + GetAccountById func(ctx context.Context, in *core.Account, opts ...grpc.CallOption) (*core.Account, error) + GetAssetIssueById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.AssetIssueContract, error) + GetAssetIssueByName func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.AssetIssueContract, error) + GetAssetIssueList func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*AssetIssueList, error) + GetAssetIssueListByName func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*AssetIssueList, error) + GetAvailableUnfreezeCount func(ctx context.Context, in *GetAvailableUnfreezeCountRequestMessage, ...) (*GetAvailableUnfreezeCountResponseMessage, error) + GetBlock func(ctx context.Context, in *BlockReq, opts ...grpc.CallOption) (*BlockExtention, error) + GetBlockByNum func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*core.Block, error) + GetBlockByNum2 func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*BlockExtention, error) + GetBrokerageInfo func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetBurnTrx func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetCanDelegatedMaxSize func(ctx context.Context, in *CanDelegatedMaxSizeRequestMessage, ...) (*CanDelegatedMaxSizeResponseMessage, error) + GetCanWithdrawUnfreezeAmount func(ctx context.Context, in *CanWithdrawUnfreezeAmountRequestMessage, ...) (*CanWithdrawUnfreezeAmountResponseMessage, error) + GetDelegatedResource func(ctx context.Context, in *DelegatedResourceMessage, opts ...grpc.CallOption) (*DelegatedResourceList, error) + GetDelegatedResourceAccountIndex func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.DelegatedResourceAccountIndex, error) + GetDelegatedResourceAccountIndexV2 func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.DelegatedResourceAccountIndex, error) + GetDelegatedResourceV2 func(ctx context.Context, in *DelegatedResourceMessage, opts ...grpc.CallOption) (*DelegatedResourceList, error) + GetExchangeById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.Exchange, error) + GetMarketOrderByAccount func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.MarketOrderList, error) + GetMarketOrderById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.MarketOrder, error) + GetMarketOrderListByPair func(ctx context.Context, in *core.MarketOrderPair, opts ...grpc.CallOption) (*core.MarketOrderList, error) + GetMarketPairList func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.MarketOrderPairList, error) + GetMarketPriceByPair func(ctx context.Context, in *core.MarketOrderPair, opts ...grpc.CallOption) (*core.MarketPriceList, error) + GetMerkleTreeVoucherInfo func(ctx context.Context, in *core.OutputPointInfo, opts ...grpc.CallOption) (*core.IncrementalMerkleVoucherInfo, error) + GetNowBlock func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*core.Block, error) + GetNowBlock2 func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*BlockExtention, error) + GetPaginatedAssetIssueList func(ctx context.Context, in *PaginatedMessage, opts ...grpc.CallOption) (*AssetIssueList, error) + GetRewardInfo func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetTransactionById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.Transaction, error) + GetTransactionCountByBlockNum func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*NumberMessage, error) + GetTransactionInfoByBlockNum func(ctx context.Context, in *NumberMessage, opts ...grpc.CallOption) (*TransactionInfoList, error) + GetTransactionInfoById func(ctx context.Context, in *BytesMessage, opts ...grpc.CallOption) (*core.TransactionInfo, error) + IsShieldedTRC20ContractNoteSpent func(ctx context.Context, in *NfTRC20Parameters, opts ...grpc.CallOption) (*NullifierResult, error) + IsSpend func(ctx context.Context, in *NoteParameters, opts ...grpc.CallOption) (*SpendResult, error) + ListExchanges func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*ExchangeList, error) + ListWitnesses func(ctx context.Context, in *EmptyMessage, opts ...grpc.CallOption) (*WitnessList, error) + ScanAndMarkNoteByIvk func(ctx context.Context, in *IvkDecryptAndMarkParameters, opts ...grpc.CallOption) (*DecryptNotesMarked, error) + ScanNoteByIvk func(ctx context.Context, in *IvkDecryptParameters, opts ...grpc.CallOption) (*DecryptNotes, error) + ScanNoteByOvk func(ctx context.Context, in *OvkDecryptParameters, opts ...grpc.CallOption) (*DecryptNotes, error) + ScanShieldedTRC20NotesByIvk func(ctx context.Context, in *IvkDecryptTRC20Parameters, opts ...grpc.CallOption) (*DecryptNotesTRC20, error) + ScanShieldedTRC20NotesByOvk func(ctx context.Context, in *OvkDecryptTRC20Parameters, opts ...grpc.CallOption) (*DecryptNotesTRC20, error) + TriggerConstantContract func(ctx context.Context, in *core.TriggerSmartContract, opts ...grpc.CallOption) (*TransactionExtention, error) + func NewWalletSolidityClient(cc grpc.ClientConnInterface) WalletSolidityClient + type WalletSolidityServer interface + EstimateEnergy func(context.Context, *core.TriggerSmartContract) (*EstimateEnergyMessage, error) + GetAccount func(context.Context, *core.Account) (*core.Account, error) + GetAccountById func(context.Context, *core.Account) (*core.Account, error) + GetAssetIssueById func(context.Context, *BytesMessage) (*core.AssetIssueContract, error) + GetAssetIssueByName func(context.Context, *BytesMessage) (*core.AssetIssueContract, error) + GetAssetIssueList func(context.Context, *EmptyMessage) (*AssetIssueList, error) + GetAssetIssueListByName func(context.Context, *BytesMessage) (*AssetIssueList, error) + GetAvailableUnfreezeCount func(context.Context, *GetAvailableUnfreezeCountRequestMessage) (*GetAvailableUnfreezeCountResponseMessage, error) + GetBlock func(context.Context, *BlockReq) (*BlockExtention, error) + GetBlockByNum func(context.Context, *NumberMessage) (*core.Block, error) + GetBlockByNum2 func(context.Context, *NumberMessage) (*BlockExtention, error) + GetBrokerageInfo func(context.Context, *BytesMessage) (*NumberMessage, error) + GetBurnTrx func(context.Context, *EmptyMessage) (*NumberMessage, error) + GetCanDelegatedMaxSize func(context.Context, *CanDelegatedMaxSizeRequestMessage) (*CanDelegatedMaxSizeResponseMessage, error) + GetCanWithdrawUnfreezeAmount func(context.Context, *CanWithdrawUnfreezeAmountRequestMessage) (*CanWithdrawUnfreezeAmountResponseMessage, error) + GetDelegatedResource func(context.Context, *DelegatedResourceMessage) (*DelegatedResourceList, error) + GetDelegatedResourceAccountIndex func(context.Context, *BytesMessage) (*core.DelegatedResourceAccountIndex, error) + GetDelegatedResourceAccountIndexV2 func(context.Context, *BytesMessage) (*core.DelegatedResourceAccountIndex, error) + GetDelegatedResourceV2 func(context.Context, *DelegatedResourceMessage) (*DelegatedResourceList, error) + GetExchangeById func(context.Context, *BytesMessage) (*core.Exchange, error) + GetMarketOrderByAccount func(context.Context, *BytesMessage) (*core.MarketOrderList, error) + GetMarketOrderById func(context.Context, *BytesMessage) (*core.MarketOrder, error) + GetMarketOrderListByPair func(context.Context, *core.MarketOrderPair) (*core.MarketOrderList, error) + GetMarketPairList func(context.Context, *EmptyMessage) (*core.MarketOrderPairList, error) + GetMarketPriceByPair func(context.Context, *core.MarketOrderPair) (*core.MarketPriceList, error) + GetMerkleTreeVoucherInfo func(context.Context, *core.OutputPointInfo) (*core.IncrementalMerkleVoucherInfo, error) + GetNowBlock func(context.Context, *EmptyMessage) (*core.Block, error) + GetNowBlock2 func(context.Context, *EmptyMessage) (*BlockExtention, error) + GetPaginatedAssetIssueList func(context.Context, *PaginatedMessage) (*AssetIssueList, error) + GetRewardInfo func(context.Context, *BytesMessage) (*NumberMessage, error) + GetTransactionById func(context.Context, *BytesMessage) (*core.Transaction, error) + GetTransactionCountByBlockNum func(context.Context, *NumberMessage) (*NumberMessage, error) + GetTransactionInfoByBlockNum func(context.Context, *NumberMessage) (*TransactionInfoList, error) + GetTransactionInfoById func(context.Context, *BytesMessage) (*core.TransactionInfo, error) + IsShieldedTRC20ContractNoteSpent func(context.Context, *NfTRC20Parameters) (*NullifierResult, error) + IsSpend func(context.Context, *NoteParameters) (*SpendResult, error) + ListExchanges func(context.Context, *EmptyMessage) (*ExchangeList, error) + ListWitnesses func(context.Context, *EmptyMessage) (*WitnessList, error) + ScanAndMarkNoteByIvk func(context.Context, *IvkDecryptAndMarkParameters) (*DecryptNotesMarked, error) + ScanNoteByIvk func(context.Context, *IvkDecryptParameters) (*DecryptNotes, error) + ScanNoteByOvk func(context.Context, *OvkDecryptParameters) (*DecryptNotes, error) + ScanShieldedTRC20NotesByIvk func(context.Context, *IvkDecryptTRC20Parameters) (*DecryptNotesTRC20, error) + ScanShieldedTRC20NotesByOvk func(context.Context, *OvkDecryptTRC20Parameters) (*DecryptNotesTRC20, error) + TriggerConstantContract func(context.Context, *core.TriggerSmartContract) (*TransactionExtention, error) + type WitnessList struct + Witnesses []*core.Witness + func (*WitnessList) Descriptor() ([]byte, []int) + func (*WitnessList) ProtoMessage() + func (x *WitnessList) GetWitnesses() []*core.Witness + func (x *WitnessList) ProtoReflect() protoreflect.Message + func (x *WitnessList) Reset() + func (x *WitnessList) String() string + type ZksnarkRequest struct + Sighash []byte + Transaction *core.Transaction + TxId string + ValueBalance int64 + func (*ZksnarkRequest) Descriptor() ([]byte, []int) + func (*ZksnarkRequest) ProtoMessage() + func (x *ZksnarkRequest) GetSighash() []byte + func (x *ZksnarkRequest) GetTransaction() *core.Transaction + func (x *ZksnarkRequest) GetTxId() string + func (x *ZksnarkRequest) GetValueBalance() int64 + func (x *ZksnarkRequest) ProtoReflect() protoreflect.Message + func (x *ZksnarkRequest) Reset() + func (x *ZksnarkRequest) String() string + type ZksnarkResponse struct + Code ZksnarkResponse_Code + func (*ZksnarkResponse) Descriptor() ([]byte, []int) + func (*ZksnarkResponse) ProtoMessage() + func (x *ZksnarkResponse) GetCode() ZksnarkResponse_Code + func (x *ZksnarkResponse) ProtoReflect() protoreflect.Message + func (x *ZksnarkResponse) Reset() + func (x *ZksnarkResponse) String() string + type ZksnarkResponse_Code int32 + const ZksnarkResponse_FAILED + const ZksnarkResponse_SUCCESS + func (ZksnarkResponse_Code) Descriptor() protoreflect.EnumDescriptor + func (ZksnarkResponse_Code) EnumDescriptor() ([]byte, []int) + func (ZksnarkResponse_Code) Type() protoreflect.EnumType + func (x ZksnarkResponse_Code) Enum() *ZksnarkResponse_Code + func (x ZksnarkResponse_Code) Number() protoreflect.EnumNumber + func (x ZksnarkResponse_Code) String() string