Versions in this module Expand all Collapse all v0 v0.0.8 Apr 4, 2019 Changes in this version + var ChangePassphraseRequest_Key_name = map[int32]string + var ChangePassphraseRequest_Key_value = map[string]int32 + var NextAddressRequest_Kind_name = map[int32]string + var NextAddressRequest_Kind_value = map[string]int32 + func RegisterVersionServiceServer(s *grpc.Server, srv VersionServiceServer) + func RegisterWalletLoaderServiceServer(s *grpc.Server, srv WalletLoaderServiceServer) + func RegisterWalletServiceServer(s *grpc.Server, srv WalletServiceServer) + type AccountBalance struct + Account uint32 + TotalBalance int64 + func (*AccountBalance) Descriptor() ([]byte, []int) + func (*AccountBalance) ProtoMessage() + func (m *AccountBalance) GetAccount() uint32 + func (m *AccountBalance) GetTotalBalance() int64 + func (m *AccountBalance) Reset() + func (m *AccountBalance) String() string + type AccountNotificationsRequest struct + func (*AccountNotificationsRequest) Descriptor() ([]byte, []int) + func (*AccountNotificationsRequest) ProtoMessage() + func (m *AccountNotificationsRequest) Reset() + func (m *AccountNotificationsRequest) String() string + type AccountNotificationsResponse struct + AccountName string + AccountNumber uint32 + ExternalKeyCount uint32 + ImportedKeyCount uint32 + InternalKeyCount uint32 + func (*AccountNotificationsResponse) Descriptor() ([]byte, []int) + func (*AccountNotificationsResponse) ProtoMessage() + func (m *AccountNotificationsResponse) GetAccountName() string + func (m *AccountNotificationsResponse) GetAccountNumber() uint32 + func (m *AccountNotificationsResponse) GetExternalKeyCount() uint32 + func (m *AccountNotificationsResponse) GetImportedKeyCount() uint32 + func (m *AccountNotificationsResponse) GetInternalKeyCount() uint32 + func (m *AccountNotificationsResponse) Reset() + func (m *AccountNotificationsResponse) String() string + type AccountNumberRequest struct + AccountName string + func (*AccountNumberRequest) Descriptor() ([]byte, []int) + func (*AccountNumberRequest) ProtoMessage() + func (m *AccountNumberRequest) GetAccountName() string + func (m *AccountNumberRequest) Reset() + func (m *AccountNumberRequest) String() string + type AccountNumberResponse struct + AccountNumber uint32 + func (*AccountNumberResponse) Descriptor() ([]byte, []int) + func (*AccountNumberResponse) ProtoMessage() + func (m *AccountNumberResponse) GetAccountNumber() uint32 + func (m *AccountNumberResponse) Reset() + func (m *AccountNumberResponse) String() string + type AccountsRequest struct + func (*AccountsRequest) Descriptor() ([]byte, []int) + func (*AccountsRequest) ProtoMessage() + func (m *AccountsRequest) Reset() + func (m *AccountsRequest) String() string + type AccountsResponse struct + Accounts []*AccountsResponse_Account + CurrentBlockHash []byte + CurrentBlockHeight int32 + func (*AccountsResponse) Descriptor() ([]byte, []int) + func (*AccountsResponse) ProtoMessage() + func (m *AccountsResponse) GetAccounts() []*AccountsResponse_Account + func (m *AccountsResponse) GetCurrentBlockHash() []byte + func (m *AccountsResponse) GetCurrentBlockHeight() int32 + func (m *AccountsResponse) Reset() + func (m *AccountsResponse) String() string + type AccountsResponse_Account struct + AccountName string + AccountNumber uint32 + ExternalKeyCount uint32 + ImportedKeyCount uint32 + InternalKeyCount uint32 + TotalBalance int64 + func (*AccountsResponse_Account) Descriptor() ([]byte, []int) + func (*AccountsResponse_Account) ProtoMessage() + func (m *AccountsResponse_Account) GetAccountName() string + func (m *AccountsResponse_Account) GetAccountNumber() uint32 + func (m *AccountsResponse_Account) GetExternalKeyCount() uint32 + func (m *AccountsResponse_Account) GetImportedKeyCount() uint32 + func (m *AccountsResponse_Account) GetInternalKeyCount() uint32 + func (m *AccountsResponse_Account) GetTotalBalance() int64 + func (m *AccountsResponse_Account) Reset() + func (m *AccountsResponse_Account) String() string + type BalanceRequest struct + AccountNumber uint32 + RequiredConfirmations int32 + func (*BalanceRequest) Descriptor() ([]byte, []int) + func (*BalanceRequest) ProtoMessage() + func (m *BalanceRequest) GetAccountNumber() uint32 + func (m *BalanceRequest) GetRequiredConfirmations() int32 + func (m *BalanceRequest) Reset() + func (m *BalanceRequest) String() string + type BalanceResponse struct + ImmatureReward int64 + Spendable int64 + Total int64 + func (*BalanceResponse) Descriptor() ([]byte, []int) + func (*BalanceResponse) ProtoMessage() + func (m *BalanceResponse) GetImmatureReward() int64 + func (m *BalanceResponse) GetSpendable() int64 + func (m *BalanceResponse) GetTotal() int64 + func (m *BalanceResponse) Reset() + func (m *BalanceResponse) String() string + type BlockDetails struct + Hash []byte + Height int32 + Timestamp int64 + Transactions []*TransactionDetails + func (*BlockDetails) Descriptor() ([]byte, []int) + func (*BlockDetails) ProtoMessage() + func (m *BlockDetails) GetHash() []byte + func (m *BlockDetails) GetHeight() int32 + func (m *BlockDetails) GetTimestamp() int64 + func (m *BlockDetails) GetTransactions() []*TransactionDetails + func (m *BlockDetails) Reset() + func (m *BlockDetails) String() string + type ChangePassphraseRequest struct + Key ChangePassphraseRequest_Key + NewPassphrase []byte + OldPassphrase []byte + func (*ChangePassphraseRequest) Descriptor() ([]byte, []int) + func (*ChangePassphraseRequest) ProtoMessage() + func (m *ChangePassphraseRequest) GetKey() ChangePassphraseRequest_Key + func (m *ChangePassphraseRequest) GetNewPassphrase() []byte + func (m *ChangePassphraseRequest) GetOldPassphrase() []byte + func (m *ChangePassphraseRequest) Reset() + func (m *ChangePassphraseRequest) String() string + type ChangePassphraseRequest_Key int32 + const ChangePassphraseRequest_PRIVATE + const ChangePassphraseRequest_PUBLIC + func (ChangePassphraseRequest_Key) EnumDescriptor() ([]byte, []int) + func (x ChangePassphraseRequest_Key) String() string + type ChangePassphraseResponse struct + func (*ChangePassphraseResponse) Descriptor() ([]byte, []int) + func (*ChangePassphraseResponse) ProtoMessage() + func (m *ChangePassphraseResponse) Reset() + func (m *ChangePassphraseResponse) String() string + type CloseWalletRequest struct + func (*CloseWalletRequest) Descriptor() ([]byte, []int) + func (*CloseWalletRequest) ProtoMessage() + func (m *CloseWalletRequest) Reset() + func (m *CloseWalletRequest) String() string + type CloseWalletResponse struct + func (*CloseWalletResponse) Descriptor() ([]byte, []int) + func (*CloseWalletResponse) ProtoMessage() + func (m *CloseWalletResponse) Reset() + func (m *CloseWalletResponse) String() string + type CreateWalletRequest struct + PrivatePassphrase []byte + PublicPassphrase []byte + Seed []byte + func (*CreateWalletRequest) Descriptor() ([]byte, []int) + func (*CreateWalletRequest) ProtoMessage() + func (m *CreateWalletRequest) GetPrivatePassphrase() []byte + func (m *CreateWalletRequest) GetPublicPassphrase() []byte + func (m *CreateWalletRequest) GetSeed() []byte + func (m *CreateWalletRequest) Reset() + func (m *CreateWalletRequest) String() string + type CreateWalletResponse struct + func (*CreateWalletResponse) Descriptor() ([]byte, []int) + func (*CreateWalletResponse) ProtoMessage() + func (m *CreateWalletResponse) Reset() + func (m *CreateWalletResponse) String() string + type FundTransactionRequest struct + Account uint32 + IncludeChangeScript bool + IncludeImmatureCoinbases bool + RequiredConfirmations int32 + TargetAmount int64 + func (*FundTransactionRequest) Descriptor() ([]byte, []int) + func (*FundTransactionRequest) ProtoMessage() + func (m *FundTransactionRequest) GetAccount() uint32 + func (m *FundTransactionRequest) GetIncludeChangeScript() bool + func (m *FundTransactionRequest) GetIncludeImmatureCoinbases() bool + func (m *FundTransactionRequest) GetRequiredConfirmations() int32 + func (m *FundTransactionRequest) GetTargetAmount() int64 + func (m *FundTransactionRequest) Reset() + func (m *FundTransactionRequest) String() string + type FundTransactionResponse struct + ChangePkScript []byte + SelectedOutputs []*FundTransactionResponse_PreviousOutput + TotalAmount int64 + func (*FundTransactionResponse) Descriptor() ([]byte, []int) + func (*FundTransactionResponse) ProtoMessage() + func (m *FundTransactionResponse) GetChangePkScript() []byte + func (m *FundTransactionResponse) GetSelectedOutputs() []*FundTransactionResponse_PreviousOutput + func (m *FundTransactionResponse) GetTotalAmount() int64 + func (m *FundTransactionResponse) Reset() + func (m *FundTransactionResponse) String() string + type FundTransactionResponse_PreviousOutput struct + Amount int64 + FromCoinbase bool + OutputIndex uint32 + PkScript []byte + ReceiveTime int64 + TransactionHash []byte + func (*FundTransactionResponse_PreviousOutput) Descriptor() ([]byte, []int) + func (*FundTransactionResponse_PreviousOutput) ProtoMessage() + func (m *FundTransactionResponse_PreviousOutput) GetAmount() int64 + func (m *FundTransactionResponse_PreviousOutput) GetFromCoinbase() bool + func (m *FundTransactionResponse_PreviousOutput) GetOutputIndex() uint32 + func (m *FundTransactionResponse_PreviousOutput) GetPkScript() []byte + func (m *FundTransactionResponse_PreviousOutput) GetReceiveTime() int64 + func (m *FundTransactionResponse_PreviousOutput) GetTransactionHash() []byte + func (m *FundTransactionResponse_PreviousOutput) Reset() + func (m *FundTransactionResponse_PreviousOutput) String() string + type GetTransactionsRequest struct + EndingBlockHash []byte + EndingBlockHeight int32 + MinimumRecentTransactions int32 + StartingBlockHash []byte + StartingBlockHeight int32 + func (*GetTransactionsRequest) Descriptor() ([]byte, []int) + func (*GetTransactionsRequest) ProtoMessage() + func (m *GetTransactionsRequest) GetEndingBlockHash() []byte + func (m *GetTransactionsRequest) GetEndingBlockHeight() int32 + func (m *GetTransactionsRequest) GetMinimumRecentTransactions() int32 + func (m *GetTransactionsRequest) GetStartingBlockHash() []byte + func (m *GetTransactionsRequest) GetStartingBlockHeight() int32 + func (m *GetTransactionsRequest) Reset() + func (m *GetTransactionsRequest) String() string + type GetTransactionsResponse struct + MinedTransactions []*BlockDetails + UnminedTransactions []*TransactionDetails + func (*GetTransactionsResponse) Descriptor() ([]byte, []int) + func (*GetTransactionsResponse) ProtoMessage() + func (m *GetTransactionsResponse) GetMinedTransactions() []*BlockDetails + func (m *GetTransactionsResponse) GetUnminedTransactions() []*TransactionDetails + func (m *GetTransactionsResponse) Reset() + func (m *GetTransactionsResponse) String() string + type ImportPrivateKeyRequest struct + Account uint32 + Passphrase []byte + PrivateKeyWif string + Rescan bool + func (*ImportPrivateKeyRequest) Descriptor() ([]byte, []int) + func (*ImportPrivateKeyRequest) ProtoMessage() + func (m *ImportPrivateKeyRequest) GetAccount() uint32 + func (m *ImportPrivateKeyRequest) GetPassphrase() []byte + func (m *ImportPrivateKeyRequest) GetPrivateKeyWif() string + func (m *ImportPrivateKeyRequest) GetRescan() bool + func (m *ImportPrivateKeyRequest) Reset() + func (m *ImportPrivateKeyRequest) String() string + type ImportPrivateKeyResponse struct + func (*ImportPrivateKeyResponse) Descriptor() ([]byte, []int) + func (*ImportPrivateKeyResponse) ProtoMessage() + func (m *ImportPrivateKeyResponse) Reset() + func (m *ImportPrivateKeyResponse) String() string + type NetworkRequest struct + func (*NetworkRequest) Descriptor() ([]byte, []int) + func (*NetworkRequest) ProtoMessage() + func (m *NetworkRequest) Reset() + func (m *NetworkRequest) String() string + type NetworkResponse struct + ActiveNetwork uint32 + func (*NetworkResponse) Descriptor() ([]byte, []int) + func (*NetworkResponse) ProtoMessage() + func (m *NetworkResponse) GetActiveNetwork() uint32 + func (m *NetworkResponse) Reset() + func (m *NetworkResponse) String() string + type NextAccountRequest struct + AccountName string + Passphrase []byte + func (*NextAccountRequest) Descriptor() ([]byte, []int) + func (*NextAccountRequest) ProtoMessage() + func (m *NextAccountRequest) GetAccountName() string + func (m *NextAccountRequest) GetPassphrase() []byte + func (m *NextAccountRequest) Reset() + func (m *NextAccountRequest) String() string + type NextAccountResponse struct + AccountNumber uint32 + func (*NextAccountResponse) Descriptor() ([]byte, []int) + func (*NextAccountResponse) ProtoMessage() + func (m *NextAccountResponse) GetAccountNumber() uint32 + func (m *NextAccountResponse) Reset() + func (m *NextAccountResponse) String() string + type NextAddressRequest struct + Account uint32 + Kind NextAddressRequest_Kind + func (*NextAddressRequest) Descriptor() ([]byte, []int) + func (*NextAddressRequest) ProtoMessage() + func (m *NextAddressRequest) GetAccount() uint32 + func (m *NextAddressRequest) GetKind() NextAddressRequest_Kind + func (m *NextAddressRequest) Reset() + func (m *NextAddressRequest) String() string + type NextAddressRequest_Kind int32 + const NextAddressRequest_BIP0044_EXTERNAL + const NextAddressRequest_BIP0044_INTERNAL + func (NextAddressRequest_Kind) EnumDescriptor() ([]byte, []int) + func (x NextAddressRequest_Kind) String() string + type NextAddressResponse struct + Address string + func (*NextAddressResponse) Descriptor() ([]byte, []int) + func (*NextAddressResponse) ProtoMessage() + func (m *NextAddressResponse) GetAddress() string + func (m *NextAddressResponse) Reset() + func (m *NextAddressResponse) String() string + type OpenWalletRequest struct + PublicPassphrase []byte + func (*OpenWalletRequest) Descriptor() ([]byte, []int) + func (*OpenWalletRequest) ProtoMessage() + func (m *OpenWalletRequest) GetPublicPassphrase() []byte + func (m *OpenWalletRequest) Reset() + func (m *OpenWalletRequest) String() string + type OpenWalletResponse struct + func (*OpenWalletResponse) Descriptor() ([]byte, []int) + func (*OpenWalletResponse) ProtoMessage() + func (m *OpenWalletResponse) Reset() + func (m *OpenWalletResponse) String() string + type PingRequest struct + func (*PingRequest) Descriptor() ([]byte, []int) + func (*PingRequest) ProtoMessage() + func (m *PingRequest) Reset() + func (m *PingRequest) String() string + type PingResponse struct + func (*PingResponse) Descriptor() ([]byte, []int) + func (*PingResponse) ProtoMessage() + func (m *PingResponse) Reset() + func (m *PingResponse) String() string + type PublishTransactionRequest struct + SignedTransaction []byte + func (*PublishTransactionRequest) Descriptor() ([]byte, []int) + func (*PublishTransactionRequest) ProtoMessage() + func (m *PublishTransactionRequest) GetSignedTransaction() []byte + func (m *PublishTransactionRequest) Reset() + func (m *PublishTransactionRequest) String() string + type PublishTransactionResponse struct + func (*PublishTransactionResponse) Descriptor() ([]byte, []int) + func (*PublishTransactionResponse) ProtoMessage() + func (m *PublishTransactionResponse) Reset() + func (m *PublishTransactionResponse) String() string + type RenameAccountRequest struct + AccountNumber uint32 + NewName string + func (*RenameAccountRequest) Descriptor() ([]byte, []int) + func (*RenameAccountRequest) ProtoMessage() + func (m *RenameAccountRequest) GetAccountNumber() uint32 + func (m *RenameAccountRequest) GetNewName() string + func (m *RenameAccountRequest) Reset() + func (m *RenameAccountRequest) String() string + type RenameAccountResponse struct + func (*RenameAccountResponse) Descriptor() ([]byte, []int) + func (*RenameAccountResponse) ProtoMessage() + func (m *RenameAccountResponse) Reset() + func (m *RenameAccountResponse) String() string + type SignTransactionRequest struct + InputIndexes []uint32 + Passphrase []byte + SerializedTransaction []byte + func (*SignTransactionRequest) Descriptor() ([]byte, []int) + func (*SignTransactionRequest) ProtoMessage() + func (m *SignTransactionRequest) GetInputIndexes() []uint32 + func (m *SignTransactionRequest) GetPassphrase() []byte + func (m *SignTransactionRequest) GetSerializedTransaction() []byte + func (m *SignTransactionRequest) Reset() + func (m *SignTransactionRequest) String() string + type SignTransactionResponse struct + Transaction []byte + UnsignedInputIndexes []uint32 + func (*SignTransactionResponse) Descriptor() ([]byte, []int) + func (*SignTransactionResponse) ProtoMessage() + func (m *SignTransactionResponse) GetTransaction() []byte + func (m *SignTransactionResponse) GetUnsignedInputIndexes() []uint32 + func (m *SignTransactionResponse) Reset() + func (m *SignTransactionResponse) String() string + type SpentnessNotificationsRequest struct + Account uint32 + NoNotifySpent bool + NoNotifyUnspent bool + func (*SpentnessNotificationsRequest) Descriptor() ([]byte, []int) + func (*SpentnessNotificationsRequest) ProtoMessage() + func (m *SpentnessNotificationsRequest) GetAccount() uint32 + func (m *SpentnessNotificationsRequest) GetNoNotifySpent() bool + func (m *SpentnessNotificationsRequest) GetNoNotifyUnspent() bool + func (m *SpentnessNotificationsRequest) Reset() + func (m *SpentnessNotificationsRequest) String() string + type SpentnessNotificationsResponse struct + OutputIndex uint32 + Spender *SpentnessNotificationsResponse_Spender + TransactionHash []byte + func (*SpentnessNotificationsResponse) Descriptor() ([]byte, []int) + func (*SpentnessNotificationsResponse) ProtoMessage() + func (m *SpentnessNotificationsResponse) GetOutputIndex() uint32 + func (m *SpentnessNotificationsResponse) GetSpender() *SpentnessNotificationsResponse_Spender + func (m *SpentnessNotificationsResponse) GetTransactionHash() []byte + func (m *SpentnessNotificationsResponse) Reset() + func (m *SpentnessNotificationsResponse) String() string + type SpentnessNotificationsResponse_Spender struct + InputIndex uint32 + TransactionHash []byte + func (*SpentnessNotificationsResponse_Spender) Descriptor() ([]byte, []int) + func (*SpentnessNotificationsResponse_Spender) ProtoMessage() + func (m *SpentnessNotificationsResponse_Spender) GetInputIndex() uint32 + func (m *SpentnessNotificationsResponse_Spender) GetTransactionHash() []byte + func (m *SpentnessNotificationsResponse_Spender) Reset() + func (m *SpentnessNotificationsResponse_Spender) String() string + type StartConsensusRpcRequest struct + Certificate []byte + NetworkAddress string + Password []byte + Username string + func (*StartConsensusRpcRequest) Descriptor() ([]byte, []int) + func (*StartConsensusRpcRequest) ProtoMessage() + func (m *StartConsensusRpcRequest) GetCertificate() []byte + func (m *StartConsensusRpcRequest) GetNetworkAddress() string + func (m *StartConsensusRpcRequest) GetPassword() []byte + func (m *StartConsensusRpcRequest) GetUsername() string + func (m *StartConsensusRpcRequest) Reset() + func (m *StartConsensusRpcRequest) String() string + type StartConsensusRpcResponse struct + func (*StartConsensusRpcResponse) Descriptor() ([]byte, []int) + func (*StartConsensusRpcResponse) ProtoMessage() + func (m *StartConsensusRpcResponse) Reset() + func (m *StartConsensusRpcResponse) String() string + type TransactionDetails struct + Credits []*TransactionDetails_Output + Debits []*TransactionDetails_Input + Fee int64 + Hash []byte + Timestamp int64 + Transaction []byte + func (*TransactionDetails) Descriptor() ([]byte, []int) + func (*TransactionDetails) ProtoMessage() + func (m *TransactionDetails) GetCredits() []*TransactionDetails_Output + func (m *TransactionDetails) GetDebits() []*TransactionDetails_Input + func (m *TransactionDetails) GetFee() int64 + func (m *TransactionDetails) GetHash() []byte + func (m *TransactionDetails) GetTimestamp() int64 + func (m *TransactionDetails) GetTransaction() []byte + func (m *TransactionDetails) Reset() + func (m *TransactionDetails) String() string + type TransactionDetails_Input struct + Index uint32 + PreviousAccount uint32 + PreviousAmount int64 + func (*TransactionDetails_Input) Descriptor() ([]byte, []int) + func (*TransactionDetails_Input) ProtoMessage() + func (m *TransactionDetails_Input) GetIndex() uint32 + func (m *TransactionDetails_Input) GetPreviousAccount() uint32 + func (m *TransactionDetails_Input) GetPreviousAmount() int64 + func (m *TransactionDetails_Input) Reset() + func (m *TransactionDetails_Input) String() string + type TransactionDetails_Output struct + Account uint32 + Index uint32 + Internal bool + func (*TransactionDetails_Output) Descriptor() ([]byte, []int) + func (*TransactionDetails_Output) ProtoMessage() + func (m *TransactionDetails_Output) GetAccount() uint32 + func (m *TransactionDetails_Output) GetIndex() uint32 + func (m *TransactionDetails_Output) GetInternal() bool + func (m *TransactionDetails_Output) Reset() + func (m *TransactionDetails_Output) String() string + type TransactionNotificationsRequest struct + func (*TransactionNotificationsRequest) Descriptor() ([]byte, []int) + func (*TransactionNotificationsRequest) ProtoMessage() + func (m *TransactionNotificationsRequest) Reset() + func (m *TransactionNotificationsRequest) String() string + type TransactionNotificationsResponse struct + AttachedBlocks []*BlockDetails + DetachedBlocks [][]byte + UnminedTransactionHashes [][]byte + UnminedTransactions []*TransactionDetails + func (*TransactionNotificationsResponse) Descriptor() ([]byte, []int) + func (*TransactionNotificationsResponse) ProtoMessage() + func (m *TransactionNotificationsResponse) GetAttachedBlocks() []*BlockDetails + func (m *TransactionNotificationsResponse) GetDetachedBlocks() [][]byte + func (m *TransactionNotificationsResponse) GetUnminedTransactionHashes() [][]byte + func (m *TransactionNotificationsResponse) GetUnminedTransactions() []*TransactionDetails + func (m *TransactionNotificationsResponse) Reset() + func (m *TransactionNotificationsResponse) String() string + type VersionRequest struct + func (*VersionRequest) Descriptor() ([]byte, []int) + func (*VersionRequest) ProtoMessage() + func (m *VersionRequest) Reset() + func (m *VersionRequest) String() string + type VersionResponse struct + BuildMetadata string + Major uint32 + Minor uint32 + Patch uint32 + Prerelease string + VersionString string + func (*VersionResponse) Descriptor() ([]byte, []int) + func (*VersionResponse) ProtoMessage() + func (m *VersionResponse) GetBuildMetadata() string + func (m *VersionResponse) GetMajor() uint32 + func (m *VersionResponse) GetMinor() uint32 + func (m *VersionResponse) GetPatch() uint32 + func (m *VersionResponse) GetPrerelease() string + func (m *VersionResponse) GetVersionString() string + func (m *VersionResponse) Reset() + func (m *VersionResponse) String() string + type VersionServiceClient interface + Version func(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error) + func NewVersionServiceClient(cc *grpc.ClientConn) VersionServiceClient + type VersionServiceServer interface + Version func(context.Context, *VersionRequest) (*VersionResponse, error) + type WalletExistsRequest struct + func (*WalletExistsRequest) Descriptor() ([]byte, []int) + func (*WalletExistsRequest) ProtoMessage() + func (m *WalletExistsRequest) Reset() + func (m *WalletExistsRequest) String() string + type WalletExistsResponse struct + Exists bool + func (*WalletExistsResponse) Descriptor() ([]byte, []int) + func (*WalletExistsResponse) ProtoMessage() + func (m *WalletExistsResponse) GetExists() bool + func (m *WalletExistsResponse) Reset() + func (m *WalletExistsResponse) String() string + type WalletLoaderServiceClient interface + CloseWallet func(ctx context.Context, in *CloseWalletRequest, opts ...grpc.CallOption) (*CloseWalletResponse, error) + CreateWallet func(ctx context.Context, in *CreateWalletRequest, opts ...grpc.CallOption) (*CreateWalletResponse, error) + OpenWallet func(ctx context.Context, in *OpenWalletRequest, opts ...grpc.CallOption) (*OpenWalletResponse, error) + StartConsensusRpc func(ctx context.Context, in *StartConsensusRpcRequest, opts ...grpc.CallOption) (*StartConsensusRpcResponse, error) + WalletExists func(ctx context.Context, in *WalletExistsRequest, opts ...grpc.CallOption) (*WalletExistsResponse, error) + func NewWalletLoaderServiceClient(cc *grpc.ClientConn) WalletLoaderServiceClient + type WalletLoaderServiceServer interface + CloseWallet func(context.Context, *CloseWalletRequest) (*CloseWalletResponse, error) + CreateWallet func(context.Context, *CreateWalletRequest) (*CreateWalletResponse, error) + OpenWallet func(context.Context, *OpenWalletRequest) (*OpenWalletResponse, error) + StartConsensusRpc func(context.Context, *StartConsensusRpcRequest) (*StartConsensusRpcResponse, error) + WalletExists func(context.Context, *WalletExistsRequest) (*WalletExistsResponse, error) + type WalletServiceClient interface + AccountNotifications func(ctx context.Context, in *AccountNotificationsRequest, opts ...grpc.CallOption) (WalletService_AccountNotificationsClient, error) + AccountNumber func(ctx context.Context, in *AccountNumberRequest, opts ...grpc.CallOption) (*AccountNumberResponse, error) + Accounts func(ctx context.Context, in *AccountsRequest, opts ...grpc.CallOption) (*AccountsResponse, error) + Balance func(ctx context.Context, in *BalanceRequest, opts ...grpc.CallOption) (*BalanceResponse, error) + ChangePassphrase func(ctx context.Context, in *ChangePassphraseRequest, opts ...grpc.CallOption) (*ChangePassphraseResponse, error) + FundTransaction func(ctx context.Context, in *FundTransactionRequest, opts ...grpc.CallOption) (*FundTransactionResponse, error) + GetTransactions func(ctx context.Context, in *GetTransactionsRequest, opts ...grpc.CallOption) (*GetTransactionsResponse, error) + ImportPrivateKey func(ctx context.Context, in *ImportPrivateKeyRequest, opts ...grpc.CallOption) (*ImportPrivateKeyResponse, error) + Network func(ctx context.Context, in *NetworkRequest, opts ...grpc.CallOption) (*NetworkResponse, error) + NextAccount func(ctx context.Context, in *NextAccountRequest, opts ...grpc.CallOption) (*NextAccountResponse, error) + NextAddress func(ctx context.Context, in *NextAddressRequest, opts ...grpc.CallOption) (*NextAddressResponse, error) + Ping func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) + PublishTransaction func(ctx context.Context, in *PublishTransactionRequest, opts ...grpc.CallOption) (*PublishTransactionResponse, error) + RenameAccount func(ctx context.Context, in *RenameAccountRequest, opts ...grpc.CallOption) (*RenameAccountResponse, error) + SignTransaction func(ctx context.Context, in *SignTransactionRequest, opts ...grpc.CallOption) (*SignTransactionResponse, error) + SpentnessNotifications func(ctx context.Context, in *SpentnessNotificationsRequest, ...) (WalletService_SpentnessNotificationsClient, error) + TransactionNotifications func(ctx context.Context, in *TransactionNotificationsRequest, ...) (WalletService_TransactionNotificationsClient, error) + func NewWalletServiceClient(cc *grpc.ClientConn) WalletServiceClient + type WalletServiceServer interface + AccountNotifications func(*AccountNotificationsRequest, WalletService_AccountNotificationsServer) error + AccountNumber func(context.Context, *AccountNumberRequest) (*AccountNumberResponse, error) + Accounts func(context.Context, *AccountsRequest) (*AccountsResponse, error) + Balance func(context.Context, *BalanceRequest) (*BalanceResponse, error) + ChangePassphrase func(context.Context, *ChangePassphraseRequest) (*ChangePassphraseResponse, error) + FundTransaction func(context.Context, *FundTransactionRequest) (*FundTransactionResponse, error) + GetTransactions func(context.Context, *GetTransactionsRequest) (*GetTransactionsResponse, error) + ImportPrivateKey func(context.Context, *ImportPrivateKeyRequest) (*ImportPrivateKeyResponse, error) + Network func(context.Context, *NetworkRequest) (*NetworkResponse, error) + NextAccount func(context.Context, *NextAccountRequest) (*NextAccountResponse, error) + NextAddress func(context.Context, *NextAddressRequest) (*NextAddressResponse, error) + Ping func(context.Context, *PingRequest) (*PingResponse, error) + PublishTransaction func(context.Context, *PublishTransactionRequest) (*PublishTransactionResponse, error) + RenameAccount func(context.Context, *RenameAccountRequest) (*RenameAccountResponse, error) + SignTransaction func(context.Context, *SignTransactionRequest) (*SignTransactionResponse, error) + SpentnessNotifications func(*SpentnessNotificationsRequest, WalletService_SpentnessNotificationsServer) error + TransactionNotifications func(*TransactionNotificationsRequest, WalletService_TransactionNotificationsServer) error + type WalletService_AccountNotificationsClient interface + Recv func() (*AccountNotificationsResponse, error) + type WalletService_AccountNotificationsServer interface + Send func(*AccountNotificationsResponse) error + type WalletService_SpentnessNotificationsClient interface + Recv func() (*SpentnessNotificationsResponse, error) + type WalletService_SpentnessNotificationsServer interface + Send func(*SpentnessNotificationsResponse) error + type WalletService_TransactionNotificationsClient interface + Recv func() (*TransactionNotificationsResponse, error) + type WalletService_TransactionNotificationsServer interface + Send func(*TransactionNotificationsResponse) error