Documentation ¶
Index ¶
- Variables
- func RegisterAccountMixerServiceServer(s grpc.ServiceRegistrar, srv AccountMixerServiceServer)
- func RegisterAgendaServiceServer(s grpc.ServiceRegistrar, srv AgendaServiceServer)
- func RegisterDecodeMessageServiceServer(s grpc.ServiceRegistrar, srv DecodeMessageServiceServer)
- func RegisterMessageVerificationServiceServer(s grpc.ServiceRegistrar, srv MessageVerificationServiceServer)
- func RegisterNetworkServiceServer(s grpc.ServiceRegistrar, srv NetworkServiceServer)
- func RegisterSeedServiceServer(s grpc.ServiceRegistrar, srv SeedServiceServer)
- func RegisterTicketBuyerServiceServer(s grpc.ServiceRegistrar, srv TicketBuyerServiceServer)
- func RegisterTicketBuyerV2ServiceServer(s grpc.ServiceRegistrar, srv TicketBuyerV2ServiceServer)
- func RegisterVersionServiceServer(s grpc.ServiceRegistrar, srv VersionServiceServer)
- func RegisterVotingServiceServer(s grpc.ServiceRegistrar, srv VotingServiceServer)
- func RegisterWalletLoaderServiceServer(s grpc.ServiceRegistrar, srv WalletLoaderServiceServer)
- func RegisterWalletServiceServer(s grpc.ServiceRegistrar, srv WalletServiceServer)
- type AbandonTransactionRequest
- func (*AbandonTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AbandonTransactionRequest) GetTransactionHash() []byte
- func (*AbandonTransactionRequest) ProtoMessage()
- func (x *AbandonTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *AbandonTransactionRequest) Reset()
- func (x *AbandonTransactionRequest) String() string
- type AbandonTransactionResponse
- type AccountBalance
- func (*AccountBalance) Descriptor() ([]byte, []int)deprecated
- func (x *AccountBalance) GetAccount() uint32
- func (x *AccountBalance) GetTotalBalance() int64
- func (*AccountBalance) ProtoMessage()
- func (x *AccountBalance) ProtoReflect() protoreflect.Message
- func (x *AccountBalance) Reset()
- func (x *AccountBalance) String() string
- type AccountMixerServiceClient
- type AccountMixerServiceServer
- type AccountMixerService_RunAccountMixerClient
- type AccountMixerService_RunAccountMixerServer
- type AccountNotificationsRequest
- type AccountNotificationsResponse
- func (*AccountNotificationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountNotificationsResponse) GetAccountName() string
- func (x *AccountNotificationsResponse) GetAccountNumber() uint32
- func (x *AccountNotificationsResponse) GetExternalKeyCount() uint32
- func (x *AccountNotificationsResponse) GetImportedKeyCount() uint32
- func (x *AccountNotificationsResponse) GetInternalKeyCount() uint32
- func (*AccountNotificationsResponse) ProtoMessage()
- func (x *AccountNotificationsResponse) ProtoReflect() protoreflect.Message
- func (x *AccountNotificationsResponse) Reset()
- func (x *AccountNotificationsResponse) String() string
- type AccountNumberRequest
- func (*AccountNumberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AccountNumberRequest) GetAccountName() string
- func (*AccountNumberRequest) ProtoMessage()
- func (x *AccountNumberRequest) ProtoReflect() protoreflect.Message
- func (x *AccountNumberRequest) Reset()
- func (x *AccountNumberRequest) String() string
- type AccountNumberResponse
- func (*AccountNumberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountNumberResponse) GetAccountNumber() uint32
- func (*AccountNumberResponse) ProtoMessage()
- func (x *AccountNumberResponse) ProtoReflect() protoreflect.Message
- func (x *AccountNumberResponse) Reset()
- func (x *AccountNumberResponse) String() string
- type AccountUnlockedRequest
- func (*AccountUnlockedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AccountUnlockedRequest) GetAccountNumber() uint32
- func (*AccountUnlockedRequest) ProtoMessage()
- func (x *AccountUnlockedRequest) ProtoReflect() protoreflect.Message
- func (x *AccountUnlockedRequest) Reset()
- func (x *AccountUnlockedRequest) String() string
- type AccountUnlockedResponse
- func (*AccountUnlockedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountUnlockedResponse) GetUnlocked() bool
- func (*AccountUnlockedResponse) ProtoMessage()
- func (x *AccountUnlockedResponse) ProtoReflect() protoreflect.Message
- func (x *AccountUnlockedResponse) Reset()
- func (x *AccountUnlockedResponse) String() string
- type AccountsRequest
- type AccountsResponse
- func (*AccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountsResponse) GetAccounts() []*AccountsResponse_Account
- func (x *AccountsResponse) GetCurrentBlockHash() []byte
- func (x *AccountsResponse) GetCurrentBlockHeight() int32
- func (*AccountsResponse) ProtoMessage()
- func (x *AccountsResponse) ProtoReflect() protoreflect.Message
- func (x *AccountsResponse) Reset()
- func (x *AccountsResponse) String() string
- type AccountsResponse_Account
- func (*AccountsResponse_Account) Descriptor() ([]byte, []int)deprecated
- func (x *AccountsResponse_Account) GetAccountEncrypted() bool
- func (x *AccountsResponse_Account) GetAccountName() string
- func (x *AccountsResponse_Account) GetAccountNumber() uint32
- func (x *AccountsResponse_Account) GetAccountUnlocked() bool
- func (x *AccountsResponse_Account) GetExternalKeyCount() uint32
- func (x *AccountsResponse_Account) GetImportedKeyCount() uint32
- func (x *AccountsResponse_Account) GetInternalKeyCount() uint32
- func (x *AccountsResponse_Account) GetTotalBalance() int64
- func (*AccountsResponse_Account) ProtoMessage()
- func (x *AccountsResponse_Account) ProtoReflect() protoreflect.Message
- func (x *AccountsResponse_Account) Reset()
- func (x *AccountsResponse_Account) String() string
- type AddressRequest
- func (*AddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddressRequest) GetAccount() uint32
- func (x *AddressRequest) GetIndex() uint32
- func (x *AddressRequest) GetKind() AddressRequest_Kind
- func (*AddressRequest) ProtoMessage()
- func (x *AddressRequest) ProtoReflect() protoreflect.Message
- func (x *AddressRequest) Reset()
- func (x *AddressRequest) String() string
- type AddressRequest_Kind
- func (AddressRequest_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x AddressRequest_Kind) Enum() *AddressRequest_Kind
- func (AddressRequest_Kind) EnumDescriptor() ([]byte, []int)deprecated
- func (x AddressRequest_Kind) Number() protoreflect.EnumNumber
- func (x AddressRequest_Kind) String() string
- func (AddressRequest_Kind) Type() protoreflect.EnumType
- type AddressResponse
- func (*AddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddressResponse) GetAddress() string
- func (x *AddressResponse) GetPublicKey() string
- func (*AddressResponse) ProtoMessage()
- func (x *AddressResponse) ProtoReflect() protoreflect.Message
- func (x *AddressResponse) Reset()
- func (x *AddressResponse) String() string
- type AgendaServiceClient
- type AgendaServiceServer
- type AgendasRequest
- type AgendasResponse
- func (*AgendasResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AgendasResponse) GetAgendas() []*AgendasResponse_Agenda
- func (x *AgendasResponse) GetVersion() uint32
- func (*AgendasResponse) ProtoMessage()
- func (x *AgendasResponse) ProtoReflect() protoreflect.Message
- func (x *AgendasResponse) Reset()
- func (x *AgendasResponse) String() string
- type AgendasResponse_Agenda
- func (*AgendasResponse_Agenda) Descriptor() ([]byte, []int)deprecated
- func (x *AgendasResponse_Agenda) GetChoices() []*AgendasResponse_Choice
- func (x *AgendasResponse_Agenda) GetDescription() string
- func (x *AgendasResponse_Agenda) GetExpireTime() int64
- func (x *AgendasResponse_Agenda) GetId() string
- func (x *AgendasResponse_Agenda) GetMask() uint32
- func (x *AgendasResponse_Agenda) GetStartTime() int64
- func (*AgendasResponse_Agenda) ProtoMessage()
- func (x *AgendasResponse_Agenda) ProtoReflect() protoreflect.Message
- func (x *AgendasResponse_Agenda) Reset()
- func (x *AgendasResponse_Agenda) String() string
- type AgendasResponse_Choice
- func (*AgendasResponse_Choice) Descriptor() ([]byte, []int)deprecated
- func (x *AgendasResponse_Choice) GetBits() uint32
- func (x *AgendasResponse_Choice) GetDescription() string
- func (x *AgendasResponse_Choice) GetId() string
- func (x *AgendasResponse_Choice) GetIsAbstain() bool
- func (x *AgendasResponse_Choice) GetIsNo() bool
- func (*AgendasResponse_Choice) ProtoMessage()
- func (x *AgendasResponse_Choice) ProtoReflect() protoreflect.Message
- func (x *AgendasResponse_Choice) Reset()
- func (x *AgendasResponse_Choice) String() string
- type BalanceRequest
- func (*BalanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BalanceRequest) GetAccountNumber() uint32
- func (x *BalanceRequest) GetRequiredConfirmations() int32
- func (*BalanceRequest) ProtoMessage()
- func (x *BalanceRequest) ProtoReflect() protoreflect.Message
- func (x *BalanceRequest) Reset()
- func (x *BalanceRequest) String() string
- type BalanceResponse
- func (*BalanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BalanceResponse) GetImmatureReward() int64
- func (x *BalanceResponse) GetImmatureStakeGeneration() int64
- func (x *BalanceResponse) GetLockedByTickets() int64
- func (x *BalanceResponse) GetSpendable() int64
- func (x *BalanceResponse) GetTotal() int64
- func (x *BalanceResponse) GetUnconfirmed() int64
- func (x *BalanceResponse) GetVotingAuthority() int64
- func (*BalanceResponse) ProtoMessage()
- func (x *BalanceResponse) ProtoReflect() protoreflect.Message
- func (x *BalanceResponse) Reset()
- func (x *BalanceResponse) String() string
- type BestBlockRequest
- type BestBlockResponse
- func (*BestBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BestBlockResponse) GetHash() []byte
- func (x *BestBlockResponse) GetHeight() uint32
- func (*BestBlockResponse) ProtoMessage()
- func (x *BestBlockResponse) ProtoReflect() protoreflect.Message
- func (x *BestBlockResponse) Reset()
- func (x *BestBlockResponse) String() string
- type BlockDetails
- func (*BlockDetails) Descriptor() ([]byte, []int)deprecated
- func (x *BlockDetails) GetApprovesParent() bool
- func (x *BlockDetails) GetHash() []byte
- func (x *BlockDetails) GetHeight() int32
- func (x *BlockDetails) GetPrevBlock() []byte
- func (x *BlockDetails) GetTimestamp() int64
- func (x *BlockDetails) GetTransactions() []*TransactionDetails
- func (*BlockDetails) ProtoMessage()
- func (x *BlockDetails) ProtoReflect() protoreflect.Message
- func (x *BlockDetails) Reset()
- func (x *BlockDetails) String() string
- type BlockInfoRequest
- func (*BlockInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BlockInfoRequest) GetBlockHash() []byte
- func (x *BlockInfoRequest) GetBlockHeight() int32
- func (*BlockInfoRequest) ProtoMessage()
- func (x *BlockInfoRequest) ProtoReflect() protoreflect.Message
- func (x *BlockInfoRequest) Reset()
- func (x *BlockInfoRequest) String() string
- type BlockInfoResponse
- func (*BlockInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BlockInfoResponse) GetApprovesParent() bool
- func (x *BlockInfoResponse) GetBlockHash() []byte
- func (x *BlockInfoResponse) GetBlockHeader() []byte
- func (x *BlockInfoResponse) GetBlockHeight() int32
- func (x *BlockInfoResponse) GetConfirmations() int32
- func (x *BlockInfoResponse) GetStakeInvalidated() bool
- func (x *BlockInfoResponse) GetTimestamp() int64
- func (*BlockInfoResponse) ProtoMessage()
- func (x *BlockInfoResponse) ProtoReflect() protoreflect.Message
- func (x *BlockInfoResponse) Reset()
- func (x *BlockInfoResponse) String() string
- type ChangePassphraseRequest
- func (*ChangePassphraseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangePassphraseRequest) GetKey() ChangePassphraseRequest_Key
- func (x *ChangePassphraseRequest) GetNewPassphrase() []byte
- func (x *ChangePassphraseRequest) GetOldPassphrase() []byte
- func (*ChangePassphraseRequest) ProtoMessage()
- func (x *ChangePassphraseRequest) ProtoReflect() protoreflect.Message
- func (x *ChangePassphraseRequest) Reset()
- func (x *ChangePassphraseRequest) String() string
- type ChangePassphraseRequest_Key
- func (ChangePassphraseRequest_Key) Descriptor() protoreflect.EnumDescriptor
- func (x ChangePassphraseRequest_Key) Enum() *ChangePassphraseRequest_Key
- func (ChangePassphraseRequest_Key) EnumDescriptor() ([]byte, []int)deprecated
- func (x ChangePassphraseRequest_Key) Number() protoreflect.EnumNumber
- func (x ChangePassphraseRequest_Key) String() string
- func (ChangePassphraseRequest_Key) Type() protoreflect.EnumType
- type ChangePassphraseResponse
- type CloseWalletRequest
- type CloseWalletResponse
- type CoinTypeRequest
- type CoinTypeResponse
- type CoinjoinTxsSumByAcct
- func (*CoinjoinTxsSumByAcct) Descriptor() ([]byte, []int)deprecated
- func (x *CoinjoinTxsSumByAcct) GetAccountNumber() uint32
- func (x *CoinjoinTxsSumByAcct) GetCoinjoinTxsSum() int32
- func (*CoinjoinTxsSumByAcct) ProtoMessage()
- func (x *CoinjoinTxsSumByAcct) ProtoReflect() protoreflect.Message
- func (x *CoinjoinTxsSumByAcct) Reset()
- func (x *CoinjoinTxsSumByAcct) String() string
- type CommittedTicketsRequest
- func (*CommittedTicketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CommittedTicketsRequest) GetTickets() [][]byte
- func (*CommittedTicketsRequest) ProtoMessage()
- func (x *CommittedTicketsRequest) ProtoReflect() protoreflect.Message
- func (x *CommittedTicketsRequest) Reset()
- func (x *CommittedTicketsRequest) String() string
- type CommittedTicketsResponse
- func (*CommittedTicketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CommittedTicketsResponse) GetTicketAddresses() []*CommittedTicketsResponse_TicketAddress
- func (*CommittedTicketsResponse) ProtoMessage()
- func (x *CommittedTicketsResponse) ProtoReflect() protoreflect.Message
- func (x *CommittedTicketsResponse) Reset()
- func (x *CommittedTicketsResponse) String() string
- type CommittedTicketsResponse_TicketAddress
- func (*CommittedTicketsResponse_TicketAddress) Descriptor() ([]byte, []int)deprecated
- func (x *CommittedTicketsResponse_TicketAddress) GetAddress() string
- func (x *CommittedTicketsResponse_TicketAddress) GetTicket() []byte
- func (*CommittedTicketsResponse_TicketAddress) ProtoMessage()
- func (x *CommittedTicketsResponse_TicketAddress) ProtoReflect() protoreflect.Message
- func (x *CommittedTicketsResponse_TicketAddress) Reset()
- func (x *CommittedTicketsResponse_TicketAddress) String() string
- type ConfirmationNotificationsRequest
- func (*ConfirmationNotificationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConfirmationNotificationsRequest) GetStopAfter() int32
- func (x *ConfirmationNotificationsRequest) GetTxHashes() [][]byte
- func (*ConfirmationNotificationsRequest) ProtoMessage()
- func (x *ConfirmationNotificationsRequest) ProtoReflect() protoreflect.Message
- func (x *ConfirmationNotificationsRequest) Reset()
- func (x *ConfirmationNotificationsRequest) String() string
- type ConfirmationNotificationsResponse
- func (*ConfirmationNotificationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConfirmationNotificationsResponse) GetConfirmations() []*ConfirmationNotificationsResponse_TransactionConfirmations
- func (*ConfirmationNotificationsResponse) ProtoMessage()
- func (x *ConfirmationNotificationsResponse) ProtoReflect() protoreflect.Message
- func (x *ConfirmationNotificationsResponse) Reset()
- func (x *ConfirmationNotificationsResponse) String() string
- type ConfirmationNotificationsResponse_TransactionConfirmations
- func (*ConfirmationNotificationsResponse_TransactionConfirmations) Descriptor() ([]byte, []int)deprecated
- func (x *ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHash() []byte
- func (x *ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHeight() int32
- func (x *ConfirmationNotificationsResponse_TransactionConfirmations) GetConfirmations() int32
- func (x *ConfirmationNotificationsResponse_TransactionConfirmations) GetTxHash() []byte
- func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoMessage()
- func (x *ConfirmationNotificationsResponse_TransactionConfirmations) ProtoReflect() protoreflect.Message
- func (x *ConfirmationNotificationsResponse_TransactionConfirmations) Reset()
- func (x *ConfirmationNotificationsResponse_TransactionConfirmations) String() string
- type ConstructTransactionRequest
- func (*ConstructTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConstructTransactionRequest) GetChangeDestination() *ConstructTransactionRequest_OutputDestination
- func (x *ConstructTransactionRequest) GetFeePerKb() int32
- func (x *ConstructTransactionRequest) GetNonChangeOutputs() []*ConstructTransactionRequest_Output
- func (x *ConstructTransactionRequest) GetOutputSelectionAlgorithm() ConstructTransactionRequest_OutputSelectionAlgorithm
- func (x *ConstructTransactionRequest) GetRequiredConfirmations() int32
- func (x *ConstructTransactionRequest) GetSourceAccount() uint32
- func (*ConstructTransactionRequest) ProtoMessage()
- func (x *ConstructTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *ConstructTransactionRequest) Reset()
- func (x *ConstructTransactionRequest) String() string
- type ConstructTransactionRequest_Output
- func (*ConstructTransactionRequest_Output) Descriptor() ([]byte, []int)deprecated
- func (x *ConstructTransactionRequest_Output) GetAmount() int64
- func (x *ConstructTransactionRequest_Output) GetDestination() *ConstructTransactionRequest_OutputDestination
- func (*ConstructTransactionRequest_Output) ProtoMessage()
- func (x *ConstructTransactionRequest_Output) ProtoReflect() protoreflect.Message
- func (x *ConstructTransactionRequest_Output) Reset()
- func (x *ConstructTransactionRequest_Output) String() string
- type ConstructTransactionRequest_OutputDestination
- func (*ConstructTransactionRequest_OutputDestination) Descriptor() ([]byte, []int)deprecated
- func (x *ConstructTransactionRequest_OutputDestination) GetAddress() string
- func (x *ConstructTransactionRequest_OutputDestination) GetScript() []byte
- func (x *ConstructTransactionRequest_OutputDestination) GetScriptVersion() uint32
- func (*ConstructTransactionRequest_OutputDestination) ProtoMessage()
- func (x *ConstructTransactionRequest_OutputDestination) ProtoReflect() protoreflect.Message
- func (x *ConstructTransactionRequest_OutputDestination) Reset()
- func (x *ConstructTransactionRequest_OutputDestination) String() string
- type ConstructTransactionRequest_OutputSelectionAlgorithm
- func (ConstructTransactionRequest_OutputSelectionAlgorithm) Descriptor() protoreflect.EnumDescriptor
- func (x ConstructTransactionRequest_OutputSelectionAlgorithm) Enum() *ConstructTransactionRequest_OutputSelectionAlgorithm
- func (ConstructTransactionRequest_OutputSelectionAlgorithm) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConstructTransactionRequest_OutputSelectionAlgorithm) Number() protoreflect.EnumNumber
- func (x ConstructTransactionRequest_OutputSelectionAlgorithm) String() string
- func (ConstructTransactionRequest_OutputSelectionAlgorithm) Type() protoreflect.EnumType
- type ConstructTransactionResponse
- func (*ConstructTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConstructTransactionResponse) GetChangeIndex() int32
- func (x *ConstructTransactionResponse) GetEstimatedSignedSize() uint32
- func (x *ConstructTransactionResponse) GetTotalOutputAmount() int64
- func (x *ConstructTransactionResponse) GetTotalPreviousOutputAmount() int64
- func (x *ConstructTransactionResponse) GetUnsignedTransaction() []byte
- func (*ConstructTransactionResponse) ProtoMessage()
- func (x *ConstructTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *ConstructTransactionResponse) Reset()
- func (x *ConstructTransactionResponse) String() string
- type CreateSignatureRequest
- func (*CreateSignatureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSignatureRequest) GetAddress() string
- func (x *CreateSignatureRequest) GetHashType() CreateSignatureRequest_SigHashType
- func (x *CreateSignatureRequest) GetInputIndex() uint32
- func (x *CreateSignatureRequest) GetPassphrase() []byte
- func (x *CreateSignatureRequest) GetPreviousPkScript() []byte
- func (x *CreateSignatureRequest) GetSerializedTransaction() []byte
- func (*CreateSignatureRequest) ProtoMessage()
- func (x *CreateSignatureRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSignatureRequest) Reset()
- func (x *CreateSignatureRequest) String() string
- type CreateSignatureRequest_SigHashType
- func (CreateSignatureRequest_SigHashType) Descriptor() protoreflect.EnumDescriptor
- func (x CreateSignatureRequest_SigHashType) Enum() *CreateSignatureRequest_SigHashType
- func (CreateSignatureRequest_SigHashType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CreateSignatureRequest_SigHashType) Number() protoreflect.EnumNumber
- func (x CreateSignatureRequest_SigHashType) String() string
- func (CreateSignatureRequest_SigHashType) Type() protoreflect.EnumType
- type CreateSignatureResponse
- func (*CreateSignatureResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSignatureResponse) GetPublicKey() []byte
- func (x *CreateSignatureResponse) GetSignature() []byte
- func (*CreateSignatureResponse) ProtoMessage()
- func (x *CreateSignatureResponse) ProtoReflect() protoreflect.Message
- func (x *CreateSignatureResponse) Reset()
- func (x *CreateSignatureResponse) String() string
- type CreateWalletRequest
- func (*CreateWalletRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWalletRequest) GetPrivatePassphrase() []byte
- func (x *CreateWalletRequest) GetPublicPassphrase() []byte
- func (x *CreateWalletRequest) GetSeed() []byte
- func (*CreateWalletRequest) ProtoMessage()
- func (x *CreateWalletRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWalletRequest) Reset()
- func (x *CreateWalletRequest) String() string
- type CreateWalletResponse
- type CreateWatchingOnlyWalletRequest
- func (*CreateWatchingOnlyWalletRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWatchingOnlyWalletRequest) GetExtendedPubKey() string
- func (x *CreateWatchingOnlyWalletRequest) GetPublicPassphrase() []byte
- func (*CreateWatchingOnlyWalletRequest) ProtoMessage()
- func (x *CreateWatchingOnlyWalletRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWatchingOnlyWalletRequest) Reset()
- func (x *CreateWatchingOnlyWalletRequest) String() string
- type CreateWatchingOnlyWalletResponse
- func (*CreateWatchingOnlyWalletResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateWatchingOnlyWalletResponse) ProtoMessage()
- func (x *CreateWatchingOnlyWalletResponse) ProtoReflect() protoreflect.Message
- func (x *CreateWatchingOnlyWalletResponse) Reset()
- func (x *CreateWatchingOnlyWalletResponse) String() string
- type DecodeMessageServiceClient
- type DecodeMessageServiceServer
- type DecodeRawTransactionRequest
- func (*DecodeRawTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DecodeRawTransactionRequest) GetSerializedTransaction() []byte
- func (*DecodeRawTransactionRequest) ProtoMessage()
- func (x *DecodeRawTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *DecodeRawTransactionRequest) Reset()
- func (x *DecodeRawTransactionRequest) String() string
- type DecodeRawTransactionResponse
- func (*DecodeRawTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DecodeRawTransactionResponse) GetTransaction() *DecodedTransaction
- func (*DecodeRawTransactionResponse) ProtoMessage()
- func (x *DecodeRawTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *DecodeRawTransactionResponse) Reset()
- func (x *DecodeRawTransactionResponse) String() string
- type DecodeSeedRequest
- type DecodeSeedResponse
- func (*DecodeSeedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DecodeSeedResponse) GetDecodedSeed() []byte
- func (*DecodeSeedResponse) ProtoMessage()
- func (x *DecodeSeedResponse) ProtoReflect() protoreflect.Message
- func (x *DecodeSeedResponse) Reset()
- func (x *DecodeSeedResponse) String() string
- type DecodedTransaction
- func (*DecodedTransaction) Descriptor() ([]byte, []int)deprecated
- func (x *DecodedTransaction) GetExpiry() uint32
- func (x *DecodedTransaction) GetInputs() []*DecodedTransaction_Input
- func (x *DecodedTransaction) GetLockTime() uint32
- func (x *DecodedTransaction) GetOutputs() []*DecodedTransaction_Output
- func (x *DecodedTransaction) GetTransactionHash() []byte
- func (x *DecodedTransaction) GetTransactionType() TransactionDetails_TransactionType
- func (x *DecodedTransaction) GetVersion() int32
- func (*DecodedTransaction) ProtoMessage()
- func (x *DecodedTransaction) ProtoReflect() protoreflect.Message
- func (x *DecodedTransaction) Reset()
- func (x *DecodedTransaction) String() string
- type DecodedTransaction_Input
- func (*DecodedTransaction_Input) Descriptor() ([]byte, []int)deprecated
- func (x *DecodedTransaction_Input) GetAmountIn() int64
- func (x *DecodedTransaction_Input) GetBlockHeight() uint32
- func (x *DecodedTransaction_Input) GetBlockIndex() uint32
- func (x *DecodedTransaction_Input) GetPreviousTransactionHash() []byte
- func (x *DecodedTransaction_Input) GetPreviousTransactionIndex() uint32
- func (x *DecodedTransaction_Input) GetSequence() uint32
- func (x *DecodedTransaction_Input) GetSignatureScript() []byte
- func (x *DecodedTransaction_Input) GetSignatureScriptAsm() string
- func (x *DecodedTransaction_Input) GetTree() DecodedTransaction_Input_TreeType
- func (*DecodedTransaction_Input) ProtoMessage()
- func (x *DecodedTransaction_Input) ProtoReflect() protoreflect.Message
- func (x *DecodedTransaction_Input) Reset()
- func (x *DecodedTransaction_Input) String() string
- type DecodedTransaction_Input_TreeType
- func (DecodedTransaction_Input_TreeType) Descriptor() protoreflect.EnumDescriptor
- func (x DecodedTransaction_Input_TreeType) Enum() *DecodedTransaction_Input_TreeType
- func (DecodedTransaction_Input_TreeType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DecodedTransaction_Input_TreeType) Number() protoreflect.EnumNumber
- func (x DecodedTransaction_Input_TreeType) String() string
- func (DecodedTransaction_Input_TreeType) Type() protoreflect.EnumType
- type DecodedTransaction_Output
- func (*DecodedTransaction_Output) Descriptor() ([]byte, []int)deprecated
- func (x *DecodedTransaction_Output) GetAddresses() []string
- func (x *DecodedTransaction_Output) GetCommitmentAmount() int64
- func (x *DecodedTransaction_Output) GetIndex() uint32
- func (x *DecodedTransaction_Output) GetRequiredSignatures() int32
- func (x *DecodedTransaction_Output) GetScript() []byte
- func (x *DecodedTransaction_Output) GetScriptAsm() string
- func (x *DecodedTransaction_Output) GetScriptClass() DecodedTransaction_Output_ScriptClass
- func (x *DecodedTransaction_Output) GetValue() int64
- func (x *DecodedTransaction_Output) GetVersion() int32
- func (*DecodedTransaction_Output) ProtoMessage()
- func (x *DecodedTransaction_Output) ProtoReflect() protoreflect.Message
- func (x *DecodedTransaction_Output) Reset()
- func (x *DecodedTransaction_Output) String() string
- type DecodedTransaction_Output_ScriptClass
- func (DecodedTransaction_Output_ScriptClass) Descriptor() protoreflect.EnumDescriptor
- func (x DecodedTransaction_Output_ScriptClass) Enum() *DecodedTransaction_Output_ScriptClass
- func (DecodedTransaction_Output_ScriptClass) EnumDescriptor() ([]byte, []int)deprecated
- func (x DecodedTransaction_Output_ScriptClass) Number() protoreflect.EnumNumber
- func (x DecodedTransaction_Output_ScriptClass) String() string
- func (DecodedTransaction_Output_ScriptClass) Type() protoreflect.EnumType
- type DetachedBlockDetails
- func (*DetachedBlockDetails) Descriptor() ([]byte, []int)deprecated
- func (x *DetachedBlockDetails) GetHash() []byte
- func (x *DetachedBlockDetails) GetHeight() int32
- func (x *DetachedBlockDetails) GetPrevBlock() []byte
- func (x *DetachedBlockDetails) GetTimestamp() int64
- func (*DetachedBlockDetails) ProtoMessage()
- func (x *DetachedBlockDetails) ProtoReflect() protoreflect.Message
- func (x *DetachedBlockDetails) Reset()
- func (x *DetachedBlockDetails) String() string
- type DiscoverAddressesRequest
- func (*DiscoverAddressesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoverAddressesRequest) GetDiscoverAccounts() bool
- func (x *DiscoverAddressesRequest) GetPrivatePassphrase() []byte
- func (x *DiscoverAddressesRequest) GetStartingBlockHash() []byte
- func (*DiscoverAddressesRequest) ProtoMessage()
- func (x *DiscoverAddressesRequest) ProtoReflect() protoreflect.Message
- func (x *DiscoverAddressesRequest) Reset()
- func (x *DiscoverAddressesRequest) String() string
- type DiscoverAddressesResponse
- type DiscoverUsageRequest
- func (*DiscoverUsageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoverUsageRequest) GetDiscoverAccounts() bool
- func (x *DiscoverUsageRequest) GetGapLimit() uint32
- func (x *DiscoverUsageRequest) GetStartingBlockHash() []byte
- func (*DiscoverUsageRequest) ProtoMessage()
- func (x *DiscoverUsageRequest) ProtoReflect() protoreflect.Message
- func (x *DiscoverUsageRequest) Reset()
- func (x *DiscoverUsageRequest) String() string
- type DiscoverUsageResponse
- type DumpPrivateKeyRequest
- func (*DumpPrivateKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DumpPrivateKeyRequest) GetAddress() string
- func (*DumpPrivateKeyRequest) ProtoMessage()
- func (x *DumpPrivateKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DumpPrivateKeyRequest) Reset()
- func (x *DumpPrivateKeyRequest) String() string
- type DumpPrivateKeyResponse
- func (*DumpPrivateKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DumpPrivateKeyResponse) GetPrivateKeyWif() string
- func (*DumpPrivateKeyResponse) ProtoMessage()
- func (x *DumpPrivateKeyResponse) ProtoReflect() protoreflect.Message
- func (x *DumpPrivateKeyResponse) Reset()
- func (x *DumpPrivateKeyResponse) String() string
- type FetchHeadersNotification
- func (*FetchHeadersNotification) Descriptor() ([]byte, []int)deprecated
- func (x *FetchHeadersNotification) GetFetchedHeadersCount() int32
- func (x *FetchHeadersNotification) GetLastHeaderTime() int64
- func (*FetchHeadersNotification) ProtoMessage()
- func (x *FetchHeadersNotification) ProtoReflect() protoreflect.Message
- func (x *FetchHeadersNotification) Reset()
- func (x *FetchHeadersNotification) String() string
- type FetchHeadersRequest
- type FetchHeadersResponse
- func (*FetchHeadersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FetchHeadersResponse) GetFetchedHeadersCount() uint32
- func (x *FetchHeadersResponse) GetFirstNewBlockHash() []byte
- func (x *FetchHeadersResponse) GetFirstNewBlockHeight() int32
- func (x *FetchHeadersResponse) GetMainChainTipBlockHash() []byte
- func (x *FetchHeadersResponse) GetMainChainTipBlockHeight() int32
- func (*FetchHeadersResponse) ProtoMessage()
- func (x *FetchHeadersResponse) ProtoReflect() protoreflect.Message
- func (x *FetchHeadersResponse) Reset()
- func (x *FetchHeadersResponse) String() string
- type FetchMissingCFiltersNotification
- func (*FetchMissingCFiltersNotification) Descriptor() ([]byte, []int)deprecated
- func (x *FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight() int32
- func (x *FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight() int32
- func (*FetchMissingCFiltersNotification) ProtoMessage()
- func (x *FetchMissingCFiltersNotification) ProtoReflect() protoreflect.Message
- func (x *FetchMissingCFiltersNotification) Reset()
- func (x *FetchMissingCFiltersNotification) String() string
- type FetchMissingCFiltersRequest
- type FetchMissingCFiltersResponse
- func (*FetchMissingCFiltersResponse) Descriptor() ([]byte, []int)deprecated
- func (*FetchMissingCFiltersResponse) ProtoMessage()
- func (x *FetchMissingCFiltersResponse) ProtoReflect() protoreflect.Message
- func (x *FetchMissingCFiltersResponse) Reset()
- func (x *FetchMissingCFiltersResponse) String() string
- type FundTransactionRequest
- func (*FundTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FundTransactionRequest) GetAccount() uint32
- func (x *FundTransactionRequest) GetIncludeChangeScript() bool
- func (x *FundTransactionRequest) GetIncludeImmatureCoinbases() bool
- func (x *FundTransactionRequest) GetRequiredConfirmations() int32
- func (x *FundTransactionRequest) GetTargetAmount() int64
- func (*FundTransactionRequest) ProtoMessage()
- func (x *FundTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *FundTransactionRequest) Reset()
- func (x *FundTransactionRequest) String() string
- type FundTransactionResponse
- func (*FundTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FundTransactionResponse) GetChangePkScript() []byte
- func (x *FundTransactionResponse) GetSelectedOutputs() []*FundTransactionResponse_PreviousOutput
- func (x *FundTransactionResponse) GetTotalAmount() int64
- func (*FundTransactionResponse) ProtoMessage()
- func (x *FundTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *FundTransactionResponse) Reset()
- func (x *FundTransactionResponse) String() string
- type FundTransactionResponse_PreviousOutput
- func (*FundTransactionResponse_PreviousOutput) Descriptor() ([]byte, []int)deprecated
- func (x *FundTransactionResponse_PreviousOutput) GetAmount() int64
- func (x *FundTransactionResponse_PreviousOutput) GetFromCoinbase() bool
- func (x *FundTransactionResponse_PreviousOutput) GetOutputIndex() uint32
- func (x *FundTransactionResponse_PreviousOutput) GetPkScript() []byte
- func (x *FundTransactionResponse_PreviousOutput) GetReceiveTime() int64
- func (x *FundTransactionResponse_PreviousOutput) GetTransactionHash() []byte
- func (x *FundTransactionResponse_PreviousOutput) GetTree() int32
- func (*FundTransactionResponse_PreviousOutput) ProtoMessage()
- func (x *FundTransactionResponse_PreviousOutput) ProtoReflect() protoreflect.Message
- func (x *FundTransactionResponse_PreviousOutput) Reset()
- func (x *FundTransactionResponse_PreviousOutput) String() string
- type GenerateRandomSeedRequest
- func (*GenerateRandomSeedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateRandomSeedRequest) GetSeedLength() uint32
- func (*GenerateRandomSeedRequest) ProtoMessage()
- func (x *GenerateRandomSeedRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateRandomSeedRequest) Reset()
- func (x *GenerateRandomSeedRequest) String() string
- type GenerateRandomSeedResponse
- func (*GenerateRandomSeedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateRandomSeedResponse) GetSeedBytes() []byte
- func (x *GenerateRandomSeedResponse) GetSeedHex() string
- func (x *GenerateRandomSeedResponse) GetSeedMnemonic() string
- func (*GenerateRandomSeedResponse) ProtoMessage()
- func (x *GenerateRandomSeedResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateRandomSeedResponse) Reset()
- func (x *GenerateRandomSeedResponse) String() string
- type GetAccountExtendedPrivKeyRequest
- func (*GetAccountExtendedPrivKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountExtendedPrivKeyRequest) GetAccountNumber() uint32
- func (x *GetAccountExtendedPrivKeyRequest) GetPassphrase() []byte
- func (*GetAccountExtendedPrivKeyRequest) ProtoMessage()
- func (x *GetAccountExtendedPrivKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountExtendedPrivKeyRequest) Reset()
- func (x *GetAccountExtendedPrivKeyRequest) String() string
- type GetAccountExtendedPrivKeyResponse
- func (*GetAccountExtendedPrivKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountExtendedPrivKeyResponse) GetAccExtendedPrivKey() string
- func (*GetAccountExtendedPrivKeyResponse) ProtoMessage()
- func (x *GetAccountExtendedPrivKeyResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountExtendedPrivKeyResponse) Reset()
- func (x *GetAccountExtendedPrivKeyResponse) String() string
- type GetAccountExtendedPubKeyRequest
- func (*GetAccountExtendedPubKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountExtendedPubKeyRequest) GetAccountNumber() uint32
- func (*GetAccountExtendedPubKeyRequest) ProtoMessage()
- func (x *GetAccountExtendedPubKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountExtendedPubKeyRequest) Reset()
- func (x *GetAccountExtendedPubKeyRequest) String() string
- type GetAccountExtendedPubKeyResponse
- func (*GetAccountExtendedPubKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey() string
- func (*GetAccountExtendedPubKeyResponse) ProtoMessage()
- func (x *GetAccountExtendedPubKeyResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountExtendedPubKeyResponse) Reset()
- func (x *GetAccountExtendedPubKeyResponse) String() string
- type GetCFiltersRequest
- func (*GetCFiltersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCFiltersRequest) GetEndingBlockHash() []byte
- func (x *GetCFiltersRequest) GetEndingBlockHeight() int32
- func (x *GetCFiltersRequest) GetStartingBlockHash() []byte
- func (x *GetCFiltersRequest) GetStartingBlockHeight() int32
- func (*GetCFiltersRequest) ProtoMessage()
- func (x *GetCFiltersRequest) ProtoReflect() protoreflect.Message
- func (x *GetCFiltersRequest) Reset()
- func (x *GetCFiltersRequest) String() string
- type GetCFiltersResponse
- func (*GetCFiltersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCFiltersResponse) GetBlockHash() []byte
- func (x *GetCFiltersResponse) GetFilter() []byte
- func (x *GetCFiltersResponse) GetKey() []byte
- func (*GetCFiltersResponse) ProtoMessage()
- func (x *GetCFiltersResponse) ProtoReflect() protoreflect.Message
- func (x *GetCFiltersResponse) Reset()
- func (x *GetCFiltersResponse) String() string
- type GetCoinjoinOutputspByAcctRequest
- func (*GetCoinjoinOutputspByAcctRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetCoinjoinOutputspByAcctRequest) ProtoMessage()
- func (x *GetCoinjoinOutputspByAcctRequest) ProtoReflect() protoreflect.Message
- func (x *GetCoinjoinOutputspByAcctRequest) Reset()
- func (x *GetCoinjoinOutputspByAcctRequest) String() string
- type GetCoinjoinOutputspByAcctResponse
- func (*GetCoinjoinOutputspByAcctResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCoinjoinOutputspByAcctResponse) GetData() []*CoinjoinTxsSumByAcct
- func (*GetCoinjoinOutputspByAcctResponse) ProtoMessage()
- func (x *GetCoinjoinOutputspByAcctResponse) ProtoReflect() protoreflect.Message
- func (x *GetCoinjoinOutputspByAcctResponse) Reset()
- func (x *GetCoinjoinOutputspByAcctResponse) String() string
- type GetPeerInfoRequest
- type GetPeerInfoResponse
- func (*GetPeerInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPeerInfoResponse) GetPeerInfo() []*GetPeerInfoResponse_PeerInfo
- func (*GetPeerInfoResponse) ProtoMessage()
- func (x *GetPeerInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetPeerInfoResponse) Reset()
- func (x *GetPeerInfoResponse) String() string
- type GetPeerInfoResponse_PeerInfo
- func (*GetPeerInfoResponse_PeerInfo) Descriptor() ([]byte, []int)deprecated
- func (x *GetPeerInfoResponse_PeerInfo) GetAddr() string
- func (x *GetPeerInfoResponse_PeerInfo) GetAddrLocal() string
- func (x *GetPeerInfoResponse_PeerInfo) GetBanScore() int32
- func (x *GetPeerInfoResponse_PeerInfo) GetId() int32
- func (x *GetPeerInfoResponse_PeerInfo) GetServices() string
- func (x *GetPeerInfoResponse_PeerInfo) GetStartingHeight() int64
- func (x *GetPeerInfoResponse_PeerInfo) GetSubVer() string
- func (x *GetPeerInfoResponse_PeerInfo) GetVersion() uint32
- func (*GetPeerInfoResponse_PeerInfo) ProtoMessage()
- func (x *GetPeerInfoResponse_PeerInfo) ProtoReflect() protoreflect.Message
- func (x *GetPeerInfoResponse_PeerInfo) Reset()
- func (x *GetPeerInfoResponse_PeerInfo) String() string
- type GetRawBlockRequest
- func (*GetRawBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRawBlockRequest) GetBlockHash() []byte
- func (x *GetRawBlockRequest) GetBlockHeight() int32
- func (*GetRawBlockRequest) ProtoMessage()
- func (x *GetRawBlockRequest) ProtoReflect() protoreflect.Message
- func (x *GetRawBlockRequest) Reset()
- func (x *GetRawBlockRequest) String() string
- type GetRawBlockResponse
- func (*GetRawBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRawBlockResponse) GetBlock() []byte
- func (*GetRawBlockResponse) ProtoMessage()
- func (x *GetRawBlockResponse) ProtoReflect() protoreflect.Message
- func (x *GetRawBlockResponse) Reset()
- func (x *GetRawBlockResponse) String() string
- type GetTicketRequest
- type GetTicketsRequest
- func (*GetTicketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTicketsRequest) GetEndingBlockHash() []byte
- func (x *GetTicketsRequest) GetEndingBlockHeight() int32
- func (x *GetTicketsRequest) GetStartingBlockHash() []byte
- func (x *GetTicketsRequest) GetStartingBlockHeight() int32
- func (x *GetTicketsRequest) GetTargetTicketCount() int32
- func (*GetTicketsRequest) ProtoMessage()
- func (x *GetTicketsRequest) ProtoReflect() protoreflect.Message
- func (x *GetTicketsRequest) Reset()
- func (x *GetTicketsRequest) String() string
- type GetTicketsResponse
- func (*GetTicketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTicketsResponse) GetBlock() *GetTicketsResponse_BlockDetails
- func (x *GetTicketsResponse) GetTicket() *GetTicketsResponse_TicketDetails
- func (x *GetTicketsResponse) GetVspHost() string
- func (*GetTicketsResponse) ProtoMessage()
- func (x *GetTicketsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTicketsResponse) Reset()
- func (x *GetTicketsResponse) String() string
- type GetTicketsResponse_BlockDetails
- func (*GetTicketsResponse_BlockDetails) Descriptor() ([]byte, []int)deprecated
- func (x *GetTicketsResponse_BlockDetails) GetHash() []byte
- func (x *GetTicketsResponse_BlockDetails) GetHeight() int32
- func (x *GetTicketsResponse_BlockDetails) GetTimestamp() int64
- func (*GetTicketsResponse_BlockDetails) ProtoMessage()
- func (x *GetTicketsResponse_BlockDetails) ProtoReflect() protoreflect.Message
- func (x *GetTicketsResponse_BlockDetails) Reset()
- func (x *GetTicketsResponse_BlockDetails) String() string
- type GetTicketsResponse_TicketDetails
- func (*GetTicketsResponse_TicketDetails) Descriptor() ([]byte, []int)deprecated
- func (x *GetTicketsResponse_TicketDetails) GetSpender() *TransactionDetails
- func (x *GetTicketsResponse_TicketDetails) GetTicket() *TransactionDetails
- func (x *GetTicketsResponse_TicketDetails) GetTicketStatus() GetTicketsResponse_TicketDetails_TicketStatus
- func (*GetTicketsResponse_TicketDetails) ProtoMessage()
- func (x *GetTicketsResponse_TicketDetails) ProtoReflect() protoreflect.Message
- func (x *GetTicketsResponse_TicketDetails) Reset()
- func (x *GetTicketsResponse_TicketDetails) String() string
- type GetTicketsResponse_TicketDetails_TicketStatus
- func (GetTicketsResponse_TicketDetails_TicketStatus) Descriptor() protoreflect.EnumDescriptor
- func (x GetTicketsResponse_TicketDetails_TicketStatus) Enum() *GetTicketsResponse_TicketDetails_TicketStatus
- func (GetTicketsResponse_TicketDetails_TicketStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetTicketsResponse_TicketDetails_TicketStatus) Number() protoreflect.EnumNumber
- func (x GetTicketsResponse_TicketDetails_TicketStatus) String() string
- func (GetTicketsResponse_TicketDetails_TicketStatus) Type() protoreflect.EnumType
- type GetTrackedVSPTicketsRequest
- type GetTrackedVSPTicketsResponse
- func (*GetTrackedVSPTicketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTrackedVSPTicketsResponse) GetVsps() []*GetTrackedVSPTicketsResponse_VSP
- func (*GetTrackedVSPTicketsResponse) ProtoMessage()
- func (x *GetTrackedVSPTicketsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTrackedVSPTicketsResponse) Reset()
- func (x *GetTrackedVSPTicketsResponse) String() string
- type GetTrackedVSPTicketsResponse_Ticket
- func (*GetTrackedVSPTicketsResponse_Ticket) Descriptor() ([]byte, []int)deprecated
- func (x *GetTrackedVSPTicketsResponse_Ticket) GetCommitmentAddress() string
- func (x *GetTrackedVSPTicketsResponse_Ticket) GetFee() int64
- func (x *GetTrackedVSPTicketsResponse_Ticket) GetFeeHash() []byte
- func (x *GetTrackedVSPTicketsResponse_Ticket) GetState() uint32
- func (x *GetTrackedVSPTicketsResponse_Ticket) GetTicketHash() []byte
- func (x *GetTrackedVSPTicketsResponse_Ticket) GetVotingAddress() string
- func (*GetTrackedVSPTicketsResponse_Ticket) ProtoMessage()
- func (x *GetTrackedVSPTicketsResponse_Ticket) ProtoReflect() protoreflect.Message
- func (x *GetTrackedVSPTicketsResponse_Ticket) Reset()
- func (x *GetTrackedVSPTicketsResponse_Ticket) String() string
- type GetTrackedVSPTicketsResponse_VSP
- func (*GetTrackedVSPTicketsResponse_VSP) Descriptor() ([]byte, []int)deprecated
- func (x *GetTrackedVSPTicketsResponse_VSP) GetHost() string
- func (x *GetTrackedVSPTicketsResponse_VSP) GetTickets() []*GetTrackedVSPTicketsResponse_Ticket
- func (*GetTrackedVSPTicketsResponse_VSP) ProtoMessage()
- func (x *GetTrackedVSPTicketsResponse_VSP) ProtoReflect() protoreflect.Message
- func (x *GetTrackedVSPTicketsResponse_VSP) Reset()
- func (x *GetTrackedVSPTicketsResponse_VSP) String() string
- type GetTransactionRequest
- func (*GetTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransactionRequest) GetTransactionHash() []byte
- func (*GetTransactionRequest) ProtoMessage()
- func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *GetTransactionRequest) Reset()
- func (x *GetTransactionRequest) String() string
- type GetTransactionResponse
- func (*GetTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransactionResponse) GetBlockHash() []byte
- func (x *GetTransactionResponse) GetConfirmations() int32
- func (x *GetTransactionResponse) GetTransaction() *TransactionDetails
- func (*GetTransactionResponse) ProtoMessage()
- func (x *GetTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *GetTransactionResponse) Reset()
- func (x *GetTransactionResponse) String() string
- type GetTransactionsRequest
- func (*GetTransactionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransactionsRequest) GetEndingBlockHash() []byte
- func (x *GetTransactionsRequest) GetEndingBlockHeight() int32
- func (x *GetTransactionsRequest) GetMinimumRecentTransactions() int32
- func (x *GetTransactionsRequest) GetStartingBlockHash() []byte
- func (x *GetTransactionsRequest) GetStartingBlockHeight() int32
- func (x *GetTransactionsRequest) GetTargetTransactionCount() int32
- func (*GetTransactionsRequest) ProtoMessage()
- func (x *GetTransactionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetTransactionsRequest) Reset()
- func (x *GetTransactionsRequest) String() string
- type GetTransactionsResponse
- func (*GetTransactionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransactionsResponse) GetMinedTransactions() *BlockDetails
- func (x *GetTransactionsResponse) GetUnminedTransactions() []*TransactionDetails
- func (*GetTransactionsResponse) ProtoMessage()
- func (x *GetTransactionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTransactionsResponse) Reset()
- func (x *GetTransactionsResponse) String() string
- type GetVSPTicketsByFeeStatusRequest
- func (*GetVSPTicketsByFeeStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetVSPTicketsByFeeStatusRequest) GetFeeStatus() GetVSPTicketsByFeeStatusRequest_FeeStatus
- func (*GetVSPTicketsByFeeStatusRequest) ProtoMessage()
- func (x *GetVSPTicketsByFeeStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetVSPTicketsByFeeStatusRequest) Reset()
- func (x *GetVSPTicketsByFeeStatusRequest) String() string
- type GetVSPTicketsByFeeStatusRequest_FeeStatus
- func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Descriptor() protoreflect.EnumDescriptor
- func (x GetVSPTicketsByFeeStatusRequest_FeeStatus) Enum() *GetVSPTicketsByFeeStatusRequest_FeeStatus
- func (GetVSPTicketsByFeeStatusRequest_FeeStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetVSPTicketsByFeeStatusRequest_FeeStatus) Number() protoreflect.EnumNumber
- func (x GetVSPTicketsByFeeStatusRequest_FeeStatus) String() string
- func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Type() protoreflect.EnumType
- type GetVSPTicketsByFeeStatusResponse
- func (*GetVSPTicketsByFeeStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVSPTicketsByFeeStatusResponse) GetTicketsHashes() [][]byte
- func (*GetVSPTicketsByFeeStatusResponse) ProtoMessage()
- func (x *GetVSPTicketsByFeeStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetVSPTicketsByFeeStatusResponse) Reset()
- func (x *GetVSPTicketsByFeeStatusResponse) String() string
- type ImportExtendedPublicKeyRequest
- func (*ImportExtendedPublicKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportExtendedPublicKeyRequest) GetAccountName() string
- func (x *ImportExtendedPublicKeyRequest) GetRescan() bool
- func (x *ImportExtendedPublicKeyRequest) GetScanFrom() int32
- func (x *ImportExtendedPublicKeyRequest) GetXpub() string
- func (*ImportExtendedPublicKeyRequest) ProtoMessage()
- func (x *ImportExtendedPublicKeyRequest) ProtoReflect() protoreflect.Message
- func (x *ImportExtendedPublicKeyRequest) Reset()
- func (x *ImportExtendedPublicKeyRequest) String() string
- type ImportExtendedPublicKeyResponse
- func (*ImportExtendedPublicKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (*ImportExtendedPublicKeyResponse) ProtoMessage()
- func (x *ImportExtendedPublicKeyResponse) ProtoReflect() protoreflect.Message
- func (x *ImportExtendedPublicKeyResponse) Reset()
- func (x *ImportExtendedPublicKeyResponse) String() string
- type ImportPrivateKeyRequest
- func (*ImportPrivateKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportPrivateKeyRequest) GetAccount() uint32
- func (x *ImportPrivateKeyRequest) GetPassphrase() []byte
- func (x *ImportPrivateKeyRequest) GetPrivateKeyWif() string
- func (x *ImportPrivateKeyRequest) GetRescan() bool
- func (x *ImportPrivateKeyRequest) GetScanFrom() int32
- func (*ImportPrivateKeyRequest) ProtoMessage()
- func (x *ImportPrivateKeyRequest) ProtoReflect() protoreflect.Message
- func (x *ImportPrivateKeyRequest) Reset()
- func (x *ImportPrivateKeyRequest) String() string
- type ImportPrivateKeyResponse
- type ImportScriptRequest
- func (*ImportScriptRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportScriptRequest) GetPassphrase() []byte
- func (x *ImportScriptRequest) GetRequireRedeemable() bool
- func (x *ImportScriptRequest) GetRescan() bool
- func (x *ImportScriptRequest) GetScanFrom() int32
- func (x *ImportScriptRequest) GetScript() []byte
- func (*ImportScriptRequest) ProtoMessage()
- func (x *ImportScriptRequest) ProtoReflect() protoreflect.Message
- func (x *ImportScriptRequest) Reset()
- func (x *ImportScriptRequest) String() string
- type ImportScriptResponse
- func (*ImportScriptResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ImportScriptResponse) GetP2ShAddress() string
- func (x *ImportScriptResponse) GetRedeemable() bool
- func (*ImportScriptResponse) ProtoMessage()
- func (x *ImportScriptResponse) ProtoReflect() protoreflect.Message
- func (x *ImportScriptResponse) Reset()
- func (x *ImportScriptResponse) String() string
- type ImportVotingAccountFromSeedRequest
- func (*ImportVotingAccountFromSeedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportVotingAccountFromSeedRequest) GetDiscoverFrom() int32
- func (x *ImportVotingAccountFromSeedRequest) GetDiscoverGapLimit() int32
- func (x *ImportVotingAccountFromSeedRequest) GetDiscoverUsage() bool
- func (x *ImportVotingAccountFromSeedRequest) GetName() string
- func (x *ImportVotingAccountFromSeedRequest) GetPassphrase() []byte
- func (x *ImportVotingAccountFromSeedRequest) GetRescan() bool
- func (x *ImportVotingAccountFromSeedRequest) GetScanFrom() int32
- func (x *ImportVotingAccountFromSeedRequest) GetSeed() []byte
- func (*ImportVotingAccountFromSeedRequest) ProtoMessage()
- func (x *ImportVotingAccountFromSeedRequest) ProtoReflect() protoreflect.Message
- func (x *ImportVotingAccountFromSeedRequest) Reset()
- func (x *ImportVotingAccountFromSeedRequest) String() string
- type ImportVotingAccountFromSeedResponse
- func (*ImportVotingAccountFromSeedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ImportVotingAccountFromSeedResponse) GetAccount() uint32
- func (*ImportVotingAccountFromSeedResponse) ProtoMessage()
- func (x *ImportVotingAccountFromSeedResponse) ProtoReflect() protoreflect.Message
- func (x *ImportVotingAccountFromSeedResponse) Reset()
- func (x *ImportVotingAccountFromSeedResponse) String() string
- type LoadActiveDataFiltersRequest
- func (*LoadActiveDataFiltersRequest) Descriptor() ([]byte, []int)deprecated
- func (*LoadActiveDataFiltersRequest) ProtoMessage()
- func (x *LoadActiveDataFiltersRequest) ProtoReflect() protoreflect.Message
- func (x *LoadActiveDataFiltersRequest) Reset()
- func (x *LoadActiveDataFiltersRequest) String() string
- type LoadActiveDataFiltersResponse
- func (*LoadActiveDataFiltersResponse) Descriptor() ([]byte, []int)deprecated
- func (*LoadActiveDataFiltersResponse) ProtoMessage()
- func (x *LoadActiveDataFiltersResponse) ProtoReflect() protoreflect.Message
- func (x *LoadActiveDataFiltersResponse) Reset()
- func (x *LoadActiveDataFiltersResponse) String() string
- type LockAccountRequest
- func (*LockAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LockAccountRequest) GetAccountNumber() uint32
- func (*LockAccountRequest) ProtoMessage()
- func (x *LockAccountRequest) ProtoReflect() protoreflect.Message
- func (x *LockAccountRequest) Reset()
- func (x *LockAccountRequest) String() string
- type LockAccountResponse
- type LockWalletRequest
- type LockWalletResponse
- type MessageVerificationServiceClient
- type MessageVerificationServiceServer
- type NetworkRequest
- type NetworkResponse
- type NetworkServiceClient
- type NetworkServiceServer
- type NextAccountRequest
- func (*NextAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NextAccountRequest) GetAccountName() string
- func (x *NextAccountRequest) GetPassphrase() []byte
- func (*NextAccountRequest) ProtoMessage()
- func (x *NextAccountRequest) ProtoReflect() protoreflect.Message
- func (x *NextAccountRequest) Reset()
- func (x *NextAccountRequest) String() string
- type NextAccountResponse
- func (*NextAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NextAccountResponse) GetAccountNumber() uint32
- func (*NextAccountResponse) ProtoMessage()
- func (x *NextAccountResponse) ProtoReflect() protoreflect.Message
- func (x *NextAccountResponse) Reset()
- func (x *NextAccountResponse) String() string
- type NextAddressRequest
- func (*NextAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NextAddressRequest) GetAccount() uint32
- func (x *NextAddressRequest) GetGapPolicy() NextAddressRequest_GapPolicy
- func (x *NextAddressRequest) GetKind() NextAddressRequest_Kind
- func (*NextAddressRequest) ProtoMessage()
- func (x *NextAddressRequest) ProtoReflect() protoreflect.Message
- func (x *NextAddressRequest) Reset()
- func (x *NextAddressRequest) String() string
- type NextAddressRequest_GapPolicy
- func (NextAddressRequest_GapPolicy) Descriptor() protoreflect.EnumDescriptor
- func (x NextAddressRequest_GapPolicy) Enum() *NextAddressRequest_GapPolicy
- func (NextAddressRequest_GapPolicy) EnumDescriptor() ([]byte, []int)deprecated
- func (x NextAddressRequest_GapPolicy) Number() protoreflect.EnumNumber
- func (x NextAddressRequest_GapPolicy) String() string
- func (NextAddressRequest_GapPolicy) Type() protoreflect.EnumType
- type NextAddressRequest_Kind
- func (NextAddressRequest_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x NextAddressRequest_Kind) Enum() *NextAddressRequest_Kind
- func (NextAddressRequest_Kind) EnumDescriptor() ([]byte, []int)deprecated
- func (x NextAddressRequest_Kind) Number() protoreflect.EnumNumber
- func (x NextAddressRequest_Kind) String() string
- func (NextAddressRequest_Kind) Type() protoreflect.EnumType
- type NextAddressResponse
- func (*NextAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NextAddressResponse) GetAddress() string
- func (x *NextAddressResponse) GetPublicKey() string
- func (*NextAddressResponse) ProtoMessage()
- func (x *NextAddressResponse) ProtoReflect() protoreflect.Message
- func (x *NextAddressResponse) Reset()
- func (x *NextAddressResponse) String() string
- type OpenWalletRequest
- func (*OpenWalletRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OpenWalletRequest) GetPublicPassphrase() []byte
- func (*OpenWalletRequest) ProtoMessage()
- func (x *OpenWalletRequest) ProtoReflect() protoreflect.Message
- func (x *OpenWalletRequest) Reset()
- func (x *OpenWalletRequest) String() string
- type OpenWalletResponse
- func (*OpenWalletResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OpenWalletResponse) GetWatchingOnly() bool
- func (*OpenWalletResponse) ProtoMessage()
- func (x *OpenWalletResponse) ProtoReflect() protoreflect.Message
- func (x *OpenWalletResponse) Reset()
- func (x *OpenWalletResponse) String() string
- type PeerNotification
- func (*PeerNotification) Descriptor() ([]byte, []int)deprecated
- func (x *PeerNotification) GetAddress() string
- func (x *PeerNotification) GetPeerCount() int32
- func (*PeerNotification) ProtoMessage()
- func (x *PeerNotification) ProtoReflect() protoreflect.Message
- func (x *PeerNotification) Reset()
- func (x *PeerNotification) String() string
- type PingRequest
- type PingResponse
- type ProcessManagedTicketsRequest
- func (*ProcessManagedTicketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessManagedTicketsRequest) GetChangeAccount() uint32
- func (x *ProcessManagedTicketsRequest) GetFeeAccount() uint32
- func (x *ProcessManagedTicketsRequest) GetVspHost() string
- func (x *ProcessManagedTicketsRequest) GetVspPubkey() string
- func (*ProcessManagedTicketsRequest) ProtoMessage()
- func (x *ProcessManagedTicketsRequest) ProtoReflect() protoreflect.Message
- func (x *ProcessManagedTicketsRequest) Reset()
- func (x *ProcessManagedTicketsRequest) String() string
- type ProcessManagedTicketsResponse
- func (*ProcessManagedTicketsResponse) Descriptor() ([]byte, []int)deprecated
- func (*ProcessManagedTicketsResponse) ProtoMessage()
- func (x *ProcessManagedTicketsResponse) ProtoReflect() protoreflect.Message
- func (x *ProcessManagedTicketsResponse) Reset()
- func (x *ProcessManagedTicketsResponse) String() string
- type ProcessUnmanagedTicketsRequest
- func (*ProcessUnmanagedTicketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessUnmanagedTicketsRequest) GetChangeAccount() uint32
- func (x *ProcessUnmanagedTicketsRequest) GetFeeAccount() uint32
- func (x *ProcessUnmanagedTicketsRequest) GetVspHost() string
- func (x *ProcessUnmanagedTicketsRequest) GetVspPubkey() string
- func (*ProcessUnmanagedTicketsRequest) ProtoMessage()
- func (x *ProcessUnmanagedTicketsRequest) ProtoReflect() protoreflect.Message
- func (x *ProcessUnmanagedTicketsRequest) Reset()
- func (x *ProcessUnmanagedTicketsRequest) String() string
- type ProcessUnmanagedTicketsResponse
- func (*ProcessUnmanagedTicketsResponse) Descriptor() ([]byte, []int)deprecated
- func (*ProcessUnmanagedTicketsResponse) ProtoMessage()
- func (x *ProcessUnmanagedTicketsResponse) ProtoReflect() protoreflect.Message
- func (x *ProcessUnmanagedTicketsResponse) Reset()
- func (x *ProcessUnmanagedTicketsResponse) String() string
- type PublishTransactionRequest
- func (*PublishTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PublishTransactionRequest) GetSignedTransaction() []byte
- func (*PublishTransactionRequest) ProtoMessage()
- func (x *PublishTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *PublishTransactionRequest) Reset()
- func (x *PublishTransactionRequest) String() string
- type PublishTransactionResponse
- func (*PublishTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PublishTransactionResponse) GetTransactionHash() []byte
- func (*PublishTransactionResponse) ProtoMessage()
- func (x *PublishTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *PublishTransactionResponse) Reset()
- func (x *PublishTransactionResponse) String() string
- type PublishUnminedTransactionsRequest
- func (*PublishUnminedTransactionsRequest) Descriptor() ([]byte, []int)deprecated
- func (*PublishUnminedTransactionsRequest) ProtoMessage()
- func (x *PublishUnminedTransactionsRequest) ProtoReflect() protoreflect.Message
- func (x *PublishUnminedTransactionsRequest) Reset()
- func (x *PublishUnminedTransactionsRequest) String() string
- type PublishUnminedTransactionsResponse
- func (*PublishUnminedTransactionsResponse) Descriptor() ([]byte, []int)deprecated
- func (*PublishUnminedTransactionsResponse) ProtoMessage()
- func (x *PublishUnminedTransactionsResponse) ProtoReflect() protoreflect.Message
- func (x *PublishUnminedTransactionsResponse) Reset()
- func (x *PublishUnminedTransactionsResponse) String() string
- type PurchaseTicketsRequest
- func (*PurchaseTicketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PurchaseTicketsRequest) GetAccount() uint32
- func (x *PurchaseTicketsRequest) GetChangeAccount() uint32
- func (x *PurchaseTicketsRequest) GetCsppServer() string
- func (x *PurchaseTicketsRequest) GetDontSignTx() bool
- func (x *PurchaseTicketsRequest) GetExpiry() uint32
- func (x *PurchaseTicketsRequest) GetMixedAccount() uint32
- func (x *PurchaseTicketsRequest) GetMixedAccountBranch() uint32
- func (x *PurchaseTicketsRequest) GetMixedSplitAccount() uint32
- func (x *PurchaseTicketsRequest) GetNumTickets() uint32
- func (x *PurchaseTicketsRequest) GetPassphrase() []byte
- func (x *PurchaseTicketsRequest) GetPoolAddress() string
- func (x *PurchaseTicketsRequest) GetPoolFees() float64
- func (x *PurchaseTicketsRequest) GetRequiredConfirmations() uint32
- func (x *PurchaseTicketsRequest) GetSpendLimit() int64
- func (x *PurchaseTicketsRequest) GetTicketAddress() string
- func (x *PurchaseTicketsRequest) GetTicketFee() int64
- func (x *PurchaseTicketsRequest) GetTxFee() int64
- func (x *PurchaseTicketsRequest) GetUseVotingAccount() bool
- func (x *PurchaseTicketsRequest) GetVotingAccount() uint32
- func (x *PurchaseTicketsRequest) GetVspHost() string
- func (x *PurchaseTicketsRequest) GetVspPubkey() string
- func (*PurchaseTicketsRequest) ProtoMessage()
- func (x *PurchaseTicketsRequest) ProtoReflect() protoreflect.Message
- func (x *PurchaseTicketsRequest) Reset()
- func (x *PurchaseTicketsRequest) String() string
- type PurchaseTicketsResponse
- func (*PurchaseTicketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PurchaseTicketsResponse) GetSplitTx() []byte
- func (x *PurchaseTicketsResponse) GetTicketHashes() [][]byte
- func (x *PurchaseTicketsResponse) GetTickets() [][]byte
- func (*PurchaseTicketsResponse) ProtoMessage()
- func (x *PurchaseTicketsResponse) ProtoReflect() protoreflect.Message
- func (x *PurchaseTicketsResponse) Reset()
- func (x *PurchaseTicketsResponse) String() string
- type RenameAccountRequest
- func (*RenameAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameAccountRequest) GetAccountNumber() uint32
- func (x *RenameAccountRequest) GetNewName() string
- func (*RenameAccountRequest) ProtoMessage()
- func (x *RenameAccountRequest) ProtoReflect() protoreflect.Message
- func (x *RenameAccountRequest) Reset()
- func (x *RenameAccountRequest) String() string
- type RenameAccountResponse
- type RescanPointRequest
- type RescanPointResponse
- func (*RescanPointResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RescanPointResponse) GetRescanPointHash() []byte
- func (*RescanPointResponse) ProtoMessage()
- func (x *RescanPointResponse) ProtoReflect() protoreflect.Message
- func (x *RescanPointResponse) Reset()
- func (x *RescanPointResponse) String() string
- type RescanProgressNotification
- func (*RescanProgressNotification) Descriptor() ([]byte, []int)deprecated
- func (x *RescanProgressNotification) GetRescannedThrough() int32
- func (*RescanProgressNotification) ProtoMessage()
- func (x *RescanProgressNotification) ProtoReflect() protoreflect.Message
- func (x *RescanProgressNotification) Reset()
- func (x *RescanProgressNotification) String() string
- type RescanRequest
- func (*RescanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RescanRequest) GetBeginHash() []byte
- func (x *RescanRequest) GetBeginHeight() int32
- func (*RescanRequest) ProtoMessage()
- func (x *RescanRequest) ProtoReflect() protoreflect.Message
- func (x *RescanRequest) Reset()
- func (x *RescanRequest) String() string
- type RescanResponse
- type RevokeTicketRequest
- func (*RevokeTicketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeTicketRequest) GetTicketHash() []byte
- func (*RevokeTicketRequest) ProtoMessage()
- func (x *RevokeTicketRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeTicketRequest) Reset()
- func (x *RevokeTicketRequest) String() string
- type RevokeTicketResponse
- type RevokeTicketsRequest
- func (*RevokeTicketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeTicketsRequest) GetPassphrase() []byte
- func (*RevokeTicketsRequest) ProtoMessage()
- func (x *RevokeTicketsRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeTicketsRequest) Reset()
- func (x *RevokeTicketsRequest) String() string
- type RevokeTicketsResponse
- type RpcSyncRequest
- func (*RpcSyncRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RpcSyncRequest) GetCertificate() []byte
- func (x *RpcSyncRequest) GetDiscoverAccounts() bool
- func (x *RpcSyncRequest) GetNetworkAddress() string
- func (x *RpcSyncRequest) GetPassword() []byte
- func (x *RpcSyncRequest) GetPrivatePassphrase() []byte
- func (x *RpcSyncRequest) GetUsername() string
- func (*RpcSyncRequest) ProtoMessage()
- func (x *RpcSyncRequest) ProtoReflect() protoreflect.Message
- func (x *RpcSyncRequest) Reset()
- func (x *RpcSyncRequest) String() string
- type RpcSyncResponse
- func (*RpcSyncResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RpcSyncResponse) GetFetchHeaders() *FetchHeadersNotification
- func (x *RpcSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification
- func (x *RpcSyncResponse) GetNotificationType() SyncNotificationType
- func (x *RpcSyncResponse) GetPeerInformation() *PeerNotification
- func (x *RpcSyncResponse) GetRescanProgress() *RescanProgressNotification
- func (x *RpcSyncResponse) GetSynced() bool
- func (*RpcSyncResponse) ProtoMessage()
- func (x *RpcSyncResponse) ProtoReflect() protoreflect.Message
- func (x *RpcSyncResponse) Reset()
- func (x *RpcSyncResponse) String() string
- type RunAccountMixerRequest
- func (*RunAccountMixerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunAccountMixerRequest) GetChangeAccount() uint32
- func (x *RunAccountMixerRequest) GetCsppServer() string
- func (x *RunAccountMixerRequest) GetMixedAccount() uint32
- func (x *RunAccountMixerRequest) GetMixedAccountBranch() uint32
- func (x *RunAccountMixerRequest) GetPassphrase() []byte
- func (*RunAccountMixerRequest) ProtoMessage()
- func (x *RunAccountMixerRequest) ProtoReflect() protoreflect.Message
- func (x *RunAccountMixerRequest) Reset()
- func (x *RunAccountMixerRequest) String() string
- type RunAccountMixerResponse
- type RunTicketBuyerRequest
- func (*RunTicketBuyerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunTicketBuyerRequest) GetAccount() uint32
- func (x *RunTicketBuyerRequest) GetBalanceToMaintain() int64
- func (x *RunTicketBuyerRequest) GetChangeAccount() uint32
- func (x *RunTicketBuyerRequest) GetCsppServer() string
- func (x *RunTicketBuyerRequest) GetLimit() int32
- func (x *RunTicketBuyerRequest) GetMixedAccount() uint32
- func (x *RunTicketBuyerRequest) GetMixedAccountBranch() uint32
- func (x *RunTicketBuyerRequest) GetMixedSplitAccount() uint32
- func (x *RunTicketBuyerRequest) GetPassphrase() []byte
- func (x *RunTicketBuyerRequest) GetPoolAddress() string
- func (x *RunTicketBuyerRequest) GetPoolFees() float64
- func (x *RunTicketBuyerRequest) GetVotingAccount() uint32
- func (x *RunTicketBuyerRequest) GetVotingAddress() string
- func (x *RunTicketBuyerRequest) GetVspHost() string
- func (x *RunTicketBuyerRequest) GetVspPubkey() string
- func (*RunTicketBuyerRequest) ProtoMessage()
- func (x *RunTicketBuyerRequest) ProtoReflect() protoreflect.Message
- func (x *RunTicketBuyerRequest) Reset()
- func (x *RunTicketBuyerRequest) String() string
- type RunTicketBuyerResponse
- type SeedServiceClient
- type SeedServiceServer
- type SetAccountPassphraseRequest
- func (*SetAccountPassphraseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetAccountPassphraseRequest) GetAccountNumber() uint32
- func (x *SetAccountPassphraseRequest) GetAccountPassphrase() []byte
- func (x *SetAccountPassphraseRequest) GetNewAccountPassphrase() []byte
- func (x *SetAccountPassphraseRequest) GetWalletPassphrase() []byte
- func (*SetAccountPassphraseRequest) ProtoMessage()
- func (x *SetAccountPassphraseRequest) ProtoReflect() protoreflect.Message
- func (x *SetAccountPassphraseRequest) Reset()
- func (x *SetAccountPassphraseRequest) String() string
- type SetAccountPassphraseResponse
- func (*SetAccountPassphraseResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetAccountPassphraseResponse) ProtoMessage()
- func (x *SetAccountPassphraseResponse) ProtoReflect() protoreflect.Message
- func (x *SetAccountPassphraseResponse) Reset()
- func (x *SetAccountPassphraseResponse) String() string
- type SetAccountRequest
- type SetAccountResponse
- type SetBalanceToMaintainRequest
- func (*SetBalanceToMaintainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetBalanceToMaintainRequest) GetBalanceToMaintain() int64
- func (*SetBalanceToMaintainRequest) ProtoMessage()
- func (x *SetBalanceToMaintainRequest) ProtoReflect() protoreflect.Message
- func (x *SetBalanceToMaintainRequest) Reset()
- func (x *SetBalanceToMaintainRequest) String() string
- type SetBalanceToMaintainResponse
- func (*SetBalanceToMaintainResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetBalanceToMaintainResponse) ProtoMessage()
- func (x *SetBalanceToMaintainResponse) ProtoReflect() protoreflect.Message
- func (x *SetBalanceToMaintainResponse) Reset()
- func (x *SetBalanceToMaintainResponse) String() string
- type SetMaxFeeRequest
- type SetMaxFeeResponse
- type SetMaxPerBlockRequest
- func (*SetMaxPerBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetMaxPerBlockRequest) GetMaxPerBlock() int64
- func (*SetMaxPerBlockRequest) ProtoMessage()
- func (x *SetMaxPerBlockRequest) ProtoReflect() protoreflect.Message
- func (x *SetMaxPerBlockRequest) Reset()
- func (x *SetMaxPerBlockRequest) String() string
- type SetMaxPerBlockResponse
- type SetMaxPriceAbsoluteRequest
- func (*SetMaxPriceAbsoluteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute() int64
- func (*SetMaxPriceAbsoluteRequest) ProtoMessage()
- func (x *SetMaxPriceAbsoluteRequest) ProtoReflect() protoreflect.Message
- func (x *SetMaxPriceAbsoluteRequest) Reset()
- func (x *SetMaxPriceAbsoluteRequest) String() string
- type SetMaxPriceAbsoluteResponse
- type SetMaxPriceRelativeRequest
- func (*SetMaxPriceRelativeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetMaxPriceRelativeRequest) GetMaxPriceRelative() float64
- func (*SetMaxPriceRelativeRequest) ProtoMessage()
- func (x *SetMaxPriceRelativeRequest) ProtoReflect() protoreflect.Message
- func (x *SetMaxPriceRelativeRequest) Reset()
- func (x *SetMaxPriceRelativeRequest) String() string
- type SetMaxPriceRelativeResponse
- type SetPoolAddressRequest
- func (*SetPoolAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetPoolAddressRequest) GetPoolAddress() string
- func (*SetPoolAddressRequest) ProtoMessage()
- func (x *SetPoolAddressRequest) ProtoReflect() protoreflect.Message
- func (x *SetPoolAddressRequest) Reset()
- func (x *SetPoolAddressRequest) String() string
- type SetPoolAddressResponse
- type SetPoolFeesRequest
- func (*SetPoolFeesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetPoolFeesRequest) GetPoolFees() float64
- func (*SetPoolFeesRequest) ProtoMessage()
- func (x *SetPoolFeesRequest) ProtoReflect() protoreflect.Message
- func (x *SetPoolFeesRequest) Reset()
- func (x *SetPoolFeesRequest) String() string
- type SetPoolFeesResponse
- type SetTSpendPolicyRequest
- func (*SetTSpendPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetTSpendPolicyRequest) GetHash() []byte
- func (x *SetTSpendPolicyRequest) GetPolicy() string
- func (x *SetTSpendPolicyRequest) GetTicketHash() []byte
- func (*SetTSpendPolicyRequest) ProtoMessage()
- func (x *SetTSpendPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *SetTSpendPolicyRequest) Reset()
- func (x *SetTSpendPolicyRequest) String() string
- type SetTSpendPolicyResponse
- type SetTreasuryPolicyRequest
- func (*SetTreasuryPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetTreasuryPolicyRequest) GetKey() []byte
- func (x *SetTreasuryPolicyRequest) GetPolicy() string
- func (x *SetTreasuryPolicyRequest) GetTicketHash() []byte
- func (*SetTreasuryPolicyRequest) ProtoMessage()
- func (x *SetTreasuryPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *SetTreasuryPolicyRequest) Reset()
- func (x *SetTreasuryPolicyRequest) String() string
- type SetTreasuryPolicyResponse
- type SetVoteChoicesRequest
- func (*SetVoteChoicesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetVoteChoicesRequest) GetChoices() []*SetVoteChoicesRequest_Choice
- func (x *SetVoteChoicesRequest) GetTicketHash() []byte
- func (*SetVoteChoicesRequest) ProtoMessage()
- func (x *SetVoteChoicesRequest) ProtoReflect() protoreflect.Message
- func (x *SetVoteChoicesRequest) Reset()
- func (x *SetVoteChoicesRequest) String() string
- type SetVoteChoicesRequest_Choice
- func (*SetVoteChoicesRequest_Choice) Descriptor() ([]byte, []int)deprecated
- func (x *SetVoteChoicesRequest_Choice) GetAgendaId() string
- func (x *SetVoteChoicesRequest_Choice) GetChoiceId() string
- func (*SetVoteChoicesRequest_Choice) ProtoMessage()
- func (x *SetVoteChoicesRequest_Choice) ProtoReflect() protoreflect.Message
- func (x *SetVoteChoicesRequest_Choice) Reset()
- func (x *SetVoteChoicesRequest_Choice) String() string
- type SetVoteChoicesResponse
- func (*SetVoteChoicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetVoteChoicesResponse) GetVotebits() uint32
- func (*SetVoteChoicesResponse) ProtoMessage()
- func (x *SetVoteChoicesResponse) ProtoReflect() protoreflect.Message
- func (x *SetVoteChoicesResponse) Reset()
- func (x *SetVoteChoicesResponse) String() string
- type SetVotingAddressRequest
- func (*SetVotingAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetVotingAddressRequest) GetVotingAddress() string
- func (*SetVotingAddressRequest) ProtoMessage()
- func (x *SetVotingAddressRequest) ProtoReflect() protoreflect.Message
- func (x *SetVotingAddressRequest) Reset()
- func (x *SetVotingAddressRequest) String() string
- type SetVotingAddressResponse
- type SetVspdVoteChoicesRequest
- func (*SetVspdVoteChoicesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetVspdVoteChoicesRequest) GetChangeAccount() uint32
- func (x *SetVspdVoteChoicesRequest) GetFeeAccount() uint32
- func (x *SetVspdVoteChoicesRequest) GetVspHost() string
- func (x *SetVspdVoteChoicesRequest) GetVspPubkey() string
- func (*SetVspdVoteChoicesRequest) ProtoMessage()
- func (x *SetVspdVoteChoicesRequest) ProtoReflect() protoreflect.Message
- func (x *SetVspdVoteChoicesRequest) Reset()
- func (x *SetVspdVoteChoicesRequest) String() string
- type SetVspdVoteChoicesResponse
- type SignHashesRequest
- func (*SignHashesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignHashesRequest) GetAddress() string
- func (x *SignHashesRequest) GetHashes() [][]byte
- func (x *SignHashesRequest) GetPassphrase() []byte
- func (*SignHashesRequest) ProtoMessage()
- func (x *SignHashesRequest) ProtoReflect() protoreflect.Message
- func (x *SignHashesRequest) Reset()
- func (x *SignHashesRequest) String() string
- type SignHashesResponse
- func (*SignHashesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignHashesResponse) GetPublicKey() []byte
- func (x *SignHashesResponse) GetSignatures() [][]byte
- func (*SignHashesResponse) ProtoMessage()
- func (x *SignHashesResponse) ProtoReflect() protoreflect.Message
- func (x *SignHashesResponse) Reset()
- func (x *SignHashesResponse) String() string
- type SignMessageRequest
- func (*SignMessageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignMessageRequest) GetAddress() string
- func (x *SignMessageRequest) GetMessage() string
- func (x *SignMessageRequest) GetPassphrase() []byte
- func (*SignMessageRequest) ProtoMessage()
- func (x *SignMessageRequest) ProtoReflect() protoreflect.Message
- func (x *SignMessageRequest) Reset()
- func (x *SignMessageRequest) String() string
- type SignMessageResponse
- func (*SignMessageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignMessageResponse) GetSignature() []byte
- func (*SignMessageResponse) ProtoMessage()
- func (x *SignMessageResponse) ProtoReflect() protoreflect.Message
- func (x *SignMessageResponse) Reset()
- func (x *SignMessageResponse) String() string
- type SignMessagesRequest
- func (*SignMessagesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignMessagesRequest) GetMessages() []*SignMessagesRequest_Message
- func (x *SignMessagesRequest) GetPassphrase() []byte
- func (*SignMessagesRequest) ProtoMessage()
- func (x *SignMessagesRequest) ProtoReflect() protoreflect.Message
- func (x *SignMessagesRequest) Reset()
- func (x *SignMessagesRequest) String() string
- type SignMessagesRequest_Message
- func (*SignMessagesRequest_Message) Descriptor() ([]byte, []int)deprecated
- func (x *SignMessagesRequest_Message) GetAddress() string
- func (x *SignMessagesRequest_Message) GetMessage() string
- func (*SignMessagesRequest_Message) ProtoMessage()
- func (x *SignMessagesRequest_Message) ProtoReflect() protoreflect.Message
- func (x *SignMessagesRequest_Message) Reset()
- func (x *SignMessagesRequest_Message) String() string
- type SignMessagesResponse
- func (*SignMessagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignMessagesResponse) GetReplies() []*SignMessagesResponse_SignReply
- func (*SignMessagesResponse) ProtoMessage()
- func (x *SignMessagesResponse) ProtoReflect() protoreflect.Message
- func (x *SignMessagesResponse) Reset()
- func (x *SignMessagesResponse) String() string
- type SignMessagesResponse_SignReply
- func (*SignMessagesResponse_SignReply) Descriptor() ([]byte, []int)deprecated
- func (x *SignMessagesResponse_SignReply) GetError() string
- func (x *SignMessagesResponse_SignReply) GetSignature() []byte
- func (*SignMessagesResponse_SignReply) ProtoMessage()
- func (x *SignMessagesResponse_SignReply) ProtoReflect() protoreflect.Message
- func (x *SignMessagesResponse_SignReply) Reset()
- func (x *SignMessagesResponse_SignReply) String() string
- type SignTransactionRequest
- func (*SignTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignTransactionRequest) GetAdditionalScripts() []*SignTransactionRequest_AdditionalScript
- func (x *SignTransactionRequest) GetPassphrase() []byte
- func (x *SignTransactionRequest) GetSerializedTransaction() []byte
- func (*SignTransactionRequest) ProtoMessage()
- func (x *SignTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *SignTransactionRequest) Reset()
- func (x *SignTransactionRequest) String() string
- type SignTransactionRequest_AdditionalScript
- func (*SignTransactionRequest_AdditionalScript) Descriptor() ([]byte, []int)deprecated
- func (x *SignTransactionRequest_AdditionalScript) GetOutputIndex() uint32
- func (x *SignTransactionRequest_AdditionalScript) GetPkScript() []byte
- func (x *SignTransactionRequest_AdditionalScript) GetTransactionHash() []byte
- func (x *SignTransactionRequest_AdditionalScript) GetTree() int32
- func (*SignTransactionRequest_AdditionalScript) ProtoMessage()
- func (x *SignTransactionRequest_AdditionalScript) ProtoReflect() protoreflect.Message
- func (x *SignTransactionRequest_AdditionalScript) Reset()
- func (x *SignTransactionRequest_AdditionalScript) String() string
- type SignTransactionResponse
- func (*SignTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignTransactionResponse) GetTransaction() []byte
- func (x *SignTransactionResponse) GetUnsignedInputIndexes() []uint32
- func (*SignTransactionResponse) ProtoMessage()
- func (x *SignTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *SignTransactionResponse) Reset()
- func (x *SignTransactionResponse) String() string
- type SignTransactionsRequest
- func (*SignTransactionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignTransactionsRequest) GetAdditionalScripts() []*SignTransactionsRequest_AdditionalScript
- func (x *SignTransactionsRequest) GetPassphrase() []byte
- func (x *SignTransactionsRequest) GetTransactions() []*SignTransactionsRequest_UnsignedTransaction
- func (*SignTransactionsRequest) ProtoMessage()
- func (x *SignTransactionsRequest) ProtoReflect() protoreflect.Message
- func (x *SignTransactionsRequest) Reset()
- func (x *SignTransactionsRequest) String() string
- type SignTransactionsRequest_AdditionalScript
- func (*SignTransactionsRequest_AdditionalScript) Descriptor() ([]byte, []int)deprecated
- func (x *SignTransactionsRequest_AdditionalScript) GetOutputIndex() uint32
- func (x *SignTransactionsRequest_AdditionalScript) GetPkScript() []byte
- func (x *SignTransactionsRequest_AdditionalScript) GetTransactionHash() []byte
- func (x *SignTransactionsRequest_AdditionalScript) GetTree() int32
- func (*SignTransactionsRequest_AdditionalScript) ProtoMessage()
- func (x *SignTransactionsRequest_AdditionalScript) ProtoReflect() protoreflect.Message
- func (x *SignTransactionsRequest_AdditionalScript) Reset()
- func (x *SignTransactionsRequest_AdditionalScript) String() string
- type SignTransactionsRequest_UnsignedTransaction
- func (*SignTransactionsRequest_UnsignedTransaction) Descriptor() ([]byte, []int)deprecated
- func (x *SignTransactionsRequest_UnsignedTransaction) GetSerializedTransaction() []byte
- func (*SignTransactionsRequest_UnsignedTransaction) ProtoMessage()
- func (x *SignTransactionsRequest_UnsignedTransaction) ProtoReflect() protoreflect.Message
- func (x *SignTransactionsRequest_UnsignedTransaction) Reset()
- func (x *SignTransactionsRequest_UnsignedTransaction) String() string
- type SignTransactionsResponse
- func (*SignTransactionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignTransactionsResponse) GetTransactions() []*SignTransactionsResponse_SignedTransaction
- func (*SignTransactionsResponse) ProtoMessage()
- func (x *SignTransactionsResponse) ProtoReflect() protoreflect.Message
- func (x *SignTransactionsResponse) Reset()
- func (x *SignTransactionsResponse) String() string
- type SignTransactionsResponse_SignedTransaction
- func (*SignTransactionsResponse_SignedTransaction) Descriptor() ([]byte, []int)deprecated
- func (x *SignTransactionsResponse_SignedTransaction) GetTransaction() []byte
- func (x *SignTransactionsResponse_SignedTransaction) GetUnsignedInputIndexes() []uint32
- func (*SignTransactionsResponse_SignedTransaction) ProtoMessage()
- func (x *SignTransactionsResponse_SignedTransaction) ProtoReflect() protoreflect.Message
- func (x *SignTransactionsResponse_SignedTransaction) Reset()
- func (x *SignTransactionsResponse_SignedTransaction) String() string
- type SpenderRequest
- func (*SpenderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SpenderRequest) GetIndex() uint32
- func (x *SpenderRequest) GetTransactionHash() []byte
- func (*SpenderRequest) ProtoMessage()
- func (x *SpenderRequest) ProtoReflect() protoreflect.Message
- func (x *SpenderRequest) Reset()
- func (x *SpenderRequest) String() string
- type SpenderResponse
- func (*SpenderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SpenderResponse) GetInputIndex() uint32
- func (x *SpenderResponse) GetSpenderTransaction() []byte
- func (*SpenderResponse) ProtoMessage()
- func (x *SpenderResponse) ProtoReflect() protoreflect.Message
- func (x *SpenderResponse) Reset()
- func (x *SpenderResponse) String() string
- type SpvSyncRequest
- func (*SpvSyncRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SpvSyncRequest) GetDiscoverAccounts() bool
- func (x *SpvSyncRequest) GetPrivatePassphrase() []byte
- func (x *SpvSyncRequest) GetSpvConnect() []string
- func (*SpvSyncRequest) ProtoMessage()
- func (x *SpvSyncRequest) ProtoReflect() protoreflect.Message
- func (x *SpvSyncRequest) Reset()
- func (x *SpvSyncRequest) String() string
- type SpvSyncResponse
- func (*SpvSyncResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SpvSyncResponse) GetFetchHeaders() *FetchHeadersNotification
- func (x *SpvSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification
- func (x *SpvSyncResponse) GetNotificationType() SyncNotificationType
- func (x *SpvSyncResponse) GetPeerInformation() *PeerNotification
- func (x *SpvSyncResponse) GetRescanProgress() *RescanProgressNotification
- func (x *SpvSyncResponse) GetSynced() bool
- func (*SpvSyncResponse) ProtoMessage()
- func (x *SpvSyncResponse) ProtoReflect() protoreflect.Message
- func (x *SpvSyncResponse) Reset()
- func (x *SpvSyncResponse) String() string
- type StakeInfoRequest
- type StakeInfoResponse
- func (*StakeInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StakeInfoResponse) GetAllMempoolTix() uint32
- func (x *StakeInfoResponse) GetExpired() uint32
- func (x *StakeInfoResponse) GetImmature() uint32
- func (x *StakeInfoResponse) GetLive() uint32
- func (x *StakeInfoResponse) GetMissed() uint32
- func (x *StakeInfoResponse) GetOwnMempoolTix() uint32
- func (x *StakeInfoResponse) GetPoolSize() uint32
- func (x *StakeInfoResponse) GetRevoked() uint32
- func (x *StakeInfoResponse) GetTotalSubsidy() int64
- func (x *StakeInfoResponse) GetUnspent() uint32
- func (x *StakeInfoResponse) GetVoted() uint32
- func (*StakeInfoResponse) ProtoMessage()
- func (x *StakeInfoResponse) ProtoReflect() protoreflect.Message
- func (x *StakeInfoResponse) Reset()
- func (x *StakeInfoResponse) String() string
- type StartAutoBuyerRequest
- func (*StartAutoBuyerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartAutoBuyerRequest) GetAccount() uint32
- func (x *StartAutoBuyerRequest) GetBalanceToMaintain() int64
- func (x *StartAutoBuyerRequest) GetMaxFeePerKb() int64
- func (x *StartAutoBuyerRequest) GetMaxPerBlock() int64
- func (x *StartAutoBuyerRequest) GetMaxPriceAbsolute() int64
- func (x *StartAutoBuyerRequest) GetMaxPriceRelative() float64
- func (x *StartAutoBuyerRequest) GetPassphrase() []byte
- func (x *StartAutoBuyerRequest) GetPoolAddress() string
- func (x *StartAutoBuyerRequest) GetPoolFees() float64
- func (x *StartAutoBuyerRequest) GetVotingAddress() string
- func (*StartAutoBuyerRequest) ProtoMessage()
- func (x *StartAutoBuyerRequest) ProtoReflect() protoreflect.Message
- func (x *StartAutoBuyerRequest) Reset()
- func (x *StartAutoBuyerRequest) String() string
- type StartAutoBuyerResponse
- type StartConsensusRpcRequest
- func (*StartConsensusRpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartConsensusRpcRequest) GetCertificate() []byte
- func (x *StartConsensusRpcRequest) GetNetworkAddress() string
- func (x *StartConsensusRpcRequest) GetPassword() []byte
- func (x *StartConsensusRpcRequest) GetUsername() string
- func (*StartConsensusRpcRequest) ProtoMessage()
- func (x *StartConsensusRpcRequest) ProtoReflect() protoreflect.Message
- func (x *StartConsensusRpcRequest) Reset()
- func (x *StartConsensusRpcRequest) String() string
- type StartConsensusRpcResponse
- type StopAutoBuyerRequest
- type StopAutoBuyerResponse
- type SubscribeToBlockNotificationsRequest
- func (*SubscribeToBlockNotificationsRequest) Descriptor() ([]byte, []int)deprecated
- func (*SubscribeToBlockNotificationsRequest) ProtoMessage()
- func (x *SubscribeToBlockNotificationsRequest) ProtoReflect() protoreflect.Message
- func (x *SubscribeToBlockNotificationsRequest) Reset()
- func (x *SubscribeToBlockNotificationsRequest) String() string
- type SubscribeToBlockNotificationsResponse
- func (*SubscribeToBlockNotificationsResponse) Descriptor() ([]byte, []int)deprecated
- func (*SubscribeToBlockNotificationsResponse) ProtoMessage()
- func (x *SubscribeToBlockNotificationsResponse) ProtoReflect() protoreflect.Message
- func (x *SubscribeToBlockNotificationsResponse) Reset()
- func (x *SubscribeToBlockNotificationsResponse) String() string
- type SweepAccountRequest
- func (*SweepAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SweepAccountRequest) GetDestinationAddress() string
- func (x *SweepAccountRequest) GetFeePerKb() float64
- func (x *SweepAccountRequest) GetRequiredConfirmations() uint32
- func (x *SweepAccountRequest) GetSourceAccount() string
- func (*SweepAccountRequest) ProtoMessage()
- func (x *SweepAccountRequest) ProtoReflect() protoreflect.Message
- func (x *SweepAccountRequest) Reset()
- func (x *SweepAccountRequest) String() string
- type SweepAccountResponse
- func (*SweepAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SweepAccountResponse) GetEstimatedSignedSize() uint32
- func (x *SweepAccountResponse) GetTotalOutputAmount() int64
- func (x *SweepAccountResponse) GetTotalPreviousOutputAmount() int64
- func (x *SweepAccountResponse) GetUnsignedTransaction() []byte
- func (*SweepAccountResponse) ProtoMessage()
- func (x *SweepAccountResponse) ProtoReflect() protoreflect.Message
- func (x *SweepAccountResponse) Reset()
- func (x *SweepAccountResponse) String() string
- type SyncNotificationType
- func (SyncNotificationType) Descriptor() protoreflect.EnumDescriptor
- func (x SyncNotificationType) Enum() *SyncNotificationType
- func (SyncNotificationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x SyncNotificationType) Number() protoreflect.EnumNumber
- func (x SyncNotificationType) String() string
- func (SyncNotificationType) Type() protoreflect.EnumType
- type SyncVSPTicketsRequest
- func (*SyncVSPTicketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SyncVSPTicketsRequest) GetAccount() uint32
- func (x *SyncVSPTicketsRequest) GetChangeAccount() uint32
- func (x *SyncVSPTicketsRequest) GetVspHost() string
- func (x *SyncVSPTicketsRequest) GetVspPubkey() string
- func (*SyncVSPTicketsRequest) ProtoMessage()
- func (x *SyncVSPTicketsRequest) ProtoReflect() protoreflect.Message
- func (x *SyncVSPTicketsRequest) Reset()
- func (x *SyncVSPTicketsRequest) String() string
- type SyncVSPTicketsResponse
- type TSpendPoliciesRequest
- func (*TSpendPoliciesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TSpendPoliciesRequest) GetHash() []byte
- func (x *TSpendPoliciesRequest) GetTicketHash() []byte
- func (*TSpendPoliciesRequest) ProtoMessage()
- func (x *TSpendPoliciesRequest) ProtoReflect() protoreflect.Message
- func (x *TSpendPoliciesRequest) Reset()
- func (x *TSpendPoliciesRequest) String() string
- type TSpendPoliciesResponse
- func (*TSpendPoliciesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TSpendPoliciesResponse) GetPolicies() []*TSpendPoliciesResponse_Policy
- func (*TSpendPoliciesResponse) ProtoMessage()
- func (x *TSpendPoliciesResponse) ProtoReflect() protoreflect.Message
- func (x *TSpendPoliciesResponse) Reset()
- func (x *TSpendPoliciesResponse) String() string
- type TSpendPoliciesResponse_Policy
- func (*TSpendPoliciesResponse_Policy) Descriptor() ([]byte, []int)deprecated
- func (x *TSpendPoliciesResponse_Policy) GetHash() []byte
- func (x *TSpendPoliciesResponse_Policy) GetPolicy() string
- func (x *TSpendPoliciesResponse_Policy) GetTicketHash() []byte
- func (*TSpendPoliciesResponse_Policy) ProtoMessage()
- func (x *TSpendPoliciesResponse_Policy) ProtoReflect() protoreflect.Message
- func (x *TSpendPoliciesResponse_Policy) Reset()
- func (x *TSpendPoliciesResponse_Policy) String() string
- type TicketBuyerConfigRequest
- type TicketBuyerConfigResponse
- func (*TicketBuyerConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TicketBuyerConfigResponse) GetAccount() uint32
- func (x *TicketBuyerConfigResponse) GetAvgPriceMode() string
- func (x *TicketBuyerConfigResponse) GetAvgPriceVWAPDelta() int64
- func (x *TicketBuyerConfigResponse) GetBalanceToMaintain() int64
- func (x *TicketBuyerConfigResponse) GetBlocksToAvg() int64
- func (x *TicketBuyerConfigResponse) GetDontWaitForTickets() bool
- func (x *TicketBuyerConfigResponse) GetExpiryDelta() int64
- func (x *TicketBuyerConfigResponse) GetFeeSource() string
- func (x *TicketBuyerConfigResponse) GetFeeTargetScaling() float64
- func (x *TicketBuyerConfigResponse) GetMaxFee() int64
- func (x *TicketBuyerConfigResponse) GetMaxInMempool() int64
- func (x *TicketBuyerConfigResponse) GetMaxPerBlock() int64
- func (x *TicketBuyerConfigResponse) GetMaxPriceAbsolute() int64
- func (x *TicketBuyerConfigResponse) GetMaxPriceRelative() float64
- func (x *TicketBuyerConfigResponse) GetMinFee() int64
- func (x *TicketBuyerConfigResponse) GetPoolAddress() string
- func (x *TicketBuyerConfigResponse) GetPoolFees() float64
- func (x *TicketBuyerConfigResponse) GetSpreadTicketPurchases() bool
- func (x *TicketBuyerConfigResponse) GetTxFee() int64
- func (x *TicketBuyerConfigResponse) GetVotingAddress() string
- func (*TicketBuyerConfigResponse) ProtoMessage()
- func (x *TicketBuyerConfigResponse) ProtoReflect() protoreflect.Message
- func (x *TicketBuyerConfigResponse) Reset()
- func (x *TicketBuyerConfigResponse) String() string
- type TicketBuyerServiceClient
- type TicketBuyerServiceServer
- type TicketBuyerV2ServiceClient
- type TicketBuyerV2ServiceServer
- type TicketBuyerV2Service_RunTicketBuyerClient
- type TicketBuyerV2Service_RunTicketBuyerServer
- type TicketPriceRequest
- type TicketPriceResponse
- func (*TicketPriceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TicketPriceResponse) GetHeight() int32
- func (x *TicketPriceResponse) GetTicketPrice() int64
- func (*TicketPriceResponse) ProtoMessage()
- func (x *TicketPriceResponse) ProtoReflect() protoreflect.Message
- func (x *TicketPriceResponse) Reset()
- func (x *TicketPriceResponse) String() string
- type TransactionDetails
- func (*TransactionDetails) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionDetails) GetCredits() []*TransactionDetails_Output
- func (x *TransactionDetails) GetDebits() []*TransactionDetails_Input
- func (x *TransactionDetails) GetFee() int64
- func (x *TransactionDetails) GetHash() []byte
- func (x *TransactionDetails) GetTimestamp() int64
- func (x *TransactionDetails) GetTransaction() []byte
- func (x *TransactionDetails) GetTransactionType() TransactionDetails_TransactionType
- func (*TransactionDetails) ProtoMessage()
- func (x *TransactionDetails) ProtoReflect() protoreflect.Message
- func (x *TransactionDetails) Reset()
- func (x *TransactionDetails) String() string
- type TransactionDetails_Input
- func (*TransactionDetails_Input) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionDetails_Input) GetIndex() uint32
- func (x *TransactionDetails_Input) GetPreviousAccount() uint32
- func (x *TransactionDetails_Input) GetPreviousAmount() int64
- func (*TransactionDetails_Input) ProtoMessage()
- func (x *TransactionDetails_Input) ProtoReflect() protoreflect.Message
- func (x *TransactionDetails_Input) Reset()
- func (x *TransactionDetails_Input) String() string
- type TransactionDetails_Output
- func (*TransactionDetails_Output) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionDetails_Output) GetAccount() uint32
- func (x *TransactionDetails_Output) GetAddress() string
- func (x *TransactionDetails_Output) GetAmount() int64
- func (x *TransactionDetails_Output) GetIndex() uint32
- func (x *TransactionDetails_Output) GetInternal() bool
- func (x *TransactionDetails_Output) GetOutputScript() []byte
- func (*TransactionDetails_Output) ProtoMessage()
- func (x *TransactionDetails_Output) ProtoReflect() protoreflect.Message
- func (x *TransactionDetails_Output) Reset()
- func (x *TransactionDetails_Output) String() string
- type TransactionDetails_TransactionType
- func (TransactionDetails_TransactionType) Descriptor() protoreflect.EnumDescriptor
- func (x TransactionDetails_TransactionType) Enum() *TransactionDetails_TransactionType
- func (TransactionDetails_TransactionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x TransactionDetails_TransactionType) Number() protoreflect.EnumNumber
- func (x TransactionDetails_TransactionType) String() string
- func (TransactionDetails_TransactionType) Type() protoreflect.EnumType
- type TransactionNotificationsRequest
- func (*TransactionNotificationsRequest) Descriptor() ([]byte, []int)deprecated
- func (*TransactionNotificationsRequest) ProtoMessage()
- func (x *TransactionNotificationsRequest) ProtoReflect() protoreflect.Message
- func (x *TransactionNotificationsRequest) Reset()
- func (x *TransactionNotificationsRequest) String() string
- type TransactionNotificationsResponse
- func (*TransactionNotificationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionNotificationsResponse) GetAttachedBlocks() []*BlockDetails
- func (x *TransactionNotificationsResponse) GetDetachedBlockHeaders() []*DetachedBlockDetails
- func (x *TransactionNotificationsResponse) GetDetachedBlocks() [][]byte
- func (x *TransactionNotificationsResponse) GetUnminedTransactionHashes() [][]byte
- func (x *TransactionNotificationsResponse) GetUnminedTransactions() []*TransactionDetails
- func (*TransactionNotificationsResponse) ProtoMessage()
- func (x *TransactionNotificationsResponse) ProtoReflect() protoreflect.Message
- func (x *TransactionNotificationsResponse) Reset()
- func (x *TransactionNotificationsResponse) String() string
- type TreasuryPoliciesRequest
- type TreasuryPoliciesResponse
- func (*TreasuryPoliciesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TreasuryPoliciesResponse) GetPolicies() []*TreasuryPoliciesResponse_Policy
- func (*TreasuryPoliciesResponse) ProtoMessage()
- func (x *TreasuryPoliciesResponse) ProtoReflect() protoreflect.Message
- func (x *TreasuryPoliciesResponse) Reset()
- func (x *TreasuryPoliciesResponse) String() string
- type TreasuryPoliciesResponse_Policy
- func (*TreasuryPoliciesResponse_Policy) Descriptor() ([]byte, []int)deprecated
- func (x *TreasuryPoliciesResponse_Policy) GetKey() []byte
- func (x *TreasuryPoliciesResponse_Policy) GetPolicy() string
- func (x *TreasuryPoliciesResponse_Policy) GetTicketHash() []byte
- func (*TreasuryPoliciesResponse_Policy) ProtoMessage()
- func (x *TreasuryPoliciesResponse_Policy) ProtoReflect() protoreflect.Message
- func (x *TreasuryPoliciesResponse_Policy) Reset()
- func (x *TreasuryPoliciesResponse_Policy) String() string
- type UnimplementedAccountMixerServiceServer
- type UnimplementedAgendaServiceServer
- type UnimplementedDecodeMessageServiceServer
- type UnimplementedMessageVerificationServiceServer
- type UnimplementedNetworkServiceServer
- type UnimplementedSeedServiceServer
- type UnimplementedTicketBuyerServiceServer
- func (UnimplementedTicketBuyerServiceServer) SetAccount(context.Context, *SetAccountRequest) (*SetAccountResponse, error)
- func (UnimplementedTicketBuyerServiceServer) SetBalanceToMaintain(context.Context, *SetBalanceToMaintainRequest) (*SetBalanceToMaintainResponse, error)
- func (UnimplementedTicketBuyerServiceServer) SetMaxFee(context.Context, *SetMaxFeeRequest) (*SetMaxFeeResponse, error)
- func (UnimplementedTicketBuyerServiceServer) SetMaxPerBlock(context.Context, *SetMaxPerBlockRequest) (*SetMaxPerBlockResponse, error)
- func (UnimplementedTicketBuyerServiceServer) SetMaxPriceAbsolute(context.Context, *SetMaxPriceAbsoluteRequest) (*SetMaxPriceAbsoluteResponse, error)
- func (UnimplementedTicketBuyerServiceServer) SetMaxPriceRelative(context.Context, *SetMaxPriceRelativeRequest) (*SetMaxPriceRelativeResponse, error)
- func (UnimplementedTicketBuyerServiceServer) SetPoolAddress(context.Context, *SetPoolAddressRequest) (*SetPoolAddressResponse, error)
- func (UnimplementedTicketBuyerServiceServer) SetPoolFees(context.Context, *SetPoolFeesRequest) (*SetPoolFeesResponse, error)
- func (UnimplementedTicketBuyerServiceServer) SetVotingAddress(context.Context, *SetVotingAddressRequest) (*SetVotingAddressResponse, error)
- func (UnimplementedTicketBuyerServiceServer) StartAutoBuyer(context.Context, *StartAutoBuyerRequest) (*StartAutoBuyerResponse, error)
- func (UnimplementedTicketBuyerServiceServer) StopAutoBuyer(context.Context, *StopAutoBuyerRequest) (*StopAutoBuyerResponse, error)
- func (UnimplementedTicketBuyerServiceServer) TicketBuyerConfig(context.Context, *TicketBuyerConfigRequest) (*TicketBuyerConfigResponse, error)
- type UnimplementedTicketBuyerV2ServiceServer
- type UnimplementedVersionServiceServer
- type UnimplementedVotingServiceServer
- func (UnimplementedVotingServiceServer) SetTSpendPolicy(context.Context, *SetTSpendPolicyRequest) (*SetTSpendPolicyResponse, error)
- func (UnimplementedVotingServiceServer) SetTreasuryPolicy(context.Context, *SetTreasuryPolicyRequest) (*SetTreasuryPolicyResponse, error)
- func (UnimplementedVotingServiceServer) SetVoteChoices(context.Context, *SetVoteChoicesRequest) (*SetVoteChoicesResponse, error)
- func (UnimplementedVotingServiceServer) TSpendPolicies(context.Context, *TSpendPoliciesRequest) (*TSpendPoliciesResponse, error)
- func (UnimplementedVotingServiceServer) TreasuryPolicies(context.Context, *TreasuryPoliciesRequest) (*TreasuryPoliciesResponse, error)
- func (UnimplementedVotingServiceServer) VoteChoices(context.Context, *VoteChoicesRequest) (*VoteChoicesResponse, error)
- type UnimplementedWalletLoaderServiceServer
- func (UnimplementedWalletLoaderServiceServer) CloseWallet(context.Context, *CloseWalletRequest) (*CloseWalletResponse, error)
- func (UnimplementedWalletLoaderServiceServer) CreateWallet(context.Context, *CreateWalletRequest) (*CreateWalletResponse, error)
- func (UnimplementedWalletLoaderServiceServer) CreateWatchingOnlyWallet(context.Context, *CreateWatchingOnlyWalletRequest) (*CreateWatchingOnlyWalletResponse, error)
- func (UnimplementedWalletLoaderServiceServer) OpenWallet(context.Context, *OpenWalletRequest) (*OpenWalletResponse, error)
- func (UnimplementedWalletLoaderServiceServer) RescanPoint(context.Context, *RescanPointRequest) (*RescanPointResponse, error)
- func (UnimplementedWalletLoaderServiceServer) RpcSync(*RpcSyncRequest, WalletLoaderService_RpcSyncServer) error
- func (UnimplementedWalletLoaderServiceServer) SpvSync(*SpvSyncRequest, WalletLoaderService_SpvSyncServer) error
- func (UnimplementedWalletLoaderServiceServer) WalletExists(context.Context, *WalletExistsRequest) (*WalletExistsResponse, error)
- type UnimplementedWalletServiceServer
- func (UnimplementedWalletServiceServer) AbandonTransaction(context.Context, *AbandonTransactionRequest) (*AbandonTransactionResponse, error)
- func (UnimplementedWalletServiceServer) AccountNotifications(*AccountNotificationsRequest, WalletService_AccountNotificationsServer) error
- func (UnimplementedWalletServiceServer) AccountNumber(context.Context, *AccountNumberRequest) (*AccountNumberResponse, error)
- func (UnimplementedWalletServiceServer) AccountUnlocked(context.Context, *AccountUnlockedRequest) (*AccountUnlockedResponse, error)
- func (UnimplementedWalletServiceServer) Accounts(context.Context, *AccountsRequest) (*AccountsResponse, error)
- func (UnimplementedWalletServiceServer) Address(context.Context, *AddressRequest) (*AddressResponse, error)
- func (UnimplementedWalletServiceServer) Balance(context.Context, *BalanceRequest) (*BalanceResponse, error)
- func (UnimplementedWalletServiceServer) BestBlock(context.Context, *BestBlockRequest) (*BestBlockResponse, error)
- func (UnimplementedWalletServiceServer) BlockInfo(context.Context, *BlockInfoRequest) (*BlockInfoResponse, error)
- func (UnimplementedWalletServiceServer) ChangePassphrase(context.Context, *ChangePassphraseRequest) (*ChangePassphraseResponse, error)
- func (UnimplementedWalletServiceServer) CoinType(context.Context, *CoinTypeRequest) (*CoinTypeResponse, error)
- func (UnimplementedWalletServiceServer) CommittedTickets(context.Context, *CommittedTicketsRequest) (*CommittedTicketsResponse, error)
- func (UnimplementedWalletServiceServer) ConfirmationNotifications(WalletService_ConfirmationNotificationsServer) error
- func (UnimplementedWalletServiceServer) ConstructTransaction(context.Context, *ConstructTransactionRequest) (*ConstructTransactionResponse, error)
- func (UnimplementedWalletServiceServer) CreateSignature(context.Context, *CreateSignatureRequest) (*CreateSignatureResponse, error)
- func (UnimplementedWalletServiceServer) DiscoverUsage(context.Context, *DiscoverUsageRequest) (*DiscoverUsageResponse, error)
- func (UnimplementedWalletServiceServer) DumpPrivateKey(context.Context, *DumpPrivateKeyRequest) (*DumpPrivateKeyResponse, error)
- func (UnimplementedWalletServiceServer) FundTransaction(context.Context, *FundTransactionRequest) (*FundTransactionResponse, error)
- func (UnimplementedWalletServiceServer) GetAccountExtendedPrivKey(context.Context, *GetAccountExtendedPrivKeyRequest) (*GetAccountExtendedPrivKeyResponse, error)
- func (UnimplementedWalletServiceServer) GetAccountExtendedPubKey(context.Context, *GetAccountExtendedPubKeyRequest) (*GetAccountExtendedPubKeyResponse, error)
- func (UnimplementedWalletServiceServer) GetCFilters(*GetCFiltersRequest, WalletService_GetCFiltersServer) error
- func (UnimplementedWalletServiceServer) GetCoinjoinOutputspByAcct(context.Context, *GetCoinjoinOutputspByAcctRequest) (*GetCoinjoinOutputspByAcctResponse, error)
- func (UnimplementedWalletServiceServer) GetPeerInfo(context.Context, *GetPeerInfoRequest) (*GetPeerInfoResponse, error)
- func (UnimplementedWalletServiceServer) GetTicket(context.Context, *GetTicketRequest) (*GetTicketsResponse, error)
- func (UnimplementedWalletServiceServer) GetTickets(*GetTicketsRequest, WalletService_GetTicketsServer) error
- func (UnimplementedWalletServiceServer) GetTrackedVSPTickets(context.Context, *GetTrackedVSPTicketsRequest) (*GetTrackedVSPTicketsResponse, error)
- func (UnimplementedWalletServiceServer) GetTransaction(context.Context, *GetTransactionRequest) (*GetTransactionResponse, error)
- func (UnimplementedWalletServiceServer) GetTransactions(*GetTransactionsRequest, WalletService_GetTransactionsServer) error
- func (UnimplementedWalletServiceServer) GetVSPTicketsByFeeStatus(context.Context, *GetVSPTicketsByFeeStatusRequest) (*GetVSPTicketsByFeeStatusResponse, error)
- func (UnimplementedWalletServiceServer) ImportExtendedPublicKey(context.Context, *ImportExtendedPublicKeyRequest) (*ImportExtendedPublicKeyResponse, error)
- func (UnimplementedWalletServiceServer) ImportPrivateKey(context.Context, *ImportPrivateKeyRequest) (*ImportPrivateKeyResponse, error)
- func (UnimplementedWalletServiceServer) ImportScript(context.Context, *ImportScriptRequest) (*ImportScriptResponse, error)
- func (UnimplementedWalletServiceServer) ImportVotingAccountFromSeed(context.Context, *ImportVotingAccountFromSeedRequest) (*ImportVotingAccountFromSeedResponse, error)
- func (UnimplementedWalletServiceServer) LoadActiveDataFilters(context.Context, *LoadActiveDataFiltersRequest) (*LoadActiveDataFiltersResponse, error)
- func (UnimplementedWalletServiceServer) LockAccount(context.Context, *LockAccountRequest) (*LockAccountResponse, error)
- func (UnimplementedWalletServiceServer) LockWallet(context.Context, *LockWalletRequest) (*LockWalletResponse, error)
- func (UnimplementedWalletServiceServer) Network(context.Context, *NetworkRequest) (*NetworkResponse, error)
- func (UnimplementedWalletServiceServer) NextAccount(context.Context, *NextAccountRequest) (*NextAccountResponse, error)
- func (UnimplementedWalletServiceServer) NextAddress(context.Context, *NextAddressRequest) (*NextAddressResponse, error)
- func (UnimplementedWalletServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
- func (UnimplementedWalletServiceServer) ProcessManagedTickets(context.Context, *ProcessManagedTicketsRequest) (*ProcessManagedTicketsResponse, error)
- func (UnimplementedWalletServiceServer) ProcessUnmanagedTickets(context.Context, *ProcessUnmanagedTicketsRequest) (*ProcessUnmanagedTicketsResponse, error)
- func (UnimplementedWalletServiceServer) PublishTransaction(context.Context, *PublishTransactionRequest) (*PublishTransactionResponse, error)
- func (UnimplementedWalletServiceServer) PublishUnminedTransactions(context.Context, *PublishUnminedTransactionsRequest) (*PublishUnminedTransactionsResponse, error)
- func (UnimplementedWalletServiceServer) PurchaseTickets(context.Context, *PurchaseTicketsRequest) (*PurchaseTicketsResponse, error)
- func (UnimplementedWalletServiceServer) RenameAccount(context.Context, *RenameAccountRequest) (*RenameAccountResponse, error)
- func (UnimplementedWalletServiceServer) Rescan(*RescanRequest, WalletService_RescanServer) error
- func (UnimplementedWalletServiceServer) RevokeTicket(context.Context, *RevokeTicketRequest) (*RevokeTicketResponse, error)
- func (UnimplementedWalletServiceServer) RevokeTickets(context.Context, *RevokeTicketsRequest) (*RevokeTicketsResponse, error)
- func (UnimplementedWalletServiceServer) SetAccountPassphrase(context.Context, *SetAccountPassphraseRequest) (*SetAccountPassphraseResponse, error)
- func (UnimplementedWalletServiceServer) SetVspdVoteChoices(context.Context, *SetVspdVoteChoicesRequest) (*SetVspdVoteChoicesResponse, error)
- func (UnimplementedWalletServiceServer) SignHashes(context.Context, *SignHashesRequest) (*SignHashesResponse, error)
- func (UnimplementedWalletServiceServer) SignMessage(context.Context, *SignMessageRequest) (*SignMessageResponse, error)
- func (UnimplementedWalletServiceServer) SignMessages(context.Context, *SignMessagesRequest) (*SignMessagesResponse, error)
- func (UnimplementedWalletServiceServer) SignTransaction(context.Context, *SignTransactionRequest) (*SignTransactionResponse, error)
- func (UnimplementedWalletServiceServer) SignTransactions(context.Context, *SignTransactionsRequest) (*SignTransactionsResponse, error)
- func (UnimplementedWalletServiceServer) Spender(context.Context, *SpenderRequest) (*SpenderResponse, error)
- func (UnimplementedWalletServiceServer) StakeInfo(context.Context, *StakeInfoRequest) (*StakeInfoResponse, error)
- func (UnimplementedWalletServiceServer) SweepAccount(context.Context, *SweepAccountRequest) (*SweepAccountResponse, error)
- func (UnimplementedWalletServiceServer) SyncVSPFailedTickets(context.Context, *SyncVSPTicketsRequest) (*SyncVSPTicketsResponse, error)
- func (UnimplementedWalletServiceServer) TicketPrice(context.Context, *TicketPriceRequest) (*TicketPriceResponse, error)
- func (UnimplementedWalletServiceServer) TransactionNotifications(*TransactionNotificationsRequest, WalletService_TransactionNotificationsServer) error
- func (UnimplementedWalletServiceServer) UnlockAccount(context.Context, *UnlockAccountRequest) (*UnlockAccountResponse, error)
- func (UnimplementedWalletServiceServer) UnlockWallet(context.Context, *UnlockWalletRequest) (*UnlockWalletResponse, error)
- func (UnimplementedWalletServiceServer) UnspentOutputs(*UnspentOutputsRequest, WalletService_UnspentOutputsServer) error
- func (UnimplementedWalletServiceServer) ValidateAddress(context.Context, *ValidateAddressRequest) (*ValidateAddressResponse, error)
- type UnlockAccountRequest
- func (*UnlockAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnlockAccountRequest) GetAccountNumber() uint32
- func (x *UnlockAccountRequest) GetPassphrase() []byte
- func (*UnlockAccountRequest) ProtoMessage()
- func (x *UnlockAccountRequest) ProtoReflect() protoreflect.Message
- func (x *UnlockAccountRequest) Reset()
- func (x *UnlockAccountRequest) String() string
- type UnlockAccountResponse
- type UnlockWalletRequest
- func (*UnlockWalletRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnlockWalletRequest) GetPassphrase() []byte
- func (*UnlockWalletRequest) ProtoMessage()
- func (x *UnlockWalletRequest) ProtoReflect() protoreflect.Message
- func (x *UnlockWalletRequest) Reset()
- func (x *UnlockWalletRequest) String() string
- type UnlockWalletResponse
- type UnsafeAccountMixerServiceServer
- type UnsafeAgendaServiceServer
- type UnsafeDecodeMessageServiceServer
- type UnsafeMessageVerificationServiceServer
- type UnsafeNetworkServiceServer
- type UnsafeSeedServiceServer
- type UnsafeTicketBuyerServiceServer
- type UnsafeTicketBuyerV2ServiceServer
- type UnsafeVersionServiceServer
- type UnsafeVotingServiceServer
- type UnsafeWalletLoaderServiceServer
- type UnsafeWalletServiceServer
- type UnspentOutputResponse
- func (*UnspentOutputResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnspentOutputResponse) GetAmount() int64
- func (x *UnspentOutputResponse) GetAmountSum() int64
- func (x *UnspentOutputResponse) GetFromCoinbase() bool
- func (x *UnspentOutputResponse) GetOutputIndex() uint32
- func (x *UnspentOutputResponse) GetPkScript() []byte
- func (x *UnspentOutputResponse) GetReceiveTime() int64
- func (x *UnspentOutputResponse) GetTransactionHash() []byte
- func (x *UnspentOutputResponse) GetTree() int32
- func (*UnspentOutputResponse) ProtoMessage()
- func (x *UnspentOutputResponse) ProtoReflect() protoreflect.Message
- func (x *UnspentOutputResponse) Reset()
- func (x *UnspentOutputResponse) String() string
- type UnspentOutputsRequest
- func (*UnspentOutputsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnspentOutputsRequest) GetAccount() uint32
- func (x *UnspentOutputsRequest) GetIncludeImmatureCoinbases() bool
- func (x *UnspentOutputsRequest) GetRequiredConfirmations() int32
- func (x *UnspentOutputsRequest) GetTargetAmount() int64
- func (*UnspentOutputsRequest) ProtoMessage()
- func (x *UnspentOutputsRequest) ProtoReflect() protoreflect.Message
- func (x *UnspentOutputsRequest) Reset()
- func (x *UnspentOutputsRequest) String() string
- type ValidateAddressRequest
- func (*ValidateAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateAddressRequest) GetAddress() string
- func (*ValidateAddressRequest) ProtoMessage()
- func (x *ValidateAddressRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateAddressRequest) Reset()
- func (x *ValidateAddressRequest) String() string
- type ValidateAddressResponse
- func (*ValidateAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateAddressResponse) GetAccountNumber() uint32
- func (x *ValidateAddressResponse) GetIndex() uint32
- func (x *ValidateAddressResponse) GetIsInternal() bool
- func (x *ValidateAddressResponse) GetIsMine() bool
- func (x *ValidateAddressResponse) GetIsScript() bool
- func (x *ValidateAddressResponse) GetIsValid() bool
- func (x *ValidateAddressResponse) GetPayToAddrScript() []byte
- func (x *ValidateAddressResponse) GetPkScriptAddrs() []string
- func (x *ValidateAddressResponse) GetPubKey() []byte
- func (x *ValidateAddressResponse) GetPubKeyAddr() string
- func (x *ValidateAddressResponse) GetScriptType() ValidateAddressResponse_ScriptType
- func (x *ValidateAddressResponse) GetSigsRequired() uint32
- func (*ValidateAddressResponse) ProtoMessage()
- func (x *ValidateAddressResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateAddressResponse) Reset()
- func (x *ValidateAddressResponse) String() string
- type ValidateAddressResponse_ScriptType
- func (ValidateAddressResponse_ScriptType) Descriptor() protoreflect.EnumDescriptor
- func (x ValidateAddressResponse_ScriptType) Enum() *ValidateAddressResponse_ScriptType
- func (ValidateAddressResponse_ScriptType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ValidateAddressResponse_ScriptType) Number() protoreflect.EnumNumber
- func (x ValidateAddressResponse_ScriptType) String() string
- func (ValidateAddressResponse_ScriptType) Type() protoreflect.EnumType
- type VerifyMessageRequest
- func (*VerifyMessageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *VerifyMessageRequest) GetAddress() string
- func (x *VerifyMessageRequest) GetMessage() string
- func (x *VerifyMessageRequest) GetSignature() []byte
- func (*VerifyMessageRequest) ProtoMessage()
- func (x *VerifyMessageRequest) ProtoReflect() protoreflect.Message
- func (x *VerifyMessageRequest) Reset()
- func (x *VerifyMessageRequest) String() string
- type VerifyMessageResponse
- func (*VerifyMessageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VerifyMessageResponse) GetValid() bool
- func (*VerifyMessageResponse) ProtoMessage()
- func (x *VerifyMessageResponse) ProtoReflect() protoreflect.Message
- func (x *VerifyMessageResponse) Reset()
- func (x *VerifyMessageResponse) String() string
- type VersionRequest
- type VersionResponse
- func (*VersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VersionResponse) GetBuildMetadata() string
- func (x *VersionResponse) GetMajor() uint32
- func (x *VersionResponse) GetMinor() uint32
- func (x *VersionResponse) GetPatch() uint32
- func (x *VersionResponse) GetPrerelease() string
- func (x *VersionResponse) GetVersionString() string
- func (*VersionResponse) ProtoMessage()
- func (x *VersionResponse) ProtoReflect() protoreflect.Message
- func (x *VersionResponse) Reset()
- func (x *VersionResponse) String() string
- type VersionServiceClient
- type VersionServiceServer
- type VoteChoicesRequest
- func (*VoteChoicesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *VoteChoicesRequest) GetTicketHash() []byte
- func (*VoteChoicesRequest) ProtoMessage()
- func (x *VoteChoicesRequest) ProtoReflect() protoreflect.Message
- func (x *VoteChoicesRequest) Reset()
- func (x *VoteChoicesRequest) String() string
- type VoteChoicesResponse
- func (*VoteChoicesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VoteChoicesResponse) GetChoices() []*VoteChoicesResponse_Choice
- func (x *VoteChoicesResponse) GetVersion() uint32
- func (x *VoteChoicesResponse) GetVotebits() uint32
- func (*VoteChoicesResponse) ProtoMessage()
- func (x *VoteChoicesResponse) ProtoReflect() protoreflect.Message
- func (x *VoteChoicesResponse) Reset()
- func (x *VoteChoicesResponse) String() string
- type VoteChoicesResponse_Choice
- func (*VoteChoicesResponse_Choice) Descriptor() ([]byte, []int)deprecated
- func (x *VoteChoicesResponse_Choice) GetAgendaDescription() string
- func (x *VoteChoicesResponse_Choice) GetAgendaId() string
- func (x *VoteChoicesResponse_Choice) GetChoiceDescription() string
- func (x *VoteChoicesResponse_Choice) GetChoiceId() string
- func (*VoteChoicesResponse_Choice) ProtoMessage()
- func (x *VoteChoicesResponse_Choice) ProtoReflect() protoreflect.Message
- func (x *VoteChoicesResponse_Choice) Reset()
- func (x *VoteChoicesResponse_Choice) String() string
- type VotingServiceClient
- type VotingServiceServer
- type WalletExistsRequest
- type WalletExistsResponse
- func (*WalletExistsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WalletExistsResponse) GetExists() bool
- func (*WalletExistsResponse) ProtoMessage()
- func (x *WalletExistsResponse) ProtoReflect() protoreflect.Message
- func (x *WalletExistsResponse) Reset()
- func (x *WalletExistsResponse) String() string
- type WalletLoaderServiceClient
- type WalletLoaderServiceServer
- type WalletLoaderService_RpcSyncClient
- type WalletLoaderService_RpcSyncServer
- type WalletLoaderService_SpvSyncClient
- type WalletLoaderService_SpvSyncServer
- type WalletServiceClient