Documentation ¶
Index ¶
- Variables
- func RegisterAgendaServiceServer(s *grpc.Server, srv AgendaServiceServer)
- func RegisterDecodeMessageServiceServer(s *grpc.Server, srv DecodeMessageServiceServer)
- func RegisterMessageVerificationServiceServer(s *grpc.Server, srv MessageVerificationServiceServer)
- func RegisterSeedServiceServer(s *grpc.Server, srv SeedServiceServer)
- func RegisterTicketBuyerServiceServer(s *grpc.Server, srv TicketBuyerServiceServer)
- func RegisterTicketBuyerV2ServiceServer(s *grpc.Server, srv TicketBuyerV2ServiceServer)
- func RegisterVersionServiceServer(s *grpc.Server, srv VersionServiceServer)
- func RegisterVotingServiceServer(s *grpc.Server, srv VotingServiceServer)
- func RegisterWalletLoaderServiceServer(s *grpc.Server, srv WalletLoaderServiceServer)
- func RegisterWalletServiceServer(s *grpc.Server, srv WalletServiceServer)
- type AccountBalance
- func (*AccountBalance) Descriptor() ([]byte, []int)
- func (m *AccountBalance) GetAccount() uint32
- func (m *AccountBalance) GetTotalBalance() int64
- func (*AccountBalance) ProtoMessage()
- func (m *AccountBalance) Reset()
- func (m *AccountBalance) String() string
- func (m *AccountBalance) XXX_DiscardUnknown()
- func (m *AccountBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountBalance) XXX_Merge(src proto.Message)
- func (m *AccountBalance) XXX_Size() int
- func (m *AccountBalance) XXX_Unmarshal(b []byte) error
- type AccountNotificationsRequest
- func (*AccountNotificationsRequest) Descriptor() ([]byte, []int)
- func (*AccountNotificationsRequest) ProtoMessage()
- func (m *AccountNotificationsRequest) Reset()
- func (m *AccountNotificationsRequest) String() string
- func (m *AccountNotificationsRequest) XXX_DiscardUnknown()
- func (m *AccountNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountNotificationsRequest) XXX_Merge(src proto.Message)
- func (m *AccountNotificationsRequest) XXX_Size() int
- func (m *AccountNotificationsRequest) XXX_Unmarshal(b []byte) error
- type AccountNotificationsResponse
- func (*AccountNotificationsResponse) Descriptor() ([]byte, []int)
- 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 (*AccountNotificationsResponse) ProtoMessage()
- func (m *AccountNotificationsResponse) Reset()
- func (m *AccountNotificationsResponse) String() string
- func (m *AccountNotificationsResponse) XXX_DiscardUnknown()
- func (m *AccountNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountNotificationsResponse) XXX_Merge(src proto.Message)
- func (m *AccountNotificationsResponse) XXX_Size() int
- func (m *AccountNotificationsResponse) XXX_Unmarshal(b []byte) error
- type AccountNumberRequest
- func (*AccountNumberRequest) Descriptor() ([]byte, []int)
- func (m *AccountNumberRequest) GetAccountName() string
- func (*AccountNumberRequest) ProtoMessage()
- func (m *AccountNumberRequest) Reset()
- func (m *AccountNumberRequest) String() string
- func (m *AccountNumberRequest) XXX_DiscardUnknown()
- func (m *AccountNumberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountNumberRequest) XXX_Merge(src proto.Message)
- func (m *AccountNumberRequest) XXX_Size() int
- func (m *AccountNumberRequest) XXX_Unmarshal(b []byte) error
- type AccountNumberResponse
- func (*AccountNumberResponse) Descriptor() ([]byte, []int)
- func (m *AccountNumberResponse) GetAccountNumber() uint32
- func (*AccountNumberResponse) ProtoMessage()
- func (m *AccountNumberResponse) Reset()
- func (m *AccountNumberResponse) String() string
- func (m *AccountNumberResponse) XXX_DiscardUnknown()
- func (m *AccountNumberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountNumberResponse) XXX_Merge(src proto.Message)
- func (m *AccountNumberResponse) XXX_Size() int
- func (m *AccountNumberResponse) XXX_Unmarshal(b []byte) error
- type AccountsRequest
- func (*AccountsRequest) Descriptor() ([]byte, []int)
- func (*AccountsRequest) ProtoMessage()
- func (m *AccountsRequest) Reset()
- func (m *AccountsRequest) String() string
- func (m *AccountsRequest) XXX_DiscardUnknown()
- func (m *AccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountsRequest) XXX_Merge(src proto.Message)
- func (m *AccountsRequest) XXX_Size() int
- func (m *AccountsRequest) XXX_Unmarshal(b []byte) error
- type AccountsResponse
- func (*AccountsResponse) Descriptor() ([]byte, []int)
- func (m *AccountsResponse) GetAccounts() []*AccountsResponse_Account
- func (m *AccountsResponse) GetCurrentBlockHash() []byte
- func (m *AccountsResponse) GetCurrentBlockHeight() int32
- func (*AccountsResponse) ProtoMessage()
- func (m *AccountsResponse) Reset()
- func (m *AccountsResponse) String() string
- func (m *AccountsResponse) XXX_DiscardUnknown()
- func (m *AccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountsResponse) XXX_Merge(src proto.Message)
- func (m *AccountsResponse) XXX_Size() int
- func (m *AccountsResponse) XXX_Unmarshal(b []byte) error
- type AccountsResponse_Account
- func (*AccountsResponse_Account) Descriptor() ([]byte, []int)
- 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 (*AccountsResponse_Account) ProtoMessage()
- func (m *AccountsResponse_Account) Reset()
- func (m *AccountsResponse_Account) String() string
- func (m *AccountsResponse_Account) XXX_DiscardUnknown()
- func (m *AccountsResponse_Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountsResponse_Account) XXX_Merge(src proto.Message)
- func (m *AccountsResponse_Account) XXX_Size() int
- func (m *AccountsResponse_Account) XXX_Unmarshal(b []byte) error
- type AgendaServiceClient
- type AgendaServiceServer
- type AgendasRequest
- func (*AgendasRequest) Descriptor() ([]byte, []int)
- func (*AgendasRequest) ProtoMessage()
- func (m *AgendasRequest) Reset()
- func (m *AgendasRequest) String() string
- func (m *AgendasRequest) XXX_DiscardUnknown()
- func (m *AgendasRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AgendasRequest) XXX_Merge(src proto.Message)
- func (m *AgendasRequest) XXX_Size() int
- func (m *AgendasRequest) XXX_Unmarshal(b []byte) error
- type AgendasResponse
- func (*AgendasResponse) Descriptor() ([]byte, []int)
- func (m *AgendasResponse) GetAgendas() []*AgendasResponse_Agenda
- func (m *AgendasResponse) GetVersion() uint32
- func (*AgendasResponse) ProtoMessage()
- func (m *AgendasResponse) Reset()
- func (m *AgendasResponse) String() string
- func (m *AgendasResponse) XXX_DiscardUnknown()
- func (m *AgendasResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AgendasResponse) XXX_Merge(src proto.Message)
- func (m *AgendasResponse) XXX_Size() int
- func (m *AgendasResponse) XXX_Unmarshal(b []byte) error
- type AgendasResponse_Agenda
- func (*AgendasResponse_Agenda) Descriptor() ([]byte, []int)
- func (m *AgendasResponse_Agenda) GetChoices() []*AgendasResponse_Choice
- func (m *AgendasResponse_Agenda) GetDescription() string
- func (m *AgendasResponse_Agenda) GetExpireTime() int64
- func (m *AgendasResponse_Agenda) GetId() string
- func (m *AgendasResponse_Agenda) GetMask() uint32
- func (m *AgendasResponse_Agenda) GetStartTime() int64
- func (*AgendasResponse_Agenda) ProtoMessage()
- func (m *AgendasResponse_Agenda) Reset()
- func (m *AgendasResponse_Agenda) String() string
- func (m *AgendasResponse_Agenda) XXX_DiscardUnknown()
- func (m *AgendasResponse_Agenda) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AgendasResponse_Agenda) XXX_Merge(src proto.Message)
- func (m *AgendasResponse_Agenda) XXX_Size() int
- func (m *AgendasResponse_Agenda) XXX_Unmarshal(b []byte) error
- type AgendasResponse_Choice
- func (*AgendasResponse_Choice) Descriptor() ([]byte, []int)
- func (m *AgendasResponse_Choice) GetBits() uint32
- func (m *AgendasResponse_Choice) GetDescription() string
- func (m *AgendasResponse_Choice) GetId() string
- func (m *AgendasResponse_Choice) GetIsAbstain() bool
- func (m *AgendasResponse_Choice) GetIsNo() bool
- func (*AgendasResponse_Choice) ProtoMessage()
- func (m *AgendasResponse_Choice) Reset()
- func (m *AgendasResponse_Choice) String() string
- func (m *AgendasResponse_Choice) XXX_DiscardUnknown()
- func (m *AgendasResponse_Choice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AgendasResponse_Choice) XXX_Merge(src proto.Message)
- func (m *AgendasResponse_Choice) XXX_Size() int
- func (m *AgendasResponse_Choice) XXX_Unmarshal(b []byte) error
- type BalanceRequest
- func (*BalanceRequest) Descriptor() ([]byte, []int)
- func (m *BalanceRequest) GetAccountNumber() uint32
- func (m *BalanceRequest) GetRequiredConfirmations() int32
- func (*BalanceRequest) ProtoMessage()
- func (m *BalanceRequest) Reset()
- func (m *BalanceRequest) String() string
- func (m *BalanceRequest) XXX_DiscardUnknown()
- func (m *BalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BalanceRequest) XXX_Merge(src proto.Message)
- func (m *BalanceRequest) XXX_Size() int
- func (m *BalanceRequest) XXX_Unmarshal(b []byte) error
- type BalanceResponse
- func (*BalanceResponse) Descriptor() ([]byte, []int)
- func (m *BalanceResponse) GetImmatureReward() int64
- func (m *BalanceResponse) GetImmatureStakeGeneration() int64
- func (m *BalanceResponse) GetLockedByTickets() int64
- func (m *BalanceResponse) GetSpendable() int64
- func (m *BalanceResponse) GetTotal() int64
- func (m *BalanceResponse) GetUnconfirmed() int64
- func (m *BalanceResponse) GetVotingAuthority() int64
- func (*BalanceResponse) ProtoMessage()
- func (m *BalanceResponse) Reset()
- func (m *BalanceResponse) String() string
- func (m *BalanceResponse) XXX_DiscardUnknown()
- func (m *BalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BalanceResponse) XXX_Merge(src proto.Message)
- func (m *BalanceResponse) XXX_Size() int
- func (m *BalanceResponse) XXX_Unmarshal(b []byte) error
- type BestBlockRequest
- func (*BestBlockRequest) Descriptor() ([]byte, []int)
- func (*BestBlockRequest) ProtoMessage()
- func (m *BestBlockRequest) Reset()
- func (m *BestBlockRequest) String() string
- func (m *BestBlockRequest) XXX_DiscardUnknown()
- func (m *BestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BestBlockRequest) XXX_Merge(src proto.Message)
- func (m *BestBlockRequest) XXX_Size() int
- func (m *BestBlockRequest) XXX_Unmarshal(b []byte) error
- type BestBlockResponse
- func (*BestBlockResponse) Descriptor() ([]byte, []int)
- func (m *BestBlockResponse) GetHash() []byte
- func (m *BestBlockResponse) GetHeight() uint32
- func (*BestBlockResponse) ProtoMessage()
- func (m *BestBlockResponse) Reset()
- func (m *BestBlockResponse) String() string
- func (m *BestBlockResponse) XXX_DiscardUnknown()
- func (m *BestBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BestBlockResponse) XXX_Merge(src proto.Message)
- func (m *BestBlockResponse) XXX_Size() int
- func (m *BestBlockResponse) XXX_Unmarshal(b []byte) error
- type BlockDetails
- func (*BlockDetails) Descriptor() ([]byte, []int)
- func (m *BlockDetails) GetApprovesParent() bool
- func (m *BlockDetails) GetHash() []byte
- func (m *BlockDetails) GetHeight() int32
- func (m *BlockDetails) GetTimestamp() int64
- func (m *BlockDetails) GetTransactions() []*TransactionDetails
- func (*BlockDetails) ProtoMessage()
- func (m *BlockDetails) Reset()
- func (m *BlockDetails) String() string
- func (m *BlockDetails) XXX_DiscardUnknown()
- func (m *BlockDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockDetails) XXX_Merge(src proto.Message)
- func (m *BlockDetails) XXX_Size() int
- func (m *BlockDetails) XXX_Unmarshal(b []byte) error
- type BlockInfoRequest
- func (*BlockInfoRequest) Descriptor() ([]byte, []int)
- func (m *BlockInfoRequest) GetBlockHash() []byte
- func (m *BlockInfoRequest) GetBlockHeight() int32
- func (*BlockInfoRequest) ProtoMessage()
- func (m *BlockInfoRequest) Reset()
- func (m *BlockInfoRequest) String() string
- func (m *BlockInfoRequest) XXX_DiscardUnknown()
- func (m *BlockInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockInfoRequest) XXX_Merge(src proto.Message)
- func (m *BlockInfoRequest) XXX_Size() int
- func (m *BlockInfoRequest) XXX_Unmarshal(b []byte) error
- type BlockInfoResponse
- func (*BlockInfoResponse) Descriptor() ([]byte, []int)
- func (m *BlockInfoResponse) GetApprovesParent() bool
- func (m *BlockInfoResponse) GetBlockHash() []byte
- func (m *BlockInfoResponse) GetBlockHeader() []byte
- func (m *BlockInfoResponse) GetBlockHeight() int32
- func (m *BlockInfoResponse) GetConfirmations() int32
- func (m *BlockInfoResponse) GetStakeInvalidated() bool
- func (m *BlockInfoResponse) GetTimestamp() int64
- func (*BlockInfoResponse) ProtoMessage()
- func (m *BlockInfoResponse) Reset()
- func (m *BlockInfoResponse) String() string
- func (m *BlockInfoResponse) XXX_DiscardUnknown()
- func (m *BlockInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockInfoResponse) XXX_Merge(src proto.Message)
- func (m *BlockInfoResponse) XXX_Size() int
- func (m *BlockInfoResponse) XXX_Unmarshal(b []byte) error
- type ChangePassphraseRequest
- func (*ChangePassphraseRequest) Descriptor() ([]byte, []int)
- func (m *ChangePassphraseRequest) GetKey() ChangePassphraseRequest_Key
- func (m *ChangePassphraseRequest) GetNewPassphrase() []byte
- func (m *ChangePassphraseRequest) GetOldPassphrase() []byte
- func (*ChangePassphraseRequest) ProtoMessage()
- func (m *ChangePassphraseRequest) Reset()
- func (m *ChangePassphraseRequest) String() string
- func (m *ChangePassphraseRequest) XXX_DiscardUnknown()
- func (m *ChangePassphraseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ChangePassphraseRequest) XXX_Merge(src proto.Message)
- func (m *ChangePassphraseRequest) XXX_Size() int
- func (m *ChangePassphraseRequest) XXX_Unmarshal(b []byte) error
- type ChangePassphraseRequest_Key
- type ChangePassphraseResponse
- func (*ChangePassphraseResponse) Descriptor() ([]byte, []int)
- func (*ChangePassphraseResponse) ProtoMessage()
- func (m *ChangePassphraseResponse) Reset()
- func (m *ChangePassphraseResponse) String() string
- func (m *ChangePassphraseResponse) XXX_DiscardUnknown()
- func (m *ChangePassphraseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ChangePassphraseResponse) XXX_Merge(src proto.Message)
- func (m *ChangePassphraseResponse) XXX_Size() int
- func (m *ChangePassphraseResponse) XXX_Unmarshal(b []byte) error
- type CloseWalletRequest
- func (*CloseWalletRequest) Descriptor() ([]byte, []int)
- func (*CloseWalletRequest) ProtoMessage()
- func (m *CloseWalletRequest) Reset()
- func (m *CloseWalletRequest) String() string
- func (m *CloseWalletRequest) XXX_DiscardUnknown()
- func (m *CloseWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CloseWalletRequest) XXX_Merge(src proto.Message)
- func (m *CloseWalletRequest) XXX_Size() int
- func (m *CloseWalletRequest) XXX_Unmarshal(b []byte) error
- type CloseWalletResponse
- func (*CloseWalletResponse) Descriptor() ([]byte, []int)
- func (*CloseWalletResponse) ProtoMessage()
- func (m *CloseWalletResponse) Reset()
- func (m *CloseWalletResponse) String() string
- func (m *CloseWalletResponse) XXX_DiscardUnknown()
- func (m *CloseWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CloseWalletResponse) XXX_Merge(src proto.Message)
- func (m *CloseWalletResponse) XXX_Size() int
- func (m *CloseWalletResponse) XXX_Unmarshal(b []byte) error
- type CommittedTicketsRequest
- func (*CommittedTicketsRequest) Descriptor() ([]byte, []int)
- func (m *CommittedTicketsRequest) GetTickets() [][]byte
- func (*CommittedTicketsRequest) ProtoMessage()
- func (m *CommittedTicketsRequest) Reset()
- func (m *CommittedTicketsRequest) String() string
- func (m *CommittedTicketsRequest) XXX_DiscardUnknown()
- func (m *CommittedTicketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CommittedTicketsRequest) XXX_Merge(src proto.Message)
- func (m *CommittedTicketsRequest) XXX_Size() int
- func (m *CommittedTicketsRequest) XXX_Unmarshal(b []byte) error
- type CommittedTicketsResponse
- func (*CommittedTicketsResponse) Descriptor() ([]byte, []int)
- func (m *CommittedTicketsResponse) GetTicketAddresses() []*CommittedTicketsResponse_TicketAddress
- func (*CommittedTicketsResponse) ProtoMessage()
- func (m *CommittedTicketsResponse) Reset()
- func (m *CommittedTicketsResponse) String() string
- func (m *CommittedTicketsResponse) XXX_DiscardUnknown()
- func (m *CommittedTicketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CommittedTicketsResponse) XXX_Merge(src proto.Message)
- func (m *CommittedTicketsResponse) XXX_Size() int
- func (m *CommittedTicketsResponse) XXX_Unmarshal(b []byte) error
- type CommittedTicketsResponse_TicketAddress
- func (*CommittedTicketsResponse_TicketAddress) Descriptor() ([]byte, []int)
- func (m *CommittedTicketsResponse_TicketAddress) GetAddress() string
- func (m *CommittedTicketsResponse_TicketAddress) GetTicket() []byte
- func (*CommittedTicketsResponse_TicketAddress) ProtoMessage()
- func (m *CommittedTicketsResponse_TicketAddress) Reset()
- func (m *CommittedTicketsResponse_TicketAddress) String() string
- func (m *CommittedTicketsResponse_TicketAddress) XXX_DiscardUnknown()
- func (m *CommittedTicketsResponse_TicketAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CommittedTicketsResponse_TicketAddress) XXX_Merge(src proto.Message)
- func (m *CommittedTicketsResponse_TicketAddress) XXX_Size() int
- func (m *CommittedTicketsResponse_TicketAddress) XXX_Unmarshal(b []byte) error
- type ConfirmationNotificationsRequest
- func (*ConfirmationNotificationsRequest) Descriptor() ([]byte, []int)
- func (m *ConfirmationNotificationsRequest) GetStopAfter() int32
- func (m *ConfirmationNotificationsRequest) GetTxHashes() [][]byte
- func (*ConfirmationNotificationsRequest) ProtoMessage()
- func (m *ConfirmationNotificationsRequest) Reset()
- func (m *ConfirmationNotificationsRequest) String() string
- func (m *ConfirmationNotificationsRequest) XXX_DiscardUnknown()
- func (m *ConfirmationNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfirmationNotificationsRequest) XXX_Merge(src proto.Message)
- func (m *ConfirmationNotificationsRequest) XXX_Size() int
- func (m *ConfirmationNotificationsRequest) XXX_Unmarshal(b []byte) error
- type ConfirmationNotificationsResponse
- func (*ConfirmationNotificationsResponse) Descriptor() ([]byte, []int)
- func (m *ConfirmationNotificationsResponse) GetConfirmations() []*ConfirmationNotificationsResponse_TransactionConfirmations
- func (*ConfirmationNotificationsResponse) ProtoMessage()
- func (m *ConfirmationNotificationsResponse) Reset()
- func (m *ConfirmationNotificationsResponse) String() string
- func (m *ConfirmationNotificationsResponse) XXX_DiscardUnknown()
- func (m *ConfirmationNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfirmationNotificationsResponse) XXX_Merge(src proto.Message)
- func (m *ConfirmationNotificationsResponse) XXX_Size() int
- func (m *ConfirmationNotificationsResponse) XXX_Unmarshal(b []byte) error
- type ConfirmationNotificationsResponse_TransactionConfirmations
- func (*ConfirmationNotificationsResponse_TransactionConfirmations) Descriptor() ([]byte, []int)
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHash() []byte
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHeight() int32
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) GetConfirmations() int32
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) GetTxHash() []byte
- func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoMessage()
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) Reset()
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) String() string
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) XXX_DiscardUnknown()
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Merge(src proto.Message)
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Size() int
- func (m *ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Unmarshal(b []byte) error
- type ConstructTransactionRequest
- func (*ConstructTransactionRequest) Descriptor() ([]byte, []int)
- func (m *ConstructTransactionRequest) GetChangeDestination() *ConstructTransactionRequest_OutputDestination
- func (m *ConstructTransactionRequest) GetFeePerKb() int32
- func (m *ConstructTransactionRequest) GetNonChangeOutputs() []*ConstructTransactionRequest_Output
- func (m *ConstructTransactionRequest) GetOutputSelectionAlgorithm() ConstructTransactionRequest_OutputSelectionAlgorithm
- func (m *ConstructTransactionRequest) GetRequiredConfirmations() int32
- func (m *ConstructTransactionRequest) GetSourceAccount() uint32
- func (*ConstructTransactionRequest) ProtoMessage()
- func (m *ConstructTransactionRequest) Reset()
- func (m *ConstructTransactionRequest) String() string
- func (m *ConstructTransactionRequest) XXX_DiscardUnknown()
- func (m *ConstructTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConstructTransactionRequest) XXX_Merge(src proto.Message)
- func (m *ConstructTransactionRequest) XXX_Size() int
- func (m *ConstructTransactionRequest) XXX_Unmarshal(b []byte) error
- type ConstructTransactionRequest_Output
- func (*ConstructTransactionRequest_Output) Descriptor() ([]byte, []int)
- func (m *ConstructTransactionRequest_Output) GetAmount() int64
- func (m *ConstructTransactionRequest_Output) GetDestination() *ConstructTransactionRequest_OutputDestination
- func (*ConstructTransactionRequest_Output) ProtoMessage()
- func (m *ConstructTransactionRequest_Output) Reset()
- func (m *ConstructTransactionRequest_Output) String() string
- func (m *ConstructTransactionRequest_Output) XXX_DiscardUnknown()
- func (m *ConstructTransactionRequest_Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConstructTransactionRequest_Output) XXX_Merge(src proto.Message)
- func (m *ConstructTransactionRequest_Output) XXX_Size() int
- func (m *ConstructTransactionRequest_Output) XXX_Unmarshal(b []byte) error
- type ConstructTransactionRequest_OutputDestination
- func (*ConstructTransactionRequest_OutputDestination) Descriptor() ([]byte, []int)
- func (m *ConstructTransactionRequest_OutputDestination) GetAddress() string
- func (m *ConstructTransactionRequest_OutputDestination) GetScript() []byte
- func (m *ConstructTransactionRequest_OutputDestination) GetScriptVersion() uint32
- func (*ConstructTransactionRequest_OutputDestination) ProtoMessage()
- func (m *ConstructTransactionRequest_OutputDestination) Reset()
- func (m *ConstructTransactionRequest_OutputDestination) String() string
- func (m *ConstructTransactionRequest_OutputDestination) XXX_DiscardUnknown()
- func (m *ConstructTransactionRequest_OutputDestination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConstructTransactionRequest_OutputDestination) XXX_Merge(src proto.Message)
- func (m *ConstructTransactionRequest_OutputDestination) XXX_Size() int
- func (m *ConstructTransactionRequest_OutputDestination) XXX_Unmarshal(b []byte) error
- type ConstructTransactionRequest_OutputSelectionAlgorithm
- type ConstructTransactionResponse
- func (*ConstructTransactionResponse) Descriptor() ([]byte, []int)
- func (m *ConstructTransactionResponse) GetChangeIndex() int32
- func (m *ConstructTransactionResponse) GetEstimatedSignedSize() uint32
- func (m *ConstructTransactionResponse) GetTotalOutputAmount() int64
- func (m *ConstructTransactionResponse) GetTotalPreviousOutputAmount() int64
- func (m *ConstructTransactionResponse) GetUnsignedTransaction() []byte
- func (*ConstructTransactionResponse) ProtoMessage()
- func (m *ConstructTransactionResponse) Reset()
- func (m *ConstructTransactionResponse) String() string
- func (m *ConstructTransactionResponse) XXX_DiscardUnknown()
- func (m *ConstructTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConstructTransactionResponse) XXX_Merge(src proto.Message)
- func (m *ConstructTransactionResponse) XXX_Size() int
- func (m *ConstructTransactionResponse) XXX_Unmarshal(b []byte) error
- type CreateSignatureRequest
- func (*CreateSignatureRequest) Descriptor() ([]byte, []int)
- func (m *CreateSignatureRequest) GetAddress() string
- func (m *CreateSignatureRequest) GetHashType() CreateSignatureRequest_SigHashType
- func (m *CreateSignatureRequest) GetInputIndex() uint32
- func (m *CreateSignatureRequest) GetPassphrase() []byte
- func (m *CreateSignatureRequest) GetPreviousPkScript() []byte
- func (m *CreateSignatureRequest) GetSerializedTransaction() []byte
- func (*CreateSignatureRequest) ProtoMessage()
- func (m *CreateSignatureRequest) Reset()
- func (m *CreateSignatureRequest) String() string
- func (m *CreateSignatureRequest) XXX_DiscardUnknown()
- func (m *CreateSignatureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateSignatureRequest) XXX_Merge(src proto.Message)
- func (m *CreateSignatureRequest) XXX_Size() int
- func (m *CreateSignatureRequest) XXX_Unmarshal(b []byte) error
- type CreateSignatureRequest_SigHashType
- type CreateSignatureResponse
- func (*CreateSignatureResponse) Descriptor() ([]byte, []int)
- func (m *CreateSignatureResponse) GetPublicKey() []byte
- func (m *CreateSignatureResponse) GetSignature() []byte
- func (*CreateSignatureResponse) ProtoMessage()
- func (m *CreateSignatureResponse) Reset()
- func (m *CreateSignatureResponse) String() string
- func (m *CreateSignatureResponse) XXX_DiscardUnknown()
- func (m *CreateSignatureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateSignatureResponse) XXX_Merge(src proto.Message)
- func (m *CreateSignatureResponse) XXX_Size() int
- func (m *CreateSignatureResponse) XXX_Unmarshal(b []byte) error
- type CreateWalletRequest
- func (*CreateWalletRequest) Descriptor() ([]byte, []int)
- func (m *CreateWalletRequest) GetPrivatePassphrase() []byte
- func (m *CreateWalletRequest) GetPublicPassphrase() []byte
- func (m *CreateWalletRequest) GetSeed() []byte
- func (*CreateWalletRequest) ProtoMessage()
- func (m *CreateWalletRequest) Reset()
- func (m *CreateWalletRequest) String() string
- func (m *CreateWalletRequest) XXX_DiscardUnknown()
- func (m *CreateWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateWalletRequest) XXX_Merge(src proto.Message)
- func (m *CreateWalletRequest) XXX_Size() int
- func (m *CreateWalletRequest) XXX_Unmarshal(b []byte) error
- type CreateWalletResponse
- func (*CreateWalletResponse) Descriptor() ([]byte, []int)
- func (*CreateWalletResponse) ProtoMessage()
- func (m *CreateWalletResponse) Reset()
- func (m *CreateWalletResponse) String() string
- func (m *CreateWalletResponse) XXX_DiscardUnknown()
- func (m *CreateWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateWalletResponse) XXX_Merge(src proto.Message)
- func (m *CreateWalletResponse) XXX_Size() int
- func (m *CreateWalletResponse) XXX_Unmarshal(b []byte) error
- type CreateWatchingOnlyWalletRequest
- func (*CreateWatchingOnlyWalletRequest) Descriptor() ([]byte, []int)
- func (m *CreateWatchingOnlyWalletRequest) GetExtendedPubKey() string
- func (m *CreateWatchingOnlyWalletRequest) GetPublicPassphrase() []byte
- func (*CreateWatchingOnlyWalletRequest) ProtoMessage()
- func (m *CreateWatchingOnlyWalletRequest) Reset()
- func (m *CreateWatchingOnlyWalletRequest) String() string
- func (m *CreateWatchingOnlyWalletRequest) XXX_DiscardUnknown()
- func (m *CreateWatchingOnlyWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateWatchingOnlyWalletRequest) XXX_Merge(src proto.Message)
- func (m *CreateWatchingOnlyWalletRequest) XXX_Size() int
- func (m *CreateWatchingOnlyWalletRequest) XXX_Unmarshal(b []byte) error
- type CreateWatchingOnlyWalletResponse
- func (*CreateWatchingOnlyWalletResponse) Descriptor() ([]byte, []int)
- func (*CreateWatchingOnlyWalletResponse) ProtoMessage()
- func (m *CreateWatchingOnlyWalletResponse) Reset()
- func (m *CreateWatchingOnlyWalletResponse) String() string
- func (m *CreateWatchingOnlyWalletResponse) XXX_DiscardUnknown()
- func (m *CreateWatchingOnlyWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateWatchingOnlyWalletResponse) XXX_Merge(src proto.Message)
- func (m *CreateWatchingOnlyWalletResponse) XXX_Size() int
- func (m *CreateWatchingOnlyWalletResponse) XXX_Unmarshal(b []byte) error
- type DecodeMessageServiceClient
- type DecodeMessageServiceServer
- type DecodeRawTransactionRequest
- func (*DecodeRawTransactionRequest) Descriptor() ([]byte, []int)
- func (m *DecodeRawTransactionRequest) GetSerializedTransaction() []byte
- func (*DecodeRawTransactionRequest) ProtoMessage()
- func (m *DecodeRawTransactionRequest) Reset()
- func (m *DecodeRawTransactionRequest) String() string
- func (m *DecodeRawTransactionRequest) XXX_DiscardUnknown()
- func (m *DecodeRawTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DecodeRawTransactionRequest) XXX_Merge(src proto.Message)
- func (m *DecodeRawTransactionRequest) XXX_Size() int
- func (m *DecodeRawTransactionRequest) XXX_Unmarshal(b []byte) error
- type DecodeRawTransactionResponse
- func (*DecodeRawTransactionResponse) Descriptor() ([]byte, []int)
- func (m *DecodeRawTransactionResponse) GetTransaction() *DecodedTransaction
- func (*DecodeRawTransactionResponse) ProtoMessage()
- func (m *DecodeRawTransactionResponse) Reset()
- func (m *DecodeRawTransactionResponse) String() string
- func (m *DecodeRawTransactionResponse) XXX_DiscardUnknown()
- func (m *DecodeRawTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DecodeRawTransactionResponse) XXX_Merge(src proto.Message)
- func (m *DecodeRawTransactionResponse) XXX_Size() int
- func (m *DecodeRawTransactionResponse) XXX_Unmarshal(b []byte) error
- type DecodeSeedRequest
- func (*DecodeSeedRequest) Descriptor() ([]byte, []int)
- func (m *DecodeSeedRequest) GetUserInput() string
- func (*DecodeSeedRequest) ProtoMessage()
- func (m *DecodeSeedRequest) Reset()
- func (m *DecodeSeedRequest) String() string
- func (m *DecodeSeedRequest) XXX_DiscardUnknown()
- func (m *DecodeSeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DecodeSeedRequest) XXX_Merge(src proto.Message)
- func (m *DecodeSeedRequest) XXX_Size() int
- func (m *DecodeSeedRequest) XXX_Unmarshal(b []byte) error
- type DecodeSeedResponse
- func (*DecodeSeedResponse) Descriptor() ([]byte, []int)
- func (m *DecodeSeedResponse) GetDecodedSeed() []byte
- func (*DecodeSeedResponse) ProtoMessage()
- func (m *DecodeSeedResponse) Reset()
- func (m *DecodeSeedResponse) String() string
- func (m *DecodeSeedResponse) XXX_DiscardUnknown()
- func (m *DecodeSeedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DecodeSeedResponse) XXX_Merge(src proto.Message)
- func (m *DecodeSeedResponse) XXX_Size() int
- func (m *DecodeSeedResponse) XXX_Unmarshal(b []byte) error
- type DecodedTransaction
- func (*DecodedTransaction) Descriptor() ([]byte, []int)
- func (m *DecodedTransaction) GetExpiry() uint32
- func (m *DecodedTransaction) GetInputs() []*DecodedTransaction_Input
- func (m *DecodedTransaction) GetLockTime() uint32
- func (m *DecodedTransaction) GetOutputs() []*DecodedTransaction_Output
- func (m *DecodedTransaction) GetTransactionHash() []byte
- func (m *DecodedTransaction) GetTransactionType() TransactionDetails_TransactionType
- func (m *DecodedTransaction) GetVersion() int32
- func (*DecodedTransaction) ProtoMessage()
- func (m *DecodedTransaction) Reset()
- func (m *DecodedTransaction) String() string
- func (m *DecodedTransaction) XXX_DiscardUnknown()
- func (m *DecodedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DecodedTransaction) XXX_Merge(src proto.Message)
- func (m *DecodedTransaction) XXX_Size() int
- func (m *DecodedTransaction) XXX_Unmarshal(b []byte) error
- type DecodedTransaction_Input
- func (*DecodedTransaction_Input) Descriptor() ([]byte, []int)
- func (m *DecodedTransaction_Input) GetAmountIn() int64
- func (m *DecodedTransaction_Input) GetBlockHeight() uint32
- func (m *DecodedTransaction_Input) GetBlockIndex() uint32
- func (m *DecodedTransaction_Input) GetPreviousTransactionHash() []byte
- func (m *DecodedTransaction_Input) GetPreviousTransactionIndex() uint32
- func (m *DecodedTransaction_Input) GetSequence() uint32
- func (m *DecodedTransaction_Input) GetSignatureScript() []byte
- func (m *DecodedTransaction_Input) GetSignatureScriptAsm() string
- func (m *DecodedTransaction_Input) GetTree() DecodedTransaction_Input_TreeType
- func (*DecodedTransaction_Input) ProtoMessage()
- func (m *DecodedTransaction_Input) Reset()
- func (m *DecodedTransaction_Input) String() string
- func (m *DecodedTransaction_Input) XXX_DiscardUnknown()
- func (m *DecodedTransaction_Input) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DecodedTransaction_Input) XXX_Merge(src proto.Message)
- func (m *DecodedTransaction_Input) XXX_Size() int
- func (m *DecodedTransaction_Input) XXX_Unmarshal(b []byte) error
- type DecodedTransaction_Input_TreeType
- type DecodedTransaction_Output
- func (*DecodedTransaction_Output) Descriptor() ([]byte, []int)
- func (m *DecodedTransaction_Output) GetAddresses() []string
- func (m *DecodedTransaction_Output) GetCommitmentAmount() int64
- func (m *DecodedTransaction_Output) GetIndex() uint32
- func (m *DecodedTransaction_Output) GetRequiredSignatures() int32
- func (m *DecodedTransaction_Output) GetScript() []byte
- func (m *DecodedTransaction_Output) GetScriptAsm() string
- func (m *DecodedTransaction_Output) GetScriptClass() DecodedTransaction_Output_ScriptClass
- func (m *DecodedTransaction_Output) GetValue() int64
- func (m *DecodedTransaction_Output) GetVersion() int32
- func (*DecodedTransaction_Output) ProtoMessage()
- func (m *DecodedTransaction_Output) Reset()
- func (m *DecodedTransaction_Output) String() string
- func (m *DecodedTransaction_Output) XXX_DiscardUnknown()
- func (m *DecodedTransaction_Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DecodedTransaction_Output) XXX_Merge(src proto.Message)
- func (m *DecodedTransaction_Output) XXX_Size() int
- func (m *DecodedTransaction_Output) XXX_Unmarshal(b []byte) error
- type DecodedTransaction_Output_ScriptClass
- type DiscoverAddressesRequest
- func (*DiscoverAddressesRequest) Descriptor() ([]byte, []int)
- func (m *DiscoverAddressesRequest) GetDiscoverAccounts() bool
- func (m *DiscoverAddressesRequest) GetPrivatePassphrase() []byte
- func (m *DiscoverAddressesRequest) GetStartingBlockHash() []byte
- func (*DiscoverAddressesRequest) ProtoMessage()
- func (m *DiscoverAddressesRequest) Reset()
- func (m *DiscoverAddressesRequest) String() string
- func (m *DiscoverAddressesRequest) XXX_DiscardUnknown()
- func (m *DiscoverAddressesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DiscoverAddressesRequest) XXX_Merge(src proto.Message)
- func (m *DiscoverAddressesRequest) XXX_Size() int
- func (m *DiscoverAddressesRequest) XXX_Unmarshal(b []byte) error
- type DiscoverAddressesResponse
- func (*DiscoverAddressesResponse) Descriptor() ([]byte, []int)
- func (*DiscoverAddressesResponse) ProtoMessage()
- func (m *DiscoverAddressesResponse) Reset()
- func (m *DiscoverAddressesResponse) String() string
- func (m *DiscoverAddressesResponse) XXX_DiscardUnknown()
- func (m *DiscoverAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DiscoverAddressesResponse) XXX_Merge(src proto.Message)
- func (m *DiscoverAddressesResponse) XXX_Size() int
- func (m *DiscoverAddressesResponse) XXX_Unmarshal(b []byte) error
- type FetchHeadersNotification
- func (*FetchHeadersNotification) Descriptor() ([]byte, []int)
- func (m *FetchHeadersNotification) GetFetchedHeadersCount() int32
- func (m *FetchHeadersNotification) GetLastHeaderTime() int64
- func (*FetchHeadersNotification) ProtoMessage()
- func (m *FetchHeadersNotification) Reset()
- func (m *FetchHeadersNotification) String() string
- func (m *FetchHeadersNotification) XXX_DiscardUnknown()
- func (m *FetchHeadersNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FetchHeadersNotification) XXX_Merge(src proto.Message)
- func (m *FetchHeadersNotification) XXX_Size() int
- func (m *FetchHeadersNotification) XXX_Unmarshal(b []byte) error
- type FetchHeadersRequest
- func (*FetchHeadersRequest) Descriptor() ([]byte, []int)
- func (*FetchHeadersRequest) ProtoMessage()
- func (m *FetchHeadersRequest) Reset()
- func (m *FetchHeadersRequest) String() string
- func (m *FetchHeadersRequest) XXX_DiscardUnknown()
- func (m *FetchHeadersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FetchHeadersRequest) XXX_Merge(src proto.Message)
- func (m *FetchHeadersRequest) XXX_Size() int
- func (m *FetchHeadersRequest) XXX_Unmarshal(b []byte) error
- type FetchHeadersResponse
- func (*FetchHeadersResponse) Descriptor() ([]byte, []int)
- func (m *FetchHeadersResponse) GetFetchedHeadersCount() uint32
- func (m *FetchHeadersResponse) GetFirstNewBlockHash() []byte
- func (m *FetchHeadersResponse) GetFirstNewBlockHeight() int32
- func (m *FetchHeadersResponse) GetMainChainTipBlockHash() []byte
- func (m *FetchHeadersResponse) GetMainChainTipBlockHeight() int32
- func (*FetchHeadersResponse) ProtoMessage()
- func (m *FetchHeadersResponse) Reset()
- func (m *FetchHeadersResponse) String() string
- func (m *FetchHeadersResponse) XXX_DiscardUnknown()
- func (m *FetchHeadersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FetchHeadersResponse) XXX_Merge(src proto.Message)
- func (m *FetchHeadersResponse) XXX_Size() int
- func (m *FetchHeadersResponse) XXX_Unmarshal(b []byte) error
- type FetchMissingCFiltersNotification
- func (*FetchMissingCFiltersNotification) Descriptor() ([]byte, []int)
- func (m *FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight() int32
- func (m *FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight() int32
- func (*FetchMissingCFiltersNotification) ProtoMessage()
- func (m *FetchMissingCFiltersNotification) Reset()
- func (m *FetchMissingCFiltersNotification) String() string
- func (m *FetchMissingCFiltersNotification) XXX_DiscardUnknown()
- func (m *FetchMissingCFiltersNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FetchMissingCFiltersNotification) XXX_Merge(src proto.Message)
- func (m *FetchMissingCFiltersNotification) XXX_Size() int
- func (m *FetchMissingCFiltersNotification) XXX_Unmarshal(b []byte) error
- type FetchMissingCFiltersRequest
- func (*FetchMissingCFiltersRequest) Descriptor() ([]byte, []int)
- func (*FetchMissingCFiltersRequest) ProtoMessage()
- func (m *FetchMissingCFiltersRequest) Reset()
- func (m *FetchMissingCFiltersRequest) String() string
- func (m *FetchMissingCFiltersRequest) XXX_DiscardUnknown()
- func (m *FetchMissingCFiltersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FetchMissingCFiltersRequest) XXX_Merge(src proto.Message)
- func (m *FetchMissingCFiltersRequest) XXX_Size() int
- func (m *FetchMissingCFiltersRequest) XXX_Unmarshal(b []byte) error
- type FetchMissingCFiltersResponse
- func (*FetchMissingCFiltersResponse) Descriptor() ([]byte, []int)
- func (*FetchMissingCFiltersResponse) ProtoMessage()
- func (m *FetchMissingCFiltersResponse) Reset()
- func (m *FetchMissingCFiltersResponse) String() string
- func (m *FetchMissingCFiltersResponse) XXX_DiscardUnknown()
- func (m *FetchMissingCFiltersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FetchMissingCFiltersResponse) XXX_Merge(src proto.Message)
- func (m *FetchMissingCFiltersResponse) XXX_Size() int
- func (m *FetchMissingCFiltersResponse) XXX_Unmarshal(b []byte) error
- type FundTransactionRequest
- func (*FundTransactionRequest) Descriptor() ([]byte, []int)
- 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 (*FundTransactionRequest) ProtoMessage()
- func (m *FundTransactionRequest) Reset()
- func (m *FundTransactionRequest) String() string
- func (m *FundTransactionRequest) XXX_DiscardUnknown()
- func (m *FundTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FundTransactionRequest) XXX_Merge(src proto.Message)
- func (m *FundTransactionRequest) XXX_Size() int
- func (m *FundTransactionRequest) XXX_Unmarshal(b []byte) error
- type FundTransactionResponse
- func (*FundTransactionResponse) Descriptor() ([]byte, []int)
- func (m *FundTransactionResponse) GetChangePkScript() []byte
- func (m *FundTransactionResponse) GetSelectedOutputs() []*FundTransactionResponse_PreviousOutput
- func (m *FundTransactionResponse) GetTotalAmount() int64
- func (*FundTransactionResponse) ProtoMessage()
- func (m *FundTransactionResponse) Reset()
- func (m *FundTransactionResponse) String() string
- func (m *FundTransactionResponse) XXX_DiscardUnknown()
- func (m *FundTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FundTransactionResponse) XXX_Merge(src proto.Message)
- func (m *FundTransactionResponse) XXX_Size() int
- func (m *FundTransactionResponse) XXX_Unmarshal(b []byte) error
- type FundTransactionResponse_PreviousOutput
- func (*FundTransactionResponse_PreviousOutput) Descriptor() ([]byte, []int)
- 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) GetTree() int32
- func (*FundTransactionResponse_PreviousOutput) ProtoMessage()
- func (m *FundTransactionResponse_PreviousOutput) Reset()
- func (m *FundTransactionResponse_PreviousOutput) String() string
- func (m *FundTransactionResponse_PreviousOutput) XXX_DiscardUnknown()
- func (m *FundTransactionResponse_PreviousOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FundTransactionResponse_PreviousOutput) XXX_Merge(src proto.Message)
- func (m *FundTransactionResponse_PreviousOutput) XXX_Size() int
- func (m *FundTransactionResponse_PreviousOutput) XXX_Unmarshal(b []byte) error
- type GenerateRandomSeedRequest
- func (*GenerateRandomSeedRequest) Descriptor() ([]byte, []int)
- func (m *GenerateRandomSeedRequest) GetSeedLength() uint32
- func (*GenerateRandomSeedRequest) ProtoMessage()
- func (m *GenerateRandomSeedRequest) Reset()
- func (m *GenerateRandomSeedRequest) String() string
- func (m *GenerateRandomSeedRequest) XXX_DiscardUnknown()
- func (m *GenerateRandomSeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GenerateRandomSeedRequest) XXX_Merge(src proto.Message)
- func (m *GenerateRandomSeedRequest) XXX_Size() int
- func (m *GenerateRandomSeedRequest) XXX_Unmarshal(b []byte) error
- type GenerateRandomSeedResponse
- func (*GenerateRandomSeedResponse) Descriptor() ([]byte, []int)
- func (m *GenerateRandomSeedResponse) GetSeedBytes() []byte
- func (m *GenerateRandomSeedResponse) GetSeedHex() string
- func (m *GenerateRandomSeedResponse) GetSeedMnemonic() string
- func (*GenerateRandomSeedResponse) ProtoMessage()
- func (m *GenerateRandomSeedResponse) Reset()
- func (m *GenerateRandomSeedResponse) String() string
- func (m *GenerateRandomSeedResponse) XXX_DiscardUnknown()
- func (m *GenerateRandomSeedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GenerateRandomSeedResponse) XXX_Merge(src proto.Message)
- func (m *GenerateRandomSeedResponse) XXX_Size() int
- func (m *GenerateRandomSeedResponse) XXX_Unmarshal(b []byte) error
- type GetAccountExtendedPubKeyRequest
- func (*GetAccountExtendedPubKeyRequest) Descriptor() ([]byte, []int)
- func (m *GetAccountExtendedPubKeyRequest) GetAccountNumber() uint32
- func (*GetAccountExtendedPubKeyRequest) ProtoMessage()
- func (m *GetAccountExtendedPubKeyRequest) Reset()
- func (m *GetAccountExtendedPubKeyRequest) String() string
- func (m *GetAccountExtendedPubKeyRequest) XXX_DiscardUnknown()
- func (m *GetAccountExtendedPubKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetAccountExtendedPubKeyRequest) XXX_Merge(src proto.Message)
- func (m *GetAccountExtendedPubKeyRequest) XXX_Size() int
- func (m *GetAccountExtendedPubKeyRequest) XXX_Unmarshal(b []byte) error
- type GetAccountExtendedPubKeyResponse
- func (*GetAccountExtendedPubKeyResponse) Descriptor() ([]byte, []int)
- func (m *GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey() string
- func (*GetAccountExtendedPubKeyResponse) ProtoMessage()
- func (m *GetAccountExtendedPubKeyResponse) Reset()
- func (m *GetAccountExtendedPubKeyResponse) String() string
- func (m *GetAccountExtendedPubKeyResponse) XXX_DiscardUnknown()
- func (m *GetAccountExtendedPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetAccountExtendedPubKeyResponse) XXX_Merge(src proto.Message)
- func (m *GetAccountExtendedPubKeyResponse) XXX_Size() int
- func (m *GetAccountExtendedPubKeyResponse) XXX_Unmarshal(b []byte) error
- type GetTicketRequest
- func (*GetTicketRequest) Descriptor() ([]byte, []int)
- func (m *GetTicketRequest) GetTicketHash() []byte
- func (*GetTicketRequest) ProtoMessage()
- func (m *GetTicketRequest) Reset()
- func (m *GetTicketRequest) String() string
- func (m *GetTicketRequest) XXX_DiscardUnknown()
- func (m *GetTicketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTicketRequest) XXX_Merge(src proto.Message)
- func (m *GetTicketRequest) XXX_Size() int
- func (m *GetTicketRequest) XXX_Unmarshal(b []byte) error
- type GetTicketsRequest
- func (*GetTicketsRequest) Descriptor() ([]byte, []int)
- func (m *GetTicketsRequest) GetEndingBlockHash() []byte
- func (m *GetTicketsRequest) GetEndingBlockHeight() int32
- func (m *GetTicketsRequest) GetStartingBlockHash() []byte
- func (m *GetTicketsRequest) GetStartingBlockHeight() int32
- func (m *GetTicketsRequest) GetTargetTicketCount() int32
- func (*GetTicketsRequest) ProtoMessage()
- func (m *GetTicketsRequest) Reset()
- func (m *GetTicketsRequest) String() string
- func (m *GetTicketsRequest) XXX_DiscardUnknown()
- func (m *GetTicketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTicketsRequest) XXX_Merge(src proto.Message)
- func (m *GetTicketsRequest) XXX_Size() int
- func (m *GetTicketsRequest) XXX_Unmarshal(b []byte) error
- type GetTicketsResponse
- func (*GetTicketsResponse) Descriptor() ([]byte, []int)
- func (m *GetTicketsResponse) GetBlock() *GetTicketsResponse_BlockDetails
- func (m *GetTicketsResponse) GetTicket() *GetTicketsResponse_TicketDetails
- func (*GetTicketsResponse) ProtoMessage()
- func (m *GetTicketsResponse) Reset()
- func (m *GetTicketsResponse) String() string
- func (m *GetTicketsResponse) XXX_DiscardUnknown()
- func (m *GetTicketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTicketsResponse) XXX_Merge(src proto.Message)
- func (m *GetTicketsResponse) XXX_Size() int
- func (m *GetTicketsResponse) XXX_Unmarshal(b []byte) error
- type GetTicketsResponse_BlockDetails
- func (*GetTicketsResponse_BlockDetails) Descriptor() ([]byte, []int)
- func (m *GetTicketsResponse_BlockDetails) GetHash() []byte
- func (m *GetTicketsResponse_BlockDetails) GetHeight() int32
- func (m *GetTicketsResponse_BlockDetails) GetTimestamp() int64
- func (*GetTicketsResponse_BlockDetails) ProtoMessage()
- func (m *GetTicketsResponse_BlockDetails) Reset()
- func (m *GetTicketsResponse_BlockDetails) String() string
- func (m *GetTicketsResponse_BlockDetails) XXX_DiscardUnknown()
- func (m *GetTicketsResponse_BlockDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTicketsResponse_BlockDetails) XXX_Merge(src proto.Message)
- func (m *GetTicketsResponse_BlockDetails) XXX_Size() int
- func (m *GetTicketsResponse_BlockDetails) XXX_Unmarshal(b []byte) error
- type GetTicketsResponse_TicketDetails
- func (*GetTicketsResponse_TicketDetails) Descriptor() ([]byte, []int)
- func (m *GetTicketsResponse_TicketDetails) GetSpender() *TransactionDetails
- func (m *GetTicketsResponse_TicketDetails) GetTicket() *TransactionDetails
- func (m *GetTicketsResponse_TicketDetails) GetTicketStatus() GetTicketsResponse_TicketDetails_TicketStatus
- func (*GetTicketsResponse_TicketDetails) ProtoMessage()
- func (m *GetTicketsResponse_TicketDetails) Reset()
- func (m *GetTicketsResponse_TicketDetails) String() string
- func (m *GetTicketsResponse_TicketDetails) XXX_DiscardUnknown()
- func (m *GetTicketsResponse_TicketDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTicketsResponse_TicketDetails) XXX_Merge(src proto.Message)
- func (m *GetTicketsResponse_TicketDetails) XXX_Size() int
- func (m *GetTicketsResponse_TicketDetails) XXX_Unmarshal(b []byte) error
- type GetTicketsResponse_TicketDetails_TicketStatus
- type GetTransactionRequest
- func (*GetTransactionRequest) Descriptor() ([]byte, []int)
- func (m *GetTransactionRequest) GetTransactionHash() []byte
- func (*GetTransactionRequest) ProtoMessage()
- func (m *GetTransactionRequest) Reset()
- func (m *GetTransactionRequest) String() string
- func (m *GetTransactionRequest) XXX_DiscardUnknown()
- func (m *GetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTransactionRequest) XXX_Merge(src proto.Message)
- func (m *GetTransactionRequest) XXX_Size() int
- func (m *GetTransactionRequest) XXX_Unmarshal(b []byte) error
- type GetTransactionResponse
- func (*GetTransactionResponse) Descriptor() ([]byte, []int)
- func (m *GetTransactionResponse) GetBlockHash() []byte
- func (m *GetTransactionResponse) GetConfirmations() int32
- func (m *GetTransactionResponse) GetTransaction() *TransactionDetails
- func (*GetTransactionResponse) ProtoMessage()
- func (m *GetTransactionResponse) Reset()
- func (m *GetTransactionResponse) String() string
- func (m *GetTransactionResponse) XXX_DiscardUnknown()
- func (m *GetTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTransactionResponse) XXX_Merge(src proto.Message)
- func (m *GetTransactionResponse) XXX_Size() int
- func (m *GetTransactionResponse) XXX_Unmarshal(b []byte) error
- type GetTransactionsRequest
- func (*GetTransactionsRequest) Descriptor() ([]byte, []int)
- 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) GetTargetTransactionCount() int32
- func (*GetTransactionsRequest) ProtoMessage()
- func (m *GetTransactionsRequest) Reset()
- func (m *GetTransactionsRequest) String() string
- func (m *GetTransactionsRequest) XXX_DiscardUnknown()
- func (m *GetTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTransactionsRequest) XXX_Merge(src proto.Message)
- func (m *GetTransactionsRequest) XXX_Size() int
- func (m *GetTransactionsRequest) XXX_Unmarshal(b []byte) error
- type GetTransactionsResponse
- func (*GetTransactionsResponse) Descriptor() ([]byte, []int)
- func (m *GetTransactionsResponse) GetMinedTransactions() *BlockDetails
- func (m *GetTransactionsResponse) GetUnminedTransactions() []*TransactionDetails
- func (*GetTransactionsResponse) ProtoMessage()
- func (m *GetTransactionsResponse) Reset()
- func (m *GetTransactionsResponse) String() string
- func (m *GetTransactionsResponse) XXX_DiscardUnknown()
- func (m *GetTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetTransactionsResponse) XXX_Merge(src proto.Message)
- func (m *GetTransactionsResponse) XXX_Size() int
- func (m *GetTransactionsResponse) XXX_Unmarshal(b []byte) error
- type ImportPrivateKeyRequest
- func (*ImportPrivateKeyRequest) Descriptor() ([]byte, []int)
- func (m *ImportPrivateKeyRequest) GetAccount() uint32
- func (m *ImportPrivateKeyRequest) GetPassphrase() []byte
- func (m *ImportPrivateKeyRequest) GetPrivateKeyWif() string
- func (m *ImportPrivateKeyRequest) GetRescan() bool
- func (m *ImportPrivateKeyRequest) GetScanFrom() int32
- func (*ImportPrivateKeyRequest) ProtoMessage()
- func (m *ImportPrivateKeyRequest) Reset()
- func (m *ImportPrivateKeyRequest) String() string
- func (m *ImportPrivateKeyRequest) XXX_DiscardUnknown()
- func (m *ImportPrivateKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ImportPrivateKeyRequest) XXX_Merge(src proto.Message)
- func (m *ImportPrivateKeyRequest) XXX_Size() int
- func (m *ImportPrivateKeyRequest) XXX_Unmarshal(b []byte) error
- type ImportPrivateKeyResponse
- func (*ImportPrivateKeyResponse) Descriptor() ([]byte, []int)
- func (*ImportPrivateKeyResponse) ProtoMessage()
- func (m *ImportPrivateKeyResponse) Reset()
- func (m *ImportPrivateKeyResponse) String() string
- func (m *ImportPrivateKeyResponse) XXX_DiscardUnknown()
- func (m *ImportPrivateKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ImportPrivateKeyResponse) XXX_Merge(src proto.Message)
- func (m *ImportPrivateKeyResponse) XXX_Size() int
- func (m *ImportPrivateKeyResponse) XXX_Unmarshal(b []byte) error
- type ImportScriptRequest
- func (*ImportScriptRequest) Descriptor() ([]byte, []int)
- func (m *ImportScriptRequest) GetPassphrase() []byte
- func (m *ImportScriptRequest) GetRequireRedeemable() bool
- func (m *ImportScriptRequest) GetRescan() bool
- func (m *ImportScriptRequest) GetScanFrom() int32
- func (m *ImportScriptRequest) GetScript() []byte
- func (*ImportScriptRequest) ProtoMessage()
- func (m *ImportScriptRequest) Reset()
- func (m *ImportScriptRequest) String() string
- func (m *ImportScriptRequest) XXX_DiscardUnknown()
- func (m *ImportScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ImportScriptRequest) XXX_Merge(src proto.Message)
- func (m *ImportScriptRequest) XXX_Size() int
- func (m *ImportScriptRequest) XXX_Unmarshal(b []byte) error
- type ImportScriptResponse
- func (*ImportScriptResponse) Descriptor() ([]byte, []int)
- func (m *ImportScriptResponse) GetP2ShAddress() string
- func (m *ImportScriptResponse) GetRedeemable() bool
- func (*ImportScriptResponse) ProtoMessage()
- func (m *ImportScriptResponse) Reset()
- func (m *ImportScriptResponse) String() string
- func (m *ImportScriptResponse) XXX_DiscardUnknown()
- func (m *ImportScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ImportScriptResponse) XXX_Merge(src proto.Message)
- func (m *ImportScriptResponse) XXX_Size() int
- func (m *ImportScriptResponse) XXX_Unmarshal(b []byte) error
- type LoadActiveDataFiltersRequest
- func (*LoadActiveDataFiltersRequest) Descriptor() ([]byte, []int)
- func (*LoadActiveDataFiltersRequest) ProtoMessage()
- func (m *LoadActiveDataFiltersRequest) Reset()
- func (m *LoadActiveDataFiltersRequest) String() string
- func (m *LoadActiveDataFiltersRequest) XXX_DiscardUnknown()
- func (m *LoadActiveDataFiltersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LoadActiveDataFiltersRequest) XXX_Merge(src proto.Message)
- func (m *LoadActiveDataFiltersRequest) XXX_Size() int
- func (m *LoadActiveDataFiltersRequest) XXX_Unmarshal(b []byte) error
- type LoadActiveDataFiltersResponse
- func (*LoadActiveDataFiltersResponse) Descriptor() ([]byte, []int)
- func (*LoadActiveDataFiltersResponse) ProtoMessage()
- func (m *LoadActiveDataFiltersResponse) Reset()
- func (m *LoadActiveDataFiltersResponse) String() string
- func (m *LoadActiveDataFiltersResponse) XXX_DiscardUnknown()
- func (m *LoadActiveDataFiltersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LoadActiveDataFiltersResponse) XXX_Merge(src proto.Message)
- func (m *LoadActiveDataFiltersResponse) XXX_Size() int
- func (m *LoadActiveDataFiltersResponse) XXX_Unmarshal(b []byte) error
- type MessageVerificationServiceClient
- type MessageVerificationServiceServer
- type NetworkRequest
- func (*NetworkRequest) Descriptor() ([]byte, []int)
- func (*NetworkRequest) ProtoMessage()
- func (m *NetworkRequest) Reset()
- func (m *NetworkRequest) String() string
- func (m *NetworkRequest) XXX_DiscardUnknown()
- func (m *NetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NetworkRequest) XXX_Merge(src proto.Message)
- func (m *NetworkRequest) XXX_Size() int
- func (m *NetworkRequest) XXX_Unmarshal(b []byte) error
- type NetworkResponse
- func (*NetworkResponse) Descriptor() ([]byte, []int)
- func (m *NetworkResponse) GetActiveNetwork() uint32
- func (*NetworkResponse) ProtoMessage()
- func (m *NetworkResponse) Reset()
- func (m *NetworkResponse) String() string
- func (m *NetworkResponse) XXX_DiscardUnknown()
- func (m *NetworkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NetworkResponse) XXX_Merge(src proto.Message)
- func (m *NetworkResponse) XXX_Size() int
- func (m *NetworkResponse) XXX_Unmarshal(b []byte) error
- type NextAccountRequest
- func (*NextAccountRequest) Descriptor() ([]byte, []int)
- func (m *NextAccountRequest) GetAccountName() string
- func (m *NextAccountRequest) GetPassphrase() []byte
- func (*NextAccountRequest) ProtoMessage()
- func (m *NextAccountRequest) Reset()
- func (m *NextAccountRequest) String() string
- func (m *NextAccountRequest) XXX_DiscardUnknown()
- func (m *NextAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NextAccountRequest) XXX_Merge(src proto.Message)
- func (m *NextAccountRequest) XXX_Size() int
- func (m *NextAccountRequest) XXX_Unmarshal(b []byte) error
- type NextAccountResponse
- func (*NextAccountResponse) Descriptor() ([]byte, []int)
- func (m *NextAccountResponse) GetAccountNumber() uint32
- func (*NextAccountResponse) ProtoMessage()
- func (m *NextAccountResponse) Reset()
- func (m *NextAccountResponse) String() string
- func (m *NextAccountResponse) XXX_DiscardUnknown()
- func (m *NextAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NextAccountResponse) XXX_Merge(src proto.Message)
- func (m *NextAccountResponse) XXX_Size() int
- func (m *NextAccountResponse) XXX_Unmarshal(b []byte) error
- type NextAddressRequest
- func (*NextAddressRequest) Descriptor() ([]byte, []int)
- func (m *NextAddressRequest) GetAccount() uint32
- func (m *NextAddressRequest) GetGapPolicy() NextAddressRequest_GapPolicy
- func (m *NextAddressRequest) GetKind() NextAddressRequest_Kind
- func (*NextAddressRequest) ProtoMessage()
- func (m *NextAddressRequest) Reset()
- func (m *NextAddressRequest) String() string
- func (m *NextAddressRequest) XXX_DiscardUnknown()
- func (m *NextAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NextAddressRequest) XXX_Merge(src proto.Message)
- func (m *NextAddressRequest) XXX_Size() int
- func (m *NextAddressRequest) XXX_Unmarshal(b []byte) error
- type NextAddressRequest_GapPolicy
- type NextAddressRequest_Kind
- type NextAddressResponse
- func (*NextAddressResponse) Descriptor() ([]byte, []int)
- func (m *NextAddressResponse) GetAddress() string
- func (m *NextAddressResponse) GetPublicKey() string
- func (*NextAddressResponse) ProtoMessage()
- func (m *NextAddressResponse) Reset()
- func (m *NextAddressResponse) String() string
- func (m *NextAddressResponse) XXX_DiscardUnknown()
- func (m *NextAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NextAddressResponse) XXX_Merge(src proto.Message)
- func (m *NextAddressResponse) XXX_Size() int
- func (m *NextAddressResponse) XXX_Unmarshal(b []byte) error
- type OpenWalletRequest
- func (*OpenWalletRequest) Descriptor() ([]byte, []int)
- func (m *OpenWalletRequest) GetPublicPassphrase() []byte
- func (*OpenWalletRequest) ProtoMessage()
- func (m *OpenWalletRequest) Reset()
- func (m *OpenWalletRequest) String() string
- func (m *OpenWalletRequest) XXX_DiscardUnknown()
- func (m *OpenWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OpenWalletRequest) XXX_Merge(src proto.Message)
- func (m *OpenWalletRequest) XXX_Size() int
- func (m *OpenWalletRequest) XXX_Unmarshal(b []byte) error
- type OpenWalletResponse
- func (*OpenWalletResponse) Descriptor() ([]byte, []int)
- func (m *OpenWalletResponse) GetWatchingOnly() bool
- func (*OpenWalletResponse) ProtoMessage()
- func (m *OpenWalletResponse) Reset()
- func (m *OpenWalletResponse) String() string
- func (m *OpenWalletResponse) XXX_DiscardUnknown()
- func (m *OpenWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OpenWalletResponse) XXX_Merge(src proto.Message)
- func (m *OpenWalletResponse) XXX_Size() int
- func (m *OpenWalletResponse) XXX_Unmarshal(b []byte) error
- type PeerNotification
- func (*PeerNotification) Descriptor() ([]byte, []int)
- func (m *PeerNotification) GetAddress() string
- func (m *PeerNotification) GetPeerCount() int32
- func (*PeerNotification) ProtoMessage()
- func (m *PeerNotification) Reset()
- func (m *PeerNotification) String() string
- func (m *PeerNotification) XXX_DiscardUnknown()
- func (m *PeerNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PeerNotification) XXX_Merge(src proto.Message)
- func (m *PeerNotification) XXX_Size() int
- func (m *PeerNotification) XXX_Unmarshal(b []byte) error
- type PingRequest
- func (*PingRequest) Descriptor() ([]byte, []int)
- func (*PingRequest) ProtoMessage()
- func (m *PingRequest) Reset()
- func (m *PingRequest) String() string
- func (m *PingRequest) XXX_DiscardUnknown()
- func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PingRequest) XXX_Merge(src proto.Message)
- func (m *PingRequest) XXX_Size() int
- func (m *PingRequest) XXX_Unmarshal(b []byte) error
- type PingResponse
- func (*PingResponse) Descriptor() ([]byte, []int)
- func (*PingResponse) ProtoMessage()
- func (m *PingResponse) Reset()
- func (m *PingResponse) String() string
- func (m *PingResponse) XXX_DiscardUnknown()
- func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PingResponse) XXX_Merge(src proto.Message)
- func (m *PingResponse) XXX_Size() int
- func (m *PingResponse) XXX_Unmarshal(b []byte) error
- type PublishTransactionRequest
- func (*PublishTransactionRequest) Descriptor() ([]byte, []int)
- func (m *PublishTransactionRequest) GetSignedTransaction() []byte
- func (*PublishTransactionRequest) ProtoMessage()
- func (m *PublishTransactionRequest) Reset()
- func (m *PublishTransactionRequest) String() string
- func (m *PublishTransactionRequest) XXX_DiscardUnknown()
- func (m *PublishTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PublishTransactionRequest) XXX_Merge(src proto.Message)
- func (m *PublishTransactionRequest) XXX_Size() int
- func (m *PublishTransactionRequest) XXX_Unmarshal(b []byte) error
- type PublishTransactionResponse
- func (*PublishTransactionResponse) Descriptor() ([]byte, []int)
- func (m *PublishTransactionResponse) GetTransactionHash() []byte
- func (*PublishTransactionResponse) ProtoMessage()
- func (m *PublishTransactionResponse) Reset()
- func (m *PublishTransactionResponse) String() string
- func (m *PublishTransactionResponse) XXX_DiscardUnknown()
- func (m *PublishTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PublishTransactionResponse) XXX_Merge(src proto.Message)
- func (m *PublishTransactionResponse) XXX_Size() int
- func (m *PublishTransactionResponse) XXX_Unmarshal(b []byte) error
- type PublishUnminedTransactionsRequest
- func (*PublishUnminedTransactionsRequest) Descriptor() ([]byte, []int)
- func (*PublishUnminedTransactionsRequest) ProtoMessage()
- func (m *PublishUnminedTransactionsRequest) Reset()
- func (m *PublishUnminedTransactionsRequest) String() string
- func (m *PublishUnminedTransactionsRequest) XXX_DiscardUnknown()
- func (m *PublishUnminedTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PublishUnminedTransactionsRequest) XXX_Merge(src proto.Message)
- func (m *PublishUnminedTransactionsRequest) XXX_Size() int
- func (m *PublishUnminedTransactionsRequest) XXX_Unmarshal(b []byte) error
- type PublishUnminedTransactionsResponse
- func (*PublishUnminedTransactionsResponse) Descriptor() ([]byte, []int)
- func (*PublishUnminedTransactionsResponse) ProtoMessage()
- func (m *PublishUnminedTransactionsResponse) Reset()
- func (m *PublishUnminedTransactionsResponse) String() string
- func (m *PublishUnminedTransactionsResponse) XXX_DiscardUnknown()
- func (m *PublishUnminedTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PublishUnminedTransactionsResponse) XXX_Merge(src proto.Message)
- func (m *PublishUnminedTransactionsResponse) XXX_Size() int
- func (m *PublishUnminedTransactionsResponse) XXX_Unmarshal(b []byte) error
- type PurchaseTicketsRequest
- func (*PurchaseTicketsRequest) Descriptor() ([]byte, []int)
- func (m *PurchaseTicketsRequest) GetAccount() uint32
- func (m *PurchaseTicketsRequest) GetExpiry() uint32
- func (m *PurchaseTicketsRequest) GetNumTickets() uint32
- func (m *PurchaseTicketsRequest) GetPassphrase() []byte
- func (m *PurchaseTicketsRequest) GetPoolAddress() string
- func (m *PurchaseTicketsRequest) GetPoolFees() float64
- func (m *PurchaseTicketsRequest) GetRequiredConfirmations() uint32
- func (m *PurchaseTicketsRequest) GetSpendLimit() int64
- func (m *PurchaseTicketsRequest) GetTicketAddress() string
- func (m *PurchaseTicketsRequest) GetTicketFee() int64
- func (m *PurchaseTicketsRequest) GetTxFee() int64
- func (*PurchaseTicketsRequest) ProtoMessage()
- func (m *PurchaseTicketsRequest) Reset()
- func (m *PurchaseTicketsRequest) String() string
- func (m *PurchaseTicketsRequest) XXX_DiscardUnknown()
- func (m *PurchaseTicketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PurchaseTicketsRequest) XXX_Merge(src proto.Message)
- func (m *PurchaseTicketsRequest) XXX_Size() int
- func (m *PurchaseTicketsRequest) XXX_Unmarshal(b []byte) error
- type PurchaseTicketsResponse
- func (*PurchaseTicketsResponse) Descriptor() ([]byte, []int)
- func (m *PurchaseTicketsResponse) GetTicketHashes() [][]byte
- func (*PurchaseTicketsResponse) ProtoMessage()
- func (m *PurchaseTicketsResponse) Reset()
- func (m *PurchaseTicketsResponse) String() string
- func (m *PurchaseTicketsResponse) XXX_DiscardUnknown()
- func (m *PurchaseTicketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PurchaseTicketsResponse) XXX_Merge(src proto.Message)
- func (m *PurchaseTicketsResponse) XXX_Size() int
- func (m *PurchaseTicketsResponse) XXX_Unmarshal(b []byte) error
- type RenameAccountRequest
- func (*RenameAccountRequest) Descriptor() ([]byte, []int)
- func (m *RenameAccountRequest) GetAccountNumber() uint32
- func (m *RenameAccountRequest) GetNewName() string
- func (*RenameAccountRequest) ProtoMessage()
- func (m *RenameAccountRequest) Reset()
- func (m *RenameAccountRequest) String() string
- func (m *RenameAccountRequest) XXX_DiscardUnknown()
- func (m *RenameAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RenameAccountRequest) XXX_Merge(src proto.Message)
- func (m *RenameAccountRequest) XXX_Size() int
- func (m *RenameAccountRequest) XXX_Unmarshal(b []byte) error
- type RenameAccountResponse
- func (*RenameAccountResponse) Descriptor() ([]byte, []int)
- func (*RenameAccountResponse) ProtoMessage()
- func (m *RenameAccountResponse) Reset()
- func (m *RenameAccountResponse) String() string
- func (m *RenameAccountResponse) XXX_DiscardUnknown()
- func (m *RenameAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RenameAccountResponse) XXX_Merge(src proto.Message)
- func (m *RenameAccountResponse) XXX_Size() int
- func (m *RenameAccountResponse) XXX_Unmarshal(b []byte) error
- type RescanPointRequest
- func (*RescanPointRequest) Descriptor() ([]byte, []int)
- func (*RescanPointRequest) ProtoMessage()
- func (m *RescanPointRequest) Reset()
- func (m *RescanPointRequest) String() string
- func (m *RescanPointRequest) XXX_DiscardUnknown()
- func (m *RescanPointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RescanPointRequest) XXX_Merge(src proto.Message)
- func (m *RescanPointRequest) XXX_Size() int
- func (m *RescanPointRequest) XXX_Unmarshal(b []byte) error
- type RescanPointResponse
- func (*RescanPointResponse) Descriptor() ([]byte, []int)
- func (m *RescanPointResponse) GetRescanPointHash() []byte
- func (*RescanPointResponse) ProtoMessage()
- func (m *RescanPointResponse) Reset()
- func (m *RescanPointResponse) String() string
- func (m *RescanPointResponse) XXX_DiscardUnknown()
- func (m *RescanPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RescanPointResponse) XXX_Merge(src proto.Message)
- func (m *RescanPointResponse) XXX_Size() int
- func (m *RescanPointResponse) XXX_Unmarshal(b []byte) error
- type RescanProgressNotification
- func (*RescanProgressNotification) Descriptor() ([]byte, []int)
- func (m *RescanProgressNotification) GetRescannedThrough() int32
- func (*RescanProgressNotification) ProtoMessage()
- func (m *RescanProgressNotification) Reset()
- func (m *RescanProgressNotification) String() string
- func (m *RescanProgressNotification) XXX_DiscardUnknown()
- func (m *RescanProgressNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RescanProgressNotification) XXX_Merge(src proto.Message)
- func (m *RescanProgressNotification) XXX_Size() int
- func (m *RescanProgressNotification) XXX_Unmarshal(b []byte) error
- type RescanRequest
- func (*RescanRequest) Descriptor() ([]byte, []int)
- func (m *RescanRequest) GetBeginHash() []byte
- func (m *RescanRequest) GetBeginHeight() int32
- func (*RescanRequest) ProtoMessage()
- func (m *RescanRequest) Reset()
- func (m *RescanRequest) String() string
- func (m *RescanRequest) XXX_DiscardUnknown()
- func (m *RescanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RescanRequest) XXX_Merge(src proto.Message)
- func (m *RescanRequest) XXX_Size() int
- func (m *RescanRequest) XXX_Unmarshal(b []byte) error
- type RescanResponse
- func (*RescanResponse) Descriptor() ([]byte, []int)
- func (m *RescanResponse) GetRescannedThrough() int32
- func (*RescanResponse) ProtoMessage()
- func (m *RescanResponse) Reset()
- func (m *RescanResponse) String() string
- func (m *RescanResponse) XXX_DiscardUnknown()
- func (m *RescanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RescanResponse) XXX_Merge(src proto.Message)
- func (m *RescanResponse) XXX_Size() int
- func (m *RescanResponse) XXX_Unmarshal(b []byte) error
- type RevokeTicketsRequest
- func (*RevokeTicketsRequest) Descriptor() ([]byte, []int)
- func (m *RevokeTicketsRequest) GetPassphrase() []byte
- func (*RevokeTicketsRequest) ProtoMessage()
- func (m *RevokeTicketsRequest) Reset()
- func (m *RevokeTicketsRequest) String() string
- func (m *RevokeTicketsRequest) XXX_DiscardUnknown()
- func (m *RevokeTicketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RevokeTicketsRequest) XXX_Merge(src proto.Message)
- func (m *RevokeTicketsRequest) XXX_Size() int
- func (m *RevokeTicketsRequest) XXX_Unmarshal(b []byte) error
- type RevokeTicketsResponse
- func (*RevokeTicketsResponse) Descriptor() ([]byte, []int)
- func (*RevokeTicketsResponse) ProtoMessage()
- func (m *RevokeTicketsResponse) Reset()
- func (m *RevokeTicketsResponse) String() string
- func (m *RevokeTicketsResponse) XXX_DiscardUnknown()
- func (m *RevokeTicketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RevokeTicketsResponse) XXX_Merge(src proto.Message)
- func (m *RevokeTicketsResponse) XXX_Size() int
- func (m *RevokeTicketsResponse) XXX_Unmarshal(b []byte) error
- type RpcSyncRequest
- func (*RpcSyncRequest) Descriptor() ([]byte, []int)
- func (m *RpcSyncRequest) GetCertificate() []byte
- func (m *RpcSyncRequest) GetDiscoverAccounts() bool
- func (m *RpcSyncRequest) GetNetworkAddress() string
- func (m *RpcSyncRequest) GetPassword() []byte
- func (m *RpcSyncRequest) GetPrivatePassphrase() []byte
- func (m *RpcSyncRequest) GetUsername() string
- func (*RpcSyncRequest) ProtoMessage()
- func (m *RpcSyncRequest) Reset()
- func (m *RpcSyncRequest) String() string
- func (m *RpcSyncRequest) XXX_DiscardUnknown()
- func (m *RpcSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RpcSyncRequest) XXX_Merge(src proto.Message)
- func (m *RpcSyncRequest) XXX_Size() int
- func (m *RpcSyncRequest) XXX_Unmarshal(b []byte) error
- type RpcSyncResponse
- func (*RpcSyncResponse) Descriptor() ([]byte, []int)
- func (m *RpcSyncResponse) GetFetchHeaders() *FetchHeadersNotification
- func (m *RpcSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification
- func (m *RpcSyncResponse) GetNotificationType() SyncNotificationType
- func (m *RpcSyncResponse) GetPeerInformation() *PeerNotification
- func (m *RpcSyncResponse) GetRescanProgress() *RescanProgressNotification
- func (m *RpcSyncResponse) GetSynced() bool
- func (*RpcSyncResponse) ProtoMessage()
- func (m *RpcSyncResponse) Reset()
- func (m *RpcSyncResponse) String() string
- func (m *RpcSyncResponse) XXX_DiscardUnknown()
- func (m *RpcSyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RpcSyncResponse) XXX_Merge(src proto.Message)
- func (m *RpcSyncResponse) XXX_Size() int
- func (m *RpcSyncResponse) XXX_Unmarshal(b []byte) error
- type RunTicketBuyerRequest
- func (*RunTicketBuyerRequest) Descriptor() ([]byte, []int)
- func (m *RunTicketBuyerRequest) GetAccount() uint32
- func (m *RunTicketBuyerRequest) GetBalanceToMaintain() int64
- func (m *RunTicketBuyerRequest) GetPassphrase() []byte
- func (m *RunTicketBuyerRequest) GetPoolAddress() string
- func (m *RunTicketBuyerRequest) GetPoolFees() float64
- func (m *RunTicketBuyerRequest) GetVotingAccount() uint32
- func (m *RunTicketBuyerRequest) GetVotingAddress() string
- func (*RunTicketBuyerRequest) ProtoMessage()
- func (m *RunTicketBuyerRequest) Reset()
- func (m *RunTicketBuyerRequest) String() string
- func (m *RunTicketBuyerRequest) XXX_DiscardUnknown()
- func (m *RunTicketBuyerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RunTicketBuyerRequest) XXX_Merge(src proto.Message)
- func (m *RunTicketBuyerRequest) XXX_Size() int
- func (m *RunTicketBuyerRequest) XXX_Unmarshal(b []byte) error
- type RunTicketBuyerResponse
- func (*RunTicketBuyerResponse) Descriptor() ([]byte, []int)
- func (*RunTicketBuyerResponse) ProtoMessage()
- func (m *RunTicketBuyerResponse) Reset()
- func (m *RunTicketBuyerResponse) String() string
- func (m *RunTicketBuyerResponse) XXX_DiscardUnknown()
- func (m *RunTicketBuyerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RunTicketBuyerResponse) XXX_Merge(src proto.Message)
- func (m *RunTicketBuyerResponse) XXX_Size() int
- func (m *RunTicketBuyerResponse) XXX_Unmarshal(b []byte) error
- type SeedServiceClient
- type SeedServiceServer
- type SetAccountRequest
- func (*SetAccountRequest) Descriptor() ([]byte, []int)
- func (m *SetAccountRequest) GetAccount() uint32
- func (*SetAccountRequest) ProtoMessage()
- func (m *SetAccountRequest) Reset()
- func (m *SetAccountRequest) String() string
- func (m *SetAccountRequest) XXX_DiscardUnknown()
- func (m *SetAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetAccountRequest) XXX_Merge(src proto.Message)
- func (m *SetAccountRequest) XXX_Size() int
- func (m *SetAccountRequest) XXX_Unmarshal(b []byte) error
- type SetAccountResponse
- func (*SetAccountResponse) Descriptor() ([]byte, []int)
- func (*SetAccountResponse) ProtoMessage()
- func (m *SetAccountResponse) Reset()
- func (m *SetAccountResponse) String() string
- func (m *SetAccountResponse) XXX_DiscardUnknown()
- func (m *SetAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetAccountResponse) XXX_Merge(src proto.Message)
- func (m *SetAccountResponse) XXX_Size() int
- func (m *SetAccountResponse) XXX_Unmarshal(b []byte) error
- type SetBalanceToMaintainRequest
- func (*SetBalanceToMaintainRequest) Descriptor() ([]byte, []int)
- func (m *SetBalanceToMaintainRequest) GetBalanceToMaintain() int64
- func (*SetBalanceToMaintainRequest) ProtoMessage()
- func (m *SetBalanceToMaintainRequest) Reset()
- func (m *SetBalanceToMaintainRequest) String() string
- func (m *SetBalanceToMaintainRequest) XXX_DiscardUnknown()
- func (m *SetBalanceToMaintainRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetBalanceToMaintainRequest) XXX_Merge(src proto.Message)
- func (m *SetBalanceToMaintainRequest) XXX_Size() int
- func (m *SetBalanceToMaintainRequest) XXX_Unmarshal(b []byte) error
- type SetBalanceToMaintainResponse
- func (*SetBalanceToMaintainResponse) Descriptor() ([]byte, []int)
- func (*SetBalanceToMaintainResponse) ProtoMessage()
- func (m *SetBalanceToMaintainResponse) Reset()
- func (m *SetBalanceToMaintainResponse) String() string
- func (m *SetBalanceToMaintainResponse) XXX_DiscardUnknown()
- func (m *SetBalanceToMaintainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetBalanceToMaintainResponse) XXX_Merge(src proto.Message)
- func (m *SetBalanceToMaintainResponse) XXX_Size() int
- func (m *SetBalanceToMaintainResponse) XXX_Unmarshal(b []byte) error
- type SetMaxFeeRequest
- func (*SetMaxFeeRequest) Descriptor() ([]byte, []int)
- func (m *SetMaxFeeRequest) GetMaxFeePerKb() int64
- func (*SetMaxFeeRequest) ProtoMessage()
- func (m *SetMaxFeeRequest) Reset()
- func (m *SetMaxFeeRequest) String() string
- func (m *SetMaxFeeRequest) XXX_DiscardUnknown()
- func (m *SetMaxFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMaxFeeRequest) XXX_Merge(src proto.Message)
- func (m *SetMaxFeeRequest) XXX_Size() int
- func (m *SetMaxFeeRequest) XXX_Unmarshal(b []byte) error
- type SetMaxFeeResponse
- func (*SetMaxFeeResponse) Descriptor() ([]byte, []int)
- func (*SetMaxFeeResponse) ProtoMessage()
- func (m *SetMaxFeeResponse) Reset()
- func (m *SetMaxFeeResponse) String() string
- func (m *SetMaxFeeResponse) XXX_DiscardUnknown()
- func (m *SetMaxFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMaxFeeResponse) XXX_Merge(src proto.Message)
- func (m *SetMaxFeeResponse) XXX_Size() int
- func (m *SetMaxFeeResponse) XXX_Unmarshal(b []byte) error
- type SetMaxPerBlockRequest
- func (*SetMaxPerBlockRequest) Descriptor() ([]byte, []int)
- func (m *SetMaxPerBlockRequest) GetMaxPerBlock() int64
- func (*SetMaxPerBlockRequest) ProtoMessage()
- func (m *SetMaxPerBlockRequest) Reset()
- func (m *SetMaxPerBlockRequest) String() string
- func (m *SetMaxPerBlockRequest) XXX_DiscardUnknown()
- func (m *SetMaxPerBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMaxPerBlockRequest) XXX_Merge(src proto.Message)
- func (m *SetMaxPerBlockRequest) XXX_Size() int
- func (m *SetMaxPerBlockRequest) XXX_Unmarshal(b []byte) error
- type SetMaxPerBlockResponse
- func (*SetMaxPerBlockResponse) Descriptor() ([]byte, []int)
- func (*SetMaxPerBlockResponse) ProtoMessage()
- func (m *SetMaxPerBlockResponse) Reset()
- func (m *SetMaxPerBlockResponse) String() string
- func (m *SetMaxPerBlockResponse) XXX_DiscardUnknown()
- func (m *SetMaxPerBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMaxPerBlockResponse) XXX_Merge(src proto.Message)
- func (m *SetMaxPerBlockResponse) XXX_Size() int
- func (m *SetMaxPerBlockResponse) XXX_Unmarshal(b []byte) error
- type SetMaxPriceAbsoluteRequest
- func (*SetMaxPriceAbsoluteRequest) Descriptor() ([]byte, []int)
- func (m *SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute() int64
- func (*SetMaxPriceAbsoluteRequest) ProtoMessage()
- func (m *SetMaxPriceAbsoluteRequest) Reset()
- func (m *SetMaxPriceAbsoluteRequest) String() string
- func (m *SetMaxPriceAbsoluteRequest) XXX_DiscardUnknown()
- func (m *SetMaxPriceAbsoluteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMaxPriceAbsoluteRequest) XXX_Merge(src proto.Message)
- func (m *SetMaxPriceAbsoluteRequest) XXX_Size() int
- func (m *SetMaxPriceAbsoluteRequest) XXX_Unmarshal(b []byte) error
- type SetMaxPriceAbsoluteResponse
- func (*SetMaxPriceAbsoluteResponse) Descriptor() ([]byte, []int)
- func (*SetMaxPriceAbsoluteResponse) ProtoMessage()
- func (m *SetMaxPriceAbsoluteResponse) Reset()
- func (m *SetMaxPriceAbsoluteResponse) String() string
- func (m *SetMaxPriceAbsoluteResponse) XXX_DiscardUnknown()
- func (m *SetMaxPriceAbsoluteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMaxPriceAbsoluteResponse) XXX_Merge(src proto.Message)
- func (m *SetMaxPriceAbsoluteResponse) XXX_Size() int
- func (m *SetMaxPriceAbsoluteResponse) XXX_Unmarshal(b []byte) error
- type SetMaxPriceRelativeRequest
- func (*SetMaxPriceRelativeRequest) Descriptor() ([]byte, []int)
- func (m *SetMaxPriceRelativeRequest) GetMaxPriceRelative() float64
- func (*SetMaxPriceRelativeRequest) ProtoMessage()
- func (m *SetMaxPriceRelativeRequest) Reset()
- func (m *SetMaxPriceRelativeRequest) String() string
- func (m *SetMaxPriceRelativeRequest) XXX_DiscardUnknown()
- func (m *SetMaxPriceRelativeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMaxPriceRelativeRequest) XXX_Merge(src proto.Message)
- func (m *SetMaxPriceRelativeRequest) XXX_Size() int
- func (m *SetMaxPriceRelativeRequest) XXX_Unmarshal(b []byte) error
- type SetMaxPriceRelativeResponse
- func (*SetMaxPriceRelativeResponse) Descriptor() ([]byte, []int)
- func (*SetMaxPriceRelativeResponse) ProtoMessage()
- func (m *SetMaxPriceRelativeResponse) Reset()
- func (m *SetMaxPriceRelativeResponse) String() string
- func (m *SetMaxPriceRelativeResponse) XXX_DiscardUnknown()
- func (m *SetMaxPriceRelativeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetMaxPriceRelativeResponse) XXX_Merge(src proto.Message)
- func (m *SetMaxPriceRelativeResponse) XXX_Size() int
- func (m *SetMaxPriceRelativeResponse) XXX_Unmarshal(b []byte) error
- type SetPoolAddressRequest
- func (*SetPoolAddressRequest) Descriptor() ([]byte, []int)
- func (m *SetPoolAddressRequest) GetPoolAddress() string
- func (*SetPoolAddressRequest) ProtoMessage()
- func (m *SetPoolAddressRequest) Reset()
- func (m *SetPoolAddressRequest) String() string
- func (m *SetPoolAddressRequest) XXX_DiscardUnknown()
- func (m *SetPoolAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetPoolAddressRequest) XXX_Merge(src proto.Message)
- func (m *SetPoolAddressRequest) XXX_Size() int
- func (m *SetPoolAddressRequest) XXX_Unmarshal(b []byte) error
- type SetPoolAddressResponse
- func (*SetPoolAddressResponse) Descriptor() ([]byte, []int)
- func (*SetPoolAddressResponse) ProtoMessage()
- func (m *SetPoolAddressResponse) Reset()
- func (m *SetPoolAddressResponse) String() string
- func (m *SetPoolAddressResponse) XXX_DiscardUnknown()
- func (m *SetPoolAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetPoolAddressResponse) XXX_Merge(src proto.Message)
- func (m *SetPoolAddressResponse) XXX_Size() int
- func (m *SetPoolAddressResponse) XXX_Unmarshal(b []byte) error
- type SetPoolFeesRequest
- func (*SetPoolFeesRequest) Descriptor() ([]byte, []int)
- func (m *SetPoolFeesRequest) GetPoolFees() float64
- func (*SetPoolFeesRequest) ProtoMessage()
- func (m *SetPoolFeesRequest) Reset()
- func (m *SetPoolFeesRequest) String() string
- func (m *SetPoolFeesRequest) XXX_DiscardUnknown()
- func (m *SetPoolFeesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetPoolFeesRequest) XXX_Merge(src proto.Message)
- func (m *SetPoolFeesRequest) XXX_Size() int
- func (m *SetPoolFeesRequest) XXX_Unmarshal(b []byte) error
- type SetPoolFeesResponse
- func (*SetPoolFeesResponse) Descriptor() ([]byte, []int)
- func (*SetPoolFeesResponse) ProtoMessage()
- func (m *SetPoolFeesResponse) Reset()
- func (m *SetPoolFeesResponse) String() string
- func (m *SetPoolFeesResponse) XXX_DiscardUnknown()
- func (m *SetPoolFeesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetPoolFeesResponse) XXX_Merge(src proto.Message)
- func (m *SetPoolFeesResponse) XXX_Size() int
- func (m *SetPoolFeesResponse) XXX_Unmarshal(b []byte) error
- type SetVoteChoicesRequest
- func (*SetVoteChoicesRequest) Descriptor() ([]byte, []int)
- func (m *SetVoteChoicesRequest) GetChoices() []*SetVoteChoicesRequest_Choice
- func (*SetVoteChoicesRequest) ProtoMessage()
- func (m *SetVoteChoicesRequest) Reset()
- func (m *SetVoteChoicesRequest) String() string
- func (m *SetVoteChoicesRequest) XXX_DiscardUnknown()
- func (m *SetVoteChoicesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetVoteChoicesRequest) XXX_Merge(src proto.Message)
- func (m *SetVoteChoicesRequest) XXX_Size() int
- func (m *SetVoteChoicesRequest) XXX_Unmarshal(b []byte) error
- type SetVoteChoicesRequest_Choice
- func (*SetVoteChoicesRequest_Choice) Descriptor() ([]byte, []int)
- func (m *SetVoteChoicesRequest_Choice) GetAgendaId() string
- func (m *SetVoteChoicesRequest_Choice) GetChoiceId() string
- func (*SetVoteChoicesRequest_Choice) ProtoMessage()
- func (m *SetVoteChoicesRequest_Choice) Reset()
- func (m *SetVoteChoicesRequest_Choice) String() string
- func (m *SetVoteChoicesRequest_Choice) XXX_DiscardUnknown()
- func (m *SetVoteChoicesRequest_Choice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetVoteChoicesRequest_Choice) XXX_Merge(src proto.Message)
- func (m *SetVoteChoicesRequest_Choice) XXX_Size() int
- func (m *SetVoteChoicesRequest_Choice) XXX_Unmarshal(b []byte) error
- type SetVoteChoicesResponse
- func (*SetVoteChoicesResponse) Descriptor() ([]byte, []int)
- func (m *SetVoteChoicesResponse) GetVotebits() uint32
- func (*SetVoteChoicesResponse) ProtoMessage()
- func (m *SetVoteChoicesResponse) Reset()
- func (m *SetVoteChoicesResponse) String() string
- func (m *SetVoteChoicesResponse) XXX_DiscardUnknown()
- func (m *SetVoteChoicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetVoteChoicesResponse) XXX_Merge(src proto.Message)
- func (m *SetVoteChoicesResponse) XXX_Size() int
- func (m *SetVoteChoicesResponse) XXX_Unmarshal(b []byte) error
- type SetVotingAddressRequest
- func (*SetVotingAddressRequest) Descriptor() ([]byte, []int)
- func (m *SetVotingAddressRequest) GetVotingAddress() string
- func (*SetVotingAddressRequest) ProtoMessage()
- func (m *SetVotingAddressRequest) Reset()
- func (m *SetVotingAddressRequest) String() string
- func (m *SetVotingAddressRequest) XXX_DiscardUnknown()
- func (m *SetVotingAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetVotingAddressRequest) XXX_Merge(src proto.Message)
- func (m *SetVotingAddressRequest) XXX_Size() int
- func (m *SetVotingAddressRequest) XXX_Unmarshal(b []byte) error
- type SetVotingAddressResponse
- func (*SetVotingAddressResponse) Descriptor() ([]byte, []int)
- func (*SetVotingAddressResponse) ProtoMessage()
- func (m *SetVotingAddressResponse) Reset()
- func (m *SetVotingAddressResponse) String() string
- func (m *SetVotingAddressResponse) XXX_DiscardUnknown()
- func (m *SetVotingAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SetVotingAddressResponse) XXX_Merge(src proto.Message)
- func (m *SetVotingAddressResponse) XXX_Size() int
- func (m *SetVotingAddressResponse) XXX_Unmarshal(b []byte) error
- type SignMessageRequest
- func (*SignMessageRequest) Descriptor() ([]byte, []int)
- func (m *SignMessageRequest) GetAddress() string
- func (m *SignMessageRequest) GetMessage() string
- func (m *SignMessageRequest) GetPassphrase() []byte
- func (*SignMessageRequest) ProtoMessage()
- func (m *SignMessageRequest) Reset()
- func (m *SignMessageRequest) String() string
- func (m *SignMessageRequest) XXX_DiscardUnknown()
- func (m *SignMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignMessageRequest) XXX_Merge(src proto.Message)
- func (m *SignMessageRequest) XXX_Size() int
- func (m *SignMessageRequest) XXX_Unmarshal(b []byte) error
- type SignMessageResponse
- func (*SignMessageResponse) Descriptor() ([]byte, []int)
- func (m *SignMessageResponse) GetSignature() []byte
- func (*SignMessageResponse) ProtoMessage()
- func (m *SignMessageResponse) Reset()
- func (m *SignMessageResponse) String() string
- func (m *SignMessageResponse) XXX_DiscardUnknown()
- func (m *SignMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignMessageResponse) XXX_Merge(src proto.Message)
- func (m *SignMessageResponse) XXX_Size() int
- func (m *SignMessageResponse) XXX_Unmarshal(b []byte) error
- type SignMessagesRequest
- func (*SignMessagesRequest) Descriptor() ([]byte, []int)
- func (m *SignMessagesRequest) GetMessages() []*SignMessagesRequest_Message
- func (m *SignMessagesRequest) GetPassphrase() []byte
- func (*SignMessagesRequest) ProtoMessage()
- func (m *SignMessagesRequest) Reset()
- func (m *SignMessagesRequest) String() string
- func (m *SignMessagesRequest) XXX_DiscardUnknown()
- func (m *SignMessagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignMessagesRequest) XXX_Merge(src proto.Message)
- func (m *SignMessagesRequest) XXX_Size() int
- func (m *SignMessagesRequest) XXX_Unmarshal(b []byte) error
- type SignMessagesRequest_Message
- func (*SignMessagesRequest_Message) Descriptor() ([]byte, []int)
- func (m *SignMessagesRequest_Message) GetAddress() string
- func (m *SignMessagesRequest_Message) GetMessage() string
- func (*SignMessagesRequest_Message) ProtoMessage()
- func (m *SignMessagesRequest_Message) Reset()
- func (m *SignMessagesRequest_Message) String() string
- func (m *SignMessagesRequest_Message) XXX_DiscardUnknown()
- func (m *SignMessagesRequest_Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignMessagesRequest_Message) XXX_Merge(src proto.Message)
- func (m *SignMessagesRequest_Message) XXX_Size() int
- func (m *SignMessagesRequest_Message) XXX_Unmarshal(b []byte) error
- type SignMessagesResponse
- func (*SignMessagesResponse) Descriptor() ([]byte, []int)
- func (m *SignMessagesResponse) GetReplies() []*SignMessagesResponse_SignReply
- func (*SignMessagesResponse) ProtoMessage()
- func (m *SignMessagesResponse) Reset()
- func (m *SignMessagesResponse) String() string
- func (m *SignMessagesResponse) XXX_DiscardUnknown()
- func (m *SignMessagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignMessagesResponse) XXX_Merge(src proto.Message)
- func (m *SignMessagesResponse) XXX_Size() int
- func (m *SignMessagesResponse) XXX_Unmarshal(b []byte) error
- type SignMessagesResponse_SignReply
- func (*SignMessagesResponse_SignReply) Descriptor() ([]byte, []int)
- func (m *SignMessagesResponse_SignReply) GetError() string
- func (m *SignMessagesResponse_SignReply) GetSignature() []byte
- func (*SignMessagesResponse_SignReply) ProtoMessage()
- func (m *SignMessagesResponse_SignReply) Reset()
- func (m *SignMessagesResponse_SignReply) String() string
- func (m *SignMessagesResponse_SignReply) XXX_DiscardUnknown()
- func (m *SignMessagesResponse_SignReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignMessagesResponse_SignReply) XXX_Merge(src proto.Message)
- func (m *SignMessagesResponse_SignReply) XXX_Size() int
- func (m *SignMessagesResponse_SignReply) XXX_Unmarshal(b []byte) error
- type SignTransactionRequest
- func (*SignTransactionRequest) Descriptor() ([]byte, []int)
- func (m *SignTransactionRequest) GetAdditionalScripts() []*SignTransactionRequest_AdditionalScript
- func (m *SignTransactionRequest) GetPassphrase() []byte
- func (m *SignTransactionRequest) GetSerializedTransaction() []byte
- func (*SignTransactionRequest) ProtoMessage()
- func (m *SignTransactionRequest) Reset()
- func (m *SignTransactionRequest) String() string
- func (m *SignTransactionRequest) XXX_DiscardUnknown()
- func (m *SignTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignTransactionRequest) XXX_Merge(src proto.Message)
- func (m *SignTransactionRequest) XXX_Size() int
- func (m *SignTransactionRequest) XXX_Unmarshal(b []byte) error
- type SignTransactionRequest_AdditionalScript
- func (*SignTransactionRequest_AdditionalScript) Descriptor() ([]byte, []int)
- func (m *SignTransactionRequest_AdditionalScript) GetOutputIndex() uint32
- func (m *SignTransactionRequest_AdditionalScript) GetPkScript() []byte
- func (m *SignTransactionRequest_AdditionalScript) GetTransactionHash() []byte
- func (m *SignTransactionRequest_AdditionalScript) GetTree() int32
- func (*SignTransactionRequest_AdditionalScript) ProtoMessage()
- func (m *SignTransactionRequest_AdditionalScript) Reset()
- func (m *SignTransactionRequest_AdditionalScript) String() string
- func (m *SignTransactionRequest_AdditionalScript) XXX_DiscardUnknown()
- func (m *SignTransactionRequest_AdditionalScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignTransactionRequest_AdditionalScript) XXX_Merge(src proto.Message)
- func (m *SignTransactionRequest_AdditionalScript) XXX_Size() int
- func (m *SignTransactionRequest_AdditionalScript) XXX_Unmarshal(b []byte) error
- type SignTransactionResponse
- func (*SignTransactionResponse) Descriptor() ([]byte, []int)
- func (m *SignTransactionResponse) GetTransaction() []byte
- func (m *SignTransactionResponse) GetUnsignedInputIndexes() []uint32
- func (*SignTransactionResponse) ProtoMessage()
- func (m *SignTransactionResponse) Reset()
- func (m *SignTransactionResponse) String() string
- func (m *SignTransactionResponse) XXX_DiscardUnknown()
- func (m *SignTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignTransactionResponse) XXX_Merge(src proto.Message)
- func (m *SignTransactionResponse) XXX_Size() int
- func (m *SignTransactionResponse) XXX_Unmarshal(b []byte) error
- type SignTransactionsRequest
- func (*SignTransactionsRequest) Descriptor() ([]byte, []int)
- func (m *SignTransactionsRequest) GetAdditionalScripts() []*SignTransactionsRequest_AdditionalScript
- func (m *SignTransactionsRequest) GetPassphrase() []byte
- func (m *SignTransactionsRequest) GetTransactions() []*SignTransactionsRequest_UnsignedTransaction
- func (*SignTransactionsRequest) ProtoMessage()
- func (m *SignTransactionsRequest) Reset()
- func (m *SignTransactionsRequest) String() string
- func (m *SignTransactionsRequest) XXX_DiscardUnknown()
- func (m *SignTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignTransactionsRequest) XXX_Merge(src proto.Message)
- func (m *SignTransactionsRequest) XXX_Size() int
- func (m *SignTransactionsRequest) XXX_Unmarshal(b []byte) error
- type SignTransactionsRequest_AdditionalScript
- func (*SignTransactionsRequest_AdditionalScript) Descriptor() ([]byte, []int)
- func (m *SignTransactionsRequest_AdditionalScript) GetOutputIndex() uint32
- func (m *SignTransactionsRequest_AdditionalScript) GetPkScript() []byte
- func (m *SignTransactionsRequest_AdditionalScript) GetTransactionHash() []byte
- func (m *SignTransactionsRequest_AdditionalScript) GetTree() int32
- func (*SignTransactionsRequest_AdditionalScript) ProtoMessage()
- func (m *SignTransactionsRequest_AdditionalScript) Reset()
- func (m *SignTransactionsRequest_AdditionalScript) String() string
- func (m *SignTransactionsRequest_AdditionalScript) XXX_DiscardUnknown()
- func (m *SignTransactionsRequest_AdditionalScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignTransactionsRequest_AdditionalScript) XXX_Merge(src proto.Message)
- func (m *SignTransactionsRequest_AdditionalScript) XXX_Size() int
- func (m *SignTransactionsRequest_AdditionalScript) XXX_Unmarshal(b []byte) error
- type SignTransactionsRequest_UnsignedTransaction
- func (*SignTransactionsRequest_UnsignedTransaction) Descriptor() ([]byte, []int)
- func (m *SignTransactionsRequest_UnsignedTransaction) GetSerializedTransaction() []byte
- func (*SignTransactionsRequest_UnsignedTransaction) ProtoMessage()
- func (m *SignTransactionsRequest_UnsignedTransaction) Reset()
- func (m *SignTransactionsRequest_UnsignedTransaction) String() string
- func (m *SignTransactionsRequest_UnsignedTransaction) XXX_DiscardUnknown()
- func (m *SignTransactionsRequest_UnsignedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignTransactionsRequest_UnsignedTransaction) XXX_Merge(src proto.Message)
- func (m *SignTransactionsRequest_UnsignedTransaction) XXX_Size() int
- func (m *SignTransactionsRequest_UnsignedTransaction) XXX_Unmarshal(b []byte) error
- type SignTransactionsResponse
- func (*SignTransactionsResponse) Descriptor() ([]byte, []int)
- func (m *SignTransactionsResponse) GetTransactions() []*SignTransactionsResponse_SignedTransaction
- func (*SignTransactionsResponse) ProtoMessage()
- func (m *SignTransactionsResponse) Reset()
- func (m *SignTransactionsResponse) String() string
- func (m *SignTransactionsResponse) XXX_DiscardUnknown()
- func (m *SignTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignTransactionsResponse) XXX_Merge(src proto.Message)
- func (m *SignTransactionsResponse) XXX_Size() int
- func (m *SignTransactionsResponse) XXX_Unmarshal(b []byte) error
- type SignTransactionsResponse_SignedTransaction
- func (*SignTransactionsResponse_SignedTransaction) Descriptor() ([]byte, []int)
- func (m *SignTransactionsResponse_SignedTransaction) GetTransaction() []byte
- func (m *SignTransactionsResponse_SignedTransaction) GetUnsignedInputIndexes() []uint32
- func (*SignTransactionsResponse_SignedTransaction) ProtoMessage()
- func (m *SignTransactionsResponse_SignedTransaction) Reset()
- func (m *SignTransactionsResponse_SignedTransaction) String() string
- func (m *SignTransactionsResponse_SignedTransaction) XXX_DiscardUnknown()
- func (m *SignTransactionsResponse_SignedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignTransactionsResponse_SignedTransaction) XXX_Merge(src proto.Message)
- func (m *SignTransactionsResponse_SignedTransaction) XXX_Size() int
- func (m *SignTransactionsResponse_SignedTransaction) XXX_Unmarshal(b []byte) error
- type SpvSyncRequest
- func (*SpvSyncRequest) Descriptor() ([]byte, []int)
- func (m *SpvSyncRequest) GetDiscoverAccounts() bool
- func (m *SpvSyncRequest) GetPrivatePassphrase() []byte
- func (m *SpvSyncRequest) GetSpvConnect() []string
- func (*SpvSyncRequest) ProtoMessage()
- func (m *SpvSyncRequest) Reset()
- func (m *SpvSyncRequest) String() string
- func (m *SpvSyncRequest) XXX_DiscardUnknown()
- func (m *SpvSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SpvSyncRequest) XXX_Merge(src proto.Message)
- func (m *SpvSyncRequest) XXX_Size() int
- func (m *SpvSyncRequest) XXX_Unmarshal(b []byte) error
- type SpvSyncResponse
- func (*SpvSyncResponse) Descriptor() ([]byte, []int)
- func (m *SpvSyncResponse) GetFetchHeaders() *FetchHeadersNotification
- func (m *SpvSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification
- func (m *SpvSyncResponse) GetNotificationType() SyncNotificationType
- func (m *SpvSyncResponse) GetPeerInformation() *PeerNotification
- func (m *SpvSyncResponse) GetRescanProgress() *RescanProgressNotification
- func (m *SpvSyncResponse) GetSynced() bool
- func (*SpvSyncResponse) ProtoMessage()
- func (m *SpvSyncResponse) Reset()
- func (m *SpvSyncResponse) String() string
- func (m *SpvSyncResponse) XXX_DiscardUnknown()
- func (m *SpvSyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SpvSyncResponse) XXX_Merge(src proto.Message)
- func (m *SpvSyncResponse) XXX_Size() int
- func (m *SpvSyncResponse) XXX_Unmarshal(b []byte) error
- type StakeInfoRequest
- func (*StakeInfoRequest) Descriptor() ([]byte, []int)
- func (*StakeInfoRequest) ProtoMessage()
- func (m *StakeInfoRequest) Reset()
- func (m *StakeInfoRequest) String() string
- func (m *StakeInfoRequest) XXX_DiscardUnknown()
- func (m *StakeInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StakeInfoRequest) XXX_Merge(src proto.Message)
- func (m *StakeInfoRequest) XXX_Size() int
- func (m *StakeInfoRequest) XXX_Unmarshal(b []byte) error
- type StakeInfoResponse
- func (*StakeInfoResponse) Descriptor() ([]byte, []int)
- func (m *StakeInfoResponse) GetAllMempoolTix() uint32
- func (m *StakeInfoResponse) GetExpired() uint32
- func (m *StakeInfoResponse) GetImmature() uint32
- func (m *StakeInfoResponse) GetLive() uint32
- func (m *StakeInfoResponse) GetMissed() uint32
- func (m *StakeInfoResponse) GetOwnMempoolTix() uint32
- func (m *StakeInfoResponse) GetPoolSize() uint32
- func (m *StakeInfoResponse) GetRevoked() uint32
- func (m *StakeInfoResponse) GetTotalSubsidy() int64
- func (m *StakeInfoResponse) GetUnspent() uint32
- func (m *StakeInfoResponse) GetVoted() uint32
- func (*StakeInfoResponse) ProtoMessage()
- func (m *StakeInfoResponse) Reset()
- func (m *StakeInfoResponse) String() string
- func (m *StakeInfoResponse) XXX_DiscardUnknown()
- func (m *StakeInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StakeInfoResponse) XXX_Merge(src proto.Message)
- func (m *StakeInfoResponse) XXX_Size() int
- func (m *StakeInfoResponse) XXX_Unmarshal(b []byte) error
- type StartAutoBuyerRequest
- func (*StartAutoBuyerRequest) Descriptor() ([]byte, []int)
- func (m *StartAutoBuyerRequest) GetAccount() uint32
- func (m *StartAutoBuyerRequest) GetBalanceToMaintain() int64
- func (m *StartAutoBuyerRequest) GetMaxFeePerKb() int64
- func (m *StartAutoBuyerRequest) GetMaxPerBlock() int64
- func (m *StartAutoBuyerRequest) GetMaxPriceAbsolute() int64
- func (m *StartAutoBuyerRequest) GetMaxPriceRelative() float64
- func (m *StartAutoBuyerRequest) GetPassphrase() []byte
- func (m *StartAutoBuyerRequest) GetPoolAddress() string
- func (m *StartAutoBuyerRequest) GetPoolFees() float64
- func (m *StartAutoBuyerRequest) GetVotingAddress() string
- func (*StartAutoBuyerRequest) ProtoMessage()
- func (m *StartAutoBuyerRequest) Reset()
- func (m *StartAutoBuyerRequest) String() string
- func (m *StartAutoBuyerRequest) XXX_DiscardUnknown()
- func (m *StartAutoBuyerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StartAutoBuyerRequest) XXX_Merge(src proto.Message)
- func (m *StartAutoBuyerRequest) XXX_Size() int
- func (m *StartAutoBuyerRequest) XXX_Unmarshal(b []byte) error
- type StartAutoBuyerResponse
- func (*StartAutoBuyerResponse) Descriptor() ([]byte, []int)
- func (*StartAutoBuyerResponse) ProtoMessage()
- func (m *StartAutoBuyerResponse) Reset()
- func (m *StartAutoBuyerResponse) String() string
- func (m *StartAutoBuyerResponse) XXX_DiscardUnknown()
- func (m *StartAutoBuyerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StartAutoBuyerResponse) XXX_Merge(src proto.Message)
- func (m *StartAutoBuyerResponse) XXX_Size() int
- func (m *StartAutoBuyerResponse) XXX_Unmarshal(b []byte) error
- type StartConsensusRpcRequest
- func (*StartConsensusRpcRequest) Descriptor() ([]byte, []int)
- func (m *StartConsensusRpcRequest) GetCertificate() []byte
- func (m *StartConsensusRpcRequest) GetNetworkAddress() string
- func (m *StartConsensusRpcRequest) GetPassword() []byte
- func (m *StartConsensusRpcRequest) GetUsername() string
- func (*StartConsensusRpcRequest) ProtoMessage()
- func (m *StartConsensusRpcRequest) Reset()
- func (m *StartConsensusRpcRequest) String() string
- func (m *StartConsensusRpcRequest) XXX_DiscardUnknown()
- func (m *StartConsensusRpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StartConsensusRpcRequest) XXX_Merge(src proto.Message)
- func (m *StartConsensusRpcRequest) XXX_Size() int
- func (m *StartConsensusRpcRequest) XXX_Unmarshal(b []byte) error
- type StartConsensusRpcResponse
- func (*StartConsensusRpcResponse) Descriptor() ([]byte, []int)
- func (*StartConsensusRpcResponse) ProtoMessage()
- func (m *StartConsensusRpcResponse) Reset()
- func (m *StartConsensusRpcResponse) String() string
- func (m *StartConsensusRpcResponse) XXX_DiscardUnknown()
- func (m *StartConsensusRpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StartConsensusRpcResponse) XXX_Merge(src proto.Message)
- func (m *StartConsensusRpcResponse) XXX_Size() int
- func (m *StartConsensusRpcResponse) XXX_Unmarshal(b []byte) error
- type StopAutoBuyerRequest
- func (*StopAutoBuyerRequest) Descriptor() ([]byte, []int)
- func (*StopAutoBuyerRequest) ProtoMessage()
- func (m *StopAutoBuyerRequest) Reset()
- func (m *StopAutoBuyerRequest) String() string
- func (m *StopAutoBuyerRequest) XXX_DiscardUnknown()
- func (m *StopAutoBuyerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StopAutoBuyerRequest) XXX_Merge(src proto.Message)
- func (m *StopAutoBuyerRequest) XXX_Size() int
- func (m *StopAutoBuyerRequest) XXX_Unmarshal(b []byte) error
- type StopAutoBuyerResponse
- func (*StopAutoBuyerResponse) Descriptor() ([]byte, []int)
- func (*StopAutoBuyerResponse) ProtoMessage()
- func (m *StopAutoBuyerResponse) Reset()
- func (m *StopAutoBuyerResponse) String() string
- func (m *StopAutoBuyerResponse) XXX_DiscardUnknown()
- func (m *StopAutoBuyerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StopAutoBuyerResponse) XXX_Merge(src proto.Message)
- func (m *StopAutoBuyerResponse) XXX_Size() int
- func (m *StopAutoBuyerResponse) XXX_Unmarshal(b []byte) error
- type SubscribeToBlockNotificationsRequest
- func (*SubscribeToBlockNotificationsRequest) Descriptor() ([]byte, []int)
- func (*SubscribeToBlockNotificationsRequest) ProtoMessage()
- func (m *SubscribeToBlockNotificationsRequest) Reset()
- func (m *SubscribeToBlockNotificationsRequest) String() string
- func (m *SubscribeToBlockNotificationsRequest) XXX_DiscardUnknown()
- func (m *SubscribeToBlockNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SubscribeToBlockNotificationsRequest) XXX_Merge(src proto.Message)
- func (m *SubscribeToBlockNotificationsRequest) XXX_Size() int
- func (m *SubscribeToBlockNotificationsRequest) XXX_Unmarshal(b []byte) error
- type SubscribeToBlockNotificationsResponse
- func (*SubscribeToBlockNotificationsResponse) Descriptor() ([]byte, []int)
- func (*SubscribeToBlockNotificationsResponse) ProtoMessage()
- func (m *SubscribeToBlockNotificationsResponse) Reset()
- func (m *SubscribeToBlockNotificationsResponse) String() string
- func (m *SubscribeToBlockNotificationsResponse) XXX_DiscardUnknown()
- func (m *SubscribeToBlockNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SubscribeToBlockNotificationsResponse) XXX_Merge(src proto.Message)
- func (m *SubscribeToBlockNotificationsResponse) XXX_Size() int
- func (m *SubscribeToBlockNotificationsResponse) XXX_Unmarshal(b []byte) error
- type SweepAccountRequest
- func (*SweepAccountRequest) Descriptor() ([]byte, []int)
- func (m *SweepAccountRequest) GetDestinationAddress() string
- func (m *SweepAccountRequest) GetFeePerKb() float64
- func (m *SweepAccountRequest) GetRequiredConfirmations() uint32
- func (m *SweepAccountRequest) GetSourceAccount() string
- func (*SweepAccountRequest) ProtoMessage()
- func (m *SweepAccountRequest) Reset()
- func (m *SweepAccountRequest) String() string
- func (m *SweepAccountRequest) XXX_DiscardUnknown()
- func (m *SweepAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SweepAccountRequest) XXX_Merge(src proto.Message)
- func (m *SweepAccountRequest) XXX_Size() int
- func (m *SweepAccountRequest) XXX_Unmarshal(b []byte) error
- type SweepAccountResponse
- func (*SweepAccountResponse) Descriptor() ([]byte, []int)
- func (m *SweepAccountResponse) GetEstimatedSignedSize() uint32
- func (m *SweepAccountResponse) GetTotalOutputAmount() int64
- func (m *SweepAccountResponse) GetTotalPreviousOutputAmount() int64
- func (m *SweepAccountResponse) GetUnsignedTransaction() []byte
- func (*SweepAccountResponse) ProtoMessage()
- func (m *SweepAccountResponse) Reset()
- func (m *SweepAccountResponse) String() string
- func (m *SweepAccountResponse) XXX_DiscardUnknown()
- func (m *SweepAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SweepAccountResponse) XXX_Merge(src proto.Message)
- func (m *SweepAccountResponse) XXX_Size() int
- func (m *SweepAccountResponse) XXX_Unmarshal(b []byte) error
- type SyncNotificationType
- type TicketBuyerConfigRequest
- func (*TicketBuyerConfigRequest) Descriptor() ([]byte, []int)
- func (*TicketBuyerConfigRequest) ProtoMessage()
- func (m *TicketBuyerConfigRequest) Reset()
- func (m *TicketBuyerConfigRequest) String() string
- func (m *TicketBuyerConfigRequest) XXX_DiscardUnknown()
- func (m *TicketBuyerConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TicketBuyerConfigRequest) XXX_Merge(src proto.Message)
- func (m *TicketBuyerConfigRequest) XXX_Size() int
- func (m *TicketBuyerConfigRequest) XXX_Unmarshal(b []byte) error
- type TicketBuyerConfigResponse
- func (*TicketBuyerConfigResponse) Descriptor() ([]byte, []int)
- func (m *TicketBuyerConfigResponse) GetAccount() uint32
- func (m *TicketBuyerConfigResponse) GetAvgPriceMode() string
- func (m *TicketBuyerConfigResponse) GetAvgPriceVWAPDelta() int64
- func (m *TicketBuyerConfigResponse) GetBalanceToMaintain() int64
- func (m *TicketBuyerConfigResponse) GetBlocksToAvg() int64
- func (m *TicketBuyerConfigResponse) GetDontWaitForTickets() bool
- func (m *TicketBuyerConfigResponse) GetExpiryDelta() int64
- func (m *TicketBuyerConfigResponse) GetFeeSource() string
- func (m *TicketBuyerConfigResponse) GetFeeTargetScaling() float64
- func (m *TicketBuyerConfigResponse) GetMaxFee() int64
- func (m *TicketBuyerConfigResponse) GetMaxInMempool() int64
- func (m *TicketBuyerConfigResponse) GetMaxPerBlock() int64
- func (m *TicketBuyerConfigResponse) GetMaxPriceAbsolute() int64
- func (m *TicketBuyerConfigResponse) GetMaxPriceRelative() float64
- func (m *TicketBuyerConfigResponse) GetMinFee() int64
- func (m *TicketBuyerConfigResponse) GetPoolAddress() string
- func (m *TicketBuyerConfigResponse) GetPoolFees() float64
- func (m *TicketBuyerConfigResponse) GetSpreadTicketPurchases() bool
- func (m *TicketBuyerConfigResponse) GetTxFee() int64
- func (m *TicketBuyerConfigResponse) GetVotingAddress() string
- func (*TicketBuyerConfigResponse) ProtoMessage()
- func (m *TicketBuyerConfigResponse) Reset()
- func (m *TicketBuyerConfigResponse) String() string
- func (m *TicketBuyerConfigResponse) XXX_DiscardUnknown()
- func (m *TicketBuyerConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TicketBuyerConfigResponse) XXX_Merge(src proto.Message)
- func (m *TicketBuyerConfigResponse) XXX_Size() int
- func (m *TicketBuyerConfigResponse) XXX_Unmarshal(b []byte) error
- type TicketBuyerServiceClient
- type TicketBuyerServiceServer
- type TicketBuyerV2ServiceClient
- type TicketBuyerV2ServiceServer
- type TicketBuyerV2Service_RunTicketBuyerClient
- type TicketBuyerV2Service_RunTicketBuyerServer
- type TicketPriceRequest
- func (*TicketPriceRequest) Descriptor() ([]byte, []int)
- func (*TicketPriceRequest) ProtoMessage()
- func (m *TicketPriceRequest) Reset()
- func (m *TicketPriceRequest) String() string
- func (m *TicketPriceRequest) XXX_DiscardUnknown()
- func (m *TicketPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TicketPriceRequest) XXX_Merge(src proto.Message)
- func (m *TicketPriceRequest) XXX_Size() int
- func (m *TicketPriceRequest) XXX_Unmarshal(b []byte) error
- type TicketPriceResponse
- func (*TicketPriceResponse) Descriptor() ([]byte, []int)
- func (m *TicketPriceResponse) GetHeight() int32
- func (m *TicketPriceResponse) GetTicketPrice() int64
- func (*TicketPriceResponse) ProtoMessage()
- func (m *TicketPriceResponse) Reset()
- func (m *TicketPriceResponse) String() string
- func (m *TicketPriceResponse) XXX_DiscardUnknown()
- func (m *TicketPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TicketPriceResponse) XXX_Merge(src proto.Message)
- func (m *TicketPriceResponse) XXX_Size() int
- func (m *TicketPriceResponse) XXX_Unmarshal(b []byte) error
- type TransactionDetails
- func (*TransactionDetails) Descriptor() ([]byte, []int)
- 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) GetTransactionType() TransactionDetails_TransactionType
- func (*TransactionDetails) ProtoMessage()
- func (m *TransactionDetails) Reset()
- func (m *TransactionDetails) String() string
- func (m *TransactionDetails) XXX_DiscardUnknown()
- func (m *TransactionDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TransactionDetails) XXX_Merge(src proto.Message)
- func (m *TransactionDetails) XXX_Size() int
- func (m *TransactionDetails) XXX_Unmarshal(b []byte) error
- type TransactionDetails_Input
- func (*TransactionDetails_Input) Descriptor() ([]byte, []int)
- func (m *TransactionDetails_Input) GetIndex() uint32
- func (m *TransactionDetails_Input) GetPreviousAccount() uint32
- func (m *TransactionDetails_Input) GetPreviousAmount() int64
- func (*TransactionDetails_Input) ProtoMessage()
- func (m *TransactionDetails_Input) Reset()
- func (m *TransactionDetails_Input) String() string
- func (m *TransactionDetails_Input) XXX_DiscardUnknown()
- func (m *TransactionDetails_Input) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TransactionDetails_Input) XXX_Merge(src proto.Message)
- func (m *TransactionDetails_Input) XXX_Size() int
- func (m *TransactionDetails_Input) XXX_Unmarshal(b []byte) error
- type TransactionDetails_Output
- func (*TransactionDetails_Output) Descriptor() ([]byte, []int)
- func (m *TransactionDetails_Output) GetAccount() uint32
- func (m *TransactionDetails_Output) GetAddress() string
- func (m *TransactionDetails_Output) GetAmount() int64
- func (m *TransactionDetails_Output) GetIndex() uint32
- func (m *TransactionDetails_Output) GetInternal() bool
- func (m *TransactionDetails_Output) GetOutputScript() []byte
- func (*TransactionDetails_Output) ProtoMessage()
- func (m *TransactionDetails_Output) Reset()
- func (m *TransactionDetails_Output) String() string
- func (m *TransactionDetails_Output) XXX_DiscardUnknown()
- func (m *TransactionDetails_Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TransactionDetails_Output) XXX_Merge(src proto.Message)
- func (m *TransactionDetails_Output) XXX_Size() int
- func (m *TransactionDetails_Output) XXX_Unmarshal(b []byte) error
- type TransactionDetails_TransactionType
- type TransactionNotificationsRequest
- func (*TransactionNotificationsRequest) Descriptor() ([]byte, []int)
- func (*TransactionNotificationsRequest) ProtoMessage()
- func (m *TransactionNotificationsRequest) Reset()
- func (m *TransactionNotificationsRequest) String() string
- func (m *TransactionNotificationsRequest) XXX_DiscardUnknown()
- func (m *TransactionNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TransactionNotificationsRequest) XXX_Merge(src proto.Message)
- func (m *TransactionNotificationsRequest) XXX_Size() int
- func (m *TransactionNotificationsRequest) XXX_Unmarshal(b []byte) error
- type TransactionNotificationsResponse
- func (*TransactionNotificationsResponse) Descriptor() ([]byte, []int)
- func (m *TransactionNotificationsResponse) GetAttachedBlocks() []*BlockDetails
- func (m *TransactionNotificationsResponse) GetDetachedBlocks() [][]byte
- func (m *TransactionNotificationsResponse) GetUnminedTransactionHashes() [][]byte
- func (m *TransactionNotificationsResponse) GetUnminedTransactions() []*TransactionDetails
- func (*TransactionNotificationsResponse) ProtoMessage()
- func (m *TransactionNotificationsResponse) Reset()
- func (m *TransactionNotificationsResponse) String() string
- func (m *TransactionNotificationsResponse) XXX_DiscardUnknown()
- func (m *TransactionNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TransactionNotificationsResponse) XXX_Merge(src proto.Message)
- func (m *TransactionNotificationsResponse) XXX_Size() int
- func (m *TransactionNotificationsResponse) XXX_Unmarshal(b []byte) error
- type UnspentOutputResponse
- func (*UnspentOutputResponse) Descriptor() ([]byte, []int)
- func (m *UnspentOutputResponse) GetAmount() int64
- func (m *UnspentOutputResponse) GetAmountSum() int64
- func (m *UnspentOutputResponse) GetFromCoinbase() bool
- func (m *UnspentOutputResponse) GetOutputIndex() uint32
- func (m *UnspentOutputResponse) GetPkScript() []byte
- func (m *UnspentOutputResponse) GetReceiveTime() int64
- func (m *UnspentOutputResponse) GetTransactionHash() []byte
- func (m *UnspentOutputResponse) GetTree() int32
- func (*UnspentOutputResponse) ProtoMessage()
- func (m *UnspentOutputResponse) Reset()
- func (m *UnspentOutputResponse) String() string
- func (m *UnspentOutputResponse) XXX_DiscardUnknown()
- func (m *UnspentOutputResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UnspentOutputResponse) XXX_Merge(src proto.Message)
- func (m *UnspentOutputResponse) XXX_Size() int
- func (m *UnspentOutputResponse) XXX_Unmarshal(b []byte) error
- type UnspentOutputsRequest
- func (*UnspentOutputsRequest) Descriptor() ([]byte, []int)
- func (m *UnspentOutputsRequest) GetAccount() uint32
- func (m *UnspentOutputsRequest) GetIncludeImmatureCoinbases() bool
- func (m *UnspentOutputsRequest) GetRequiredConfirmations() int32
- func (m *UnspentOutputsRequest) GetTargetAmount() int64
- func (*UnspentOutputsRequest) ProtoMessage()
- func (m *UnspentOutputsRequest) Reset()
- func (m *UnspentOutputsRequest) String() string
- func (m *UnspentOutputsRequest) XXX_DiscardUnknown()
- func (m *UnspentOutputsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UnspentOutputsRequest) XXX_Merge(src proto.Message)
- func (m *UnspentOutputsRequest) XXX_Size() int
- func (m *UnspentOutputsRequest) XXX_Unmarshal(b []byte) error
- type ValidateAddressRequest
- func (*ValidateAddressRequest) Descriptor() ([]byte, []int)
- func (m *ValidateAddressRequest) GetAddress() string
- func (*ValidateAddressRequest) ProtoMessage()
- func (m *ValidateAddressRequest) Reset()
- func (m *ValidateAddressRequest) String() string
- func (m *ValidateAddressRequest) XXX_DiscardUnknown()
- func (m *ValidateAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ValidateAddressRequest) XXX_Merge(src proto.Message)
- func (m *ValidateAddressRequest) XXX_Size() int
- func (m *ValidateAddressRequest) XXX_Unmarshal(b []byte) error
- type ValidateAddressResponse
- func (*ValidateAddressResponse) Descriptor() ([]byte, []int)
- func (m *ValidateAddressResponse) GetAccountNumber() uint32
- func (m *ValidateAddressResponse) GetIndex() uint32
- func (m *ValidateAddressResponse) GetIsInternal() bool
- func (m *ValidateAddressResponse) GetIsMine() bool
- func (m *ValidateAddressResponse) GetIsScript() bool
- func (m *ValidateAddressResponse) GetIsValid() bool
- func (m *ValidateAddressResponse) GetPayToAddrScript() []byte
- func (m *ValidateAddressResponse) GetPkScriptAddrs() []string
- func (m *ValidateAddressResponse) GetPubKey() []byte
- func (m *ValidateAddressResponse) GetPubKeyAddr() string
- func (m *ValidateAddressResponse) GetScriptType() ValidateAddressResponse_ScriptType
- func (m *ValidateAddressResponse) GetSigsRequired() uint32
- func (*ValidateAddressResponse) ProtoMessage()
- func (m *ValidateAddressResponse) Reset()
- func (m *ValidateAddressResponse) String() string
- func (m *ValidateAddressResponse) XXX_DiscardUnknown()
- func (m *ValidateAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ValidateAddressResponse) XXX_Merge(src proto.Message)
- func (m *ValidateAddressResponse) XXX_Size() int
- func (m *ValidateAddressResponse) XXX_Unmarshal(b []byte) error
- type ValidateAddressResponse_ScriptType
- type VerifyMessageRequest
- func (*VerifyMessageRequest) Descriptor() ([]byte, []int)
- func (m *VerifyMessageRequest) GetAddress() string
- func (m *VerifyMessageRequest) GetMessage() string
- func (m *VerifyMessageRequest) GetSignature() []byte
- func (*VerifyMessageRequest) ProtoMessage()
- func (m *VerifyMessageRequest) Reset()
- func (m *VerifyMessageRequest) String() string
- func (m *VerifyMessageRequest) XXX_DiscardUnknown()
- func (m *VerifyMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VerifyMessageRequest) XXX_Merge(src proto.Message)
- func (m *VerifyMessageRequest) XXX_Size() int
- func (m *VerifyMessageRequest) XXX_Unmarshal(b []byte) error
- type VerifyMessageResponse
- func (*VerifyMessageResponse) Descriptor() ([]byte, []int)
- func (m *VerifyMessageResponse) GetValid() bool
- func (*VerifyMessageResponse) ProtoMessage()
- func (m *VerifyMessageResponse) Reset()
- func (m *VerifyMessageResponse) String() string
- func (m *VerifyMessageResponse) XXX_DiscardUnknown()
- func (m *VerifyMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VerifyMessageResponse) XXX_Merge(src proto.Message)
- func (m *VerifyMessageResponse) XXX_Size() int
- func (m *VerifyMessageResponse) XXX_Unmarshal(b []byte) error
- type VersionRequest
- func (*VersionRequest) Descriptor() ([]byte, []int)
- func (*VersionRequest) ProtoMessage()
- func (m *VersionRequest) Reset()
- func (m *VersionRequest) String() string
- func (m *VersionRequest) XXX_DiscardUnknown()
- func (m *VersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VersionRequest) XXX_Merge(src proto.Message)
- func (m *VersionRequest) XXX_Size() int
- func (m *VersionRequest) XXX_Unmarshal(b []byte) error
- type VersionResponse
- func (*VersionResponse) Descriptor() ([]byte, []int)
- 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 (*VersionResponse) ProtoMessage()
- func (m *VersionResponse) Reset()
- func (m *VersionResponse) String() string
- func (m *VersionResponse) XXX_DiscardUnknown()
- func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VersionResponse) XXX_Merge(src proto.Message)
- func (m *VersionResponse) XXX_Size() int
- func (m *VersionResponse) XXX_Unmarshal(b []byte) error
- type VersionServiceClient
- type VersionServiceServer
- type VoteChoicesRequest
- func (*VoteChoicesRequest) Descriptor() ([]byte, []int)
- func (*VoteChoicesRequest) ProtoMessage()
- func (m *VoteChoicesRequest) Reset()
- func (m *VoteChoicesRequest) String() string
- func (m *VoteChoicesRequest) XXX_DiscardUnknown()
- func (m *VoteChoicesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VoteChoicesRequest) XXX_Merge(src proto.Message)
- func (m *VoteChoicesRequest) XXX_Size() int
- func (m *VoteChoicesRequest) XXX_Unmarshal(b []byte) error
- type VoteChoicesResponse
- func (*VoteChoicesResponse) Descriptor() ([]byte, []int)
- func (m *VoteChoicesResponse) GetChoices() []*VoteChoicesResponse_Choice
- func (m *VoteChoicesResponse) GetVersion() uint32
- func (m *VoteChoicesResponse) GetVotebits() uint32
- func (*VoteChoicesResponse) ProtoMessage()
- func (m *VoteChoicesResponse) Reset()
- func (m *VoteChoicesResponse) String() string
- func (m *VoteChoicesResponse) XXX_DiscardUnknown()
- func (m *VoteChoicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VoteChoicesResponse) XXX_Merge(src proto.Message)
- func (m *VoteChoicesResponse) XXX_Size() int
- func (m *VoteChoicesResponse) XXX_Unmarshal(b []byte) error
- type VoteChoicesResponse_Choice
- func (*VoteChoicesResponse_Choice) Descriptor() ([]byte, []int)
- func (m *VoteChoicesResponse_Choice) GetAgendaDescription() string
- func (m *VoteChoicesResponse_Choice) GetAgendaId() string
- func (m *VoteChoicesResponse_Choice) GetChoiceDescription() string
- func (m *VoteChoicesResponse_Choice) GetChoiceId() string
- func (*VoteChoicesResponse_Choice) ProtoMessage()
- func (m *VoteChoicesResponse_Choice) Reset()
- func (m *VoteChoicesResponse_Choice) String() string
- func (m *VoteChoicesResponse_Choice) XXX_DiscardUnknown()
- func (m *VoteChoicesResponse_Choice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VoteChoicesResponse_Choice) XXX_Merge(src proto.Message)
- func (m *VoteChoicesResponse_Choice) XXX_Size() int
- func (m *VoteChoicesResponse_Choice) XXX_Unmarshal(b []byte) error
- type VotingServiceClient
- type VotingServiceServer
- type WalletExistsRequest
- func (*WalletExistsRequest) Descriptor() ([]byte, []int)
- func (*WalletExistsRequest) ProtoMessage()
- func (m *WalletExistsRequest) Reset()
- func (m *WalletExistsRequest) String() string
- func (m *WalletExistsRequest) XXX_DiscardUnknown()
- func (m *WalletExistsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *WalletExistsRequest) XXX_Merge(src proto.Message)
- func (m *WalletExistsRequest) XXX_Size() int
- func (m *WalletExistsRequest) XXX_Unmarshal(b []byte) error
- type WalletExistsResponse
- func (*WalletExistsResponse) Descriptor() ([]byte, []int)
- func (m *WalletExistsResponse) GetExists() bool
- func (*WalletExistsResponse) ProtoMessage()
- func (m *WalletExistsResponse) Reset()
- func (m *WalletExistsResponse) String() string
- func (m *WalletExistsResponse) XXX_DiscardUnknown()
- func (m *WalletExistsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *WalletExistsResponse) XXX_Merge(src proto.Message)
- func (m *WalletExistsResponse) XXX_Size() int
- func (m *WalletExistsResponse) XXX_Unmarshal(b []byte) error
- type WalletLoaderServiceClient
- type WalletLoaderServiceServer
- type WalletLoaderService_RpcSyncClient
- type WalletLoaderService_RpcSyncServer
- type WalletLoaderService_SpvSyncClient
- type WalletLoaderService_SpvSyncServer
- type WalletServiceClient
- type WalletServiceServer
- type WalletService_AccountNotificationsClient
- type WalletService_AccountNotificationsServer
- type WalletService_ConfirmationNotificationsClient
- type WalletService_ConfirmationNotificationsServer
- type WalletService_GetTicketsClient
- type WalletService_GetTicketsServer
- type WalletService_GetTransactionsClient
- type WalletService_GetTransactionsServer
- type WalletService_RescanClient
- type WalletService_RescanServer
- type WalletService_TransactionNotificationsClient
- type WalletService_TransactionNotificationsServer
- type WalletService_UnspentOutputsClient
- type WalletService_UnspentOutputsServer
Constants ¶
This section is empty.
Variables ¶
View Source
var ChangePassphraseRequest_Key_name = map[int32]string{
0: "PRIVATE",
1: "PUBLIC",
}
View Source
var ChangePassphraseRequest_Key_value = map[string]int32{
"PRIVATE": 0,
"PUBLIC": 1,
}
View Source
var ConstructTransactionRequest_OutputSelectionAlgorithm_name = map[int32]string{
0: "UNSPECIFIED",
1: "ALL",
}
View Source
var ConstructTransactionRequest_OutputSelectionAlgorithm_value = map[string]int32{
"UNSPECIFIED": 0,
"ALL": 1,
}
View Source
var CreateSignatureRequest_SigHashType_name = map[int32]string{
0: "SIGHASH_OLD",
1: "SIGHASH_ALL",
2: "SIGHASH_NONE",
3: "SIGHASH_SINGLE",
4: "SIGHASH_ALLVALUE",
128: "SIGHASH_ANYONECANPAY",
}
View Source
var CreateSignatureRequest_SigHashType_value = map[string]int32{
"SIGHASH_OLD": 0,
"SIGHASH_ALL": 1,
"SIGHASH_NONE": 2,
"SIGHASH_SINGLE": 3,
"SIGHASH_ALLVALUE": 4,
"SIGHASH_ANYONECANPAY": 128,
}
View Source
var DecodedTransaction_Input_TreeType_name = map[int32]string{
0: "REGULAR",
-1: "UNKNOWN",
1: "STAKE",
}
View Source
var DecodedTransaction_Input_TreeType_value = map[string]int32{
"REGULAR": 0,
"UNKNOWN": -1,
"STAKE": 1,
}
View Source
var DecodedTransaction_Output_ScriptClass_name = map[int32]string{
0: "NON_STANDARD",
1: "PUB_KEY",
2: "PUB_KEY_HASH",
3: "SCRIPT_HASH",
4: "MULTI_SIG",
5: "NULL_DATA",
6: "STAKE_SUBMISSION",
7: "STAKE_GEN",
8: "STAKE_REVOCATION",
9: "STAKE_SUB_CHANGE",
10: "PUB_KEY_ALT",
11: "PUB_KEY_HASH_ALT",
}
View Source
var DecodedTransaction_Output_ScriptClass_value = map[string]int32{
"NON_STANDARD": 0,
"PUB_KEY": 1,
"PUB_KEY_HASH": 2,
"SCRIPT_HASH": 3,
"MULTI_SIG": 4,
"NULL_DATA": 5,
"STAKE_SUBMISSION": 6,
"STAKE_GEN": 7,
"STAKE_REVOCATION": 8,
"STAKE_SUB_CHANGE": 9,
"PUB_KEY_ALT": 10,
"PUB_KEY_HASH_ALT": 11,
}
View Source
var GetTicketsResponse_TicketDetails_TicketStatus_name = map[int32]string{
0: "UNKNOWN",
1: "UNMINED",
2: "IMMATURE",
3: "LIVE",
4: "VOTED",
5: "MISSED",
6: "EXPIRED",
7: "REVOKED",
}
View Source
var GetTicketsResponse_TicketDetails_TicketStatus_value = map[string]int32{
"UNKNOWN": 0,
"UNMINED": 1,
"IMMATURE": 2,
"LIVE": 3,
"VOTED": 4,
"MISSED": 5,
"EXPIRED": 6,
"REVOKED": 7,
}
View Source
var NextAddressRequest_GapPolicy_name = map[int32]string{
0: "GAP_POLICY_UNSPECIFIED",
1: "GAP_POLICY_ERROR",
2: "GAP_POLICY_IGNORE",
3: "GAP_POLICY_WRAP",
}
View Source
var NextAddressRequest_GapPolicy_value = map[string]int32{
"GAP_POLICY_UNSPECIFIED": 0,
"GAP_POLICY_ERROR": 1,
"GAP_POLICY_IGNORE": 2,
"GAP_POLICY_WRAP": 3,
}
View Source
var NextAddressRequest_Kind_name = map[int32]string{
0: "BIP0044_EXTERNAL",
1: "BIP0044_INTERNAL",
}
View Source
var NextAddressRequest_Kind_value = map[string]int32{
"BIP0044_EXTERNAL": 0,
"BIP0044_INTERNAL": 1,
}
View Source
var SyncNotificationType_name = map[int32]string{
0: "SYNCED",
1: "UNSYNCED",
2: "PEER_CONNECTED",
3: "PEER_DISCONNECTED",
4: "FETCHED_MISSING_CFILTERS_STARTED",
5: "FETCHED_MISSING_CFILTERS_PROGRESS",
6: "FETCHED_MISSING_CFILTERS_FINISHED",
7: "FETCHED_HEADERS_STARTED",
8: "FETCHED_HEADERS_PROGRESS",
9: "FETCHED_HEADERS_FINISHED",
10: "DISCOVER_ADDRESSES_STARTED",
11: "DISCOVER_ADDRESSES_FINISHED",
12: "RESCAN_STARTED",
13: "RESCAN_PROGRESS",
14: "RESCAN_FINISHED",
}
View Source
var SyncNotificationType_value = map[string]int32{
"SYNCED": 0,
"UNSYNCED": 1,
"PEER_CONNECTED": 2,
"PEER_DISCONNECTED": 3,
"FETCHED_MISSING_CFILTERS_STARTED": 4,
"FETCHED_MISSING_CFILTERS_PROGRESS": 5,
"FETCHED_MISSING_CFILTERS_FINISHED": 6,
"FETCHED_HEADERS_STARTED": 7,
"FETCHED_HEADERS_PROGRESS": 8,
"FETCHED_HEADERS_FINISHED": 9,
"DISCOVER_ADDRESSES_STARTED": 10,
"DISCOVER_ADDRESSES_FINISHED": 11,
"RESCAN_STARTED": 12,
"RESCAN_PROGRESS": 13,
"RESCAN_FINISHED": 14,
}
View Source
var TransactionDetails_TransactionType_name = map[int32]string{
0: "REGULAR",
4: "COINBASE",
1: "TICKET_PURCHASE",
2: "VOTE",
3: "REVOCATION",
}
View Source
var TransactionDetails_TransactionType_value = map[string]int32{
"REGULAR": 0,
"COINBASE": 4,
"TICKET_PURCHASE": 1,
"VOTE": 2,
"REVOCATION": 3,
}
View Source
var ValidateAddressResponse_ScriptType_name = map[int32]string{
0: "NonStandardTy",
1: "PubKeyTy",
2: "PubKeyHashTy",
3: "ScriptHashTy",
4: "MultiSigTy",
5: "NullDataTy",
6: "StakeSubmissionTy",
7: "StakeGenTy",
8: "StakeRevocationTy",
9: "StakeSubChangeTy",
10: "PubkeyAltTy",
11: "PubkeyHashAltTy",
}
View Source
var ValidateAddressResponse_ScriptType_value = map[string]int32{
"NonStandardTy": 0,
"PubKeyTy": 1,
"PubKeyHashTy": 2,
"ScriptHashTy": 3,
"MultiSigTy": 4,
"NullDataTy": 5,
"StakeSubmissionTy": 6,
"StakeGenTy": 7,
"StakeRevocationTy": 8,
"StakeSubChangeTy": 9,
"PubkeyAltTy": 10,
"PubkeyHashAltTy": 11,
}
Functions ¶
func RegisterAgendaServiceServer ¶
func RegisterAgendaServiceServer(s *grpc.Server, srv AgendaServiceServer)
func RegisterDecodeMessageServiceServer ¶
func RegisterDecodeMessageServiceServer(s *grpc.Server, srv DecodeMessageServiceServer)
func RegisterMessageVerificationServiceServer ¶
func RegisterMessageVerificationServiceServer(s *grpc.Server, srv MessageVerificationServiceServer)
func RegisterSeedServiceServer ¶
func RegisterSeedServiceServer(s *grpc.Server, srv SeedServiceServer)
func RegisterTicketBuyerServiceServer ¶
func RegisterTicketBuyerServiceServer(s *grpc.Server, srv TicketBuyerServiceServer)
func RegisterTicketBuyerV2ServiceServer ¶
func RegisterTicketBuyerV2ServiceServer(s *grpc.Server, srv TicketBuyerV2ServiceServer)
func RegisterVersionServiceServer ¶
func RegisterVersionServiceServer(s *grpc.Server, srv VersionServiceServer)
func RegisterVotingServiceServer ¶
func RegisterVotingServiceServer(s *grpc.Server, srv VotingServiceServer)
func RegisterWalletLoaderServiceServer ¶
func RegisterWalletLoaderServiceServer(s *grpc.Server, srv WalletLoaderServiceServer)
func RegisterWalletServiceServer ¶
func RegisterWalletServiceServer(s *grpc.Server, srv WalletServiceServer)
Types ¶
type AccountBalance ¶
type AccountBalance struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` TotalBalance int64 `protobuf:"varint,2,opt,name=total_balance,json=totalBalance,proto3" json:"total_balance,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountBalance) Descriptor ¶
func (*AccountBalance) Descriptor() ([]byte, []int)
func (*AccountBalance) GetAccount ¶
func (m *AccountBalance) GetAccount() uint32
func (*AccountBalance) GetTotalBalance ¶
func (m *AccountBalance) GetTotalBalance() int64
func (*AccountBalance) ProtoMessage ¶
func (*AccountBalance) ProtoMessage()
func (*AccountBalance) Reset ¶
func (m *AccountBalance) Reset()
func (*AccountBalance) String ¶
func (m *AccountBalance) String() string
func (*AccountBalance) XXX_DiscardUnknown ¶
func (m *AccountBalance) XXX_DiscardUnknown()
func (*AccountBalance) XXX_Marshal ¶
func (m *AccountBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountBalance) XXX_Merge ¶
func (dst *AccountBalance) XXX_Merge(src proto.Message)
func (*AccountBalance) XXX_Size ¶
func (m *AccountBalance) XXX_Size() int
func (*AccountBalance) XXX_Unmarshal ¶
func (m *AccountBalance) XXX_Unmarshal(b []byte) error
type AccountNotificationsRequest ¶
type AccountNotificationsRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountNotificationsRequest) Descriptor ¶
func (*AccountNotificationsRequest) Descriptor() ([]byte, []int)
func (*AccountNotificationsRequest) ProtoMessage ¶
func (*AccountNotificationsRequest) ProtoMessage()
func (*AccountNotificationsRequest) Reset ¶
func (m *AccountNotificationsRequest) Reset()
func (*AccountNotificationsRequest) String ¶
func (m *AccountNotificationsRequest) String() string
func (*AccountNotificationsRequest) XXX_DiscardUnknown ¶
func (m *AccountNotificationsRequest) XXX_DiscardUnknown()
func (*AccountNotificationsRequest) XXX_Marshal ¶
func (m *AccountNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountNotificationsRequest) XXX_Merge ¶
func (dst *AccountNotificationsRequest) XXX_Merge(src proto.Message)
func (*AccountNotificationsRequest) XXX_Size ¶
func (m *AccountNotificationsRequest) XXX_Size() int
func (*AccountNotificationsRequest) XXX_Unmarshal ¶
func (m *AccountNotificationsRequest) XXX_Unmarshal(b []byte) error
type AccountNotificationsResponse ¶
type AccountNotificationsResponse struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` ExternalKeyCount uint32 `protobuf:"varint,3,opt,name=external_key_count,json=externalKeyCount,proto3" json:"external_key_count,omitempty"` InternalKeyCount uint32 `protobuf:"varint,4,opt,name=internal_key_count,json=internalKeyCount,proto3" json:"internal_key_count,omitempty"` ImportedKeyCount uint32 `protobuf:"varint,5,opt,name=imported_key_count,json=importedKeyCount,proto3" json:"imported_key_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountNotificationsResponse) Descriptor ¶
func (*AccountNotificationsResponse) Descriptor() ([]byte, []int)
func (*AccountNotificationsResponse) GetAccountName ¶
func (m *AccountNotificationsResponse) GetAccountName() string
func (*AccountNotificationsResponse) GetAccountNumber ¶
func (m *AccountNotificationsResponse) GetAccountNumber() uint32
func (*AccountNotificationsResponse) GetExternalKeyCount ¶
func (m *AccountNotificationsResponse) GetExternalKeyCount() uint32
func (*AccountNotificationsResponse) GetImportedKeyCount ¶
func (m *AccountNotificationsResponse) GetImportedKeyCount() uint32
func (*AccountNotificationsResponse) GetInternalKeyCount ¶
func (m *AccountNotificationsResponse) GetInternalKeyCount() uint32
func (*AccountNotificationsResponse) ProtoMessage ¶
func (*AccountNotificationsResponse) ProtoMessage()
func (*AccountNotificationsResponse) Reset ¶
func (m *AccountNotificationsResponse) Reset()
func (*AccountNotificationsResponse) String ¶
func (m *AccountNotificationsResponse) String() string
func (*AccountNotificationsResponse) XXX_DiscardUnknown ¶
func (m *AccountNotificationsResponse) XXX_DiscardUnknown()
func (*AccountNotificationsResponse) XXX_Marshal ¶
func (m *AccountNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountNotificationsResponse) XXX_Merge ¶
func (dst *AccountNotificationsResponse) XXX_Merge(src proto.Message)
func (*AccountNotificationsResponse) XXX_Size ¶
func (m *AccountNotificationsResponse) XXX_Size() int
func (*AccountNotificationsResponse) XXX_Unmarshal ¶
func (m *AccountNotificationsResponse) XXX_Unmarshal(b []byte) error
type AccountNumberRequest ¶
typ