Versions in this module Expand all Collapse all v1 v1.0.1 Jun 11, 2023 v1.0.0 Jun 11, 2023 Changes in this version + const WalletAPI_AddNewAddressWithSlaves_FullMethodName + const WalletAPI_AddNewAddress_FullMethodName + const WalletAPI_ChangePassphrase_FullMethodName + const WalletAPI_EncryptWallet_FullMethodName + const WalletAPI_GetAddressFromPK_FullMethodName + const WalletAPI_GetBalance_FullMethodName + const WalletAPI_GetBlockByNumber_FullMethodName + const WalletAPI_GetBlock_FullMethodName + const WalletAPI_GetHeight_FullMethodName + const WalletAPI_GetNodeInfo_FullMethodName + const WalletAPI_GetOTS_FullMethodName + const WalletAPI_GetPaginatedTransactionsByAddress_FullMethodName + const WalletAPI_GetRecoverySeeds_FullMethodName + const WalletAPI_GetTotalBalance_FullMethodName + const WalletAPI_GetTransaction_FullMethodName + const WalletAPI_GetTransactionsByAddress_FullMethodName + const WalletAPI_GetWalletInfo_FullMethodName + const WalletAPI_IsValidAddress_FullMethodName + const WalletAPI_ListAddresses_FullMethodName + const WalletAPI_LockWallet_FullMethodName + const WalletAPI_RelayMessageTxnBySlave_FullMethodName + const WalletAPI_RelayMessageTxn_FullMethodName + const WalletAPI_RelaySlaveTxnBySlave_FullMethodName + const WalletAPI_RelaySlaveTxn_FullMethodName + const WalletAPI_RelayTokenTxnBySlave_FullMethodName + const WalletAPI_RelayTokenTxn_FullMethodName + const WalletAPI_RelayTransferTokenTxnBySlave_FullMethodName + const WalletAPI_RelayTransferTokenTxn_FullMethodName + const WalletAPI_RelayTransferTxnBySlave_FullMethodName + const WalletAPI_RelayTransferTxn_FullMethodName + const WalletAPI_RemoveAddress_FullMethodName + const WalletAPI_UnlockWallet_FullMethodName + var File_qrlwallet_proto protoreflect.FileDescriptor + var WalletAPI_ServiceDesc = grpc.ServiceDesc + func RegisterWalletAPIHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterWalletAPIHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WalletAPIClient) error + func RegisterWalletAPIHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterWalletAPIHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WalletAPIServer) error + func RegisterWalletAPIServer(s grpc.ServiceRegistrar, srv WalletAPIServer) + type AddAddressFromSeedReq struct + Seed string + func (*AddAddressFromSeedReq) Descriptor() ([]byte, []int) + func (*AddAddressFromSeedReq) ProtoMessage() + func (x *AddAddressFromSeedReq) GetSeed() string + func (x *AddAddressFromSeedReq) ProtoReflect() protoreflect.Message + func (x *AddAddressFromSeedReq) Reset() + func (x *AddAddressFromSeedReq) String() string + type AddAddressFromSeedResp struct + Address string + Code uint32 + Error string + func (*AddAddressFromSeedResp) Descriptor() ([]byte, []int) + func (*AddAddressFromSeedResp) ProtoMessage() + func (x *AddAddressFromSeedResp) GetAddress() string + func (x *AddAddressFromSeedResp) GetCode() uint32 + func (x *AddAddressFromSeedResp) GetError() string + func (x *AddAddressFromSeedResp) ProtoReflect() protoreflect.Message + func (x *AddAddressFromSeedResp) Reset() + func (x *AddAddressFromSeedResp) String() string + type AddNewAddressReq struct + HashFunction string + Height uint64 + func (*AddNewAddressReq) Descriptor() ([]byte, []int) + func (*AddNewAddressReq) ProtoMessage() + func (x *AddNewAddressReq) GetHashFunction() string + func (x *AddNewAddressReq) GetHeight() uint64 + func (x *AddNewAddressReq) ProtoReflect() protoreflect.Message + func (x *AddNewAddressReq) Reset() + func (x *AddNewAddressReq) String() string + type AddNewAddressResp struct + Address string + Code uint32 + Error string + func (*AddNewAddressResp) Descriptor() ([]byte, []int) + func (*AddNewAddressResp) ProtoMessage() + func (x *AddNewAddressResp) GetAddress() string + func (x *AddNewAddressResp) GetCode() uint32 + func (x *AddNewAddressResp) GetError() string + func (x *AddNewAddressResp) ProtoReflect() protoreflect.Message + func (x *AddNewAddressResp) Reset() + func (x *AddNewAddressResp) String() string + type AddNewAddressWithSlavesReq struct + HashFunction string + Height uint64 + NumberOfSlaves uint64 + func (*AddNewAddressWithSlavesReq) Descriptor() ([]byte, []int) + func (*AddNewAddressWithSlavesReq) ProtoMessage() + func (x *AddNewAddressWithSlavesReq) GetHashFunction() string + func (x *AddNewAddressWithSlavesReq) GetHeight() uint64 + func (x *AddNewAddressWithSlavesReq) GetNumberOfSlaves() uint64 + func (x *AddNewAddressWithSlavesReq) ProtoReflect() protoreflect.Message + func (x *AddNewAddressWithSlavesReq) Reset() + func (x *AddNewAddressWithSlavesReq) String() string + type AddressFromPKReq struct + Pk string + func (*AddressFromPKReq) Descriptor() ([]byte, []int) + func (*AddressFromPKReq) ProtoMessage() + func (x *AddressFromPKReq) GetPk() string + func (x *AddressFromPKReq) ProtoReflect() protoreflect.Message + func (x *AddressFromPKReq) Reset() + func (x *AddressFromPKReq) String() string + type AddressFromPKResp struct + Address string + Code uint32 + Error string + func (*AddressFromPKResp) Descriptor() ([]byte, []int) + func (*AddressFromPKResp) ProtoMessage() + func (x *AddressFromPKResp) GetAddress() string + func (x *AddressFromPKResp) GetCode() uint32 + func (x *AddressFromPKResp) GetError() string + func (x *AddressFromPKResp) ProtoReflect() protoreflect.Message + func (x *AddressFromPKResp) Reset() + func (x *AddressFromPKResp) String() string + type BalanceReq struct + Address string + func (*BalanceReq) Descriptor() ([]byte, []int) + func (*BalanceReq) ProtoMessage() + func (x *BalanceReq) GetAddress() string + func (x *BalanceReq) ProtoReflect() protoreflect.Message + func (x *BalanceReq) Reset() + func (x *BalanceReq) String() string + type BalanceResp struct + Balance string + Code uint32 + Error string + func (*BalanceResp) Descriptor() ([]byte, []int) + func (*BalanceResp) ProtoMessage() + func (x *BalanceResp) GetBalance() string + func (x *BalanceResp) GetCode() uint32 + func (x *BalanceResp) GetError() string + func (x *BalanceResp) ProtoReflect() protoreflect.Message + func (x *BalanceResp) Reset() + func (x *BalanceResp) String() string + type BlockByNumberReq struct + BlockNumber uint64 + func (*BlockByNumberReq) Descriptor() ([]byte, []int) + func (*BlockByNumberReq) ProtoMessage() + func (x *BlockByNumberReq) GetBlockNumber() uint64 + func (x *BlockByNumberReq) ProtoReflect() protoreflect.Message + func (x *BlockByNumberReq) Reset() + func (x *BlockByNumberReq) String() string + type BlockReq struct + HeaderHash string + func (*BlockReq) Descriptor() ([]byte, []int) + func (*BlockReq) ProtoMessage() + func (x *BlockReq) GetHeaderHash() string + func (x *BlockReq) ProtoReflect() protoreflect.Message + func (x *BlockReq) Reset() + func (x *BlockReq) String() string + type BlockResp struct + Block *PlainBlock + Code uint32 + Error string + func (*BlockResp) Descriptor() ([]byte, []int) + func (*BlockResp) ProtoMessage() + func (x *BlockResp) GetBlock() *PlainBlock + func (x *BlockResp) GetCode() uint32 + func (x *BlockResp) GetError() string + func (x *BlockResp) ProtoReflect() protoreflect.Message + func (x *BlockResp) Reset() + func (x *BlockResp) String() string + type ChangePassphraseReq struct + NewPassphrase string + OldPassphrase string + func (*ChangePassphraseReq) Descriptor() ([]byte, []int) + func (*ChangePassphraseReq) ProtoMessage() + func (x *ChangePassphraseReq) GetNewPassphrase() string + func (x *ChangePassphraseReq) GetOldPassphrase() string + func (x *ChangePassphraseReq) ProtoReflect() protoreflect.Message + func (x *ChangePassphraseReq) Reset() + func (x *ChangePassphraseReq) String() string + type ChangePassphraseResp struct + Code uint32 + Error string + func (*ChangePassphraseResp) Descriptor() ([]byte, []int) + func (*ChangePassphraseResp) ProtoMessage() + func (x *ChangePassphraseResp) GetCode() uint32 + func (x *ChangePassphraseResp) GetError() string + func (x *ChangePassphraseResp) ProtoReflect() protoreflect.Message + func (x *ChangePassphraseResp) Reset() + func (x *ChangePassphraseResp) String() string + type EncryptWalletReq struct + Passphrase string + func (*EncryptWalletReq) Descriptor() ([]byte, []int) + func (*EncryptWalletReq) ProtoMessage() + func (x *EncryptWalletReq) GetPassphrase() string + func (x *EncryptWalletReq) ProtoReflect() protoreflect.Message + func (x *EncryptWalletReq) Reset() + func (x *EncryptWalletReq) String() string + type EncryptWalletResp struct + Code uint32 + Error string + func (*EncryptWalletResp) Descriptor() ([]byte, []int) + func (*EncryptWalletResp) ProtoMessage() + func (x *EncryptWalletResp) GetCode() uint32 + func (x *EncryptWalletResp) GetError() string + func (x *EncryptWalletResp) ProtoReflect() protoreflect.Message + func (x *EncryptWalletResp) Reset() + func (x *EncryptWalletResp) String() string + type GetRecoverySeedsReq struct + Address string + func (*GetRecoverySeedsReq) Descriptor() ([]byte, []int) + func (*GetRecoverySeedsReq) ProtoMessage() + func (x *GetRecoverySeedsReq) GetAddress() string + func (x *GetRecoverySeedsReq) ProtoReflect() protoreflect.Message + func (x *GetRecoverySeedsReq) Reset() + func (x *GetRecoverySeedsReq) String() string + type GetRecoverySeedsResp struct + Code uint32 + Error string + Hexseed string + Mnemonic string + func (*GetRecoverySeedsResp) Descriptor() ([]byte, []int) + func (*GetRecoverySeedsResp) ProtoMessage() + func (x *GetRecoverySeedsResp) GetCode() uint32 + func (x *GetRecoverySeedsResp) GetError() string + func (x *GetRecoverySeedsResp) GetHexseed() string + func (x *GetRecoverySeedsResp) GetMnemonic() string + func (x *GetRecoverySeedsResp) ProtoReflect() protoreflect.Message + func (x *GetRecoverySeedsResp) Reset() + func (x *GetRecoverySeedsResp) String() string + type GetWalletInfoReq struct + func (*GetWalletInfoReq) Descriptor() ([]byte, []int) + func (*GetWalletInfoReq) ProtoMessage() + func (x *GetWalletInfoReq) ProtoReflect() protoreflect.Message + func (x *GetWalletInfoReq) Reset() + func (x *GetWalletInfoReq) String() string + type GetWalletInfoResp struct + AddressCount uint64 + Code uint32 + Error string + IsEncrypted bool + Version uint32 + func (*GetWalletInfoResp) Descriptor() ([]byte, []int) + func (*GetWalletInfoResp) ProtoMessage() + func (x *GetWalletInfoResp) GetAddressCount() uint64 + func (x *GetWalletInfoResp) GetCode() uint32 + func (x *GetWalletInfoResp) GetError() string + func (x *GetWalletInfoResp) GetIsEncrypted() bool + func (x *GetWalletInfoResp) GetVersion() uint32 + func (x *GetWalletInfoResp) ProtoReflect() protoreflect.Message + func (x *GetWalletInfoResp) Reset() + func (x *GetWalletInfoResp) String() string + type HeightReq struct + func (*HeightReq) Descriptor() ([]byte, []int) + func (*HeightReq) ProtoMessage() + func (x *HeightReq) ProtoReflect() protoreflect.Message + func (x *HeightReq) Reset() + func (x *HeightReq) String() string + type HeightResp struct + Code uint32 + Error string + Height uint64 + func (*HeightResp) Descriptor() ([]byte, []int) + func (*HeightResp) ProtoMessage() + func (x *HeightResp) GetCode() uint32 + func (x *HeightResp) GetError() string + func (x *HeightResp) GetHeight() uint64 + func (x *HeightResp) ProtoReflect() protoreflect.Message + func (x *HeightResp) Reset() + func (x *HeightResp) String() string + type ListAddressesReq struct + func (*ListAddressesReq) Descriptor() ([]byte, []int) + func (*ListAddressesReq) ProtoMessage() + func (x *ListAddressesReq) ProtoReflect() protoreflect.Message + func (x *ListAddressesReq) Reset() + func (x *ListAddressesReq) String() string + type ListAddressesResp struct + Addresses []string + Code uint32 + Error string + func (*ListAddressesResp) Descriptor() ([]byte, []int) + func (*ListAddressesResp) ProtoMessage() + func (x *ListAddressesResp) GetAddresses() []string + func (x *ListAddressesResp) GetCode() uint32 + func (x *ListAddressesResp) GetError() string + func (x *ListAddressesResp) ProtoReflect() protoreflect.Message + func (x *ListAddressesResp) Reset() + func (x *ListAddressesResp) String() string + type LockWalletReq struct + func (*LockWalletReq) Descriptor() ([]byte, []int) + func (*LockWalletReq) ProtoMessage() + func (x *LockWalletReq) ProtoReflect() protoreflect.Message + func (x *LockWalletReq) Reset() + func (x *LockWalletReq) String() string + type LockWalletResp struct + Code uint32 + Error string + func (*LockWalletResp) Descriptor() ([]byte, []int) + func (*LockWalletResp) ProtoMessage() + func (x *LockWalletResp) GetCode() uint32 + func (x *LockWalletResp) GetError() string + func (x *LockWalletResp) ProtoReflect() protoreflect.Message + func (x *LockWalletResp) Reset() + func (x *LockWalletResp) String() string + type NodeInfoReq struct + func (*NodeInfoReq) Descriptor() ([]byte, []int) + func (*NodeInfoReq) ProtoMessage() + func (x *NodeInfoReq) ProtoReflect() protoreflect.Message + func (x *NodeInfoReq) Reset() + func (x *NodeInfoReq) String() string + type NodeInfoResp struct + BlockHeight uint64 + BlockLastHash string + Code uint32 + Error string + NetworkId string + NumConnections string + NumKnownPeers string + Uptime uint64 + Version string + func (*NodeInfoResp) Descriptor() ([]byte, []int) + func (*NodeInfoResp) ProtoMessage() + func (x *NodeInfoResp) GetBlockHeight() uint64 + func (x *NodeInfoResp) GetBlockLastHash() string + func (x *NodeInfoResp) GetCode() uint32 + func (x *NodeInfoResp) GetError() string + func (x *NodeInfoResp) GetNetworkId() string + func (x *NodeInfoResp) GetNumConnections() string + func (x *NodeInfoResp) GetNumKnownPeers() string + func (x *NodeInfoResp) GetUptime() uint64 + func (x *NodeInfoResp) GetVersion() string + func (x *NodeInfoResp) ProtoReflect() protoreflect.Message + func (x *NodeInfoResp) Reset() + func (x *NodeInfoResp) String() string + type OTSReq struct + Address string + func (*OTSReq) Descriptor() ([]byte, []int) + func (*OTSReq) ProtoMessage() + func (x *OTSReq) GetAddress() string + func (x *OTSReq) ProtoReflect() protoreflect.Message + func (x *OTSReq) Reset() + func (x *OTSReq) String() string + type OTSResp struct + Code uint32 + Error string + NextUnusedOtsIndex uint64 + OtsBitfield [][]byte + func (*OTSResp) Descriptor() ([]byte, []int) + func (*OTSResp) ProtoMessage() + func (x *OTSResp) GetCode() uint32 + func (x *OTSResp) GetError() string + func (x *OTSResp) GetNextUnusedOtsIndex() uint64 + func (x *OTSResp) GetOtsBitfield() [][]byte + func (x *OTSResp) ProtoReflect() protoreflect.Message + func (x *OTSResp) Reset() + func (x *OTSResp) String() string + type PaginatedTransactionsByAddressReq struct + Address string + ItemPerPage uint64 + PageNumber uint64 + func (*PaginatedTransactionsByAddressReq) Descriptor() ([]byte, []int) + func (*PaginatedTransactionsByAddressReq) ProtoMessage() + func (x *PaginatedTransactionsByAddressReq) GetAddress() string + func (x *PaginatedTransactionsByAddressReq) GetItemPerPage() uint64 + func (x *PaginatedTransactionsByAddressReq) GetPageNumber() uint64 + func (x *PaginatedTransactionsByAddressReq) ProtoReflect() protoreflect.Message + func (x *PaginatedTransactionsByAddressReq) Reset() + func (x *PaginatedTransactionsByAddressReq) String() string + type PaginatedTransactionsByAddressResp struct + Balance uint64 + Code uint32 + Error string + MiniTransactions []*generated.MiniTransaction + func (*PaginatedTransactionsByAddressResp) Descriptor() ([]byte, []int) + func (*PaginatedTransactionsByAddressResp) ProtoMessage() + func (x *PaginatedTransactionsByAddressResp) GetBalance() uint64 + func (x *PaginatedTransactionsByAddressResp) GetCode() uint32 + func (x *PaginatedTransactionsByAddressResp) GetError() string + func (x *PaginatedTransactionsByAddressResp) GetMiniTransactions() []*generated.MiniTransaction + func (x *PaginatedTransactionsByAddressResp) ProtoReflect() protoreflect.Message + func (x *PaginatedTransactionsByAddressResp) Reset() + func (x *PaginatedTransactionsByAddressResp) String() string + type PlainAddressAmount struct + Address string + Amount uint64 + func (*PlainAddressAmount) Descriptor() ([]byte, []int) + func (*PlainAddressAmount) ProtoMessage() + func (x *PlainAddressAmount) GetAddress() string + func (x *PlainAddressAmount) GetAmount() uint64 + func (x *PlainAddressAmount) ProtoReflect() protoreflect.Message + func (x *PlainAddressAmount) Reset() + func (x *PlainAddressAmount) String() string + type PlainBlock struct + GenesisBalance []*PlainGenesisBalance + Header *PlainBlockHeader + Transactions []*PlainTransaction + func (*PlainBlock) Descriptor() ([]byte, []int) + func (*PlainBlock) ProtoMessage() + func (x *PlainBlock) GetGenesisBalance() []*PlainGenesisBalance + func (x *PlainBlock) GetHeader() *PlainBlockHeader + func (x *PlainBlock) GetTransactions() []*PlainTransaction + func (x *PlainBlock) ProtoReflect() protoreflect.Message + func (x *PlainBlock) Reset() + func (x *PlainBlock) String() string + type PlainBlockHeader struct + BlockNumber uint64 + ExtraNonce uint64 + HashHeader string + HashHeaderPrev string + MerkleRoot string + MiningNonce uint32 + RewardBlock uint64 + RewardFee uint64 + TimestampSeconds uint64 + func (*PlainBlockHeader) Descriptor() ([]byte, []int) + func (*PlainBlockHeader) ProtoMessage() + func (x *PlainBlockHeader) GetBlockNumber() uint64 + func (x *PlainBlockHeader) GetExtraNonce() uint64 + func (x *PlainBlockHeader) GetHashHeader() string + func (x *PlainBlockHeader) GetHashHeaderPrev() string + func (x *PlainBlockHeader) GetMerkleRoot() string + func (x *PlainBlockHeader) GetMiningNonce() uint32 + func (x *PlainBlockHeader) GetRewardBlock() uint64 + func (x *PlainBlockHeader) GetRewardFee() uint64 + func (x *PlainBlockHeader) GetTimestampSeconds() uint64 + func (x *PlainBlockHeader) ProtoReflect() protoreflect.Message + func (x *PlainBlockHeader) Reset() + func (x *PlainBlockHeader) String() string + type PlainGenesisBalance struct + Address string + Balance uint64 + func (*PlainGenesisBalance) Descriptor() ([]byte, []int) + func (*PlainGenesisBalance) ProtoMessage() + func (x *PlainGenesisBalance) GetAddress() string + func (x *PlainGenesisBalance) GetBalance() uint64 + func (x *PlainGenesisBalance) ProtoReflect() protoreflect.Message + func (x *PlainGenesisBalance) Reset() + func (x *PlainGenesisBalance) String() string + type PlainTransaction struct + Fee uint64 + MasterAddr string + Nonce uint64 + PublicKey string + Signature string + SignerAddr string + TransactionHash string + TransactionType isPlainTransaction_TransactionType + func (*PlainTransaction) Descriptor() ([]byte, []int) + func (*PlainTransaction) ProtoMessage() + func (m *PlainTransaction) GetTransactionType() isPlainTransaction_TransactionType + func (x *PlainTransaction) GetCoinbase() *PlainTransaction_CoinBase + func (x *PlainTransaction) GetFee() uint64 + func (x *PlainTransaction) GetLatticePK() *PlainTransaction_LatticePublicKey + func (x *PlainTransaction) GetMasterAddr() string + func (x *PlainTransaction) GetMessage() *PlainTransaction_Message + func (x *PlainTransaction) GetNonce() uint64 + func (x *PlainTransaction) GetPublicKey() string + func (x *PlainTransaction) GetSignature() string + func (x *PlainTransaction) GetSignerAddr() string + func (x *PlainTransaction) GetSlave() *PlainTransaction_Slave + func (x *PlainTransaction) GetToken() *PlainTransaction_Token + func (x *PlainTransaction) GetTransactionHash() string + func (x *PlainTransaction) GetTransfer() *PlainTransaction_Transfer + func (x *PlainTransaction) GetTransferToken() *PlainTransaction_TransferToken + func (x *PlainTransaction) ProtoReflect() protoreflect.Message + func (x *PlainTransaction) Reset() + func (x *PlainTransaction) String() string + type PlainTransaction_CoinBase struct + AddrTo string + Amount uint64 + func (*PlainTransaction_CoinBase) Descriptor() ([]byte, []int) + func (*PlainTransaction_CoinBase) ProtoMessage() + func (x *PlainTransaction_CoinBase) GetAddrTo() string + func (x *PlainTransaction_CoinBase) GetAmount() uint64 + func (x *PlainTransaction_CoinBase) ProtoReflect() protoreflect.Message + func (x *PlainTransaction_CoinBase) Reset() + func (x *PlainTransaction_CoinBase) String() string + type PlainTransaction_Coinbase struct + Coinbase *PlainTransaction_CoinBase + type PlainTransaction_LatticePK struct + LatticePK *PlainTransaction_LatticePublicKey + type PlainTransaction_LatticePublicKey struct + DilithiumPk string + KyberPk string + func (*PlainTransaction_LatticePublicKey) Descriptor() ([]byte, []int) + func (*PlainTransaction_LatticePublicKey) ProtoMessage() + func (x *PlainTransaction_LatticePublicKey) GetDilithiumPk() string + func (x *PlainTransaction_LatticePublicKey) GetKyberPk() string + func (x *PlainTransaction_LatticePublicKey) ProtoReflect() protoreflect.Message + func (x *PlainTransaction_LatticePublicKey) Reset() + func (x *PlainTransaction_LatticePublicKey) String() string + type PlainTransaction_Message struct + MessageHash string + func (*PlainTransaction_Message) Descriptor() ([]byte, []int) + func (*PlainTransaction_Message) ProtoMessage() + func (x *PlainTransaction_Message) GetMessageHash() string + func (x *PlainTransaction_Message) ProtoReflect() protoreflect.Message + func (x *PlainTransaction_Message) Reset() + func (x *PlainTransaction_Message) String() string + type PlainTransaction_Message_ struct + Message *PlainTransaction_Message + type PlainTransaction_Slave struct + AccessTypes []uint32 + SlavePks []string + func (*PlainTransaction_Slave) Descriptor() ([]byte, []int) + func (*PlainTransaction_Slave) ProtoMessage() + func (x *PlainTransaction_Slave) GetAccessTypes() []uint32 + func (x *PlainTransaction_Slave) GetSlavePks() []string + func (x *PlainTransaction_Slave) ProtoReflect() protoreflect.Message + func (x *PlainTransaction_Slave) Reset() + func (x *PlainTransaction_Slave) String() string + type PlainTransaction_Slave_ struct + Slave *PlainTransaction_Slave + type PlainTransaction_Token struct + Decimals uint64 + InitialBalances []*PlainAddressAmount + Name string + Owner string + Symbol string + func (*PlainTransaction_Token) Descriptor() ([]byte, []int) + func (*PlainTransaction_Token) ProtoMessage() + func (x *PlainTransaction_Token) GetDecimals() uint64 + func (x *PlainTransaction_Token) GetInitialBalances() []*PlainAddressAmount + func (x *PlainTransaction_Token) GetName() string + func (x *PlainTransaction_Token) GetOwner() string + func (x *PlainTransaction_Token) GetSymbol() string + func (x *PlainTransaction_Token) ProtoReflect() protoreflect.Message + func (x *PlainTransaction_Token) Reset() + func (x *PlainTransaction_Token) String() string + type PlainTransaction_Token_ struct + Token *PlainTransaction_Token + type PlainTransaction_Transfer struct + AddrsTo []string + Amounts []uint64 + func (*PlainTransaction_Transfer) Descriptor() ([]byte, []int) + func (*PlainTransaction_Transfer) ProtoMessage() + func (x *PlainTransaction_Transfer) GetAddrsTo() []string + func (x *PlainTransaction_Transfer) GetAmounts() []uint64 + func (x *PlainTransaction_Transfer) ProtoReflect() protoreflect.Message + func (x *PlainTransaction_Transfer) Reset() + func (x *PlainTransaction_Transfer) String() string + type PlainTransaction_TransferToken struct + AddrsTo []string + Amounts []uint64 + TokenTxhash string + func (*PlainTransaction_TransferToken) Descriptor() ([]byte, []int) + func (*PlainTransaction_TransferToken) ProtoMessage() + func (x *PlainTransaction_TransferToken) GetAddrsTo() []string + func (x *PlainTransaction_TransferToken) GetAmounts() []uint64 + func (x *PlainTransaction_TransferToken) GetTokenTxhash() string + func (x *PlainTransaction_TransferToken) ProtoReflect() protoreflect.Message + func (x *PlainTransaction_TransferToken) Reset() + func (x *PlainTransaction_TransferToken) String() string + type PlainTransaction_TransferToken_ struct + TransferToken *PlainTransaction_TransferToken + type PlainTransaction_Transfer_ struct + Transfer *PlainTransaction_Transfer + type RelayMessageTxnBySlaveReq struct + Fee uint64 + MasterAddress string + Message string + func (*RelayMessageTxnBySlaveReq) Descriptor() ([]byte, []int) + func (*RelayMessageTxnBySlaveReq) ProtoMessage() + func (x *RelayMessageTxnBySlaveReq) GetFee() uint64 + func (x *RelayMessageTxnBySlaveReq) GetMasterAddress() string + func (x *RelayMessageTxnBySlaveReq) GetMessage() string + func (x *RelayMessageTxnBySlaveReq) ProtoReflect() protoreflect.Message + func (x *RelayMessageTxnBySlaveReq) Reset() + func (x *RelayMessageTxnBySlaveReq) String() string + type RelayMessageTxnReq struct + Fee uint64 + MasterAddress string + Message string + OtsIndex uint64 + SignerAddress string + func (*RelayMessageTxnReq) Descriptor() ([]byte, []int) + func (*RelayMessageTxnReq) ProtoMessage() + func (x *RelayMessageTxnReq) GetFee() uint64 + func (x *RelayMessageTxnReq) GetMasterAddress() string + func (x *RelayMessageTxnReq) GetMessage() string + func (x *RelayMessageTxnReq) GetOtsIndex() uint64 + func (x *RelayMessageTxnReq) GetSignerAddress() string + func (x *RelayMessageTxnReq) ProtoReflect() protoreflect.Message + func (x *RelayMessageTxnReq) Reset() + func (x *RelayMessageTxnReq) String() string + type RelaySlaveTxnBySlaveReq struct + AccessTypes []uint32 + Fee uint64 + MasterAddress string + SlavePks [][]byte + func (*RelaySlaveTxnBySlaveReq) Descriptor() ([]byte, []int) + func (*RelaySlaveTxnBySlaveReq) ProtoMessage() + func (x *RelaySlaveTxnBySlaveReq) GetAccessTypes() []uint32 + func (x *RelaySlaveTxnBySlaveReq) GetFee() uint64 + func (x *RelaySlaveTxnBySlaveReq) GetMasterAddress() string + func (x *RelaySlaveTxnBySlaveReq) GetSlavePks() [][]byte + func (x *RelaySlaveTxnBySlaveReq) ProtoReflect() protoreflect.Message + func (x *RelaySlaveTxnBySlaveReq) Reset() + func (x *RelaySlaveTxnBySlaveReq) String() string + type RelaySlaveTxnReq struct + AccessTypes []uint32 + Fee uint64 + MasterAddress string + OtsIndex uint64 + SignerAddress string + SlavePks [][]byte + func (*RelaySlaveTxnReq) Descriptor() ([]byte, []int) + func (*RelaySlaveTxnReq) ProtoMessage() + func (x *RelaySlaveTxnReq) GetAccessTypes() []uint32 + func (x *RelaySlaveTxnReq) GetFee() uint64 + func (x *RelaySlaveTxnReq) GetMasterAddress() string + func (x *RelaySlaveTxnReq) GetOtsIndex() uint64 + func (x *RelaySlaveTxnReq) GetSignerAddress() string + func (x *RelaySlaveTxnReq) GetSlavePks() [][]byte + func (x *RelaySlaveTxnReq) ProtoReflect() protoreflect.Message + func (x *RelaySlaveTxnReq) Reset() + func (x *RelaySlaveTxnReq) String() string + type RelayTokenTxnBySlaveReq struct + Addresses []string + Amounts []uint64 + Decimals uint64 + Fee uint64 + MasterAddress string + Name string + Owner string + Symbol string + func (*RelayTokenTxnBySlaveReq) Descriptor() ([]byte, []int) + func (*RelayTokenTxnBySlaveReq) ProtoMessage() + func (x *RelayTokenTxnBySlaveReq) GetAddresses() []string + func (x *RelayTokenTxnBySlaveReq) GetAmounts() []uint64 + func (x *RelayTokenTxnBySlaveReq) GetDecimals() uint64 + func (x *RelayTokenTxnBySlaveReq) GetFee() uint64 + func (x *RelayTokenTxnBySlaveReq) GetMasterAddress() string + func (x *RelayTokenTxnBySlaveReq) GetName() string + func (x *RelayTokenTxnBySlaveReq) GetOwner() string + func (x *RelayTokenTxnBySlaveReq) GetSymbol() string + func (x *RelayTokenTxnBySlaveReq) ProtoReflect() protoreflect.Message + func (x *RelayTokenTxnBySlaveReq) Reset() + func (x *RelayTokenTxnBySlaveReq) String() string + type RelayTokenTxnReq struct + Addresses []string + Amounts []uint64 + Decimals uint64 + Fee uint64 + MasterAddress string + Name string + OtsIndex uint64 + Owner string + SignerAddress string + Symbol string + func (*RelayTokenTxnReq) Descriptor() ([]byte, []int) + func (*RelayTokenTxnReq) ProtoMessage() + func (x *RelayTokenTxnReq) GetAddresses() []string + func (x *RelayTokenTxnReq) GetAmounts() []uint64 + func (x *RelayTokenTxnReq) GetDecimals() uint64 + func (x *RelayTokenTxnReq) GetFee() uint64 + func (x *RelayTokenTxnReq) GetMasterAddress() string + func (x *RelayTokenTxnReq) GetName() string + func (x *RelayTokenTxnReq) GetOtsIndex() uint64 + func (x *RelayTokenTxnReq) GetOwner() string + func (x *RelayTokenTxnReq) GetSignerAddress() string + func (x *RelayTokenTxnReq) GetSymbol() string + func (x *RelayTokenTxnReq) ProtoReflect() protoreflect.Message + func (x *RelayTokenTxnReq) Reset() + func (x *RelayTokenTxnReq) String() string + type RelayTransferTokenTxnBySlaveReq struct + AddressesTo []string + Amounts []uint64 + Fee uint64 + MasterAddress string + TokenTxhash string + func (*RelayTransferTokenTxnBySlaveReq) Descriptor() ([]byte, []int) + func (*RelayTransferTokenTxnBySlaveReq) ProtoMessage() + func (x *RelayTransferTokenTxnBySlaveReq) GetAddressesTo() []string + func (x *RelayTransferTokenTxnBySlaveReq) GetAmounts() []uint64 + func (x *RelayTransferTokenTxnBySlaveReq) GetFee() uint64 + func (x *RelayTransferTokenTxnBySlaveReq) GetMasterAddress() string + func (x *RelayTransferTokenTxnBySlaveReq) GetTokenTxhash() string + func (x *RelayTransferTokenTxnBySlaveReq) ProtoReflect() protoreflect.Message + func (x *RelayTransferTokenTxnBySlaveReq) Reset() + func (x *RelayTransferTokenTxnBySlaveReq) String() string + type RelayTransferTokenTxnReq struct + AddressesTo []string + Amounts []uint64 + Fee uint64 + MasterAddress string + OtsIndex uint64 + SignerAddress string + TokenTxhash string + func (*RelayTransferTokenTxnReq) Descriptor() ([]byte, []int) + func (*RelayTransferTokenTxnReq) ProtoMessage() + func (x *RelayTransferTokenTxnReq) GetAddressesTo() []string + func (x *RelayTransferTokenTxnReq) GetAmounts() []uint64 + func (x *RelayTransferTokenTxnReq) GetFee() uint64 + func (x *RelayTransferTokenTxnReq) GetMasterAddress() string + func (x *RelayTransferTokenTxnReq) GetOtsIndex() uint64 + func (x *RelayTransferTokenTxnReq) GetSignerAddress() string + func (x *RelayTransferTokenTxnReq) GetTokenTxhash() string + func (x *RelayTransferTokenTxnReq) ProtoReflect() protoreflect.Message + func (x *RelayTransferTokenTxnReq) Reset() + func (x *RelayTransferTokenTxnReq) String() string + type RelayTransferTxnBySlaveReq struct + AddressesTo []string + Amounts []uint64 + Fee uint64 + MasterAddress string + func (*RelayTransferTxnBySlaveReq) Descriptor() ([]byte, []int) + func (*RelayTransferTxnBySlaveReq) ProtoMessage() + func (x *RelayTransferTxnBySlaveReq) GetAddressesTo() []string + func (x *RelayTransferTxnBySlaveReq) GetAmounts() []uint64 + func (x *RelayTransferTxnBySlaveReq) GetFee() uint64 + func (x *RelayTransferTxnBySlaveReq) GetMasterAddress() string + func (x *RelayTransferTxnBySlaveReq) ProtoReflect() protoreflect.Message + func (x *RelayTransferTxnBySlaveReq) Reset() + func (x *RelayTransferTxnBySlaveReq) String() string + type RelayTransferTxnReq struct + AddressesTo []string + Amounts []uint64 + Fee uint64 + MasterAddress string + OtsIndex uint64 + SignerAddress string + func (*RelayTransferTxnReq) Descriptor() ([]byte, []int) + func (*RelayTransferTxnReq) ProtoMessage() + func (x *RelayTransferTxnReq) GetAddressesTo() []string + func (x *RelayTransferTxnReq) GetAmounts() []uint64 + func (x *RelayTransferTxnReq) GetFee() uint64 + func (x *RelayTransferTxnReq) GetMasterAddress() string + func (x *RelayTransferTxnReq) GetOtsIndex() uint64 + func (x *RelayTransferTxnReq) GetSignerAddress() string + func (x *RelayTransferTxnReq) ProtoReflect() protoreflect.Message + func (x *RelayTransferTxnReq) Reset() + func (x *RelayTransferTxnReq) String() string + type RelayTxnResp struct + Code uint32 + Error string + Tx *PlainTransaction + func (*RelayTxnResp) Descriptor() ([]byte, []int) + func (*RelayTxnResp) ProtoMessage() + func (x *RelayTxnResp) GetCode() uint32 + func (x *RelayTxnResp) GetError() string + func (x *RelayTxnResp) GetTx() *PlainTransaction + func (x *RelayTxnResp) ProtoReflect() protoreflect.Message + func (x *RelayTxnResp) Reset() + func (x *RelayTxnResp) String() string + type RemoveAddressReq struct + Address string + func (*RemoveAddressReq) Descriptor() ([]byte, []int) + func (*RemoveAddressReq) ProtoMessage() + func (x *RemoveAddressReq) GetAddress() string + func (x *RemoveAddressReq) ProtoReflect() protoreflect.Message + func (x *RemoveAddressReq) Reset() + func (x *RemoveAddressReq) String() string + type RemoveAddressResp struct + Code uint32 + Error string + func (*RemoveAddressResp) Descriptor() ([]byte, []int) + func (*RemoveAddressResp) ProtoMessage() + func (x *RemoveAddressResp) GetCode() uint32 + func (x *RemoveAddressResp) GetError() string + func (x *RemoveAddressResp) ProtoReflect() protoreflect.Message + func (x *RemoveAddressResp) Reset() + func (x *RemoveAddressResp) String() string + type TotalBalanceReq struct + func (*TotalBalanceReq) Descriptor() ([]byte, []int) + func (*TotalBalanceReq) ProtoMessage() + func (x *TotalBalanceReq) ProtoReflect() protoreflect.Message + func (x *TotalBalanceReq) Reset() + func (x *TotalBalanceReq) String() string + type TotalBalanceResp struct + Balance string + Code uint32 + Error string + func (*TotalBalanceResp) Descriptor() ([]byte, []int) + func (*TotalBalanceResp) ProtoMessage() + func (x *TotalBalanceResp) GetBalance() string + func (x *TotalBalanceResp) GetCode() uint32 + func (x *TotalBalanceResp) GetError() string + func (x *TotalBalanceResp) ProtoReflect() protoreflect.Message + func (x *TotalBalanceResp) Reset() + func (x *TotalBalanceResp) String() string + type TransactionReq struct + TxHash string + func (*TransactionReq) Descriptor() ([]byte, []int) + func (*TransactionReq) ProtoMessage() + func (x *TransactionReq) GetTxHash() string + func (x *TransactionReq) ProtoReflect() protoreflect.Message + func (x *TransactionReq) Reset() + func (x *TransactionReq) String() string + type TransactionResp struct + BlockHeaderHash string + BlockNumber uint64 + Code uint32 + Confirmations string + Error string + Tx *PlainTransaction + func (*TransactionResp) Descriptor() ([]byte, []int) + func (*TransactionResp) ProtoMessage() + func (x *TransactionResp) GetBlockHeaderHash() string + func (x *TransactionResp) GetBlockNumber() uint64 + func (x *TransactionResp) GetCode() uint32 + func (x *TransactionResp) GetConfirmations() string + func (x *TransactionResp) GetError() string + func (x *TransactionResp) GetTx() *PlainTransaction + func (x *TransactionResp) ProtoReflect() protoreflect.Message + func (x *TransactionResp) Reset() + func (x *TransactionResp) String() string + type TransactionsByAddressReq struct + Address string + func (*TransactionsByAddressReq) Descriptor() ([]byte, []int) + func (*TransactionsByAddressReq) ProtoMessage() + func (x *TransactionsByAddressReq) GetAddress() string + func (x *TransactionsByAddressReq) ProtoReflect() protoreflect.Message + func (x *TransactionsByAddressReq) Reset() + func (x *TransactionsByAddressReq) String() string + type TransactionsByAddressResp struct + Balance uint64 + Code uint32 + Error string + MiniTransactions []*generated.MiniTransaction + func (*TransactionsByAddressResp) Descriptor() ([]byte, []int) + func (*TransactionsByAddressResp) ProtoMessage() + func (x *TransactionsByAddressResp) GetBalance() uint64 + func (x *TransactionsByAddressResp) GetCode() uint32 + func (x *TransactionsByAddressResp) GetError() string + func (x *TransactionsByAddressResp) GetMiniTransactions() []*generated.MiniTransaction + func (x *TransactionsByAddressResp) ProtoReflect() protoreflect.Message + func (x *TransactionsByAddressResp) Reset() + func (x *TransactionsByAddressResp) String() string + type UnimplementedWalletAPIServer struct + func (UnimplementedWalletAPIServer) AddNewAddress(context.Context, *AddNewAddressReq) (*AddNewAddressResp, error) + func (UnimplementedWalletAPIServer) AddNewAddressWithSlaves(context.Context, *AddNewAddressWithSlavesReq) (*AddNewAddressResp, error) + func (UnimplementedWalletAPIServer) ChangePassphrase(context.Context, *ChangePassphraseReq) (*ChangePassphraseResp, error) + func (UnimplementedWalletAPIServer) EncryptWallet(context.Context, *EncryptWalletReq) (*EncryptWalletResp, error) + func (UnimplementedWalletAPIServer) GetAddressFromPK(context.Context, *AddressFromPKReq) (*AddressFromPKResp, error) + func (UnimplementedWalletAPIServer) GetBalance(context.Context, *BalanceReq) (*BalanceResp, error) + func (UnimplementedWalletAPIServer) GetBlock(context.Context, *BlockReq) (*BlockResp, error) + func (UnimplementedWalletAPIServer) GetBlockByNumber(context.Context, *BlockByNumberReq) (*BlockResp, error) + func (UnimplementedWalletAPIServer) GetHeight(context.Context, *HeightReq) (*HeightResp, error) + func (UnimplementedWalletAPIServer) GetNodeInfo(context.Context, *NodeInfoReq) (*NodeInfoResp, error) + func (UnimplementedWalletAPIServer) GetOTS(context.Context, *OTSReq) (*OTSResp, error) + func (UnimplementedWalletAPIServer) GetPaginatedTransactionsByAddress(context.Context, *PaginatedTransactionsByAddressReq) (*PaginatedTransactionsByAddressResp, error) + func (UnimplementedWalletAPIServer) GetRecoverySeeds(context.Context, *GetRecoverySeedsReq) (*GetRecoverySeedsResp, error) + func (UnimplementedWalletAPIServer) GetTotalBalance(context.Context, *TotalBalanceReq) (*TotalBalanceResp, error) + func (UnimplementedWalletAPIServer) GetTransaction(context.Context, *TransactionReq) (*TransactionResp, error) + func (UnimplementedWalletAPIServer) GetTransactionsByAddress(context.Context, *TransactionsByAddressReq) (*TransactionsByAddressResp, error) + func (UnimplementedWalletAPIServer) GetWalletInfo(context.Context, *GetWalletInfoReq) (*GetWalletInfoResp, error) + func (UnimplementedWalletAPIServer) IsValidAddress(context.Context, *ValidAddressReq) (*ValidAddressResp, error) + func (UnimplementedWalletAPIServer) ListAddresses(context.Context, *ListAddressesReq) (*ListAddressesResp, error) + func (UnimplementedWalletAPIServer) LockWallet(context.Context, *LockWalletReq) (*LockWalletResp, error) + func (UnimplementedWalletAPIServer) RelayMessageTxn(context.Context, *RelayMessageTxnReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelayMessageTxnBySlave(context.Context, *RelayMessageTxnBySlaveReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelaySlaveTxn(context.Context, *RelaySlaveTxnReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelaySlaveTxnBySlave(context.Context, *RelaySlaveTxnBySlaveReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelayTokenTxn(context.Context, *RelayTokenTxnReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelayTokenTxnBySlave(context.Context, *RelayTokenTxnBySlaveReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelayTransferTokenTxn(context.Context, *RelayTransferTokenTxnReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelayTransferTokenTxnBySlave(context.Context, *RelayTransferTokenTxnBySlaveReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelayTransferTxn(context.Context, *RelayTransferTxnReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RelayTransferTxnBySlave(context.Context, *RelayTransferTxnBySlaveReq) (*RelayTxnResp, error) + func (UnimplementedWalletAPIServer) RemoveAddress(context.Context, *RemoveAddressReq) (*RemoveAddressResp, error) + func (UnimplementedWalletAPIServer) UnlockWallet(context.Context, *UnlockWalletReq) (*UnlockWalletResp, error) + type UnlockWalletReq struct + Passphrase string + func (*UnlockWalletReq) Descriptor() ([]byte, []int) + func (*UnlockWalletReq) ProtoMessage() + func (x *UnlockWalletReq) GetPassphrase() string + func (x *UnlockWalletReq) ProtoReflect() protoreflect.Message + func (x *UnlockWalletReq) Reset() + func (x *UnlockWalletReq) String() string + type UnlockWalletResp struct + Code uint32 + Error string + func (*UnlockWalletResp) Descriptor() ([]byte, []int) + func (*UnlockWalletResp) ProtoMessage() + func (x *UnlockWalletResp) GetCode() uint32 + func (x *UnlockWalletResp) GetError() string + func (x *UnlockWalletResp) ProtoReflect() protoreflect.Message + func (x *UnlockWalletResp) Reset() + func (x *UnlockWalletResp) String() string + type UnsafeWalletAPIServer interface + type ValidAddressReq struct + Address string + func (*ValidAddressReq) Descriptor() ([]byte, []int) + func (*ValidAddressReq) ProtoMessage() + func (x *ValidAddressReq) GetAddress() string + func (x *ValidAddressReq) ProtoReflect() protoreflect.Message + func (x *ValidAddressReq) Reset() + func (x *ValidAddressReq) String() string + type ValidAddressResp struct + Code uint32 + Error string + Valid string + func (*ValidAddressResp) Descriptor() ([]byte, []int) + func (*ValidAddressResp) ProtoMessage() + func (x *ValidAddressResp) GetCode() uint32 + func (x *ValidAddressResp) GetError() string + func (x *ValidAddressResp) GetValid() string + func (x *ValidAddressResp) ProtoReflect() protoreflect.Message + func (x *ValidAddressResp) Reset() + func (x *ValidAddressResp) String() string + type WalletAPIClient interface + AddNewAddress func(ctx context.Context, in *AddNewAddressReq, opts ...grpc.CallOption) (*AddNewAddressResp, error) + AddNewAddressWithSlaves func(ctx context.Context, in *AddNewAddressWithSlavesReq, opts ...grpc.CallOption) (*AddNewAddressResp, error) + ChangePassphrase func(ctx context.Context, in *ChangePassphraseReq, opts ...grpc.CallOption) (*ChangePassphraseResp, error) + EncryptWallet func(ctx context.Context, in *EncryptWalletReq, opts ...grpc.CallOption) (*EncryptWalletResp, error) + GetAddressFromPK func(ctx context.Context, in *AddressFromPKReq, opts ...grpc.CallOption) (*AddressFromPKResp, error) + GetBalance func(ctx context.Context, in *BalanceReq, opts ...grpc.CallOption) (*BalanceResp, error) + GetBlock func(ctx context.Context, in *BlockReq, opts ...grpc.CallOption) (*BlockResp, error) + GetBlockByNumber func(ctx context.Context, in *BlockByNumberReq, opts ...grpc.CallOption) (*BlockResp, error) + GetHeight func(ctx context.Context, in *HeightReq, opts ...grpc.CallOption) (*HeightResp, error) + GetNodeInfo func(ctx context.Context, in *NodeInfoReq, opts ...grpc.CallOption) (*NodeInfoResp, error) + GetOTS func(ctx context.Context, in *OTSReq, opts ...grpc.CallOption) (*OTSResp, error) + GetPaginatedTransactionsByAddress func(ctx context.Context, in *PaginatedTransactionsByAddressReq, ...) (*PaginatedTransactionsByAddressResp, error) + GetRecoverySeeds func(ctx context.Context, in *GetRecoverySeedsReq, opts ...grpc.CallOption) (*GetRecoverySeedsResp, error) + GetTotalBalance func(ctx context.Context, in *TotalBalanceReq, opts ...grpc.CallOption) (*TotalBalanceResp, error) + GetTransaction func(ctx context.Context, in *TransactionReq, opts ...grpc.CallOption) (*TransactionResp, error) + GetTransactionsByAddress func(ctx context.Context, in *TransactionsByAddressReq, opts ...grpc.CallOption) (*TransactionsByAddressResp, error) + GetWalletInfo func(ctx context.Context, in *GetWalletInfoReq, opts ...grpc.CallOption) (*GetWalletInfoResp, error) + IsValidAddress func(ctx context.Context, in *ValidAddressReq, opts ...grpc.CallOption) (*ValidAddressResp, error) + ListAddresses func(ctx context.Context, in *ListAddressesReq, opts ...grpc.CallOption) (*ListAddressesResp, error) + LockWallet func(ctx context.Context, in *LockWalletReq, opts ...grpc.CallOption) (*LockWalletResp, error) + RelayMessageTxn func(ctx context.Context, in *RelayMessageTxnReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RelayMessageTxnBySlave func(ctx context.Context, in *RelayMessageTxnBySlaveReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RelaySlaveTxn func(ctx context.Context, in *RelaySlaveTxnReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RelaySlaveTxnBySlave func(ctx context.Context, in *RelaySlaveTxnBySlaveReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RelayTokenTxn func(ctx context.Context, in *RelayTokenTxnReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RelayTokenTxnBySlave func(ctx context.Context, in *RelayTokenTxnBySlaveReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RelayTransferTokenTxn func(ctx context.Context, in *RelayTransferTokenTxnReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RelayTransferTokenTxnBySlave func(ctx context.Context, in *RelayTransferTokenTxnBySlaveReq, ...) (*RelayTxnResp, error) + RelayTransferTxn func(ctx context.Context, in *RelayTransferTxnReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RelayTransferTxnBySlave func(ctx context.Context, in *RelayTransferTxnBySlaveReq, opts ...grpc.CallOption) (*RelayTxnResp, error) + RemoveAddress func(ctx context.Context, in *RemoveAddressReq, opts ...grpc.CallOption) (*RemoveAddressResp, error) + UnlockWallet func(ctx context.Context, in *UnlockWalletReq, opts ...grpc.CallOption) (*UnlockWalletResp, error) + func NewWalletAPIClient(cc grpc.ClientConnInterface) WalletAPIClient + type WalletAPIServer interface + AddNewAddress func(context.Context, *AddNewAddressReq) (*AddNewAddressResp, error) + AddNewAddressWithSlaves func(context.Context, *AddNewAddressWithSlavesReq) (*AddNewAddressResp, error) + ChangePassphrase func(context.Context, *ChangePassphraseReq) (*ChangePassphraseResp, error) + EncryptWallet func(context.Context, *EncryptWalletReq) (*EncryptWalletResp, error) + GetAddressFromPK func(context.Context, *AddressFromPKReq) (*AddressFromPKResp, error) + GetBalance func(context.Context, *BalanceReq) (*BalanceResp, error) + GetBlock func(context.Context, *BlockReq) (*BlockResp, error) + GetBlockByNumber func(context.Context, *BlockByNumberReq) (*BlockResp, error) + GetHeight func(context.Context, *HeightReq) (*HeightResp, error) + GetNodeInfo func(context.Context, *NodeInfoReq) (*NodeInfoResp, error) + GetOTS func(context.Context, *OTSReq) (*OTSResp, error) + GetPaginatedTransactionsByAddress func(context.Context, *PaginatedTransactionsByAddressReq) (*PaginatedTransactionsByAddressResp, error) + GetRecoverySeeds func(context.Context, *GetRecoverySeedsReq) (*GetRecoverySeedsResp, error) + GetTotalBalance func(context.Context, *TotalBalanceReq) (*TotalBalanceResp, error) + GetTransaction func(context.Context, *TransactionReq) (*TransactionResp, error) + GetTransactionsByAddress func(context.Context, *TransactionsByAddressReq) (*TransactionsByAddressResp, error) + GetWalletInfo func(context.Context, *GetWalletInfoReq) (*GetWalletInfoResp, error) + IsValidAddress func(context.Context, *ValidAddressReq) (*ValidAddressResp, error) + ListAddresses func(context.Context, *ListAddressesReq) (*ListAddressesResp, error) + LockWallet func(context.Context, *LockWalletReq) (*LockWalletResp, error) + RelayMessageTxn func(context.Context, *RelayMessageTxnReq) (*RelayTxnResp, error) + RelayMessageTxnBySlave func(context.Context, *RelayMessageTxnBySlaveReq) (*RelayTxnResp, error) + RelaySlaveTxn func(context.Context, *RelaySlaveTxnReq) (*RelayTxnResp, error) + RelaySlaveTxnBySlave func(context.Context, *RelaySlaveTxnBySlaveReq) (*RelayTxnResp, error) + RelayTokenTxn func(context.Context, *RelayTokenTxnReq) (*RelayTxnResp, error) + RelayTokenTxnBySlave func(context.Context, *RelayTokenTxnBySlaveReq) (*RelayTxnResp, error) + RelayTransferTokenTxn func(context.Context, *RelayTransferTokenTxnReq) (*RelayTxnResp, error) + RelayTransferTokenTxnBySlave func(context.Context, *RelayTransferTokenTxnBySlaveReq) (*RelayTxnResp, error) + RelayTransferTxn func(context.Context, *RelayTransferTxnReq) (*RelayTxnResp, error) + RelayTransferTxnBySlave func(context.Context, *RelayTransferTxnBySlaveReq) (*RelayTxnResp, error) + RemoveAddress func(context.Context, *RemoveAddressReq) (*RemoveAddressResp, error) + UnlockWallet func(context.Context, *UnlockWalletReq) (*UnlockWalletResp, error)