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
- type WalletServiceServer
- type WalletService_AccountNotificationsClient
- type WalletService_AccountNotificationsServer
- type WalletService_ConfirmationNotificationsClient
- type WalletService_ConfirmationNotificationsServer
- type WalletService_GetCFiltersClient
- type WalletService_GetCFiltersServer
- type WalletService_GetTicketsClient
- type WalletService_GetTicketsServer
- type WalletService_GetTransactionsClient
- type WalletService_GetTransactionsServer
- type WalletService_RescanClient
- type WalletService_RescanServer
- type WalletService_TransactionNotificationsClient
- type WalletService_TransactionNotificationsServer
- type WalletService_UnspentOutputsClient
- type WalletService_UnspentOutputsServer
Constants ¶
This section is empty.
Variables ¶
var ( SyncNotificationType_name = map[int32]string{ 0: "SYNCED", 1: "UNSYNCED", 2: "PEER_CONNECTED", 3: "PEER_DISCONNECTED", 4: "FETCHED_MISSING_CFILTERS_STARTED", 5: "FETCHED_MISSING_CFILTERS_PROGRESS", 6: "FETCHED_MISSING_CFILTERS_FINISHED", 7: "FETCHED_HEADERS_STARTED", 8: "FETCHED_HEADERS_PROGRESS", 9: "FETCHED_HEADERS_FINISHED", 10: "DISCOVER_ADDRESSES_STARTED", 11: "DISCOVER_ADDRESSES_FINISHED", 12: "RESCAN_STARTED", 13: "RESCAN_PROGRESS", 14: "RESCAN_FINISHED", } SyncNotificationType_value = map[string]int32{ "SYNCED": 0, "UNSYNCED": 1, "PEER_CONNECTED": 2, "PEER_DISCONNECTED": 3, "FETCHED_MISSING_CFILTERS_STARTED": 4, "FETCHED_MISSING_CFILTERS_PROGRESS": 5, "FETCHED_MISSING_CFILTERS_FINISHED": 6, "FETCHED_HEADERS_STARTED": 7, "FETCHED_HEADERS_PROGRESS": 8, "FETCHED_HEADERS_FINISHED": 9, "DISCOVER_ADDRESSES_STARTED": 10, "DISCOVER_ADDRESSES_FINISHED": 11, "RESCAN_STARTED": 12, "RESCAN_PROGRESS": 13, "RESCAN_FINISHED": 14, } )
Enum value maps for SyncNotificationType.
var ( TransactionDetails_TransactionType_name = map[int32]string{ 0: "REGULAR", 4: "COINBASE", 1: "TICKET_PURCHASE", 2: "VOTE", 3: "REVOCATION", } TransactionDetails_TransactionType_value = map[string]int32{ "REGULAR": 0, "COINBASE": 4, "TICKET_PURCHASE": 1, "VOTE": 2, "REVOCATION": 3, } )
Enum value maps for TransactionDetails_TransactionType.
var ( AddressRequest_Kind_name = map[int32]string{ 0: "BIP0044_EXTERNAL", 1: "BIP0044_INTERNAL", } AddressRequest_Kind_value = map[string]int32{ "BIP0044_EXTERNAL": 0, "BIP0044_INTERNAL": 1, } )
Enum value maps for AddressRequest_Kind.
var ( NextAddressRequest_Kind_name = map[int32]string{ 0: "BIP0044_EXTERNAL", 1: "BIP0044_INTERNAL", } NextAddressRequest_Kind_value = map[string]int32{ "BIP0044_EXTERNAL": 0, "BIP0044_INTERNAL": 1, } )
Enum value maps for NextAddressRequest_Kind.
var ( NextAddressRequest_GapPolicy_name = map[int32]string{ 0: "GAP_POLICY_UNSPECIFIED", 1: "GAP_POLICY_ERROR", 2: "GAP_POLICY_IGNORE", 3: "GAP_POLICY_WRAP", } NextAddressRequest_GapPolicy_value = map[string]int32{ "GAP_POLICY_UNSPECIFIED": 0, "GAP_POLICY_ERROR": 1, "GAP_POLICY_IGNORE": 2, "GAP_POLICY_WRAP": 3, } )
Enum value maps for NextAddressRequest_GapPolicy.
var ( GetTicketsResponse_TicketDetails_TicketStatus_name = map[int32]string{ 0: "UNKNOWN", 1: "UNMINED", 2: "IMMATURE", 3: "LIVE", 4: "VOTED", 5: "MISSED", 6: "EXPIRED", 7: "REVOKED", } GetTicketsResponse_TicketDetails_TicketStatus_value = map[string]int32{ "UNKNOWN": 0, "UNMINED": 1, "IMMATURE": 2, "LIVE": 3, "VOTED": 4, "MISSED": 5, "EXPIRED": 6, "REVOKED": 7, } )
Enum value maps for GetTicketsResponse_TicketDetails_TicketStatus.
var ( ChangePassphraseRequest_Key_name = map[int32]string{ 0: "PRIVATE", 1: "PUBLIC", } ChangePassphraseRequest_Key_value = map[string]int32{ "PRIVATE": 0, "PUBLIC": 1, } )
Enum value maps for ChangePassphraseRequest_Key.
var ( ConstructTransactionRequest_OutputSelectionAlgorithm_name = map[int32]string{ 0: "UNSPECIFIED", 1: "ALL", } ConstructTransactionRequest_OutputSelectionAlgorithm_value = map[string]int32{ "UNSPECIFIED": 0, "ALL": 1, } )
Enum value maps for ConstructTransactionRequest_OutputSelectionAlgorithm.
var ( CreateSignatureRequest_SigHashType_name = map[int32]string{ 0: "SIGHASH_OLD", 1: "SIGHASH_ALL", 2: "SIGHASH_NONE", 3: "SIGHASH_SINGLE", 4: "SIGHASH_ALLVALUE", 128: "SIGHASH_ANYONECANPAY", } CreateSignatureRequest_SigHashType_value = map[string]int32{ "SIGHASH_OLD": 0, "SIGHASH_ALL": 1, "SIGHASH_NONE": 2, "SIGHASH_SINGLE": 3, "SIGHASH_ALLVALUE": 4, "SIGHASH_ANYONECANPAY": 128, } )
Enum value maps for CreateSignatureRequest_SigHashType.
var ( DecodedTransaction_Input_TreeType_name = map[int32]string{ 0: "REGULAR", -1: "UNKNOWN", 1: "STAKE", } DecodedTransaction_Input_TreeType_value = map[string]int32{ "REGULAR": 0, "UNKNOWN": -1, "STAKE": 1, } )
Enum value maps for DecodedTransaction_Input_TreeType.
var ( DecodedTransaction_Output_ScriptClass_name = map[int32]string{ 0: "NON_STANDARD", 1: "PUB_KEY", 2: "PUB_KEY_HASH", 3: "SCRIPT_HASH", 4: "MULTI_SIG", 5: "NULL_DATA", 6: "STAKE_SUBMISSION", 7: "STAKE_GEN", 8: "STAKE_REVOCATION", 9: "STAKE_SUB_CHANGE", 10: "PUB_KEY_ALT", 11: "PUB_KEY_HASH_ALT", 12: "TGEN", 13: "TADD", } DecodedTransaction_Output_ScriptClass_value = map[string]int32{ "NON_STANDARD": 0, "PUB_KEY": 1, "PUB_KEY_HASH": 2, "SCRIPT_HASH": 3, "MULTI_SIG": 4, "NULL_DATA": 5, "STAKE_SUBMISSION": 6, "STAKE_GEN": 7, "STAKE_REVOCATION": 8, "STAKE_SUB_CHANGE": 9, "PUB_KEY_ALT": 10, "PUB_KEY_HASH_ALT": 11, "TGEN": 12, "TADD": 13, } )
Enum value maps for DecodedTransaction_Output_ScriptClass.
var ( ValidateAddressResponse_ScriptType_name = map[int32]string{ 0: "NonStandardTy", 1: "PubKeyTy", 2: "PubKeyHashTy", 3: "ScriptHashTy", 4: "MultiSigTy", 5: "NullDataTy", 6: "StakeSubmissionTy", 7: "StakeGenTy", 8: "StakeRevocationTy", 9: "StakeSubChangeTy", 10: "PubkeyAltTy", 11: "PubkeyHashAltTy", 12: "TreasuryGenTy", 13: "TreasuryAddTy", } ValidateAddressResponse_ScriptType_value = map[string]int32{ "NonStandardTy": 0, "PubKeyTy": 1, "PubKeyHashTy": 2, "ScriptHashTy": 3, "MultiSigTy": 4, "NullDataTy": 5, "StakeSubmissionTy": 6, "StakeGenTy": 7, "StakeRevocationTy": 8, "StakeSubChangeTy": 9, "PubkeyAltTy": 10, "PubkeyHashAltTy": 11, "TreasuryGenTy": 12, "TreasuryAddTy": 13, } )
Enum value maps for ValidateAddressResponse_ScriptType.
var ( GetVSPTicketsByFeeStatusRequest_FeeStatus_name = map[int32]string{ 0: "VSP_FEE_PROCESS_STARTED", 1: "VSP_FEE_PROCESS_PAID", 2: "VSP_FEE_PROCESS_ERRORED", 3: "VSP_FEE_PROCESS_CONFIRMED", } GetVSPTicketsByFeeStatusRequest_FeeStatus_value = map[string]int32{ "VSP_FEE_PROCESS_STARTED": 0, "VSP_FEE_PROCESS_PAID": 1, "VSP_FEE_PROCESS_ERRORED": 2, "VSP_FEE_PROCESS_CONFIRMED": 3, } )
Enum value maps for GetVSPTicketsByFeeStatusRequest_FeeStatus.
var AccountMixerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.AccountMixerService", HandlerType: (*AccountMixerServiceServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{ { StreamName: "RunAccountMixer", Handler: _AccountMixerService_RunAccountMixer_Handler, ServerStreams: true, }, }, Metadata: "api.proto", }
AccountMixerService_ServiceDesc is the grpc.ServiceDesc for AccountMixerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var AgendaService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.AgendaService", HandlerType: (*AgendaServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Agendas", Handler: _AgendaService_Agendas_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
AgendaService_ServiceDesc is the grpc.ServiceDesc for AgendaService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DecodeMessageService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.DecodeMessageService", HandlerType: (*DecodeMessageServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "DecodeRawTransaction", Handler: _DecodeMessageService_DecodeRawTransaction_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
DecodeMessageService_ServiceDesc is the grpc.ServiceDesc for DecodeMessageService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_api_proto protoreflect.FileDescriptor
var MessageVerificationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.MessageVerificationService", HandlerType: (*MessageVerificationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "VerifyMessage", Handler: _MessageVerificationService_VerifyMessage_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
MessageVerificationService_ServiceDesc is the grpc.ServiceDesc for MessageVerificationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var NetworkService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.NetworkService", HandlerType: (*NetworkServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetRawBlock", Handler: _NetworkService_GetRawBlock_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
NetworkService_ServiceDesc is the grpc.ServiceDesc for NetworkService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SeedService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.SeedService", HandlerType: (*SeedServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GenerateRandomSeed", Handler: _SeedService_GenerateRandomSeed_Handler, }, { MethodName: "DecodeSeed", Handler: _SeedService_DecodeSeed_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
SeedService_ServiceDesc is the grpc.ServiceDesc for SeedService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TicketBuyerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.TicketBuyerService", HandlerType: (*TicketBuyerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "StartAutoBuyer", Handler: _TicketBuyerService_StartAutoBuyer_Handler, }, { MethodName: "StopAutoBuyer", Handler: _TicketBuyerService_StopAutoBuyer_Handler, }, { MethodName: "TicketBuyerConfig", Handler: _TicketBuyerService_TicketBuyerConfig_Handler, }, { MethodName: "SetAccount", Handler: _TicketBuyerService_SetAccount_Handler, }, { MethodName: "SetBalanceToMaintain", Handler: _TicketBuyerService_SetBalanceToMaintain_Handler, }, { MethodName: "SetMaxFee", Handler: _TicketBuyerService_SetMaxFee_Handler, }, { MethodName: "SetMaxPriceRelative", Handler: _TicketBuyerService_SetMaxPriceRelative_Handler, }, { MethodName: "SetMaxPriceAbsolute", Handler: _TicketBuyerService_SetMaxPriceAbsolute_Handler, }, { MethodName: "SetVotingAddress", Handler: _TicketBuyerService_SetVotingAddress_Handler, }, { MethodName: "SetPoolAddress", Handler: _TicketBuyerService_SetPoolAddress_Handler, }, { MethodName: "SetPoolFees", Handler: _TicketBuyerService_SetPoolFees_Handler, }, { MethodName: "SetMaxPerBlock", Handler: _TicketBuyerService_SetMaxPerBlock_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
TicketBuyerService_ServiceDesc is the grpc.ServiceDesc for TicketBuyerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TicketBuyerV2Service_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.TicketBuyerV2Service", HandlerType: (*TicketBuyerV2ServiceServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{ { StreamName: "RunTicketBuyer", Handler: _TicketBuyerV2Service_RunTicketBuyer_Handler, ServerStreams: true, }, }, Metadata: "api.proto", }
TicketBuyerV2Service_ServiceDesc is the grpc.ServiceDesc for TicketBuyerV2Service service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var VersionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.VersionService", HandlerType: (*VersionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Version", Handler: _VersionService_Version_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
VersionService_ServiceDesc is the grpc.ServiceDesc for VersionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var VotingService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.VotingService", HandlerType: (*VotingServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "VoteChoices", Handler: _VotingService_VoteChoices_Handler, }, { MethodName: "SetVoteChoices", Handler: _VotingService_SetVoteChoices_Handler, }, { MethodName: "TSpendPolicies", Handler: _VotingService_TSpendPolicies_Handler, }, { MethodName: "SetTSpendPolicy", Handler: _VotingService_SetTSpendPolicy_Handler, }, { MethodName: "TreasuryPolicies", Handler: _VotingService_TreasuryPolicies_Handler, }, { MethodName: "SetTreasuryPolicy", Handler: _VotingService_SetTreasuryPolicy_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api.proto", }
VotingService_ServiceDesc is the grpc.ServiceDesc for VotingService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var WalletLoaderService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.WalletLoaderService", HandlerType: (*WalletLoaderServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "WalletExists", Handler: _WalletLoaderService_WalletExists_Handler, }, { MethodName: "CreateWallet", Handler: _WalletLoaderService_CreateWallet_Handler, }, { MethodName: "CreateWatchingOnlyWallet", Handler: _WalletLoaderService_CreateWatchingOnlyWallet_Handler, }, { MethodName: "OpenWallet", Handler: _WalletLoaderService_OpenWallet_Handler, }, { MethodName: "CloseWallet", Handler: _WalletLoaderService_CloseWallet_Handler, }, { MethodName: "RescanPoint", Handler: _WalletLoaderService_RescanPoint_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "SpvSync", Handler: _WalletLoaderService_SpvSync_Handler, ServerStreams: true, }, { StreamName: "RpcSync", Handler: _WalletLoaderService_RpcSync_Handler, ServerStreams: true, }, }, Metadata: "api.proto", }
WalletLoaderService_ServiceDesc is the grpc.ServiceDesc for WalletLoaderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var WalletService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "walletrpc.WalletService", HandlerType: (*WalletServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _WalletService_Ping_Handler, }, { MethodName: "Network", Handler: _WalletService_Network_Handler, }, { MethodName: "CoinType", Handler: _WalletService_CoinType_Handler, }, { MethodName: "AccountNumber", Handler: _WalletService_AccountNumber_Handler, }, { MethodName: "Accounts", Handler: _WalletService_Accounts_Handler, }, { MethodName: "Address", Handler: _WalletService_Address_Handler, }, { MethodName: "Balance", Handler: _WalletService_Balance_Handler, }, { MethodName: "GetAccountExtendedPubKey", Handler: _WalletService_GetAccountExtendedPubKey_Handler, }, { MethodName: "GetAccountExtendedPrivKey", Handler: _WalletService_GetAccountExtendedPrivKey_Handler, }, { MethodName: "GetTransaction", Handler: _WalletService_GetTransaction_Handler, }, { MethodName: "GetTicket", Handler: _WalletService_GetTicket_Handler, }, { MethodName: "TicketPrice", Handler: _WalletService_TicketPrice_Handler, }, { MethodName: "StakeInfo", Handler: _WalletService_StakeInfo_Handler, }, { MethodName: "BlockInfo", Handler: _WalletService_BlockInfo_Handler, }, { MethodName: "BestBlock", Handler: _WalletService_BestBlock_Handler, }, { MethodName: "Spender", Handler: _WalletService_Spender_Handler, }, { MethodName: "GetPeerInfo", Handler: _WalletService_GetPeerInfo_Handler, }, { MethodName: "DumpPrivateKey", Handler: _WalletService_DumpPrivateKey_Handler, }, { MethodName: "ChangePassphrase", Handler: _WalletService_ChangePassphrase_Handler, }, { MethodName: "RenameAccount", Handler: _WalletService_RenameAccount_Handler, }, { MethodName: "NextAccount", Handler: _WalletService_NextAccount_Handler, }, { MethodName: "NextAddress", Handler: _WalletService_NextAddress_Handler, }, { MethodName: "ImportPrivateKey", Handler: _WalletService_ImportPrivateKey_Handler, }, { MethodName: "ImportExtendedPublicKey", Handler: _WalletService_ImportExtendedPublicKey_Handler, }, { MethodName: "ImportVotingAccountFromSeed", Handler: _WalletService_ImportVotingAccountFromSeed_Handler, }, { MethodName: "ImportScript", Handler: _WalletService_ImportScript_Handler, }, { MethodName: "FundTransaction", Handler: _WalletService_FundTransaction_Handler, }, { MethodName: "ConstructTransaction", Handler: _WalletService_ConstructTransaction_Handler, }, { MethodName: "SignTransaction", Handler: _WalletService_SignTransaction_Handler, }, { MethodName: "SignTransactions", Handler: _WalletService_SignTransactions_Handler, }, { MethodName: "CreateSignature", Handler: _WalletService_CreateSignature_Handler, }, { MethodName: "PublishTransaction", Handler: _WalletService_PublishTransaction_Handler, }, { MethodName: "PublishUnminedTransactions", Handler: _WalletService_PublishUnminedTransactions_Handler, }, { MethodName: "PurchaseTickets", Handler: _WalletService_PurchaseTickets_Handler, }, { MethodName: "RevokeTicket", Handler: _WalletService_RevokeTicket_Handler, }, { MethodName: "RevokeTickets", Handler: _WalletService_RevokeTickets_Handler, }, { MethodName: "LoadActiveDataFilters", Handler: _WalletService_LoadActiveDataFilters_Handler, }, { MethodName: "SignMessage", Handler: _WalletService_SignMessage_Handler, }, { MethodName: "SignMessages", Handler: _WalletService_SignMessages_Handler, }, { MethodName: "ValidateAddress", Handler: _WalletService_ValidateAddress_Handler, }, { MethodName: "CommittedTickets", Handler: _WalletService_CommittedTickets_Handler, }, { MethodName: "SweepAccount", Handler: _WalletService_SweepAccount_Handler, }, { MethodName: "AbandonTransaction", Handler: _WalletService_AbandonTransaction_Handler, }, { MethodName: "SignHashes", Handler: _WalletService_SignHashes_Handler, }, { MethodName: "GetCoinjoinOutputspByAcct", Handler: _WalletService_GetCoinjoinOutputspByAcct_Handler, }, { MethodName: "SetAccountPassphrase", Handler: _WalletService_SetAccountPassphrase_Handler, }, { MethodName: "UnlockAccount", Handler: _WalletService_UnlockAccount_Handler, }, { MethodName: "LockAccount", Handler: _WalletService_LockAccount_Handler, }, { MethodName: "UnlockWallet", Handler: _WalletService_UnlockWallet_Handler, }, { MethodName: "LockWallet", Handler: _WalletService_LockWallet_Handler, }, { MethodName: "AccountUnlocked", Handler: _WalletService_AccountUnlocked_Handler, }, { MethodName: "SyncVSPFailedTickets", Handler: _WalletService_SyncVSPFailedTickets_Handler, }, { MethodName: "GetVSPTicketsByFeeStatus", Handler: _WalletService_GetVSPTicketsByFeeStatus_Handler, }, { MethodName: "ProcessManagedTickets", Handler: _WalletService_ProcessManagedTickets_Handler, }, { MethodName: "ProcessUnmanagedTickets", Handler: _WalletService_ProcessUnmanagedTickets_Handler, }, { MethodName: "SetVspdVoteChoices", Handler: _WalletService_SetVspdVoteChoices_Handler, }, { MethodName: "GetTrackedVSPTickets", Handler: _WalletService_GetTrackedVSPTickets_Handler, }, { MethodName: "DiscoverUsage", Handler: _WalletService_DiscoverUsage_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "GetTransactions", Handler: _WalletService_GetTransactions_Handler, ServerStreams: true, }, { StreamName: "GetTickets", Handler: _WalletService_GetTickets_Handler, ServerStreams: true, }, { StreamName: "GetCFilters", Handler: _WalletService_GetCFilters_Handler, ServerStreams: true, }, { StreamName: "TransactionNotifications", Handler: _WalletService_TransactionNotifications_Handler, ServerStreams: true, }, { StreamName: "AccountNotifications", Handler: _WalletService_AccountNotifications_Handler, ServerStreams: true, }, { StreamName: "ConfirmationNotifications", Handler: _WalletService_ConfirmationNotifications_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "Rescan", Handler: _WalletService_Rescan_Handler, ServerStreams: true, }, { StreamName: "UnspentOutputs", Handler: _WalletService_UnspentOutputs_Handler, ServerStreams: true, }, }, Metadata: "api.proto", }
WalletService_ServiceDesc is the grpc.ServiceDesc for WalletService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAccountMixerServiceServer ¶
func RegisterAccountMixerServiceServer(s grpc.ServiceRegistrar, srv AccountMixerServiceServer)
func RegisterAgendaServiceServer ¶
func RegisterAgendaServiceServer(s grpc.ServiceRegistrar, srv AgendaServiceServer)
func RegisterDecodeMessageServiceServer ¶
func RegisterDecodeMessageServiceServer(s grpc.ServiceRegistrar, srv DecodeMessageServiceServer)
func RegisterMessageVerificationServiceServer ¶
func RegisterMessageVerificationServiceServer(s grpc.ServiceRegistrar, srv MessageVerificationServiceServer)
func RegisterNetworkServiceServer ¶
func RegisterNetworkServiceServer(s grpc.ServiceRegistrar, srv NetworkServiceServer)
func RegisterSeedServiceServer ¶
func RegisterSeedServiceServer(s grpc.ServiceRegistrar, srv SeedServiceServer)
func RegisterTicketBuyerServiceServer ¶
func RegisterTicketBuyerServiceServer(s grpc.ServiceRegistrar, srv TicketBuyerServiceServer)
func RegisterTicketBuyerV2ServiceServer ¶
func RegisterTicketBuyerV2ServiceServer(s grpc.ServiceRegistrar, srv TicketBuyerV2ServiceServer)
func RegisterVersionServiceServer ¶
func RegisterVersionServiceServer(s grpc.ServiceRegistrar, srv VersionServiceServer)
func RegisterVotingServiceServer ¶
func RegisterVotingServiceServer(s grpc.ServiceRegistrar, srv VotingServiceServer)
func RegisterWalletLoaderServiceServer ¶
func RegisterWalletLoaderServiceServer(s grpc.ServiceRegistrar, srv WalletLoaderServiceServer)
func RegisterWalletServiceServer ¶
func RegisterWalletServiceServer(s grpc.ServiceRegistrar, srv WalletServiceServer)
Types ¶
type AbandonTransactionRequest ¶
type AbandonTransactionRequest struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` // contains filtered or unexported fields }
func (*AbandonTransactionRequest) Descriptor
deprecated
func (*AbandonTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use AbandonTransactionRequest.ProtoReflect.Descriptor instead.
func (*AbandonTransactionRequest) GetTransactionHash ¶
func (x *AbandonTransactionRequest) GetTransactionHash() []byte
func (*AbandonTransactionRequest) ProtoMessage ¶
func (*AbandonTransactionRequest) ProtoMessage()
func (*AbandonTransactionRequest) ProtoReflect ¶
func (x *AbandonTransactionRequest) ProtoReflect() protoreflect.Message
func (*AbandonTransactionRequest) Reset ¶
func (x *AbandonTransactionRequest) Reset()
func (*AbandonTransactionRequest) String ¶
func (x *AbandonTransactionRequest) String() string
type AbandonTransactionResponse ¶
type AbandonTransactionResponse struct {
// contains filtered or unexported fields
}
func (*AbandonTransactionResponse) Descriptor
deprecated
func (*AbandonTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use AbandonTransactionResponse.ProtoReflect.Descriptor instead.
func (*AbandonTransactionResponse) ProtoMessage ¶
func (*AbandonTransactionResponse) ProtoMessage()
func (*AbandonTransactionResponse) ProtoReflect ¶
func (x *AbandonTransactionResponse) ProtoReflect() protoreflect.Message
func (*AbandonTransactionResponse) Reset ¶
func (x *AbandonTransactionResponse) Reset()
func (*AbandonTransactionResponse) String ¶
func (x *AbandonTransactionResponse) String() string
type AccountBalance ¶
type AccountBalance struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` TotalBalance int64 `protobuf:"varint,2,opt,name=total_balance,json=totalBalance,proto3" json:"total_balance,omitempty"` // contains filtered or unexported fields }
func (*AccountBalance) Descriptor
deprecated
func (*AccountBalance) Descriptor() ([]byte, []int)
Deprecated: Use AccountBalance.ProtoReflect.Descriptor instead.
func (*AccountBalance) GetAccount ¶
func (x *AccountBalance) GetAccount() uint32
func (*AccountBalance) GetTotalBalance ¶
func (x *AccountBalance) GetTotalBalance() int64
func (*AccountBalance) ProtoMessage ¶
func (*AccountBalance) ProtoMessage()
func (*AccountBalance) ProtoReflect ¶
func (x *AccountBalance) ProtoReflect() protoreflect.Message
func (*AccountBalance) Reset ¶
func (x *AccountBalance) Reset()
func (*AccountBalance) String ¶
func (x *AccountBalance) String() string
type AccountMixerServiceClient ¶
type AccountMixerServiceClient interface {
RunAccountMixer(ctx context.Context, in *RunAccountMixerRequest, opts ...grpc.CallOption) (AccountMixerService_RunAccountMixerClient, error)
}
AccountMixerServiceClient is the client API for AccountMixerService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAccountMixerServiceClient ¶
func NewAccountMixerServiceClient(cc grpc.ClientConnInterface) AccountMixerServiceClient
type AccountMixerServiceServer ¶
type AccountMixerServiceServer interface { RunAccountMixer(*RunAccountMixerRequest, AccountMixerService_RunAccountMixerServer) error // contains filtered or unexported methods }
AccountMixerServiceServer is the server API for AccountMixerService service. All implementations must embed UnimplementedAccountMixerServiceServer for forward compatibility
type AccountMixerService_RunAccountMixerClient ¶
type AccountMixerService_RunAccountMixerClient interface { Recv() (*RunAccountMixerResponse, error) grpc.ClientStream }
type AccountMixerService_RunAccountMixerServer ¶
type AccountMixerService_RunAccountMixerServer interface { Send(*RunAccountMixerResponse) error grpc.ServerStream }
type AccountNotificationsRequest ¶
type AccountNotificationsRequest struct {
// contains filtered or unexported fields
}
func (*AccountNotificationsRequest) Descriptor
deprecated
func (*AccountNotificationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountNotificationsRequest.ProtoReflect.Descriptor instead.
func (*AccountNotificationsRequest) ProtoMessage ¶
func (*AccountNotificationsRequest) ProtoMessage()
func (*AccountNotificationsRequest) ProtoReflect ¶
func (x *AccountNotificationsRequest) ProtoReflect() protoreflect.Message
func (*AccountNotificationsRequest) Reset ¶
func (x *AccountNotificationsRequest) Reset()
func (*AccountNotificationsRequest) String ¶
func (x *AccountNotificationsRequest) String() string
type AccountNotificationsResponse ¶
type AccountNotificationsResponse struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` ExternalKeyCount uint32 `protobuf:"varint,3,opt,name=external_key_count,json=externalKeyCount,proto3" json:"external_key_count,omitempty"` InternalKeyCount uint32 `protobuf:"varint,4,opt,name=internal_key_count,json=internalKeyCount,proto3" json:"internal_key_count,omitempty"` ImportedKeyCount uint32 `protobuf:"varint,5,opt,name=imported_key_count,json=importedKeyCount,proto3" json:"imported_key_count,omitempty"` // contains filtered or unexported fields }
func (*AccountNotificationsResponse) Descriptor
deprecated
func (*AccountNotificationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountNotificationsResponse.ProtoReflect.Descriptor instead.
func (*AccountNotificationsResponse) GetAccountName ¶
func (x *AccountNotificationsResponse) GetAccountName() string
func (*AccountNotificationsResponse) GetAccountNumber ¶
func (x *AccountNotificationsResponse) GetAccountNumber() uint32
func (*AccountNotificationsResponse) GetExternalKeyCount ¶
func (x *AccountNotificationsResponse) GetExternalKeyCount() uint32
func (*AccountNotificationsResponse) GetImportedKeyCount ¶
func (x *AccountNotificationsResponse) GetImportedKeyCount() uint32
func (*AccountNotificationsResponse) GetInternalKeyCount ¶
func (x *AccountNotificationsResponse) GetInternalKeyCount() uint32
func (*AccountNotificationsResponse) ProtoMessage ¶
func (*AccountNotificationsResponse) ProtoMessage()
func (*AccountNotificationsResponse) ProtoReflect ¶
func (x *AccountNotificationsResponse) ProtoReflect() protoreflect.Message
func (*AccountNotificationsResponse) Reset ¶
func (x *AccountNotificationsResponse) Reset()
func (*AccountNotificationsResponse) String ¶
func (x *AccountNotificationsResponse) String() string
type AccountNumberRequest ¶
type AccountNumberRequest struct { AccountName string `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` // contains filtered or unexported fields }
func (*AccountNumberRequest) Descriptor
deprecated
func (*AccountNumberRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountNumberRequest.ProtoReflect.Descriptor instead.
func (*AccountNumberRequest) GetAccountName ¶
func (x *AccountNumberRequest) GetAccountName() string
func (*AccountNumberRequest) ProtoMessage ¶
func (*AccountNumberRequest) ProtoMessage()
func (*AccountNumberRequest) ProtoReflect ¶
func (x *AccountNumberRequest) ProtoReflect() protoreflect.Message
func (*AccountNumberRequest) Reset ¶
func (x *AccountNumberRequest) Reset()
func (*AccountNumberRequest) String ¶
func (x *AccountNumberRequest) String() string
type AccountNumberResponse ¶
type AccountNumberResponse struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` // contains filtered or unexported fields }
func (*AccountNumberResponse) Descriptor
deprecated
func (*AccountNumberResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountNumberResponse.ProtoReflect.Descriptor instead.
func (*AccountNumberResponse) GetAccountNumber ¶
func (x *AccountNumberResponse) GetAccountNumber() uint32
func (*AccountNumberResponse) ProtoMessage ¶
func (*AccountNumberResponse) ProtoMessage()
func (*AccountNumberResponse) ProtoReflect ¶
func (x *AccountNumberResponse) ProtoReflect() protoreflect.Message
func (*AccountNumberResponse) Reset ¶
func (x *AccountNumberResponse) Reset()
func (*AccountNumberResponse) String ¶
func (x *AccountNumberResponse) String() string
type AccountUnlockedRequest ¶
type AccountUnlockedRequest struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` // contains filtered or unexported fields }
func (*AccountUnlockedRequest) Descriptor
deprecated
func (*AccountUnlockedRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountUnlockedRequest.ProtoReflect.Descriptor instead.
func (*AccountUnlockedRequest) GetAccountNumber ¶
func (x *AccountUnlockedRequest) GetAccountNumber() uint32
func (*AccountUnlockedRequest) ProtoMessage ¶
func (*AccountUnlockedRequest) ProtoMessage()
func (*AccountUnlockedRequest) ProtoReflect ¶
func (x *AccountUnlockedRequest) ProtoReflect() protoreflect.Message
func (*AccountUnlockedRequest) Reset ¶
func (x *AccountUnlockedRequest) Reset()
func (*AccountUnlockedRequest) String ¶
func (x *AccountUnlockedRequest) String() string
type AccountUnlockedResponse ¶
type AccountUnlockedResponse struct { Unlocked bool `protobuf:"varint,1,opt,name=unlocked,proto3" json:"unlocked,omitempty"` // contains filtered or unexported fields }
func (*AccountUnlockedResponse) Descriptor
deprecated
func (*AccountUnlockedResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountUnlockedResponse.ProtoReflect.Descriptor instead.
func (*AccountUnlockedResponse) GetUnlocked ¶
func (x *AccountUnlockedResponse) GetUnlocked() bool
func (*AccountUnlockedResponse) ProtoMessage ¶
func (*AccountUnlockedResponse) ProtoMessage()
func (*AccountUnlockedResponse) ProtoReflect ¶
func (x *AccountUnlockedResponse) ProtoReflect() protoreflect.Message
func (*AccountUnlockedResponse) Reset ¶
func (x *AccountUnlockedResponse) Reset()
func (*AccountUnlockedResponse) String ¶
func (x *AccountUnlockedResponse) String() string
type AccountsRequest ¶
type AccountsRequest struct {
// contains filtered or unexported fields
}
func (*AccountsRequest) Descriptor
deprecated
func (*AccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountsRequest.ProtoReflect.Descriptor instead.
func (*AccountsRequest) ProtoMessage ¶
func (*AccountsRequest) ProtoMessage()
func (*AccountsRequest) ProtoReflect ¶
func (x *AccountsRequest) ProtoReflect() protoreflect.Message
func (*AccountsRequest) Reset ¶
func (x *AccountsRequest) Reset()
func (*AccountsRequest) String ¶
func (x *AccountsRequest) String() string
type AccountsResponse ¶
type AccountsResponse struct { Accounts []*AccountsResponse_Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` CurrentBlockHash []byte `protobuf:"bytes,2,opt,name=current_block_hash,json=currentBlockHash,proto3" json:"current_block_hash,omitempty"` CurrentBlockHeight int32 `protobuf:"varint,3,opt,name=current_block_height,json=currentBlockHeight,proto3" json:"current_block_height,omitempty"` // contains filtered or unexported fields }
func (*AccountsResponse) Descriptor
deprecated
func (*AccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountsResponse.ProtoReflect.Descriptor instead.
func (*AccountsResponse) GetAccounts ¶
func (x *AccountsResponse) GetAccounts() []*AccountsResponse_Account
func (*AccountsResponse) GetCurrentBlockHash ¶
func (x *AccountsResponse) GetCurrentBlockHash() []byte
func (*AccountsResponse) GetCurrentBlockHeight ¶
func (x *AccountsResponse) GetCurrentBlockHeight() int32
func (*AccountsResponse) ProtoMessage ¶
func (*AccountsResponse) ProtoMessage()
func (*AccountsResponse) ProtoReflect ¶
func (x *AccountsResponse) ProtoReflect() protoreflect.Message
func (*AccountsResponse) Reset ¶
func (x *AccountsResponse) Reset()
func (*AccountsResponse) String ¶
func (x *AccountsResponse) String() string
type AccountsResponse_Account ¶
type AccountsResponse_Account struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` TotalBalance int64 `protobuf:"varint,3,opt,name=total_balance,json=totalBalance,proto3" json:"total_balance,omitempty"` ExternalKeyCount uint32 `protobuf:"varint,4,opt,name=external_key_count,json=externalKeyCount,proto3" json:"external_key_count,omitempty"` InternalKeyCount uint32 `protobuf:"varint,5,opt,name=internal_key_count,json=internalKeyCount,proto3" json:"internal_key_count,omitempty"` ImportedKeyCount uint32 `protobuf:"varint,6,opt,name=imported_key_count,json=importedKeyCount,proto3" json:"imported_key_count,omitempty"` AccountEncrypted bool `protobuf:"varint,7,opt,name=account_encrypted,json=accountEncrypted,proto3" json:"account_encrypted,omitempty"` AccountUnlocked bool `protobuf:"varint,8,opt,name=account_unlocked,json=accountUnlocked,proto3" json:"account_unlocked,omitempty"` // contains filtered or unexported fields }
func (*AccountsResponse_Account) Descriptor
deprecated
func (*AccountsResponse_Account) Descriptor() ([]byte, []int)
Deprecated: Use AccountsResponse_Account.ProtoReflect.Descriptor instead.
func (*AccountsResponse_Account) GetAccountEncrypted ¶
func (x *AccountsResponse_Account) GetAccountEncrypted() bool
func (*AccountsResponse_Account) GetAccountName ¶
func (x *AccountsResponse_Account) GetAccountName() string
func (*AccountsResponse_Account) GetAccountNumber ¶
func (x *AccountsResponse_Account) GetAccountNumber() uint32
func (*AccountsResponse_Account) GetAccountUnlocked ¶
func (x *AccountsResponse_Account) GetAccountUnlocked() bool
func (*AccountsResponse_Account) GetExternalKeyCount ¶
func (x *AccountsResponse_Account) GetExternalKeyCount() uint32
func (*AccountsResponse_Account) GetImportedKeyCount ¶
func (x *AccountsResponse_Account) GetImportedKeyCount() uint32
func (*AccountsResponse_Account) GetInternalKeyCount ¶
func (x *AccountsResponse_Account) GetInternalKeyCount() uint32
func (*AccountsResponse_Account) GetTotalBalance ¶
func (x *AccountsResponse_Account) GetTotalBalance() int64
func (*AccountsResponse_Account) ProtoMessage ¶
func (*AccountsResponse_Account) ProtoMessage()
func (*AccountsResponse_Account) ProtoReflect ¶
func (x *AccountsResponse_Account) ProtoReflect() protoreflect.Message
func (*AccountsResponse_Account) Reset ¶
func (x *AccountsResponse_Account) Reset()
func (*AccountsResponse_Account) String ¶
func (x *AccountsResponse_Account) String() string
type AddressRequest ¶
type AddressRequest struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` Kind AddressRequest_Kind `protobuf:"varint,2,opt,name=kind,proto3,enum=walletrpc.AddressRequest_Kind" json:"kind,omitempty"` Index uint32 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*AddressRequest) Descriptor
deprecated
func (*AddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddressRequest.ProtoReflect.Descriptor instead.
func (*AddressRequest) GetAccount ¶
func (x *AddressRequest) GetAccount() uint32
func (*AddressRequest) GetIndex ¶
func (x *AddressRequest) GetIndex() uint32
func (*AddressRequest) GetKind ¶
func (x *AddressRequest) GetKind() AddressRequest_Kind
func (*AddressRequest) ProtoMessage ¶
func (*AddressRequest) ProtoMessage()
func (*AddressRequest) ProtoReflect ¶
func (x *AddressRequest) ProtoReflect() protoreflect.Message
func (*AddressRequest) Reset ¶
func (x *AddressRequest) Reset()
func (*AddressRequest) String ¶
func (x *AddressRequest) String() string
type AddressRequest_Kind ¶
type AddressRequest_Kind int32
const ( AddressRequest_BIP0044_EXTERNAL AddressRequest_Kind = 0 AddressRequest_BIP0044_INTERNAL AddressRequest_Kind = 1 )
func (AddressRequest_Kind) Descriptor ¶
func (AddressRequest_Kind) Descriptor() protoreflect.EnumDescriptor
func (AddressRequest_Kind) Enum ¶
func (x AddressRequest_Kind) Enum() *AddressRequest_Kind
func (AddressRequest_Kind) EnumDescriptor
deprecated
func (AddressRequest_Kind) EnumDescriptor() ([]byte, []int)
Deprecated: Use AddressRequest_Kind.Descriptor instead.
func (AddressRequest_Kind) Number ¶
func (x AddressRequest_Kind) Number() protoreflect.EnumNumber
func (AddressRequest_Kind) String ¶
func (x AddressRequest_Kind) String() string
func (AddressRequest_Kind) Type ¶
func (AddressRequest_Kind) Type() protoreflect.EnumType
type AddressResponse ¶
type AddressResponse struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*AddressResponse) Descriptor
deprecated
func (*AddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddressResponse.ProtoReflect.Descriptor instead.
func (*AddressResponse) GetAddress ¶
func (x *AddressResponse) GetAddress() string
func (*AddressResponse) GetPublicKey ¶
func (x *AddressResponse) GetPublicKey() string
func (*AddressResponse) ProtoMessage ¶
func (*AddressResponse) ProtoMessage()
func (*AddressResponse) ProtoReflect ¶
func (x *AddressResponse) ProtoReflect() protoreflect.Message
func (*AddressResponse) Reset ¶
func (x *AddressResponse) Reset()
func (*AddressResponse) String ¶
func (x *AddressResponse) String() string
type AgendaServiceClient ¶
type AgendaServiceClient interface {
Agendas(ctx context.Context, in *AgendasRequest, opts ...grpc.CallOption) (*AgendasResponse, error)
}
AgendaServiceClient is the client API for AgendaService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAgendaServiceClient ¶
func NewAgendaServiceClient(cc grpc.ClientConnInterface) AgendaServiceClient
type AgendaServiceServer ¶
type AgendaServiceServer interface { Agendas(context.Context, *AgendasRequest) (*AgendasResponse, error) // contains filtered or unexported methods }
AgendaServiceServer is the server API for AgendaService service. All implementations must embed UnimplementedAgendaServiceServer for forward compatibility
type AgendasRequest ¶
type AgendasRequest struct {
// contains filtered or unexported fields
}
func (*AgendasRequest) Descriptor
deprecated
func (*AgendasRequest) Descriptor() ([]byte, []int)
Deprecated: Use AgendasRequest.ProtoReflect.Descriptor instead.
func (*AgendasRequest) ProtoMessage ¶
func (*AgendasRequest) ProtoMessage()
func (*AgendasRequest) ProtoReflect ¶
func (x *AgendasRequest) ProtoReflect() protoreflect.Message
func (*AgendasRequest) Reset ¶
func (x *AgendasRequest) Reset()
func (*AgendasRequest) String ¶
func (x *AgendasRequest) String() string
type AgendasResponse ¶
type AgendasResponse struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Agendas []*AgendasResponse_Agenda `protobuf:"bytes,2,rep,name=agendas,proto3" json:"agendas,omitempty"` // contains filtered or unexported fields }
func (*AgendasResponse) Descriptor
deprecated
func (*AgendasResponse) Descriptor() ([]byte, []int)
Deprecated: Use AgendasResponse.ProtoReflect.Descriptor instead.
func (*AgendasResponse) GetAgendas ¶
func (x *AgendasResponse) GetAgendas() []*AgendasResponse_Agenda
func (*AgendasResponse) GetVersion ¶
func (x *AgendasResponse) GetVersion() uint32
func (*AgendasResponse) ProtoMessage ¶
func (*AgendasResponse) ProtoMessage()
func (*AgendasResponse) ProtoReflect ¶
func (x *AgendasResponse) ProtoReflect() protoreflect.Message
func (*AgendasResponse) Reset ¶
func (x *AgendasResponse) Reset()
func (*AgendasResponse) String ¶
func (x *AgendasResponse) String() string
type AgendasResponse_Agenda ¶
type AgendasResponse_Agenda struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Mask uint32 `protobuf:"varint,3,opt,name=mask,proto3" json:"mask,omitempty"` Choices []*AgendasResponse_Choice `protobuf:"bytes,4,rep,name=choices,proto3" json:"choices,omitempty"` StartTime int64 `protobuf:"varint,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` ExpireTime int64 `protobuf:"varint,6,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` // contains filtered or unexported fields }
func (*AgendasResponse_Agenda) Descriptor
deprecated
func (*AgendasResponse_Agenda) Descriptor() ([]byte, []int)
Deprecated: Use AgendasResponse_Agenda.ProtoReflect.Descriptor instead.
func (*AgendasResponse_Agenda) GetChoices ¶
func (x *AgendasResponse_Agenda) GetChoices() []*AgendasResponse_Choice
func (*AgendasResponse_Agenda) GetDescription ¶
func (x *AgendasResponse_Agenda) GetDescription() string
func (*AgendasResponse_Agenda) GetExpireTime ¶
func (x *AgendasResponse_Agenda) GetExpireTime() int64
func (*AgendasResponse_Agenda) GetId ¶
func (x *AgendasResponse_Agenda) GetId() string
func (*AgendasResponse_Agenda) GetMask ¶
func (x *AgendasResponse_Agenda) GetMask() uint32
func (*AgendasResponse_Agenda) GetStartTime ¶
func (x *AgendasResponse_Agenda) GetStartTime() int64
func (*AgendasResponse_Agenda) ProtoMessage ¶
func (*AgendasResponse_Agenda) ProtoMessage()
func (*AgendasResponse_Agenda) ProtoReflect ¶
func (x *AgendasResponse_Agenda) ProtoReflect() protoreflect.Message
func (*AgendasResponse_Agenda) Reset ¶
func (x *AgendasResponse_Agenda) Reset()
func (*AgendasResponse_Agenda) String ¶
func (x *AgendasResponse_Agenda) String() string
type AgendasResponse_Choice ¶
type AgendasResponse_Choice struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Bits uint32 `protobuf:"varint,3,opt,name=bits,proto3" json:"bits,omitempty"` IsAbstain bool `protobuf:"varint,4,opt,name=is_abstain,json=isAbstain,proto3" json:"is_abstain,omitempty"` IsNo bool `protobuf:"varint,5,opt,name=is_no,json=isNo,proto3" json:"is_no,omitempty"` // contains filtered or unexported fields }
func (*AgendasResponse_Choice) Descriptor
deprecated
func (*AgendasResponse_Choice) Descriptor() ([]byte, []int)
Deprecated: Use AgendasResponse_Choice.ProtoReflect.Descriptor instead.
func (*AgendasResponse_Choice) GetBits ¶
func (x *AgendasResponse_Choice) GetBits() uint32
func (*AgendasResponse_Choice) GetDescription ¶
func (x *AgendasResponse_Choice) GetDescription() string
func (*AgendasResponse_Choice) GetId ¶
func (x *AgendasResponse_Choice) GetId() string
func (*AgendasResponse_Choice) GetIsAbstain ¶
func (x *AgendasResponse_Choice) GetIsAbstain() bool
func (*AgendasResponse_Choice) GetIsNo ¶
func (x *AgendasResponse_Choice) GetIsNo() bool
func (*AgendasResponse_Choice) ProtoMessage ¶
func (*AgendasResponse_Choice) ProtoMessage()
func (*AgendasResponse_Choice) ProtoReflect ¶
func (x *AgendasResponse_Choice) ProtoReflect() protoreflect.Message
func (*AgendasResponse_Choice) Reset ¶
func (x *AgendasResponse_Choice) Reset()
func (*AgendasResponse_Choice) String ¶
func (x *AgendasResponse_Choice) String() string
type BalanceRequest ¶
type BalanceRequest struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` RequiredConfirmations int32 `protobuf:"varint,2,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"` // contains filtered or unexported fields }
func (*BalanceRequest) Descriptor
deprecated
func (*BalanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use BalanceRequest.ProtoReflect.Descriptor instead.
func (*BalanceRequest) GetAccountNumber ¶
func (x *BalanceRequest) GetAccountNumber() uint32
func (*BalanceRequest) GetRequiredConfirmations ¶
func (x *BalanceRequest) GetRequiredConfirmations() int32
func (*BalanceRequest) ProtoMessage ¶
func (*BalanceRequest) ProtoMessage()
func (*BalanceRequest) ProtoReflect ¶
func (x *BalanceRequest) ProtoReflect() protoreflect.Message
func (*BalanceRequest) Reset ¶
func (x *BalanceRequest) Reset()
func (*BalanceRequest) String ¶
func (x *BalanceRequest) String() string
type BalanceResponse ¶
type BalanceResponse struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Spendable int64 `protobuf:"varint,2,opt,name=spendable,proto3" json:"spendable,omitempty"` ImmatureReward int64 `protobuf:"varint,3,opt,name=immature_reward,json=immatureReward,proto3" json:"immature_reward,omitempty"` ImmatureStakeGeneration int64 `` /* 133-byte string literal not displayed */ LockedByTickets int64 `protobuf:"varint,5,opt,name=locked_by_tickets,json=lockedByTickets,proto3" json:"locked_by_tickets,omitempty"` VotingAuthority int64 `protobuf:"varint,6,opt,name=voting_authority,json=votingAuthority,proto3" json:"voting_authority,omitempty"` Unconfirmed int64 `protobuf:"varint,7,opt,name=unconfirmed,proto3" json:"unconfirmed,omitempty"` // contains filtered or unexported fields }
func (*BalanceResponse) Descriptor
deprecated
func (*BalanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use BalanceResponse.ProtoReflect.Descriptor instead.
func (*BalanceResponse) GetImmatureReward ¶
func (x *BalanceResponse) GetImmatureReward() int64
func (*BalanceResponse) GetImmatureStakeGeneration ¶
func (x *BalanceResponse) GetImmatureStakeGeneration() int64
func (*BalanceResponse) GetLockedByTickets ¶
func (x *BalanceResponse) GetLockedByTickets() int64
func (*BalanceResponse) GetSpendable ¶
func (x *BalanceResponse) GetSpendable() int64
func (*BalanceResponse) GetTotal ¶
func (x *BalanceResponse) GetTotal() int64
func (*BalanceResponse) GetUnconfirmed ¶
func (x *BalanceResponse) GetUnconfirmed() int64
func (*BalanceResponse) GetVotingAuthority ¶
func (x *BalanceResponse) GetVotingAuthority() int64
func (*BalanceResponse) ProtoMessage ¶
func (*BalanceResponse) ProtoMessage()
func (*BalanceResponse) ProtoReflect ¶
func (x *BalanceResponse) ProtoReflect() protoreflect.Message
func (*BalanceResponse) Reset ¶
func (x *BalanceResponse) Reset()
func (*BalanceResponse) String ¶
func (x *BalanceResponse) String() string
type BestBlockRequest ¶
type BestBlockRequest struct {
// contains filtered or unexported fields
}
func (*BestBlockRequest) Descriptor
deprecated
func (*BestBlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use BestBlockRequest.ProtoReflect.Descriptor instead.
func (*BestBlockRequest) ProtoMessage ¶
func (*BestBlockRequest) ProtoMessage()
func (*BestBlockRequest) ProtoReflect ¶
func (x *BestBlockRequest) ProtoReflect() protoreflect.Message
func (*BestBlockRequest) Reset ¶
func (x *BestBlockRequest) Reset()
func (*BestBlockRequest) String ¶
func (x *BestBlockRequest) String() string
type BestBlockResponse ¶
type BestBlockResponse struct { Height uint32 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Hash []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` // contains filtered or unexported fields }
func (*BestBlockResponse) Descriptor
deprecated
func (*BestBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use BestBlockResponse.ProtoReflect.Descriptor instead.
func (*BestBlockResponse) GetHash ¶
func (x *BestBlockResponse) GetHash() []byte
func (*BestBlockResponse) GetHeight ¶
func (x *BestBlockResponse) GetHeight() uint32
func (*BestBlockResponse) ProtoMessage ¶
func (*BestBlockResponse) ProtoMessage()
func (*BestBlockResponse) ProtoReflect ¶
func (x *BestBlockResponse) ProtoReflect() protoreflect.Message
func (*BestBlockResponse) Reset ¶
func (x *BestBlockResponse) Reset()
func (*BestBlockResponse) String ¶
func (x *BestBlockResponse) String() string
type BlockDetails ¶
type BlockDetails struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` ApprovesParent bool `protobuf:"varint,5,opt,name=approves_parent,json=approvesParent,proto3" json:"approves_parent,omitempty"` Transactions []*TransactionDetails `protobuf:"bytes,4,rep,name=transactions,proto3" json:"transactions,omitempty"` PrevBlock []byte `protobuf:"bytes,6,opt,name=prev_block,json=prevBlock,proto3" json:"prev_block,omitempty"` // contains filtered or unexported fields }
func (*BlockDetails) Descriptor
deprecated
func (*BlockDetails) Descriptor() ([]byte, []int)
Deprecated: Use BlockDetails.ProtoReflect.Descriptor instead.
func (*BlockDetails) GetApprovesParent ¶
func (x *BlockDetails) GetApprovesParent() bool
func (*BlockDetails) GetHash ¶
func (x *BlockDetails) GetHash() []byte
func (*BlockDetails) GetHeight ¶
func (x *BlockDetails) GetHeight() int32
func (*BlockDetails) GetPrevBlock ¶
func (x *BlockDetails) GetPrevBlock() []byte
func (*BlockDetails) GetTimestamp ¶
func (x *BlockDetails) GetTimestamp() int64
func (*BlockDetails) GetTransactions ¶
func (x *BlockDetails) GetTransactions() []*TransactionDetails
func (*BlockDetails) ProtoMessage ¶
func (*BlockDetails) ProtoMessage()
func (*BlockDetails) ProtoReflect ¶
func (x *BlockDetails) ProtoReflect() protoreflect.Message
func (*BlockDetails) Reset ¶
func (x *BlockDetails) Reset()
func (*BlockDetails) String ¶
func (x *BlockDetails) String() string
type BlockInfoRequest ¶
type BlockInfoRequest struct { BlockHash []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` BlockHeight int32 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // contains filtered or unexported fields }
func (*BlockInfoRequest) Descriptor
deprecated
func (*BlockInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlockInfoRequest.ProtoReflect.Descriptor instead.
func (*BlockInfoRequest) GetBlockHash ¶
func (x *BlockInfoRequest) GetBlockHash() []byte
func (*BlockInfoRequest) GetBlockHeight ¶
func (x *BlockInfoRequest) GetBlockHeight() int32
func (*BlockInfoRequest) ProtoMessage ¶
func (*BlockInfoRequest) ProtoMessage()
func (*BlockInfoRequest) ProtoReflect ¶
func (x *BlockInfoRequest) ProtoReflect() protoreflect.Message
func (*BlockInfoRequest) Reset ¶
func (x *BlockInfoRequest) Reset()
func (*BlockInfoRequest) String ¶
func (x *BlockInfoRequest) String() string
type BlockInfoResponse ¶
type BlockInfoResponse struct { BlockHash []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` BlockHeight int32 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` Confirmations int32 `protobuf:"varint,3,opt,name=confirmations,proto3" json:"confirmations,omitempty"` Timestamp int64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` BlockHeader []byte `protobuf:"bytes,5,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"` StakeInvalidated bool `protobuf:"varint,6,opt,name=stake_invalidated,json=stakeInvalidated,proto3" json:"stake_invalidated,omitempty"` ApprovesParent bool `protobuf:"varint,7,opt,name=approves_parent,json=approvesParent,proto3" json:"approves_parent,omitempty"` // contains filtered or unexported fields }
func (*BlockInfoResponse) Descriptor
deprecated
func (*BlockInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlockInfoResponse.ProtoReflect.Descriptor instead.
func (*BlockInfoResponse) GetApprovesParent ¶
func (x *BlockInfoResponse) GetApprovesParent() bool
func (*BlockInfoResponse) GetBlockHash ¶
func (x *BlockInfoResponse) GetBlockHash() []byte
func (*BlockInfoResponse) GetBlockHeader ¶
func (x *BlockInfoResponse) GetBlockHeader() []byte
func (*BlockInfoResponse) GetBlockHeight ¶
func (x *BlockInfoResponse) GetBlockHeight() int32
func (*BlockInfoResponse) GetConfirmations ¶
func (x *BlockInfoResponse) GetConfirmations() int32
func (*BlockInfoResponse) GetStakeInvalidated ¶
func (x *BlockInfoResponse) GetStakeInvalidated() bool
func (*BlockInfoResponse) GetTimestamp ¶
func (x *BlockInfoResponse) GetTimestamp() int64
func (*BlockInfoResponse) ProtoMessage ¶
func (*BlockInfoResponse) ProtoMessage()
func (*BlockInfoResponse) ProtoReflect ¶
func (x *BlockInfoResponse) ProtoReflect() protoreflect.Message
func (*BlockInfoResponse) Reset ¶
func (x *BlockInfoResponse) Reset()
func (*BlockInfoResponse) String ¶
func (x *BlockInfoResponse) String() string
type ChangePassphraseRequest ¶
type ChangePassphraseRequest struct { Key ChangePassphraseRequest_Key `protobuf:"varint,1,opt,name=key,proto3,enum=walletrpc.ChangePassphraseRequest_Key" json:"key,omitempty"` OldPassphrase []byte `protobuf:"bytes,2,opt,name=old_passphrase,json=oldPassphrase,proto3" json:"old_passphrase,omitempty"` NewPassphrase []byte `protobuf:"bytes,3,opt,name=new_passphrase,json=newPassphrase,proto3" json:"new_passphrase,omitempty"` // contains filtered or unexported fields }
func (*ChangePassphraseRequest) Descriptor
deprecated
func (*ChangePassphraseRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangePassphraseRequest.ProtoReflect.Descriptor instead.
func (*ChangePassphraseRequest) GetKey ¶
func (x *ChangePassphraseRequest) GetKey() ChangePassphraseRequest_Key
func (*ChangePassphraseRequest) GetNewPassphrase ¶
func (x *ChangePassphraseRequest) GetNewPassphrase() []byte
func (*ChangePassphraseRequest) GetOldPassphrase ¶
func (x *ChangePassphraseRequest) GetOldPassphrase() []byte
func (*ChangePassphraseRequest) ProtoMessage ¶
func (*ChangePassphraseRequest) ProtoMessage()
func (*ChangePassphraseRequest) ProtoReflect ¶
func (x *ChangePassphraseRequest) ProtoReflect() protoreflect.Message
func (*ChangePassphraseRequest) Reset ¶
func (x *ChangePassphraseRequest) Reset()
func (*ChangePassphraseRequest) String ¶
func (x *ChangePassphraseRequest) String() string
type ChangePassphraseRequest_Key ¶
type ChangePassphraseRequest_Key int32
const ( ChangePassphraseRequest_PRIVATE ChangePassphraseRequest_Key = 0 ChangePassphraseRequest_PUBLIC ChangePassphraseRequest_Key = 1 )
func (ChangePassphraseRequest_Key) Descriptor ¶
func (ChangePassphraseRequest_Key) Descriptor() protoreflect.EnumDescriptor
func (ChangePassphraseRequest_Key) Enum ¶
func (x ChangePassphraseRequest_Key) Enum() *ChangePassphraseRequest_Key
func (ChangePassphraseRequest_Key) EnumDescriptor
deprecated
func (ChangePassphraseRequest_Key) EnumDescriptor() ([]byte, []int)
Deprecated: Use ChangePassphraseRequest_Key.Descriptor instead.
func (ChangePassphraseRequest_Key) Number ¶
func (x ChangePassphraseRequest_Key) Number() protoreflect.EnumNumber
func (ChangePassphraseRequest_Key) String ¶
func (x ChangePassphraseRequest_Key) String() string
func (ChangePassphraseRequest_Key) Type ¶
func (ChangePassphraseRequest_Key) Type() protoreflect.EnumType
type ChangePassphraseResponse ¶
type ChangePassphraseResponse struct {
// contains filtered or unexported fields
}
func (*ChangePassphraseResponse) Descriptor
deprecated
func (*ChangePassphraseResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChangePassphraseResponse.ProtoReflect.Descriptor instead.
func (*ChangePassphraseResponse) ProtoMessage ¶
func (*ChangePassphraseResponse) ProtoMessage()
func (*ChangePassphraseResponse) ProtoReflect ¶
func (x *ChangePassphraseResponse) ProtoReflect() protoreflect.Message
func (*ChangePassphraseResponse) Reset ¶
func (x *ChangePassphraseResponse) Reset()
func (*ChangePassphraseResponse) String ¶
func (x *ChangePassphraseResponse) String() string
type CloseWalletRequest ¶
type CloseWalletRequest struct {
// contains filtered or unexported fields
}
func (*CloseWalletRequest) Descriptor
deprecated
func (*CloseWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use CloseWalletRequest.ProtoReflect.Descriptor instead.
func (*CloseWalletRequest) ProtoMessage ¶
func (*CloseWalletRequest) ProtoMessage()
func (*CloseWalletRequest) ProtoReflect ¶
func (x *CloseWalletRequest) ProtoReflect() protoreflect.Message
func (*CloseWalletRequest) Reset ¶
func (x *CloseWalletRequest) Reset()
func (*CloseWalletRequest) String ¶
func (x *CloseWalletRequest) String() string
type CloseWalletResponse ¶
type CloseWalletResponse struct {
// contains filtered or unexported fields
}
func (*CloseWalletResponse) Descriptor
deprecated
func (*CloseWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use CloseWalletResponse.ProtoReflect.Descriptor instead.
func (*CloseWalletResponse) ProtoMessage ¶
func (*CloseWalletResponse) ProtoMessage()
func (*CloseWalletResponse) ProtoReflect ¶
func (x *CloseWalletResponse) ProtoReflect() protoreflect.Message
func (*CloseWalletResponse) Reset ¶
func (x *CloseWalletResponse) Reset()
func (*CloseWalletResponse) String ¶
func (x *CloseWalletResponse) String() string
type CoinTypeRequest ¶
type CoinTypeRequest struct {
// contains filtered or unexported fields
}
func (*CoinTypeRequest) Descriptor
deprecated
func (*CoinTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CoinTypeRequest.ProtoReflect.Descriptor instead.
func (*CoinTypeRequest) ProtoMessage ¶
func (*CoinTypeRequest) ProtoMessage()
func (*CoinTypeRequest) ProtoReflect ¶
func (x *CoinTypeRequest) ProtoReflect() protoreflect.Message
func (*CoinTypeRequest) Reset ¶
func (x *CoinTypeRequest) Reset()
func (*CoinTypeRequest) String ¶
func (x *CoinTypeRequest) String() string
type CoinTypeResponse ¶
type CoinTypeResponse struct { CoinType uint32 `protobuf:"varint,1,opt,name=coin_type,json=coinType,proto3" json:"coin_type,omitempty"` // contains filtered or unexported fields }
func (*CoinTypeResponse) Descriptor
deprecated
func (*CoinTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use CoinTypeResponse.ProtoReflect.Descriptor instead.
func (*CoinTypeResponse) GetCoinType ¶
func (x *CoinTypeResponse) GetCoinType() uint32
func (*CoinTypeResponse) ProtoMessage ¶
func (*CoinTypeResponse) ProtoMessage()
func (*CoinTypeResponse) ProtoReflect ¶
func (x *CoinTypeResponse) ProtoReflect() protoreflect.Message
func (*CoinTypeResponse) Reset ¶
func (x *CoinTypeResponse) Reset()
func (*CoinTypeResponse) String ¶
func (x *CoinTypeResponse) String() string
type CoinjoinTxsSumByAcct ¶
type CoinjoinTxsSumByAcct struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` CoinjoinTxsSum int32 `protobuf:"varint,2,opt,name=coinjoin_txs_sum,json=coinjoinTxsSum,proto3" json:"coinjoin_txs_sum,omitempty"` // contains filtered or unexported fields }
func (*CoinjoinTxsSumByAcct) Descriptor
deprecated
func (*CoinjoinTxsSumByAcct) Descriptor() ([]byte, []int)
Deprecated: Use CoinjoinTxsSumByAcct.ProtoReflect.Descriptor instead.
func (*CoinjoinTxsSumByAcct) GetAccountNumber ¶
func (x *CoinjoinTxsSumByAcct) GetAccountNumber() uint32
func (*CoinjoinTxsSumByAcct) GetCoinjoinTxsSum ¶
func (x *CoinjoinTxsSumByAcct) GetCoinjoinTxsSum() int32
func (*CoinjoinTxsSumByAcct) ProtoMessage ¶
func (*CoinjoinTxsSumByAcct) ProtoMessage()
func (*CoinjoinTxsSumByAcct) ProtoReflect ¶
func (x *CoinjoinTxsSumByAcct) ProtoReflect() protoreflect.Message
func (*CoinjoinTxsSumByAcct) Reset ¶
func (x *CoinjoinTxsSumByAcct) Reset()
func (*CoinjoinTxsSumByAcct) String ¶
func (x *CoinjoinTxsSumByAcct) String() string
type CommittedTicketsRequest ¶
type CommittedTicketsRequest struct { Tickets [][]byte `protobuf:"bytes,1,rep,name=tickets,proto3" json:"tickets,omitempty"` // contains filtered or unexported fields }
func (*CommittedTicketsRequest) Descriptor
deprecated
func (*CommittedTicketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use CommittedTicketsRequest.ProtoReflect.Descriptor instead.
func (*CommittedTicketsRequest) GetTickets ¶
func (x *CommittedTicketsRequest) GetTickets() [][]byte
func (*CommittedTicketsRequest) ProtoMessage ¶
func (*CommittedTicketsRequest) ProtoMessage()
func (*CommittedTicketsRequest) ProtoReflect ¶
func (x *CommittedTicketsRequest) ProtoReflect() protoreflect.Message
func (*CommittedTicketsRequest) Reset ¶
func (x *CommittedTicketsRequest) Reset()
func (*CommittedTicketsRequest) String ¶
func (x *CommittedTicketsRequest) String() string
type CommittedTicketsResponse ¶
type CommittedTicketsResponse struct { TicketAddresses []*CommittedTicketsResponse_TicketAddress `protobuf:"bytes,1,rep,name=ticketAddresses,proto3" json:"ticketAddresses,omitempty"` // contains filtered or unexported fields }
func (*CommittedTicketsResponse) Descriptor
deprecated
func (*CommittedTicketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use CommittedTicketsResponse.ProtoReflect.Descriptor instead.
func (*CommittedTicketsResponse) GetTicketAddresses ¶
func (x *CommittedTicketsResponse) GetTicketAddresses() []*CommittedTicketsResponse_TicketAddress
func (*CommittedTicketsResponse) ProtoMessage ¶
func (*CommittedTicketsResponse) ProtoMessage()
func (*CommittedTicketsResponse) ProtoReflect ¶
func (x *CommittedTicketsResponse) ProtoReflect() protoreflect.Message
func (*CommittedTicketsResponse) Reset ¶
func (x *CommittedTicketsResponse) Reset()
func (*CommittedTicketsResponse) String ¶
func (x *CommittedTicketsResponse) String() string
type CommittedTicketsResponse_TicketAddress ¶
type CommittedTicketsResponse_TicketAddress struct { Ticket []byte `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*CommittedTicketsResponse_TicketAddress) Descriptor
deprecated
func (*CommittedTicketsResponse_TicketAddress) Descriptor() ([]byte, []int)
Deprecated: Use CommittedTicketsResponse_TicketAddress.ProtoReflect.Descriptor instead.
func (*CommittedTicketsResponse_TicketAddress) GetAddress ¶
func (x *CommittedTicketsResponse_TicketAddress) GetAddress() string
func (*CommittedTicketsResponse_TicketAddress) GetTicket ¶
func (x *CommittedTicketsResponse_TicketAddress) GetTicket() []byte
func (*CommittedTicketsResponse_TicketAddress) ProtoMessage ¶
func (*CommittedTicketsResponse_TicketAddress) ProtoMessage()
func (*CommittedTicketsResponse_TicketAddress) ProtoReflect ¶
func (x *CommittedTicketsResponse_TicketAddress) ProtoReflect() protoreflect.Message
func (*CommittedTicketsResponse_TicketAddress) Reset ¶
func (x *CommittedTicketsResponse_TicketAddress) Reset()
func (*CommittedTicketsResponse_TicketAddress) String ¶
func (x *CommittedTicketsResponse_TicketAddress) String() string
type ConfirmationNotificationsRequest ¶
type ConfirmationNotificationsRequest struct { TxHashes [][]byte `protobuf:"bytes,1,rep,name=tx_hashes,json=txHashes,proto3" json:"tx_hashes,omitempty"` StopAfter int32 `protobuf:"varint,2,opt,name=stop_after,json=stopAfter,proto3" json:"stop_after,omitempty"` // contains filtered or unexported fields }
func (*ConfirmationNotificationsRequest) Descriptor
deprecated
func (*ConfirmationNotificationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConfirmationNotificationsRequest.ProtoReflect.Descriptor instead.
func (*ConfirmationNotificationsRequest) GetStopAfter ¶
func (x *ConfirmationNotificationsRequest) GetStopAfter() int32
func (*ConfirmationNotificationsRequest) GetTxHashes ¶
func (x *ConfirmationNotificationsRequest) GetTxHashes() [][]byte
func (*ConfirmationNotificationsRequest) ProtoMessage ¶
func (*ConfirmationNotificationsRequest) ProtoMessage()
func (*ConfirmationNotificationsRequest) ProtoReflect ¶
func (x *ConfirmationNotificationsRequest) ProtoReflect() protoreflect.Message
func (*ConfirmationNotificationsRequest) Reset ¶
func (x *ConfirmationNotificationsRequest) Reset()
func (*ConfirmationNotificationsRequest) String ¶
func (x *ConfirmationNotificationsRequest) String() string
type ConfirmationNotificationsResponse ¶
type ConfirmationNotificationsResponse struct { Confirmations []*ConfirmationNotificationsResponse_TransactionConfirmations `protobuf:"bytes,1,rep,name=confirmations,proto3" json:"confirmations,omitempty"` // contains filtered or unexported fields }
func (*ConfirmationNotificationsResponse) Descriptor
deprecated
func (*ConfirmationNotificationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConfirmationNotificationsResponse.ProtoReflect.Descriptor instead.
func (*ConfirmationNotificationsResponse) GetConfirmations ¶
func (x *ConfirmationNotificationsResponse) GetConfirmations() []*ConfirmationNotificationsResponse_TransactionConfirmations
func (*ConfirmationNotificationsResponse) ProtoMessage ¶
func (*ConfirmationNotificationsResponse) ProtoMessage()
func (*ConfirmationNotificationsResponse) ProtoReflect ¶
func (x *ConfirmationNotificationsResponse) ProtoReflect() protoreflect.Message
func (*ConfirmationNotificationsResponse) Reset ¶
func (x *ConfirmationNotificationsResponse) Reset()
func (*ConfirmationNotificationsResponse) String ¶
func (x *ConfirmationNotificationsResponse) String() string
type ConfirmationNotificationsResponse_TransactionConfirmations ¶
type ConfirmationNotificationsResponse_TransactionConfirmations struct { TxHash []byte `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` Confirmations int32 `protobuf:"varint,2,opt,name=confirmations,proto3" json:"confirmations,omitempty"` BlockHash []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` BlockHeight int32 `protobuf:"varint,4,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // contains filtered or unexported fields }
func (*ConfirmationNotificationsResponse_TransactionConfirmations) Descriptor
deprecated
func (*ConfirmationNotificationsResponse_TransactionConfirmations) Descriptor() ([]byte, []int)
Deprecated: Use ConfirmationNotificationsResponse_TransactionConfirmations.ProtoReflect.Descriptor instead.
func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHash ¶
func (x *ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHash() []byte
func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHeight ¶
func (x *ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHeight() int32
func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetConfirmations ¶
func (x *ConfirmationNotificationsResponse_TransactionConfirmations) GetConfirmations() int32
func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetTxHash ¶
func (x *ConfirmationNotificationsResponse_TransactionConfirmations) GetTxHash() []byte
func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoMessage ¶
func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoMessage()
func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoReflect ¶
func (x *ConfirmationNotificationsResponse_TransactionConfirmations) ProtoReflect() protoreflect.Message
func (*ConfirmationNotificationsResponse_TransactionConfirmations) Reset ¶
func (x *ConfirmationNotificationsResponse_TransactionConfirmations) Reset()
func (*ConfirmationNotificationsResponse_TransactionConfirmations) String ¶
func (x *ConfirmationNotificationsResponse_TransactionConfirmations) String() string
type ConstructTransactionRequest ¶
type ConstructTransactionRequest struct { SourceAccount uint32 `protobuf:"varint,1,opt,name=source_account,json=sourceAccount,proto3" json:"source_account,omitempty"` RequiredConfirmations int32 `protobuf:"varint,2,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"` FeePerKb int32 `protobuf:"varint,3,opt,name=fee_per_kb,json=feePerKb,proto3" json:"fee_per_kb,omitempty"` OutputSelectionAlgorithm ConstructTransactionRequest_OutputSelectionAlgorithm `` /* 204-byte string literal not displayed */ NonChangeOutputs []*ConstructTransactionRequest_Output `protobuf:"bytes,5,rep,name=non_change_outputs,json=nonChangeOutputs,proto3" json:"non_change_outputs,omitempty"` ChangeDestination *ConstructTransactionRequest_OutputDestination `protobuf:"bytes,6,opt,name=change_destination,json=changeDestination,proto3" json:"change_destination,omitempty"` // contains filtered or unexported fields }
func (*ConstructTransactionRequest) Descriptor
deprecated
func (*ConstructTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConstructTransactionRequest.ProtoReflect.Descriptor instead.
func (*ConstructTransactionRequest) GetChangeDestination ¶
func (x *ConstructTransactionRequest) GetChangeDestination() *ConstructTransactionRequest_OutputDestination
func (*ConstructTransactionRequest) GetFeePerKb ¶
func (x *ConstructTransactionRequest) GetFeePerKb() int32
func (*ConstructTransactionRequest) GetNonChangeOutputs ¶
func (x *ConstructTransactionRequest) GetNonChangeOutputs() []*ConstructTransactionRequest_Output
func (*ConstructTransactionRequest) GetOutputSelectionAlgorithm ¶
func (x *ConstructTransactionRequest) GetOutputSelectionAlgorithm() ConstructTransactionRequest_OutputSelectionAlgorithm
func (*ConstructTransactionRequest) GetRequiredConfirmations ¶
func (x *ConstructTransactionRequest) GetRequiredConfirmations() int32
func (*ConstructTransactionRequest) GetSourceAccount ¶
func (x *ConstructTransactionRequest) GetSourceAccount() uint32
func (*ConstructTransactionRequest) ProtoMessage ¶
func (*ConstructTransactionRequest) ProtoMessage()
func (*ConstructTransactionRequest) ProtoReflect ¶
func (x *ConstructTransactionRequest) ProtoReflect() protoreflect.Message
func (*ConstructTransactionRequest) Reset ¶
func (x *ConstructTransactionRequest) Reset()
func (*ConstructTransactionRequest) String ¶
func (x *ConstructTransactionRequest) String() string
type ConstructTransactionRequest_Output ¶
type ConstructTransactionRequest_Output struct { Destination *ConstructTransactionRequest_OutputDestination `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*ConstructTransactionRequest_Output) Descriptor
deprecated
func (*ConstructTransactionRequest_Output) Descriptor() ([]byte, []int)
Deprecated: Use ConstructTransactionRequest_Output.ProtoReflect.Descriptor instead.
func (*ConstructTransactionRequest_Output) GetAmount ¶
func (x *ConstructTransactionRequest_Output) GetAmount() int64
func (*ConstructTransactionRequest_Output) GetDestination ¶
func (x *ConstructTransactionRequest_Output) GetDestination() *ConstructTransactionRequest_OutputDestination
func (*ConstructTransactionRequest_Output) ProtoMessage ¶
func (*ConstructTransactionRequest_Output) ProtoMessage()
func (*ConstructTransactionRequest_Output) ProtoReflect ¶
func (x *ConstructTransactionRequest_Output) ProtoReflect() protoreflect.Message
func (*ConstructTransactionRequest_Output) Reset ¶
func (x *ConstructTransactionRequest_Output) Reset()
func (*ConstructTransactionRequest_Output) String ¶
func (x *ConstructTransactionRequest_Output) String() string
type ConstructTransactionRequest_OutputDestination ¶
type ConstructTransactionRequest_OutputDestination struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` ScriptVersion uint32 `protobuf:"varint,3,opt,name=script_version,json=scriptVersion,proto3" json:"script_version,omitempty"` // contains filtered or unexported fields }
func (*ConstructTransactionRequest_OutputDestination) Descriptor
deprecated
func (*ConstructTransactionRequest_OutputDestination) Descriptor() ([]byte, []int)
Deprecated: Use ConstructTransactionRequest_OutputDestination.ProtoReflect.Descriptor instead.
func (*ConstructTransactionRequest_OutputDestination) GetAddress ¶
func (x *ConstructTransactionRequest_OutputDestination) GetAddress() string
func (*ConstructTransactionRequest_OutputDestination) GetScript ¶
func (x *ConstructTransactionRequest_OutputDestination) GetScript() []byte
func (*ConstructTransactionRequest_OutputDestination) GetScriptVersion ¶
func (x *ConstructTransactionRequest_OutputDestination) GetScriptVersion() uint32
func (*ConstructTransactionRequest_OutputDestination) ProtoMessage ¶
func (*ConstructTransactionRequest_OutputDestination) ProtoMessage()
func (*ConstructTransactionRequest_OutputDestination) ProtoReflect ¶
func (x *ConstructTransactionRequest_OutputDestination) ProtoReflect() protoreflect.Message
func (*ConstructTransactionRequest_OutputDestination) Reset ¶
func (x *ConstructTransactionRequest_OutputDestination) Reset()
func (*ConstructTransactionRequest_OutputDestination) String ¶
func (x *ConstructTransactionRequest_OutputDestination) String() string
type ConstructTransactionRequest_OutputSelectionAlgorithm ¶
type ConstructTransactionRequest_OutputSelectionAlgorithm int32
const ( ConstructTransactionRequest_UNSPECIFIED ConstructTransactionRequest_OutputSelectionAlgorithm = 0 ConstructTransactionRequest_ALL ConstructTransactionRequest_OutputSelectionAlgorithm = 1 )
func (ConstructTransactionRequest_OutputSelectionAlgorithm) Descriptor ¶
func (ConstructTransactionRequest_OutputSelectionAlgorithm) Descriptor() protoreflect.EnumDescriptor
func (ConstructTransactionRequest_OutputSelectionAlgorithm) EnumDescriptor
deprecated
func (ConstructTransactionRequest_OutputSelectionAlgorithm) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConstructTransactionRequest_OutputSelectionAlgorithm.Descriptor instead.
func (ConstructTransactionRequest_OutputSelectionAlgorithm) Number ¶
func (x ConstructTransactionRequest_OutputSelectionAlgorithm) Number() protoreflect.EnumNumber
func (ConstructTransactionRequest_OutputSelectionAlgorithm) String ¶
func (x ConstructTransactionRequest_OutputSelectionAlgorithm) String() string
type ConstructTransactionResponse ¶
type ConstructTransactionResponse struct { UnsignedTransaction []byte `protobuf:"bytes,1,opt,name=unsigned_transaction,json=unsignedTransaction,proto3" json:"unsigned_transaction,omitempty"` TotalPreviousOutputAmount int64 `` /* 141-byte string literal not displayed */ TotalOutputAmount int64 `protobuf:"varint,3,opt,name=total_output_amount,json=totalOutputAmount,proto3" json:"total_output_amount,omitempty"` EstimatedSignedSize uint32 `protobuf:"varint,4,opt,name=estimated_signed_size,json=estimatedSignedSize,proto3" json:"estimated_signed_size,omitempty"` ChangeIndex int32 `protobuf:"varint,5,opt,name=change_index,json=changeIndex,proto3" json:"change_index,omitempty"` // contains filtered or unexported fields }
func (*ConstructTransactionResponse) Descriptor
deprecated
func (*ConstructTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConstructTransactionResponse.ProtoReflect.Descriptor instead.
func (*ConstructTransactionResponse) GetChangeIndex ¶
func (x *ConstructTransactionResponse) GetChangeIndex() int32
func (*ConstructTransactionResponse) GetEstimatedSignedSize ¶
func (x *ConstructTransactionResponse) GetEstimatedSignedSize() uint32
func (*ConstructTransactionResponse) GetTotalOutputAmount ¶
func (x *ConstructTransactionResponse) GetTotalOutputAmount() int64
func (*ConstructTransactionResponse) GetTotalPreviousOutputAmount ¶
func (x *ConstructTransactionResponse) GetTotalPreviousOutputAmount() int64
func (*ConstructTransactionResponse) GetUnsignedTransaction ¶
func (x *ConstructTransactionResponse) GetUnsignedTransaction() []byte
func (*ConstructTransactionResponse) ProtoMessage ¶
func (*ConstructTransactionResponse) ProtoMessage()
func (*ConstructTransactionResponse) ProtoReflect ¶
func (x *ConstructTransactionResponse) ProtoReflect() protoreflect.Message
func (*ConstructTransactionResponse) Reset ¶
func (x *ConstructTransactionResponse) Reset()
func (*ConstructTransactionResponse) String ¶
func (x *ConstructTransactionResponse) String() string
type CreateSignatureRequest ¶
type CreateSignatureRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` SerializedTransaction []byte `protobuf:"bytes,3,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"` InputIndex uint32 `protobuf:"varint,4,opt,name=input_index,json=inputIndex,proto3" json:"input_index,omitempty"` HashType CreateSignatureRequest_SigHashType `` /* 136-byte string literal not displayed */ PreviousPkScript []byte `protobuf:"bytes,6,opt,name=previous_pk_script,json=previousPkScript,proto3" json:"previous_pk_script,omitempty"` // contains filtered or unexported fields }
func (*CreateSignatureRequest) Descriptor
deprecated
func (*CreateSignatureRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSignatureRequest.ProtoReflect.Descriptor instead.
func (*CreateSignatureRequest) GetAddress ¶
func (x *CreateSignatureRequest) GetAddress() string
func (*CreateSignatureRequest) GetHashType ¶
func (x *CreateSignatureRequest) GetHashType() CreateSignatureRequest_SigHashType
func (*CreateSignatureRequest) GetInputIndex ¶
func (x *CreateSignatureRequest) GetInputIndex() uint32
func (*CreateSignatureRequest) GetPassphrase ¶
func (x *CreateSignatureRequest) GetPassphrase() []byte
func (*CreateSignatureRequest) GetPreviousPkScript ¶
func (x *CreateSignatureRequest) GetPreviousPkScript() []byte
func (*CreateSignatureRequest) GetSerializedTransaction ¶
func (x *CreateSignatureRequest) GetSerializedTransaction() []byte
func (*CreateSignatureRequest) ProtoMessage ¶
func (*CreateSignatureRequest) ProtoMessage()
func (*CreateSignatureRequest) ProtoReflect ¶
func (x *CreateSignatureRequest) ProtoReflect() protoreflect.Message
func (*CreateSignatureRequest) Reset ¶
func (x *CreateSignatureRequest) Reset()
func (*CreateSignatureRequest) String ¶
func (x *CreateSignatureRequest) String() string
type CreateSignatureRequest_SigHashType ¶
type CreateSignatureRequest_SigHashType int32
const ( CreateSignatureRequest_SIGHASH_OLD CreateSignatureRequest_SigHashType = 0 CreateSignatureRequest_SIGHASH_ALL CreateSignatureRequest_SigHashType = 1 CreateSignatureRequest_SIGHASH_NONE CreateSignatureRequest_SigHashType = 2 CreateSignatureRequest_SIGHASH_SINGLE CreateSignatureRequest_SigHashType = 3 CreateSignatureRequest_SIGHASH_ALLVALUE CreateSignatureRequest_SigHashType = 4 CreateSignatureRequest_SIGHASH_ANYONECANPAY CreateSignatureRequest_SigHashType = 128 )
func (CreateSignatureRequest_SigHashType) Descriptor ¶
func (CreateSignatureRequest_SigHashType) Descriptor() protoreflect.EnumDescriptor
func (CreateSignatureRequest_SigHashType) Enum ¶
func (x CreateSignatureRequest_SigHashType) Enum() *CreateSignatureRequest_SigHashType
func (CreateSignatureRequest_SigHashType) EnumDescriptor
deprecated
func (CreateSignatureRequest_SigHashType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CreateSignatureRequest_SigHashType.Descriptor instead.
func (CreateSignatureRequest_SigHashType) Number ¶
func (x CreateSignatureRequest_SigHashType) Number() protoreflect.EnumNumber
func (CreateSignatureRequest_SigHashType) String ¶
func (x CreateSignatureRequest_SigHashType) String() string
func (CreateSignatureRequest_SigHashType) Type ¶
func (CreateSignatureRequest_SigHashType) Type() protoreflect.EnumType
type CreateSignatureResponse ¶
type CreateSignatureResponse struct { Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*CreateSignatureResponse) Descriptor
deprecated
func (*CreateSignatureResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateSignatureResponse.ProtoReflect.Descriptor instead.
func (*CreateSignatureResponse) GetPublicKey ¶
func (x *CreateSignatureResponse) GetPublicKey() []byte
func (*CreateSignatureResponse) GetSignature ¶
func (x *CreateSignatureResponse) GetSignature() []byte
func (*CreateSignatureResponse) ProtoMessage ¶
func (*CreateSignatureResponse) ProtoMessage()
func (*CreateSignatureResponse) ProtoReflect ¶
func (x *CreateSignatureResponse) ProtoReflect() protoreflect.Message
func (*CreateSignatureResponse) Reset ¶
func (x *CreateSignatureResponse) Reset()
func (*CreateSignatureResponse) String ¶
func (x *CreateSignatureResponse) String() string
type CreateWalletRequest ¶
type CreateWalletRequest struct { PublicPassphrase []byte `protobuf:"bytes,1,opt,name=public_passphrase,json=publicPassphrase,proto3" json:"public_passphrase,omitempty"` PrivatePassphrase []byte `protobuf:"bytes,2,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"` Seed []byte `protobuf:"bytes,3,opt,name=seed,proto3" json:"seed,omitempty"` // contains filtered or unexported fields }
func (*CreateWalletRequest) Descriptor
deprecated
func (*CreateWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateWalletRequest.ProtoReflect.Descriptor instead.
func (*CreateWalletRequest) GetPrivatePassphrase ¶
func (x *CreateWalletRequest) GetPrivatePassphrase() []byte
func (*CreateWalletRequest) GetPublicPassphrase ¶
func (x *CreateWalletRequest) GetPublicPassphrase() []byte
func (*CreateWalletRequest) GetSeed ¶
func (x *CreateWalletRequest) GetSeed() []byte
func (*CreateWalletRequest) ProtoMessage ¶
func (*CreateWalletRequest) ProtoMessage()
func (*CreateWalletRequest) ProtoReflect ¶
func (x *CreateWalletRequest) ProtoReflect() protoreflect.Message
func (*CreateWalletRequest) Reset ¶
func (x *CreateWalletRequest) Reset()
func (*CreateWalletRequest) String ¶
func (x *CreateWalletRequest) String() string
type CreateWalletResponse ¶
type CreateWalletResponse struct {
// contains filtered or unexported fields
}
func (*CreateWalletResponse) Descriptor
deprecated
func (*CreateWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateWalletResponse.ProtoReflect.Descriptor instead.
func (*CreateWalletResponse) ProtoMessage ¶
func (*CreateWalletResponse) ProtoMessage()
func (*CreateWalletResponse) ProtoReflect ¶
func (x *CreateWalletResponse) ProtoReflect() protoreflect.Message
func (*CreateWalletResponse) Reset ¶
func (x *CreateWalletResponse) Reset()
func (*CreateWalletResponse) String ¶
func (x *CreateWalletResponse) String() string
type CreateWatchingOnlyWalletRequest ¶
type CreateWatchingOnlyWalletRequest struct { ExtendedPubKey string `protobuf:"bytes,1,opt,name=extended_pub_key,json=extendedPubKey,proto3" json:"extended_pub_key,omitempty"` PublicPassphrase []byte `protobuf:"bytes,2,opt,name=public_passphrase,json=publicPassphrase,proto3" json:"public_passphrase,omitempty"` // contains filtered or unexported fields }
func (*CreateWatchingOnlyWalletRequest) Descriptor
deprecated
func (*CreateWatchingOnlyWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateWatchingOnlyWalletRequest.ProtoReflect.Descriptor instead.
func (*CreateWatchingOnlyWalletRequest) GetExtendedPubKey ¶
func (x *CreateWatchingOnlyWalletRequest) GetExtendedPubKey() string
func (*CreateWatchingOnlyWalletRequest) GetPublicPassphrase ¶
func (x *CreateWatchingOnlyWalletRequest) GetPublicPassphrase() []byte
func (*CreateWatchingOnlyWalletRequest) ProtoMessage ¶
func (*CreateWatchingOnlyWalletRequest) ProtoMessage()
func (*CreateWatchingOnlyWalletRequest) ProtoReflect ¶
func (x *CreateWatchingOnlyWalletRequest) ProtoReflect() protoreflect.Message
func (*CreateWatchingOnlyWalletRequest) Reset ¶
func (x *CreateWatchingOnlyWalletRequest) Reset()
func (*CreateWatchingOnlyWalletRequest) String ¶
func (x *CreateWatchingOnlyWalletRequest) String() string
type CreateWatchingOnlyWalletResponse ¶
type CreateWatchingOnlyWalletResponse struct {
// contains filtered or unexported fields
}
func (*CreateWatchingOnlyWalletResponse) Descriptor
deprecated
func (*CreateWatchingOnlyWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateWatchingOnlyWalletResponse.ProtoReflect.Descriptor instead.
func (*CreateWatchingOnlyWalletResponse) ProtoMessage ¶
func (*CreateWatchingOnlyWalletResponse) ProtoMessage()
func (*CreateWatchingOnlyWalletResponse) ProtoReflect ¶
func (x *CreateWatchingOnlyWalletResponse) ProtoReflect() protoreflect.Message
func (*CreateWatchingOnlyWalletResponse) Reset ¶
func (x *CreateWatchingOnlyWalletResponse) Reset()
func (*CreateWatchingOnlyWalletResponse) String ¶
func (x *CreateWatchingOnlyWalletResponse) String() string
type DecodeMessageServiceClient ¶
type DecodeMessageServiceClient interface {
DecodeRawTransaction(ctx context.Context, in *DecodeRawTransactionRequest, opts ...grpc.CallOption) (*DecodeRawTransactionResponse, error)
}
DecodeMessageServiceClient is the client API for DecodeMessageService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDecodeMessageServiceClient ¶
func NewDecodeMessageServiceClient(cc grpc.ClientConnInterface) DecodeMessageServiceClient
type DecodeMessageServiceServer ¶
type DecodeMessageServiceServer interface { DecodeRawTransaction(context.Context, *DecodeRawTransactionRequest) (*DecodeRawTransactionResponse, error) // contains filtered or unexported methods }
DecodeMessageServiceServer is the server API for DecodeMessageService service. All implementations must embed UnimplementedDecodeMessageServiceServer for forward compatibility
type DecodeRawTransactionRequest ¶
type DecodeRawTransactionRequest struct { SerializedTransaction []byte `protobuf:"bytes,1,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"` // contains filtered or unexported fields }
func (*DecodeRawTransactionRequest) Descriptor
deprecated
func (*DecodeRawTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DecodeRawTransactionRequest.ProtoReflect.Descriptor instead.
func (*DecodeRawTransactionRequest) GetSerializedTransaction ¶
func (x *DecodeRawTransactionRequest) GetSerializedTransaction() []byte
func (*DecodeRawTransactionRequest) ProtoMessage ¶
func (*DecodeRawTransactionRequest) ProtoMessage()
func (*DecodeRawTransactionRequest) ProtoReflect ¶
func (x *DecodeRawTransactionRequest) ProtoReflect() protoreflect.Message
func (*DecodeRawTransactionRequest) Reset ¶
func (x *DecodeRawTransactionRequest) Reset()
func (*DecodeRawTransactionRequest) String ¶
func (x *DecodeRawTransactionRequest) String() string
type DecodeRawTransactionResponse ¶
type DecodeRawTransactionResponse struct { Transaction *DecodedTransaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` // contains filtered or unexported fields }
func (*DecodeRawTransactionResponse) Descriptor
deprecated
func (*DecodeRawTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use DecodeRawTransactionResponse.ProtoReflect.Descriptor instead.
func (*DecodeRawTransactionResponse) GetTransaction ¶
func (x *DecodeRawTransactionResponse) GetTransaction() *DecodedTransaction
func (*DecodeRawTransactionResponse) ProtoMessage ¶
func (*DecodeRawTransactionResponse) ProtoMessage()
func (*DecodeRawTransactionResponse) ProtoReflect ¶
func (x *DecodeRawTransactionResponse) ProtoReflect() protoreflect.Message
func (*DecodeRawTransactionResponse) Reset ¶
func (x *DecodeRawTransactionResponse) Reset()
func (*DecodeRawTransactionResponse) String ¶
func (x *DecodeRawTransactionResponse) String() string
type DecodeSeedRequest ¶
type DecodeSeedRequest struct { UserInput string `protobuf:"bytes,1,opt,name=user_input,json=userInput,proto3" json:"user_input,omitempty"` // contains filtered or unexported fields }
func (*DecodeSeedRequest) Descriptor
deprecated
func (*DecodeSeedRequest) Descriptor() ([]byte, []int)
Deprecated: Use DecodeSeedRequest.ProtoReflect.Descriptor instead.
func (*DecodeSeedRequest) GetUserInput ¶
func (x *DecodeSeedRequest) GetUserInput() string
func (*DecodeSeedRequest) ProtoMessage ¶
func (*DecodeSeedRequest) ProtoMessage()
func (*DecodeSeedRequest) ProtoReflect ¶
func (x *DecodeSeedRequest) ProtoReflect() protoreflect.Message
func (*DecodeSeedRequest) Reset ¶
func (x *DecodeSeedRequest) Reset()
func (*DecodeSeedRequest) String ¶
func (x *DecodeSeedRequest) String() string
type DecodeSeedResponse ¶
type DecodeSeedResponse struct { DecodedSeed []byte `protobuf:"bytes,1,opt,name=decoded_seed,json=decodedSeed,proto3" json:"decoded_seed,omitempty"` // contains filtered or unexported fields }
func (*DecodeSeedResponse) Descriptor
deprecated
func (*DecodeSeedResponse) Descriptor() ([]byte, []int)
Deprecated: Use DecodeSeedResponse.ProtoReflect.Descriptor instead.
func (*DecodeSeedResponse) GetDecodedSeed ¶
func (x *DecodeSeedResponse) GetDecodedSeed() []byte
func (*DecodeSeedResponse) ProtoMessage ¶
func (*DecodeSeedResponse) ProtoMessage()
func (*DecodeSeedResponse) ProtoReflect ¶
func (x *DecodeSeedResponse) ProtoReflect() protoreflect.Message
func (*DecodeSeedResponse) Reset ¶
func (x *DecodeSeedResponse) Reset()
func (*DecodeSeedResponse) String ¶
func (x *DecodeSeedResponse) String() string
type DecodedTransaction ¶
type DecodedTransaction struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` Version int32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` LockTime uint32 `protobuf:"varint,3,opt,name=lock_time,json=lockTime,proto3" json:"lock_time,omitempty"` Expiry uint32 `protobuf:"varint,4,opt,name=expiry,proto3" json:"expiry,omitempty"` TransactionType TransactionDetails_TransactionType `` /* 157-byte string literal not displayed */ Inputs []*DecodedTransaction_Input `protobuf:"bytes,6,rep,name=inputs,proto3" json:"inputs,omitempty"` Outputs []*DecodedTransaction_Output `protobuf:"bytes,7,rep,name=outputs,proto3" json:"outputs,omitempty"` // contains filtered or unexported fields }
func (*DecodedTransaction) Descriptor
deprecated
func (*DecodedTransaction) Descriptor() ([]byte, []int)
Deprecated: Use DecodedTransaction.ProtoReflect.Descriptor instead.
func (*DecodedTransaction) GetExpiry ¶
func (x *DecodedTransaction) GetExpiry() uint32
func (*DecodedTransaction) GetInputs ¶
func (x *DecodedTransaction) GetInputs() []*DecodedTransaction_Input
func (*DecodedTransaction) GetLockTime ¶
func (x *DecodedTransaction) GetLockTime() uint32
func (*DecodedTransaction) GetOutputs ¶
func (x *DecodedTransaction) GetOutputs() []*DecodedTransaction_Output
func (*DecodedTransaction) GetTransactionHash ¶
func (x *DecodedTransaction) GetTransactionHash() []byte
func (*DecodedTransaction) GetTransactionType ¶
func (x *DecodedTransaction) GetTransactionType() TransactionDetails_TransactionType
func (*DecodedTransaction) GetVersion ¶
func (x *DecodedTransaction) GetVersion() int32
func (*DecodedTransaction) ProtoMessage ¶
func (*DecodedTransaction) ProtoMessage()
func (*DecodedTransaction) ProtoReflect ¶
func (x *DecodedTransaction) ProtoReflect() protoreflect.Message
func (*DecodedTransaction) Reset ¶
func (x *DecodedTransaction) Reset()
func (*DecodedTransaction) String ¶
func (x *DecodedTransaction) String() string
type DecodedTransaction_Input ¶
type DecodedTransaction_Input struct { PreviousTransactionHash []byte `` /* 132-byte string literal not displayed */ PreviousTransactionIndex uint32 `` /* 136-byte string literal not displayed */ Tree DecodedTransaction_Input_TreeType `protobuf:"varint,3,opt,name=tree,proto3,enum=walletrpc.DecodedTransaction_Input_TreeType" json:"tree,omitempty"` Sequence uint32 `protobuf:"varint,4,opt,name=sequence,proto3" json:"sequence,omitempty"` AmountIn int64 `protobuf:"varint,5,opt,name=amount_in,json=amountIn,proto3" json:"amount_in,omitempty"` BlockHeight uint32 `protobuf:"varint,6,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` BlockIndex uint32 `protobuf:"varint,7,opt,name=block_index,json=blockIndex,proto3" json:"block_index,omitempty"` SignatureScript []byte `protobuf:"bytes,8,opt,name=signature_script,json=signatureScript,proto3" json:"signature_script,omitempty"` SignatureScriptAsm string `protobuf:"bytes,9,opt,name=signature_script_asm,json=signatureScriptAsm,proto3" json:"signature_script_asm,omitempty"` // contains filtered or unexported fields }
func (*DecodedTransaction_Input) Descriptor
deprecated
func (*DecodedTransaction_Input) Descriptor() ([]byte, []int)
Deprecated: Use DecodedTransaction_Input.ProtoReflect.Descriptor instead.
func (*DecodedTransaction_Input) GetAmountIn ¶
func (x *DecodedTransaction_Input) GetAmountIn() int64
func (*DecodedTransaction_Input) GetBlockHeight ¶
func (x *DecodedTransaction_Input) GetBlockHeight() uint32
func (*DecodedTransaction_Input) GetBlockIndex ¶
func (x *DecodedTransaction_Input) GetBlockIndex() uint32
func (*DecodedTransaction_Input) GetPreviousTransactionHash ¶
func (x *DecodedTransaction_Input) GetPreviousTransactionHash() []byte
func (*DecodedTransaction_Input) GetPreviousTransactionIndex ¶
func (x *DecodedTransaction_Input) GetPreviousTransactionIndex() uint32
func (*DecodedTransaction_Input) GetSequence ¶
func (x *DecodedTransaction_Input) GetSequence() uint32
func (*DecodedTransaction_Input) GetSignatureScript ¶
func (x *DecodedTransaction_Input) GetSignatureScript() []byte
func (*DecodedTransaction_Input) GetSignatureScriptAsm ¶
func (x *DecodedTransaction_Input) GetSignatureScriptAsm() string
func (*DecodedTransaction_Input) GetTree ¶
func (x *DecodedTransaction_Input) GetTree() DecodedTransaction_Input_TreeType
func (*DecodedTransaction_Input) ProtoMessage ¶
func (*DecodedTransaction_Input) ProtoMessage()
func (*DecodedTransaction_Input) ProtoReflect ¶
func (x *DecodedTransaction_Input) ProtoReflect() protoreflect.Message
func (*DecodedTransaction_Input) Reset ¶
func (x *DecodedTransaction_Input) Reset()
func (*DecodedTransaction_Input) String ¶
func (x *DecodedTransaction_Input) String() string
type DecodedTransaction_Input_TreeType ¶
type DecodedTransaction_Input_TreeType int32
const ( DecodedTransaction_Input_REGULAR DecodedTransaction_Input_TreeType = 0 DecodedTransaction_Input_UNKNOWN DecodedTransaction_Input_TreeType = -1 DecodedTransaction_Input_STAKE DecodedTransaction_Input_TreeType = 1 )
func (DecodedTransaction_Input_TreeType) Descriptor ¶
func (DecodedTransaction_Input_TreeType) Descriptor() protoreflect.EnumDescriptor
func (DecodedTransaction_Input_TreeType) Enum ¶
func (x DecodedTransaction_Input_TreeType) Enum() *DecodedTransaction_Input_TreeType
func (DecodedTransaction_Input_TreeType) EnumDescriptor
deprecated
func (DecodedTransaction_Input_TreeType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DecodedTransaction_Input_TreeType.Descriptor instead.
func (DecodedTransaction_Input_TreeType) Number ¶
func (x DecodedTransaction_Input_TreeType) Number() protoreflect.EnumNumber
func (DecodedTransaction_Input_TreeType) String ¶
func (x DecodedTransaction_Input_TreeType) String() string
func (DecodedTransaction_Input_TreeType) Type ¶
func (DecodedTransaction_Input_TreeType) Type() protoreflect.EnumType
type DecodedTransaction_Output ¶
type DecodedTransaction_Output struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` Version int32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` Script []byte `protobuf:"bytes,4,opt,name=script,proto3" json:"script,omitempty"` ScriptAsm string `protobuf:"bytes,5,opt,name=script_asm,json=scriptAsm,proto3" json:"script_asm,omitempty"` RequiredSignatures int32 `protobuf:"varint,6,opt,name=required_signatures,json=requiredSignatures,proto3" json:"required_signatures,omitempty"` ScriptClass DecodedTransaction_Output_ScriptClass `` /* 148-byte string literal not displayed */ Addresses []string `protobuf:"bytes,8,rep,name=addresses,proto3" json:"addresses,omitempty"` CommitmentAmount int64 `protobuf:"varint,9,opt,name=commitment_amount,json=commitmentAmount,proto3" json:"commitment_amount,omitempty"` // contains filtered or unexported fields }
func (*DecodedTransaction_Output) Descriptor
deprecated
func (*DecodedTransaction_Output) Descriptor() ([]byte, []int)
Deprecated: Use DecodedTransaction_Output.ProtoReflect.Descriptor instead.
func (*DecodedTransaction_Output) GetAddresses ¶
func (x *DecodedTransaction_Output) GetAddresses() []string
func (*DecodedTransaction_Output) GetCommitmentAmount ¶
func (x *DecodedTransaction_Output) GetCommitmentAmount() int64
func (*DecodedTransaction_Output) GetIndex ¶
func (x *DecodedTransaction_Output) GetIndex() uint32
func (*DecodedTransaction_Output) GetRequiredSignatures ¶
func (x *DecodedTransaction_Output) GetRequiredSignatures() int32
func (*DecodedTransaction_Output) GetScript ¶
func (x *DecodedTransaction_Output) GetScript() []byte
func (*DecodedTransaction_Output) GetScriptAsm ¶
func (x *DecodedTransaction_Output) GetScriptAsm() string
func (*DecodedTransaction_Output) GetScriptClass ¶
func (x *DecodedTransaction_Output) GetScriptClass() DecodedTransaction_Output_ScriptClass
func (*DecodedTransaction_Output) GetValue ¶
func (x *DecodedTransaction_Output) GetValue() int64
func (*DecodedTransaction_Output) GetVersion ¶
func (x *DecodedTransaction_Output) GetVersion() int32
func (*DecodedTransaction_Output) ProtoMessage ¶
func (*DecodedTransaction_Output) ProtoMessage()
func (*DecodedTransaction_Output) ProtoReflect ¶
func (x *DecodedTransaction_Output) ProtoReflect() protoreflect.Message
func (*DecodedTransaction_Output) Reset ¶
func (x *DecodedTransaction_Output) Reset()
func (*DecodedTransaction_Output) String ¶
func (x *DecodedTransaction_Output) String() string
type DecodedTransaction_Output_ScriptClass ¶
type DecodedTransaction_Output_ScriptClass int32
const ( DecodedTransaction_Output_NON_STANDARD DecodedTransaction_Output_ScriptClass = 0 DecodedTransaction_Output_PUB_KEY DecodedTransaction_Output_ScriptClass = 1 DecodedTransaction_Output_PUB_KEY_HASH DecodedTransaction_Output_ScriptClass = 2 DecodedTransaction_Output_SCRIPT_HASH DecodedTransaction_Output_ScriptClass = 3 DecodedTransaction_Output_MULTI_SIG DecodedTransaction_Output_ScriptClass = 4 DecodedTransaction_Output_NULL_DATA DecodedTransaction_Output_ScriptClass = 5 DecodedTransaction_Output_STAKE_SUBMISSION DecodedTransaction_Output_ScriptClass = 6 DecodedTransaction_Output_STAKE_GEN DecodedTransaction_Output_ScriptClass = 7 DecodedTransaction_Output_STAKE_REVOCATION DecodedTransaction_Output_ScriptClass = 8 DecodedTransaction_Output_STAKE_SUB_CHANGE DecodedTransaction_Output_ScriptClass = 9 DecodedTransaction_Output_PUB_KEY_ALT DecodedTransaction_Output_ScriptClass = 10 DecodedTransaction_Output_PUB_KEY_HASH_ALT DecodedTransaction_Output_ScriptClass = 11 DecodedTransaction_Output_TGEN DecodedTransaction_Output_ScriptClass = 12 DecodedTransaction_Output_TADD DecodedTransaction_Output_ScriptClass = 13 )
func (DecodedTransaction_Output_ScriptClass) Descriptor ¶
func (DecodedTransaction_Output_ScriptClass) Descriptor() protoreflect.EnumDescriptor
func (DecodedTransaction_Output_ScriptClass) EnumDescriptor
deprecated
func (DecodedTransaction_Output_ScriptClass) EnumDescriptor() ([]byte, []int)
Deprecated: Use DecodedTransaction_Output_ScriptClass.Descriptor instead.
func (DecodedTransaction_Output_ScriptClass) Number ¶
func (x DecodedTransaction_Output_ScriptClass) Number() protoreflect.EnumNumber
func (DecodedTransaction_Output_ScriptClass) String ¶
func (x DecodedTransaction_Output_ScriptClass) String() string
func (DecodedTransaction_Output_ScriptClass) Type ¶
func (DecodedTransaction_Output_ScriptClass) Type() protoreflect.EnumType
type DetachedBlockDetails ¶
type DetachedBlockDetails struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` PrevBlock []byte `protobuf:"bytes,3,opt,name=prev_block,json=prevBlock,proto3" json:"prev_block,omitempty"` Timestamp int64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*DetachedBlockDetails) Descriptor
deprecated
func (*DetachedBlockDetails) Descriptor() ([]byte, []int)
Deprecated: Use DetachedBlockDetails.ProtoReflect.Descriptor instead.
func (*DetachedBlockDetails) GetHash ¶
func (x *DetachedBlockDetails) GetHash() []byte
func (*DetachedBlockDetails) GetHeight ¶
func (x *DetachedBlockDetails) GetHeight() int32
func (*DetachedBlockDetails) GetPrevBlock ¶
func (x *DetachedBlockDetails) GetPrevBlock() []byte
func (*DetachedBlockDetails) GetTimestamp ¶
func (x *DetachedBlockDetails) GetTimestamp() int64
func (*DetachedBlockDetails) ProtoMessage ¶
func (*DetachedBlockDetails) ProtoMessage()
func (*DetachedBlockDetails) ProtoReflect ¶
func (x *DetachedBlockDetails) ProtoReflect() protoreflect.Message
func (*DetachedBlockDetails) Reset ¶
func (x *DetachedBlockDetails) Reset()
func (*DetachedBlockDetails) String ¶
func (x *DetachedBlockDetails) String() string
type DiscoverAddressesRequest ¶
type DiscoverAddressesRequest struct { DiscoverAccounts bool `protobuf:"varint,1,opt,name=discover_accounts,json=discoverAccounts,proto3" json:"discover_accounts,omitempty"` PrivatePassphrase []byte `protobuf:"bytes,2,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"` StartingBlockHash []byte `protobuf:"bytes,3,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"` // contains filtered or unexported fields }
func (*DiscoverAddressesRequest) Descriptor
deprecated
func (*DiscoverAddressesRequest) Descriptor() ([]byte, []int)
Deprecated: Use DiscoverAddressesRequest.ProtoReflect.Descriptor instead.
func (*DiscoverAddressesRequest) GetDiscoverAccounts ¶
func (x *DiscoverAddressesRequest) GetDiscoverAccounts() bool
func (*DiscoverAddressesRequest) GetPrivatePassphrase ¶
func (x *DiscoverAddressesRequest) GetPrivatePassphrase() []byte
func (*DiscoverAddressesRequest) GetStartingBlockHash ¶
func (x *DiscoverAddressesRequest) GetStartingBlockHash() []byte
func (*DiscoverAddressesRequest) ProtoMessage ¶
func (*DiscoverAddressesRequest) ProtoMessage()
func (*DiscoverAddressesRequest) ProtoReflect ¶
func (x *DiscoverAddressesRequest) ProtoReflect() protoreflect.Message
func (*DiscoverAddressesRequest) Reset ¶
func (x *DiscoverAddressesRequest) Reset()
func (*DiscoverAddressesRequest) String ¶
func (x *DiscoverAddressesRequest) String() string
type DiscoverAddressesResponse ¶
type DiscoverAddressesResponse struct {
// contains filtered or unexported fields
}
func (*DiscoverAddressesResponse) Descriptor
deprecated
func (*DiscoverAddressesResponse) Descriptor() ([]byte, []int)
Deprecated: Use DiscoverAddressesResponse.ProtoReflect.Descriptor instead.
func (*DiscoverAddressesResponse) ProtoMessage ¶
func (*DiscoverAddressesResponse) ProtoMessage()
func (*DiscoverAddressesResponse) ProtoReflect ¶
func (x *DiscoverAddressesResponse) ProtoReflect() protoreflect.Message
func (*DiscoverAddressesResponse) Reset ¶
func (x *DiscoverAddressesResponse) Reset()
func (*DiscoverAddressesResponse) String ¶
func (x *DiscoverAddressesResponse) String() string
type DiscoverUsageRequest ¶
type DiscoverUsageRequest struct { DiscoverAccounts bool `protobuf:"varint,1,opt,name=discover_accounts,json=discoverAccounts,proto3" json:"discover_accounts,omitempty"` GapLimit uint32 `protobuf:"varint,2,opt,name=gap_limit,json=gapLimit,proto3" json:"gap_limit,omitempty"` StartingBlockHash []byte `protobuf:"bytes,3,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"` // contains filtered or unexported fields }
func (*DiscoverUsageRequest) Descriptor
deprecated
func (*DiscoverUsageRequest) Descriptor() ([]byte, []int)
Deprecated: Use DiscoverUsageRequest.ProtoReflect.Descriptor instead.
func (*DiscoverUsageRequest) GetDiscoverAccounts ¶
func (x *DiscoverUsageRequest) GetDiscoverAccounts() bool
func (*DiscoverUsageRequest) GetGapLimit ¶
func (x *DiscoverUsageRequest) GetGapLimit() uint32
func (*DiscoverUsageRequest) GetStartingBlockHash ¶
func (x *DiscoverUsageRequest) GetStartingBlockHash() []byte
func (*DiscoverUsageRequest) ProtoMessage ¶
func (*DiscoverUsageRequest) ProtoMessage()
func (*DiscoverUsageRequest) ProtoReflect ¶
func (x *DiscoverUsageRequest) ProtoReflect() protoreflect.Message
func (*DiscoverUsageRequest) Reset ¶
func (x *DiscoverUsageRequest) Reset()
func (*DiscoverUsageRequest) String ¶
func (x *DiscoverUsageRequest) String() string
type DiscoverUsageResponse ¶
type DiscoverUsageResponse struct {
// contains filtered or unexported fields
}
func (*DiscoverUsageResponse) Descriptor
deprecated
func (*DiscoverUsageResponse) Descriptor() ([]byte, []int)
Deprecated: Use DiscoverUsageResponse.ProtoReflect.Descriptor instead.
func (*DiscoverUsageResponse) ProtoMessage ¶
func (*DiscoverUsageResponse) ProtoMessage()
func (*DiscoverUsageResponse) ProtoReflect ¶
func (x *DiscoverUsageResponse) ProtoReflect() protoreflect.Message
func (*DiscoverUsageResponse) Reset ¶
func (x *DiscoverUsageResponse) Reset()
func (*DiscoverUsageResponse) String ¶
func (x *DiscoverUsageResponse) String() string
type DumpPrivateKeyRequest ¶
type DumpPrivateKeyRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*DumpPrivateKeyRequest) Descriptor
deprecated
func (*DumpPrivateKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DumpPrivateKeyRequest.ProtoReflect.Descriptor instead.
func (*DumpPrivateKeyRequest) GetAddress ¶
func (x *DumpPrivateKeyRequest) GetAddress() string
func (*DumpPrivateKeyRequest) ProtoMessage ¶
func (*DumpPrivateKeyRequest) ProtoMessage()
func (*DumpPrivateKeyRequest) ProtoReflect ¶
func (x *DumpPrivateKeyRequest) ProtoReflect() protoreflect.Message
func (*DumpPrivateKeyRequest) Reset ¶
func (x *DumpPrivateKeyRequest) Reset()
func (*DumpPrivateKeyRequest) String ¶
func (x *DumpPrivateKeyRequest) String() string
type DumpPrivateKeyResponse ¶
type DumpPrivateKeyResponse struct { PrivateKeyWif string `protobuf:"bytes,1,opt,name=private_key_wif,json=privateKeyWif,proto3" json:"private_key_wif,omitempty"` // contains filtered or unexported fields }
func (*DumpPrivateKeyResponse) Descriptor
deprecated
func (*DumpPrivateKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use DumpPrivateKeyResponse.ProtoReflect.Descriptor instead.
func (*DumpPrivateKeyResponse) GetPrivateKeyWif ¶
func (x *DumpPrivateKeyResponse) GetPrivateKeyWif() string
func (*DumpPrivateKeyResponse) ProtoMessage ¶
func (*DumpPrivateKeyResponse) ProtoMessage()
func (*DumpPrivateKeyResponse) ProtoReflect ¶
func (x *DumpPrivateKeyResponse) ProtoReflect() protoreflect.Message
func (*DumpPrivateKeyResponse) Reset ¶
func (x *DumpPrivateKeyResponse) Reset()
func (*DumpPrivateKeyResponse) String ¶
func (x *DumpPrivateKeyResponse) String() string
type FetchHeadersNotification ¶
type FetchHeadersNotification struct { FetchedHeadersCount int32 `protobuf:"varint,1,opt,name=fetched_headers_count,json=fetchedHeadersCount,proto3" json:"fetched_headers_count,omitempty"` LastHeaderTime int64 `protobuf:"varint,2,opt,name=last_header_time,json=lastHeaderTime,proto3" json:"last_header_time,omitempty"` // contains filtered or unexported fields }
func (*FetchHeadersNotification) Descriptor
deprecated
func (*FetchHeadersNotification) Descriptor() ([]byte, []int)
Deprecated: Use FetchHeadersNotification.ProtoReflect.Descriptor instead.
func (*FetchHeadersNotification) GetFetchedHeadersCount ¶
func (x *FetchHeadersNotification) GetFetchedHeadersCount() int32
func (*FetchHeadersNotification) GetLastHeaderTime ¶
func (x *FetchHeadersNotification) GetLastHeaderTime() int64
func (*FetchHeadersNotification) ProtoMessage ¶
func (*FetchHeadersNotification) ProtoMessage()
func (*FetchHeadersNotification) ProtoReflect ¶
func (x *FetchHeadersNotification) ProtoReflect() protoreflect.Message
func (*FetchHeadersNotification) Reset ¶
func (x *FetchHeadersNotification) Reset()
func (*FetchHeadersNotification) String ¶
func (x *FetchHeadersNotification) String() string
type FetchHeadersRequest ¶
type FetchHeadersRequest struct {
// contains filtered or unexported fields
}
func (*FetchHeadersRequest) Descriptor
deprecated
func (*FetchHeadersRequest) Descriptor() ([]byte, []int)
Deprecated: Use FetchHeadersRequest.ProtoReflect.Descriptor instead.
func (*FetchHeadersRequest) ProtoMessage ¶
func (*FetchHeadersRequest) ProtoMessage()
func (*FetchHeadersRequest) ProtoReflect ¶
func (x *FetchHeadersRequest) ProtoReflect() protoreflect.Message
func (*FetchHeadersRequest) Reset ¶
func (x *FetchHeadersRequest) Reset()
func (*FetchHeadersRequest) String ¶
func (x *FetchHeadersRequest) String() string
type FetchHeadersResponse ¶
type FetchHeadersResponse struct { FetchedHeadersCount uint32 `protobuf:"varint,1,opt,name=fetched_headers_count,json=fetchedHeadersCount,proto3" json:"fetched_headers_count,omitempty"` FirstNewBlockHash []byte `protobuf:"bytes,2,opt,name=first_new_block_hash,json=firstNewBlockHash,proto3" json:"first_new_block_hash,omitempty"` FirstNewBlockHeight int32 `protobuf:"varint,3,opt,name=first_new_block_height,json=firstNewBlockHeight,proto3" json:"first_new_block_height,omitempty"` MainChainTipBlockHash []byte `` /* 130-byte string literal not displayed */ MainChainTipBlockHeight int32 `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (*FetchHeadersResponse) Descriptor
deprecated
func (*FetchHeadersResponse) Descriptor() ([]byte, []int)
Deprecated: Use FetchHeadersResponse.ProtoReflect.Descriptor instead.
func (*FetchHeadersResponse) GetFetchedHeadersCount ¶
func (x *FetchHeadersResponse) GetFetchedHeadersCount() uint32
func (*FetchHeadersResponse) GetFirstNewBlockHash ¶
func (x *FetchHeadersResponse) GetFirstNewBlockHash() []byte
func (*FetchHeadersResponse) GetFirstNewBlockHeight ¶
func (x *FetchHeadersResponse) GetFirstNewBlockHeight() int32
func (*FetchHeadersResponse) GetMainChainTipBlockHash ¶
func (x *FetchHeadersResponse) GetMainChainTipBlockHash() []byte
func (*FetchHeadersResponse) GetMainChainTipBlockHeight ¶
func (x *FetchHeadersResponse) GetMainChainTipBlockHeight() int32
func (*FetchHeadersResponse) ProtoMessage ¶
func (*FetchHeadersResponse) ProtoMessage()
func (*FetchHeadersResponse) ProtoReflect ¶
func (x *FetchHeadersResponse) ProtoReflect() protoreflect.Message
func (*FetchHeadersResponse) Reset ¶
func (x *FetchHeadersResponse) Reset()
func (*FetchHeadersResponse) String ¶
func (x *FetchHeadersResponse) String() string
type FetchMissingCFiltersNotification ¶
type FetchMissingCFiltersNotification struct { FetchedCfiltersStartHeight int32 `` /* 144-byte string literal not displayed */ FetchedCfiltersEndHeight int32 `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
func (*FetchMissingCFiltersNotification) Descriptor
deprecated
func (*FetchMissingCFiltersNotification) Descriptor() ([]byte, []int)
Deprecated: Use FetchMissingCFiltersNotification.ProtoReflect.Descriptor instead.
func (*FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight ¶
func (x *FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight() int32
func (*FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight ¶
func (x *FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight() int32
func (*FetchMissingCFiltersNotification) ProtoMessage ¶
func (*FetchMissingCFiltersNotification) ProtoMessage()
func (*FetchMissingCFiltersNotification) ProtoReflect ¶
func (x *FetchMissingCFiltersNotification) ProtoReflect() protoreflect.Message
func (*FetchMissingCFiltersNotification) Reset ¶
func (x *FetchMissingCFiltersNotification) Reset()
func (*FetchMissingCFiltersNotification) String ¶
func (x *FetchMissingCFiltersNotification) String() string
type FetchMissingCFiltersRequest ¶
type FetchMissingCFiltersRequest struct {
// contains filtered or unexported fields
}
func (*FetchMissingCFiltersRequest) Descriptor
deprecated
func (*FetchMissingCFiltersRequest) Descriptor() ([]byte, []int)
Deprecated: Use FetchMissingCFiltersRequest.ProtoReflect.Descriptor instead.
func (*FetchMissingCFiltersRequest) ProtoMessage ¶
func (*FetchMissingCFiltersRequest) ProtoMessage()
func (*FetchMissingCFiltersRequest) ProtoReflect ¶
func (x *FetchMissingCFiltersRequest) ProtoReflect() protoreflect.Message
func (*FetchMissingCFiltersRequest) Reset ¶
func (x *FetchMissingCFiltersRequest) Reset()
func (*FetchMissingCFiltersRequest) String ¶
func (x *FetchMissingCFiltersRequest) String() string
type FetchMissingCFiltersResponse ¶
type FetchMissingCFiltersResponse struct {
// contains filtered or unexported fields
}
func (*FetchMissingCFiltersResponse) Descriptor
deprecated
func (*FetchMissingCFiltersResponse) Descriptor() ([]byte, []int)
Deprecated: Use FetchMissingCFiltersResponse.ProtoReflect.Descriptor instead.
func (*FetchMissingCFiltersResponse) ProtoMessage ¶
func (*FetchMissingCFiltersResponse) ProtoMessage()
func (*FetchMissingCFiltersResponse) ProtoReflect ¶
func (x *FetchMissingCFiltersResponse) ProtoReflect() protoreflect.Message
func (*FetchMissingCFiltersResponse) Reset ¶
func (x *FetchMissingCFiltersResponse) Reset()
func (*FetchMissingCFiltersResponse) String ¶
func (x *FetchMissingCFiltersResponse) String() string
type FundTransactionRequest ¶
type FundTransactionRequest struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` TargetAmount int64 `protobuf:"varint,2,opt,name=target_amount,json=targetAmount,proto3" json:"target_amount,omitempty"` RequiredConfirmations int32 `protobuf:"varint,3,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"` IncludeImmatureCoinbases bool `` /* 136-byte string literal not displayed */ IncludeChangeScript bool `protobuf:"varint,5,opt,name=include_change_script,json=includeChangeScript,proto3" json:"include_change_script,omitempty"` // contains filtered or unexported fields }
func (*FundTransactionRequest) Descriptor
deprecated
func (*FundTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use FundTransactionRequest.ProtoReflect.Descriptor instead.
func (*FundTransactionRequest) GetAccount ¶
func (x *FundTransactionRequest) GetAccount() uint32
func (*FundTransactionRequest) GetIncludeChangeScript ¶
func (x *FundTransactionRequest) GetIncludeChangeScript() bool
func (*FundTransactionRequest) GetIncludeImmatureCoinbases ¶
func (x *FundTransactionRequest) GetIncludeImmatureCoinbases() bool
func (*FundTransactionRequest) GetRequiredConfirmations ¶
func (x *FundTransactionRequest) GetRequiredConfirmations() int32
func (*FundTransactionRequest) GetTargetAmount ¶
func (x *FundTransactionRequest) GetTargetAmount() int64
func (*FundTransactionRequest) ProtoMessage ¶
func (*FundTransactionRequest) ProtoMessage()
func (*FundTransactionRequest) ProtoReflect ¶
func (x *FundTransactionRequest) ProtoReflect() protoreflect.Message
func (*FundTransactionRequest) Reset ¶
func (x *FundTransactionRequest) Reset()
func (*FundTransactionRequest) String ¶
func (x *FundTransactionRequest) String() string
type FundTransactionResponse ¶
type FundTransactionResponse struct { SelectedOutputs []*FundTransactionResponse_PreviousOutput `protobuf:"bytes,1,rep,name=selected_outputs,json=selectedOutputs,proto3" json:"selected_outputs,omitempty"` TotalAmount int64 `protobuf:"varint,2,opt,name=total_amount,json=totalAmount,proto3" json:"total_amount,omitempty"` ChangePkScript []byte `protobuf:"bytes,3,opt,name=change_pk_script,json=changePkScript,proto3" json:"change_pk_script,omitempty"` // contains filtered or unexported fields }
func (*FundTransactionResponse) Descriptor
deprecated
func (*FundTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use FundTransactionResponse.ProtoReflect.Descriptor instead.
func (*FundTransactionResponse) GetChangePkScript ¶
func (x *FundTransactionResponse) GetChangePkScript() []byte
func (*FundTransactionResponse) GetSelectedOutputs ¶
func (x *FundTransactionResponse) GetSelectedOutputs() []*FundTransactionResponse_PreviousOutput
func (*FundTransactionResponse) GetTotalAmount ¶
func (x *FundTransactionResponse) GetTotalAmount() int64
func (*FundTransactionResponse) ProtoMessage ¶
func (*FundTransactionResponse) ProtoMessage()
func (*FundTransactionResponse) ProtoReflect ¶
func (x *FundTransactionResponse) ProtoReflect() protoreflect.Message
func (*FundTransactionResponse) Reset ¶
func (x *FundTransactionResponse) Reset()
func (*FundTransactionResponse) String ¶
func (x *FundTransactionResponse) String() string
type FundTransactionResponse_PreviousOutput ¶
type FundTransactionResponse_PreviousOutput struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` OutputIndex uint32 `protobuf:"varint,2,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"` Amount int64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` PkScript []byte `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"` ReceiveTime int64 `protobuf:"varint,5,opt,name=receive_time,json=receiveTime,proto3" json:"receive_time,omitempty"` FromCoinbase bool `protobuf:"varint,6,opt,name=from_coinbase,json=fromCoinbase,proto3" json:"from_coinbase,omitempty"` Tree int32 `protobuf:"varint,7,opt,name=tree,proto3" json:"tree,omitempty"` // contains filtered or unexported fields }
func (*FundTransactionResponse_PreviousOutput) Descriptor
deprecated
func (*FundTransactionResponse_PreviousOutput) Descriptor() ([]byte, []int)
Deprecated: Use FundTransactionResponse_PreviousOutput.ProtoReflect.Descriptor instead.
func (*FundTransactionResponse_PreviousOutput) GetAmount ¶
func (x *FundTransactionResponse_PreviousOutput) GetAmount() int64
func (*FundTransactionResponse_PreviousOutput) GetFromCoinbase ¶
func (x *FundTransactionResponse_PreviousOutput) GetFromCoinbase() bool
func (*FundTransactionResponse_PreviousOutput) GetOutputIndex ¶
func (x *FundTransactionResponse_PreviousOutput) GetOutputIndex() uint32
func (*FundTransactionResponse_PreviousOutput) GetPkScript ¶
func (x *FundTransactionResponse_PreviousOutput) GetPkScript() []byte
func (*FundTransactionResponse_PreviousOutput) GetReceiveTime ¶
func (x *FundTransactionResponse_PreviousOutput) GetReceiveTime() int64
func (*FundTransactionResponse_PreviousOutput) GetTransactionHash ¶
func (x *FundTransactionResponse_PreviousOutput) GetTransactionHash() []byte
func (*FundTransactionResponse_PreviousOutput) GetTree ¶
func (x *FundTransactionResponse_PreviousOutput) GetTree() int32
func (*FundTransactionResponse_PreviousOutput) ProtoMessage ¶
func (*FundTransactionResponse_PreviousOutput) ProtoMessage()
func (*FundTransactionResponse_PreviousOutput) ProtoReflect ¶
func (x *FundTransactionResponse_PreviousOutput) ProtoReflect() protoreflect.Message
func (*FundTransactionResponse_PreviousOutput) Reset ¶
func (x *FundTransactionResponse_PreviousOutput) Reset()
func (*FundTransactionResponse_PreviousOutput) String ¶
func (x *FundTransactionResponse_PreviousOutput) String() string
type GenerateRandomSeedRequest ¶
type GenerateRandomSeedRequest struct { SeedLength uint32 `protobuf:"varint,1,opt,name=seed_length,json=seedLength,proto3" json:"seed_length,omitempty"` // contains filtered or unexported fields }
func (*GenerateRandomSeedRequest) Descriptor
deprecated
func (*GenerateRandomSeedRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateRandomSeedRequest.ProtoReflect.Descriptor instead.
func (*GenerateRandomSeedRequest) GetSeedLength ¶
func (x *GenerateRandomSeedRequest) GetSeedLength() uint32
func (*GenerateRandomSeedRequest) ProtoMessage ¶
func (*GenerateRandomSeedRequest) ProtoMessage()
func (*GenerateRandomSeedRequest) ProtoReflect ¶
func (x *GenerateRandomSeedRequest) ProtoReflect() protoreflect.Message
func (*GenerateRandomSeedRequest) Reset ¶
func (x *GenerateRandomSeedRequest) Reset()
func (*GenerateRandomSeedRequest) String ¶
func (x *GenerateRandomSeedRequest) String() string
type GenerateRandomSeedResponse ¶
type GenerateRandomSeedResponse struct { SeedBytes []byte `protobuf:"bytes,1,opt,name=seed_bytes,json=seedBytes,proto3" json:"seed_bytes,omitempty"` SeedHex string `protobuf:"bytes,2,opt,name=seed_hex,json=seedHex,proto3" json:"seed_hex,omitempty"` SeedMnemonic string `protobuf:"bytes,3,opt,name=seed_mnemonic,json=seedMnemonic,proto3" json:"seed_mnemonic,omitempty"` // contains filtered or unexported fields }
func (*GenerateRandomSeedResponse) Descriptor
deprecated
func (*GenerateRandomSeedResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateRandomSeedResponse.ProtoReflect.Descriptor instead.
func (*GenerateRandomSeedResponse) GetSeedBytes ¶
func (x *GenerateRandomSeedResponse) GetSeedBytes() []byte
func (*GenerateRandomSeedResponse) GetSeedHex ¶
func (x *GenerateRandomSeedResponse) GetSeedHex() string
func (*GenerateRandomSeedResponse) GetSeedMnemonic ¶
func (x *GenerateRandomSeedResponse) GetSeedMnemonic() string
func (*GenerateRandomSeedResponse) ProtoMessage ¶
func (*GenerateRandomSeedResponse) ProtoMessage()
func (*GenerateRandomSeedResponse) ProtoReflect ¶
func (x *GenerateRandomSeedResponse) ProtoReflect() protoreflect.Message
func (*GenerateRandomSeedResponse) Reset ¶
func (x *GenerateRandomSeedResponse) Reset()
func (*GenerateRandomSeedResponse) String ¶
func (x *GenerateRandomSeedResponse) String() string
type GetAccountExtendedPrivKeyRequest ¶
type GetAccountExtendedPrivKeyRequest struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` Passphrase []byte `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"` // contains filtered or unexported fields }
func (*GetAccountExtendedPrivKeyRequest) Descriptor
deprecated
func (*GetAccountExtendedPrivKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountExtendedPrivKeyRequest.ProtoReflect.Descriptor instead.
func (*GetAccountExtendedPrivKeyRequest) GetAccountNumber ¶
func (x *GetAccountExtendedPrivKeyRequest) GetAccountNumber() uint32
func (*GetAccountExtendedPrivKeyRequest) GetPassphrase ¶
func (x *GetAccountExtendedPrivKeyRequest) GetPassphrase() []byte
func (*GetAccountExtendedPrivKeyRequest) ProtoMessage ¶
func (*GetAccountExtendedPrivKeyRequest) ProtoMessage()
func (*GetAccountExtendedPrivKeyRequest) ProtoReflect ¶
func (x *GetAccountExtendedPrivKeyRequest) ProtoReflect() protoreflect.Message
func (*GetAccountExtendedPrivKeyRequest) Reset ¶
func (x *GetAccountExtendedPrivKeyRequest) Reset()
func (*GetAccountExtendedPrivKeyRequest) String ¶
func (x *GetAccountExtendedPrivKeyRequest) String() string
type GetAccountExtendedPrivKeyResponse ¶
type GetAccountExtendedPrivKeyResponse struct { AccExtendedPrivKey string `protobuf:"bytes,1,opt,name=acc_extended_priv_key,json=accExtendedPrivKey,proto3" json:"acc_extended_priv_key,omitempty"` // contains filtered or unexported fields }
func (*GetAccountExtendedPrivKeyResponse) Descriptor
deprecated
func (*GetAccountExtendedPrivKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountExtendedPrivKeyResponse.ProtoReflect.Descriptor instead.
func (*GetAccountExtendedPrivKeyResponse) GetAccExtendedPrivKey ¶
func (x *GetAccountExtendedPrivKeyResponse) GetAccExtendedPrivKey() string
func (*GetAccountExtendedPrivKeyResponse) ProtoMessage ¶
func (*GetAccountExtendedPrivKeyResponse) ProtoMessage()
func (*GetAccountExtendedPrivKeyResponse) ProtoReflect ¶
func (x *GetAccountExtendedPrivKeyResponse) ProtoReflect() protoreflect.Message
func (*GetAccountExtendedPrivKeyResponse) Reset ¶
func (x *GetAccountExtendedPrivKeyResponse) Reset()
func (*GetAccountExtendedPrivKeyResponse) String ¶
func (x *GetAccountExtendedPrivKeyResponse) String() string
type GetAccountExtendedPubKeyRequest ¶
type GetAccountExtendedPubKeyRequest struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` // contains filtered or unexported fields }
func (*GetAccountExtendedPubKeyRequest) Descriptor
deprecated
func (*GetAccountExtendedPubKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountExtendedPubKeyRequest.ProtoReflect.Descriptor instead.
func (*GetAccountExtendedPubKeyRequest) GetAccountNumber ¶
func (x *GetAccountExtendedPubKeyRequest) GetAccountNumber() uint32
func (*GetAccountExtendedPubKeyRequest) ProtoMessage ¶
func (*GetAccountExtendedPubKeyRequest) ProtoMessage()
func (*GetAccountExtendedPubKeyRequest) ProtoReflect ¶
func (x *GetAccountExtendedPubKeyRequest) ProtoReflect() protoreflect.Message
func (*GetAccountExtendedPubKeyRequest) Reset ¶
func (x *GetAccountExtendedPubKeyRequest) Reset()
func (*GetAccountExtendedPubKeyRequest) String ¶
func (x *GetAccountExtendedPubKeyRequest) String() string
type GetAccountExtendedPubKeyResponse ¶
type GetAccountExtendedPubKeyResponse struct { AccExtendedPubKey string `protobuf:"bytes,1,opt,name=acc_extended_pub_key,json=accExtendedPubKey,proto3" json:"acc_extended_pub_key,omitempty"` // contains filtered or unexported fields }
func (*GetAccountExtendedPubKeyResponse) Descriptor
deprecated
func (*GetAccountExtendedPubKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountExtendedPubKeyResponse.ProtoReflect.Descriptor instead.
func (*GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey ¶
func (x *GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey() string
func (*GetAccountExtendedPubKeyResponse) ProtoMessage ¶
func (*GetAccountExtendedPubKeyResponse) ProtoMessage()
func (*GetAccountExtendedPubKeyResponse) ProtoReflect ¶
func (x *GetAccountExtendedPubKeyResponse) ProtoReflect() protoreflect.Message
func (*GetAccountExtendedPubKeyResponse) Reset ¶
func (x *GetAccountExtendedPubKeyResponse) Reset()
func (*GetAccountExtendedPubKeyResponse) String ¶
func (x *GetAccountExtendedPubKeyResponse) String() string
type GetCFiltersRequest ¶
type GetCFiltersRequest struct { StartingBlockHash []byte `protobuf:"bytes,1,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"` StartingBlockHeight int32 `protobuf:"zigzag32,2,opt,name=starting_block_height,json=startingBlockHeight,proto3" json:"starting_block_height,omitempty"` EndingBlockHash []byte `protobuf:"bytes,3,opt,name=ending_block_hash,json=endingBlockHash,proto3" json:"ending_block_hash,omitempty"` EndingBlockHeight int32 `protobuf:"zigzag32,4,opt,name=ending_block_height,json=endingBlockHeight,proto3" json:"ending_block_height,omitempty"` // contains filtered or unexported fields }
func (*GetCFiltersRequest) Descriptor
deprecated
func (*GetCFiltersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCFiltersRequest.ProtoReflect.Descriptor instead.
func (*GetCFiltersRequest) GetEndingBlockHash ¶
func (x *GetCFiltersRequest) GetEndingBlockHash() []byte
func (*GetCFiltersRequest) GetEndingBlockHeight ¶
func (x *GetCFiltersRequest) GetEndingBlockHeight() int32
func (*GetCFiltersRequest) GetStartingBlockHash ¶
func (x *GetCFiltersRequest) GetStartingBlockHash() []byte
func (*GetCFiltersRequest) GetStartingBlockHeight ¶
func (x *GetCFiltersRequest) GetStartingBlockHeight() int32
func (*GetCFiltersRequest) ProtoMessage ¶
func (*GetCFiltersRequest) ProtoMessage()
func (*GetCFiltersRequest) ProtoReflect ¶
func (x *GetCFiltersRequest) ProtoReflect() protoreflect.Message
func (*GetCFiltersRequest) Reset ¶
func (x *GetCFiltersRequest) Reset()
func (*GetCFiltersRequest) String ¶
func (x *GetCFiltersRequest) String() string
type GetCFiltersResponse ¶
type GetCFiltersResponse struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Filter []byte `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` BlockHash []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` // contains filtered or unexported fields }
func (*GetCFiltersResponse) Descriptor
deprecated
func (*GetCFiltersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCFiltersResponse.ProtoReflect.Descriptor instead.
func (*GetCFiltersResponse) GetBlockHash ¶
func (x *GetCFiltersResponse) GetBlockHash() []byte
func (*GetCFiltersResponse) GetFilter ¶
func (x *GetCFiltersResponse) GetFilter() []byte
func (*GetCFiltersResponse) GetKey ¶
func (x *GetCFiltersResponse) GetKey() []byte
func (*GetCFiltersResponse) ProtoMessage ¶
func (*GetCFiltersResponse) ProtoMessage()
func (*GetCFiltersResponse) ProtoReflect ¶
func (x *GetCFiltersResponse) ProtoReflect() protoreflect.Message
func (*GetCFiltersResponse) Reset ¶
func (x *GetCFiltersResponse) Reset()
func (*GetCFiltersResponse) String ¶
func (x *GetCFiltersResponse) String() string
type GetCoinjoinOutputspByAcctRequest ¶
type GetCoinjoinOutputspByAcctRequest struct {
// contains filtered or unexported fields
}
func (*GetCoinjoinOutputspByAcctRequest) Descriptor
deprecated
func (*GetCoinjoinOutputspByAcctRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCoinjoinOutputspByAcctRequest.ProtoReflect.Descriptor instead.
func (*GetCoinjoinOutputspByAcctRequest) ProtoMessage ¶
func (*GetCoinjoinOutputspByAcctRequest) ProtoMessage()
func (*GetCoinjoinOutputspByAcctRequest) ProtoReflect ¶
func (x *GetCoinjoinOutputspByAcctRequest) ProtoReflect() protoreflect.Message
func (*GetCoinjoinOutputspByAcctRequest) Reset ¶
func (x *GetCoinjoinOutputspByAcctRequest) Reset()
func (*GetCoinjoinOutputspByAcctRequest) String ¶
func (x *GetCoinjoinOutputspByAcctRequest) String() string
type GetCoinjoinOutputspByAcctResponse ¶
type GetCoinjoinOutputspByAcctResponse struct { Data []*CoinjoinTxsSumByAcct `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetCoinjoinOutputspByAcctResponse) Descriptor
deprecated
func (*GetCoinjoinOutputspByAcctResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCoinjoinOutputspByAcctResponse.ProtoReflect.Descriptor instead.
func (*GetCoinjoinOutputspByAcctResponse) GetData ¶
func (x *GetCoinjoinOutputspByAcctResponse) GetData() []*CoinjoinTxsSumByAcct
func (*GetCoinjoinOutputspByAcctResponse) ProtoMessage ¶
func (*GetCoinjoinOutputspByAcctResponse) ProtoMessage()
func (*GetCoinjoinOutputspByAcctResponse) ProtoReflect ¶
func (x *GetCoinjoinOutputspByAcctResponse) ProtoReflect() protoreflect.Message
func (*GetCoinjoinOutputspByAcctResponse) Reset ¶
func (x *GetCoinjoinOutputspByAcctResponse) Reset()
func (*GetCoinjoinOutputspByAcctResponse) String ¶
func (x *GetCoinjoinOutputspByAcctResponse) String() string
type GetPeerInfoRequest ¶
type GetPeerInfoRequest struct {
// contains filtered or unexported fields
}
func (*GetPeerInfoRequest) Descriptor
deprecated
func (*GetPeerInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPeerInfoRequest.ProtoReflect.Descriptor instead.
func (*GetPeerInfoRequest) ProtoMessage ¶
func (*GetPeerInfoRequest) ProtoMessage()
func (*GetPeerInfoRequest) ProtoReflect ¶
func (x *GetPeerInfoRequest) ProtoReflect() protoreflect.Message
func (*GetPeerInfoRequest) Reset ¶
func (x *GetPeerInfoRequest) Reset()
func (*GetPeerInfoRequest) String ¶
func (x *GetPeerInfoRequest) String() string
type GetPeerInfoResponse ¶
type GetPeerInfoResponse struct { PeerInfo []*GetPeerInfoResponse_PeerInfo `protobuf:"bytes,1,rep,name=peer_info,json=peerInfo,proto3" json:"peer_info,omitempty"` // contains filtered or unexported fields }
func (*GetPeerInfoResponse) Descriptor
deprecated
func (*GetPeerInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPeerInfoResponse.ProtoReflect.Descriptor instead.
func (*GetPeerInfoResponse) GetPeerInfo ¶
func (x *GetPeerInfoResponse) GetPeerInfo() []*GetPeerInfoResponse_PeerInfo
func (*GetPeerInfoResponse) ProtoMessage ¶
func (*GetPeerInfoResponse) ProtoMessage()
func (*GetPeerInfoResponse) ProtoReflect ¶
func (x *GetPeerInfoResponse) ProtoReflect() protoreflect.Message
func (*GetPeerInfoResponse) Reset ¶
func (x *GetPeerInfoResponse) Reset()
func (*GetPeerInfoResponse) String ¶
func (x *GetPeerInfoResponse) String() string
type GetPeerInfoResponse_PeerInfo ¶
type GetPeerInfoResponse_PeerInfo struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` AddrLocal string `protobuf:"bytes,3,opt,name=addr_local,json=addrLocal,proto3" json:"addr_local,omitempty"` Services string `protobuf:"bytes,4,opt,name=services,proto3" json:"services,omitempty"` Version uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"` SubVer string `protobuf:"bytes,6,opt,name=sub_ver,json=subVer,proto3" json:"sub_ver,omitempty"` StartingHeight int64 `protobuf:"varint,7,opt,name=starting_height,json=startingHeight,proto3" json:"starting_height,omitempty"` BanScore int32 `protobuf:"varint,8,opt,name=ban_score,json=banScore,proto3" json:"ban_score,omitempty"` // contains filtered or unexported fields }
func (*GetPeerInfoResponse_PeerInfo) Descriptor
deprecated
func (*GetPeerInfoResponse_PeerInfo) Descriptor() ([]byte, []int)
Deprecated: Use GetPeerInfoResponse_PeerInfo.ProtoReflect.Descriptor instead.
func (*GetPeerInfoResponse_PeerInfo) GetAddr ¶
func (x *GetPeerInfoResponse_PeerInfo) GetAddr() string
func (*GetPeerInfoResponse_PeerInfo) GetAddrLocal ¶
func (x *GetPeerInfoResponse_PeerInfo) GetAddrLocal() string
func (*GetPeerInfoResponse_PeerInfo) GetBanScore ¶
func (x *GetPeerInfoResponse_PeerInfo) GetBanScore() int32
func (*GetPeerInfoResponse_PeerInfo) GetId ¶
func (x *GetPeerInfoResponse_PeerInfo) GetId() int32
func (*GetPeerInfoResponse_PeerInfo) GetServices ¶
func (x *GetPeerInfoResponse_PeerInfo) GetServices() string
func (*GetPeerInfoResponse_PeerInfo) GetStartingHeight ¶
func (x *GetPeerInfoResponse_PeerInfo) GetStartingHeight() int64
func (*GetPeerInfoResponse_PeerInfo) GetSubVer ¶
func (x *GetPeerInfoResponse_PeerInfo) GetSubVer() string
func (*GetPeerInfoResponse_PeerInfo) GetVersion ¶
func (x *GetPeerInfoResponse_PeerInfo) GetVersion() uint32
func (*GetPeerInfoResponse_PeerInfo) ProtoMessage ¶
func (*GetPeerInfoResponse_PeerInfo) ProtoMessage()
func (*GetPeerInfoResponse_PeerInfo) ProtoReflect ¶
func (x *GetPeerInfoResponse_PeerInfo) ProtoReflect() protoreflect.Message
func (*GetPeerInfoResponse_PeerInfo) Reset ¶
func (x *GetPeerInfoResponse_PeerInfo) Reset()
func (*GetPeerInfoResponse_PeerInfo) String ¶
func (x *GetPeerInfoResponse_PeerInfo) String() string
type GetRawBlockRequest ¶
type GetRawBlockRequest struct { BlockHash []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` BlockHeight int32 `protobuf:"zigzag32,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // contains filtered or unexported fields }
func (*GetRawBlockRequest) Descriptor
deprecated
func (*GetRawBlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRawBlockRequest.ProtoReflect.Descriptor instead.
func (*GetRawBlockRequest) GetBlockHash ¶
func (x *GetRawBlockRequest) GetBlockHash() []byte
func (*GetRawBlockRequest) GetBlockHeight ¶
func (x *GetRawBlockRequest) GetBlockHeight() int32
func (*GetRawBlockRequest) ProtoMessage ¶
func (*GetRawBlockRequest) ProtoMessage()
func (*GetRawBlockRequest) ProtoReflect ¶
func (x *GetRawBlockRequest) ProtoReflect() protoreflect.Message
func (*GetRawBlockRequest) Reset ¶
func (x *GetRawBlockRequest) Reset()
func (*GetRawBlockRequest) String ¶
func (x *GetRawBlockRequest) String() string
type GetRawBlockResponse ¶
type GetRawBlockResponse struct { Block []byte `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` // contains filtered or unexported fields }
func (*GetRawBlockResponse) Descriptor
deprecated
func (*GetRawBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRawBlockResponse.ProtoReflect.Descriptor instead.
func (*GetRawBlockResponse) GetBlock ¶
func (x *GetRawBlockResponse) GetBlock() []byte
func (*GetRawBlockResponse) ProtoMessage ¶
func (*GetRawBlockResponse) ProtoMessage()
func (*GetRawBlockResponse) ProtoReflect ¶
func (x *GetRawBlockResponse) ProtoReflect() protoreflect.Message
func (*GetRawBlockResponse) Reset ¶
func (x *GetRawBlockResponse) Reset()
func (*GetRawBlockResponse) String ¶
func (x *GetRawBlockResponse) String() string
type GetTicketRequest ¶
type GetTicketRequest struct { TicketHash []byte `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*GetTicketRequest) Descriptor
deprecated
func (*GetTicketRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTicketRequest.ProtoReflect.Descriptor instead.
func (*GetTicketRequest) GetTicketHash ¶
func (x *GetTicketRequest) GetTicketHash() []byte
func (*GetTicketRequest) ProtoMessage ¶
func (*GetTicketRequest) ProtoMessage()
func (*GetTicketRequest) ProtoReflect ¶
func (x *GetTicketRequest) ProtoReflect() protoreflect.Message
func (*GetTicketRequest) Reset ¶
func (x *GetTicketRequest) Reset()
func (*GetTicketRequest) String ¶
func (x *GetTicketRequest) String() string
type GetTicketsRequest ¶
type GetTicketsRequest struct { StartingBlockHash []byte `protobuf:"bytes,1,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"` StartingBlockHeight int32 `protobuf:"zigzag32,2,opt,name=starting_block_height,json=startingBlockHeight,proto3" json:"starting_block_height,omitempty"` EndingBlockHash []byte `protobuf:"bytes,3,opt,name=ending_block_hash,json=endingBlockHash,proto3" json:"ending_block_hash,omitempty"` EndingBlockHeight int32 `protobuf:"varint,4,opt,name=ending_block_height,json=endingBlockHeight,proto3" json:"ending_block_height,omitempty"` TargetTicketCount int32 `protobuf:"varint,5,opt,name=target_ticket_count,json=targetTicketCount,proto3" json:"target_ticket_count,omitempty"` // contains filtered or unexported fields }
func (*GetTicketsRequest) Descriptor
deprecated
func (*GetTicketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTicketsRequest.ProtoReflect.Descriptor instead.
func (*GetTicketsRequest) GetEndingBlockHash ¶
func (x *GetTicketsRequest) GetEndingBlockHash() []byte
func (*GetTicketsRequest) GetEndingBlockHeight ¶
func (x *GetTicketsRequest) GetEndingBlockHeight() int32
func (*GetTicketsRequest) GetStartingBlockHash ¶
func (x *GetTicketsRequest) GetStartingBlockHash() []byte
func (*GetTicketsRequest) GetStartingBlockHeight ¶
func (x *GetTicketsRequest) GetStartingBlockHeight() int32
func (*GetTicketsRequest) GetTargetTicketCount ¶
func (x *GetTicketsRequest) GetTargetTicketCount() int32
func (*GetTicketsRequest) ProtoMessage ¶
func (*GetTicketsRequest) ProtoMessage()
func (*GetTicketsRequest) ProtoReflect ¶
func (x *GetTicketsRequest) ProtoReflect() protoreflect.Message
func (*GetTicketsRequest) Reset ¶
func (x *GetTicketsRequest) Reset()
func (*GetTicketsRequest) String ¶
func (x *GetTicketsRequest) String() string
type GetTicketsResponse ¶
type GetTicketsResponse struct { Ticket *GetTicketsResponse_TicketDetails `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"` Block *GetTicketsResponse_BlockDetails `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"` VspHost string `protobuf:"bytes,3,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"` // contains filtered or unexported fields }
func (*GetTicketsResponse) Descriptor
deprecated
func (*GetTicketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTicketsResponse.ProtoReflect.Descriptor instead.
func (*GetTicketsResponse) GetBlock ¶
func (x *GetTicketsResponse) GetBlock() *GetTicketsResponse_BlockDetails
func (*GetTicketsResponse) GetTicket ¶
func (x *GetTicketsResponse) GetTicket() *GetTicketsResponse_TicketDetails
func (*GetTicketsResponse) GetVspHost ¶
func (x *GetTicketsResponse) GetVspHost() string
func (*GetTicketsResponse) ProtoMessage ¶
func (*GetTicketsResponse) ProtoMessage()
func (*GetTicketsResponse) ProtoReflect ¶
func (x *GetTicketsResponse) ProtoReflect() protoreflect.Message
func (*GetTicketsResponse) Reset ¶
func (x *GetTicketsResponse) Reset()
func (*GetTicketsResponse) String ¶
func (x *GetTicketsResponse) String() string
type GetTicketsResponse_BlockDetails ¶
type GetTicketsResponse_BlockDetails struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetTicketsResponse_BlockDetails) Descriptor
deprecated
func (*GetTicketsResponse_BlockDetails) Descriptor() ([]byte, []int)
Deprecated: Use GetTicketsResponse_BlockDetails.ProtoReflect.Descriptor instead.
func (*GetTicketsResponse_BlockDetails) GetHash ¶
func (x *GetTicketsResponse_BlockDetails) GetHash() []byte
func (*GetTicketsResponse_BlockDetails) GetHeight ¶
func (x *GetTicketsResponse_BlockDetails) GetHeight() int32
func (*GetTicketsResponse_BlockDetails) GetTimestamp ¶
func (x *GetTicketsResponse_BlockDetails) GetTimestamp() int64
func (*GetTicketsResponse_BlockDetails) ProtoMessage ¶
func (*GetTicketsResponse_BlockDetails) ProtoMessage()
func (*GetTicketsResponse_BlockDetails) ProtoReflect ¶
func (x *GetTicketsResponse_BlockDetails) ProtoReflect() protoreflect.Message
func (*GetTicketsResponse_BlockDetails) Reset ¶
func (x *GetTicketsResponse_BlockDetails) Reset()
func (*GetTicketsResponse_BlockDetails) String ¶
func (x *GetTicketsResponse_BlockDetails) String() string
type GetTicketsResponse_TicketDetails ¶
type GetTicketsResponse_TicketDetails struct { Ticket *TransactionDetails `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"` Spender *TransactionDetails `protobuf:"bytes,2,opt,name=spender,proto3" json:"spender,omitempty"` TicketStatus GetTicketsResponse_TicketDetails_TicketStatus `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetTicketsResponse_TicketDetails) Descriptor
deprecated
func (*GetTicketsResponse_TicketDetails) Descriptor() ([]byte, []int)
Deprecated: Use GetTicketsResponse_TicketDetails.ProtoReflect.Descriptor instead.
func (*GetTicketsResponse_TicketDetails) GetSpender ¶
func (x *GetTicketsResponse_TicketDetails) GetSpender() *TransactionDetails
func (*GetTicketsResponse_TicketDetails) GetTicket ¶
func (x *GetTicketsResponse_TicketDetails) GetTicket() *TransactionDetails
func (*GetTicketsResponse_TicketDetails) GetTicketStatus ¶
func (x *GetTicketsResponse_TicketDetails) GetTicketStatus() GetTicketsResponse_TicketDetails_TicketStatus
func (*GetTicketsResponse_TicketDetails) ProtoMessage ¶
func (*GetTicketsResponse_TicketDetails) ProtoMessage()
func (*GetTicketsResponse_TicketDetails) ProtoReflect ¶
func (x *GetTicketsResponse_TicketDetails) ProtoReflect() protoreflect.Message
func (*GetTicketsResponse_TicketDetails) Reset ¶
func (x *GetTicketsResponse_TicketDetails) Reset()
func (*GetTicketsResponse_TicketDetails) String ¶
func (x *GetTicketsResponse_TicketDetails) String() string
type GetTicketsResponse_TicketDetails_TicketStatus ¶
type GetTicketsResponse_TicketDetails_TicketStatus int32
const ( GetTicketsResponse_TicketDetails_UNKNOWN GetTicketsResponse_TicketDetails_TicketStatus = 0 GetTicketsResponse_TicketDetails_UNMINED GetTicketsResponse_TicketDetails_TicketStatus = 1 GetTicketsResponse_TicketDetails_IMMATURE GetTicketsResponse_TicketDetails_TicketStatus = 2 GetTicketsResponse_TicketDetails_LIVE GetTicketsResponse_TicketDetails_TicketStatus = 3 GetTicketsResponse_TicketDetails_VOTED GetTicketsResponse_TicketDetails_TicketStatus = 4 GetTicketsResponse_TicketDetails_MISSED GetTicketsResponse_TicketDetails_TicketStatus = 5 GetTicketsResponse_TicketDetails_EXPIRED GetTicketsResponse_TicketDetails_TicketStatus = 6 GetTicketsResponse_TicketDetails_REVOKED GetTicketsResponse_TicketDetails_TicketStatus = 7 )
func (GetTicketsResponse_TicketDetails_TicketStatus) Descriptor ¶
func (GetTicketsResponse_TicketDetails_TicketStatus) Descriptor() protoreflect.EnumDescriptor
func (GetTicketsResponse_TicketDetails_TicketStatus) EnumDescriptor
deprecated
func (GetTicketsResponse_TicketDetails_TicketStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetTicketsResponse_TicketDetails_TicketStatus.Descriptor instead.
func (GetTicketsResponse_TicketDetails_TicketStatus) Number ¶
func (x GetTicketsResponse_TicketDetails_TicketStatus) Number() protoreflect.EnumNumber
func (GetTicketsResponse_TicketDetails_TicketStatus) String ¶
func (x GetTicketsResponse_TicketDetails_TicketStatus) String() string
type GetTrackedVSPTicketsRequest ¶
type GetTrackedVSPTicketsRequest struct {
// contains filtered or unexported fields
}
func (*GetTrackedVSPTicketsRequest) Descriptor
deprecated
func (*GetTrackedVSPTicketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTrackedVSPTicketsRequest.ProtoReflect.Descriptor instead.
func (*GetTrackedVSPTicketsRequest) ProtoMessage ¶
func (*GetTrackedVSPTicketsRequest) ProtoMessage()
func (*GetTrackedVSPTicketsRequest) ProtoReflect ¶
func (x *GetTrackedVSPTicketsRequest) ProtoReflect() protoreflect.Message
func (*GetTrackedVSPTicketsRequest) Reset ¶
func (x *GetTrackedVSPTicketsRequest) Reset()
func (*GetTrackedVSPTicketsRequest) String ¶
func (x *GetTrackedVSPTicketsRequest) String() string
type GetTrackedVSPTicketsResponse ¶
type GetTrackedVSPTicketsResponse struct { Vsps []*GetTrackedVSPTicketsResponse_VSP `protobuf:"bytes,1,rep,name=vsps,proto3" json:"vsps,omitempty"` // contains filtered or unexported fields }
func (*GetTrackedVSPTicketsResponse) Descriptor
deprecated
func (*GetTrackedVSPTicketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTrackedVSPTicketsResponse.ProtoReflect.Descriptor instead.
func (*GetTrackedVSPTicketsResponse) GetVsps ¶
func (x *GetTrackedVSPTicketsResponse) GetVsps() []*GetTrackedVSPTicketsResponse_VSP
func (*GetTrackedVSPTicketsResponse) ProtoMessage ¶
func (*GetTrackedVSPTicketsResponse) ProtoMessage()
func (*GetTrackedVSPTicketsResponse) ProtoReflect ¶
func (x *GetTrackedVSPTicketsResponse) ProtoReflect() protoreflect.Message
func (*GetTrackedVSPTicketsResponse) Reset ¶
func (x *GetTrackedVSPTicketsResponse) Reset()
func (*GetTrackedVSPTicketsResponse) String ¶
func (x *GetTrackedVSPTicketsResponse) String() string
type GetTrackedVSPTicketsResponse_Ticket ¶
type GetTrackedVSPTicketsResponse_Ticket struct { TicketHash []byte `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` VotingAddress string `protobuf:"bytes,2,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"` CommitmentAddress string `protobuf:"bytes,3,opt,name=commitment_address,json=commitmentAddress,proto3" json:"commitment_address,omitempty"` State uint32 `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"` Fee int64 `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"` FeeHash []byte `protobuf:"bytes,6,opt,name=fee_hash,json=feeHash,proto3" json:"fee_hash,omitempty"` // contains filtered or unexported fields }
func (*GetTrackedVSPTicketsResponse_Ticket) Descriptor
deprecated
func (*GetTrackedVSPTicketsResponse_Ticket) Descriptor() ([]byte, []int)
Deprecated: Use GetTrackedVSPTicketsResponse_Ticket.ProtoReflect.Descriptor instead.
func (*GetTrackedVSPTicketsResponse_Ticket) GetCommitmentAddress ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) GetCommitmentAddress() string
func (*GetTrackedVSPTicketsResponse_Ticket) GetFee ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) GetFee() int64
func (*GetTrackedVSPTicketsResponse_Ticket) GetFeeHash ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) GetFeeHash() []byte
func (*GetTrackedVSPTicketsResponse_Ticket) GetState ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) GetState() uint32
func (*GetTrackedVSPTicketsResponse_Ticket) GetTicketHash ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) GetTicketHash() []byte
func (*GetTrackedVSPTicketsResponse_Ticket) GetVotingAddress ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) GetVotingAddress() string
func (*GetTrackedVSPTicketsResponse_Ticket) ProtoMessage ¶
func (*GetTrackedVSPTicketsResponse_Ticket) ProtoMessage()
func (*GetTrackedVSPTicketsResponse_Ticket) ProtoReflect ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) ProtoReflect() protoreflect.Message
func (*GetTrackedVSPTicketsResponse_Ticket) Reset ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) Reset()
func (*GetTrackedVSPTicketsResponse_Ticket) String ¶
func (x *GetTrackedVSPTicketsResponse_Ticket) String() string
type GetTrackedVSPTicketsResponse_VSP ¶
type GetTrackedVSPTicketsResponse_VSP struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Tickets []*GetTrackedVSPTicketsResponse_Ticket `protobuf:"bytes,2,rep,name=tickets,proto3" json:"tickets,omitempty"` // contains filtered or unexported fields }
func (*GetTrackedVSPTicketsResponse_VSP) Descriptor
deprecated
func (*GetTrackedVSPTicketsResponse_VSP) Descriptor() ([]byte, []int)
Deprecated: Use GetTrackedVSPTicketsResponse_VSP.ProtoReflect.Descriptor instead.
func (*GetTrackedVSPTicketsResponse_VSP) GetHost ¶
func (x *GetTrackedVSPTicketsResponse_VSP) GetHost() string
func (*GetTrackedVSPTicketsResponse_VSP) GetTickets ¶
func (x *GetTrackedVSPTicketsResponse_VSP) GetTickets() []*GetTrackedVSPTicketsResponse_Ticket
func (*GetTrackedVSPTicketsResponse_VSP) ProtoMessage ¶
func (*GetTrackedVSPTicketsResponse_VSP) ProtoMessage()
func (*GetTrackedVSPTicketsResponse_VSP) ProtoReflect ¶
func (x *GetTrackedVSPTicketsResponse_VSP) ProtoReflect() protoreflect.Message
func (*GetTrackedVSPTicketsResponse_VSP) Reset ¶
func (x *GetTrackedVSPTicketsResponse_VSP) Reset()
func (*GetTrackedVSPTicketsResponse_VSP) String ¶
func (x *GetTrackedVSPTicketsResponse_VSP) String() string
type GetTransactionRequest ¶
type GetTransactionRequest struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` // contains filtered or unexported fields }
func (*GetTransactionRequest) Descriptor
deprecated
func (*GetTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead.
func (*GetTransactionRequest) GetTransactionHash ¶
func (x *GetTransactionRequest) GetTransactionHash() []byte
func (*GetTransactionRequest) ProtoMessage ¶
func (*GetTransactionRequest) ProtoMessage()
func (*GetTransactionRequest) ProtoReflect ¶
func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message
func (*GetTransactionRequest) Reset ¶
func (x *GetTransactionRequest) Reset()
func (*GetTransactionRequest) String ¶
func (x *GetTransactionRequest) String() string
type GetTransactionResponse ¶
type GetTransactionResponse struct { Transaction *TransactionDetails `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` Confirmations int32 `protobuf:"varint,2,opt,name=confirmations,proto3" json:"confirmations,omitempty"` BlockHash []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` // contains filtered or unexported fields }
func (*GetTransactionResponse) Descriptor
deprecated
func (*GetTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTransactionResponse.ProtoReflect.Descriptor instead.
func (*GetTransactionResponse) GetBlockHash ¶
func (x *GetTransactionResponse) GetBlockHash() []byte
func (*GetTransactionResponse) GetConfirmations ¶
func (x *GetTransactionResponse) GetConfirmations() int32
func (*GetTransactionResponse) GetTransaction ¶
func (x *GetTransactionResponse) GetTransaction() *TransactionDetails
func (*GetTransactionResponse) ProtoMessage ¶
func (*GetTransactionResponse) ProtoMessage()
func (*GetTransactionResponse) ProtoReflect ¶
func (x *GetTransactionResponse) ProtoReflect() protoreflect.Message
func (*GetTransactionResponse) Reset ¶
func (x *GetTransactionResponse) Reset()
func (*GetTransactionResponse) String ¶
func (x *GetTransactionResponse) String() string
type GetTransactionsRequest ¶
type GetTransactionsRequest struct { // Optionally specify the starting block from which to begin including all transactions. // Either the starting block hash or height may be specified, but not both. // If a block height is specified and is negative, the absolute value becomes the number of // last blocks to include. That is, given a current chain height of 1000 and a starting block // height of -3, transaction notifications will be created for blocks 998, 999, and 1000. // If both options are excluded, transaction results are created for transactions since the // genesis block. StartingBlockHash []byte `protobuf:"bytes,1,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"` StartingBlockHeight int32 `protobuf:"zigzag32,2,opt,name=starting_block_height,json=startingBlockHeight,proto3" json:"starting_block_height,omitempty"` // Optionally specify the last block that transaction results may appear in. // Either the ending block hash or height may be specified, but not both. // If both are excluded, transaction results are created for all transactions // through the best block, and include all unmined transactions. EndingBlockHash []byte `protobuf:"bytes,3,opt,name=ending_block_hash,json=endingBlockHash,proto3" json:"ending_block_hash,omitempty"` EndingBlockHeight int32 `protobuf:"varint,4,opt,name=ending_block_height,json=endingBlockHeight,proto3" json:"ending_block_height,omitempty"` // Include at least this many of the newest transactions if they exist. // Cannot be used when the ending block hash is specified. // // TODO: remove until spec adds it back in some way. MinimumRecentTransactions int32 `` /* 139-byte string literal not displayed */ // Try to include at most this many transactions in the reply TargetTransactionCount int32 `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetTransactionsRequest) Descriptor
deprecated
func (*GetTransactionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTransactionsRequest.ProtoReflect.Descriptor instead.
func (*GetTransactionsRequest) GetEndingBlockHash ¶
func (x *GetTransactionsRequest) GetEndingBlockHash() []byte
func (*GetTransactionsRequest) GetEndingBlockHeight ¶
func (x *GetTransactionsRequest) GetEndingBlockHeight() int32
func (*GetTransactionsRequest) GetMinimumRecentTransactions ¶
func (x *GetTransactionsRequest) GetMinimumRecentTransactions() int32
func (*GetTransactionsRequest) GetStartingBlockHash ¶
func (x *GetTransactionsRequest) GetStartingBlockHash() []byte
func (*GetTransactionsRequest) GetStartingBlockHeight ¶
func (x *GetTransactionsRequest) GetStartingBlockHeight() int32
func (*GetTransactionsRequest) GetTargetTransactionCount ¶
func (x *GetTransactionsRequest) GetTargetTransactionCount() int32
func (*GetTransactionsRequest) ProtoMessage ¶
func (*GetTransactionsRequest) ProtoMessage()
func (*GetTransactionsRequest) ProtoReflect ¶
func (x *GetTransactionsRequest) ProtoReflect() protoreflect.Message
func (*GetTransactionsRequest) Reset ¶
func (x *GetTransactionsRequest) Reset()
func (*GetTransactionsRequest) String ¶
func (x *GetTransactionsRequest) String() string
type GetTransactionsResponse ¶
type GetTransactionsResponse struct { MinedTransactions *BlockDetails `protobuf:"bytes,1,opt,name=mined_transactions,json=minedTransactions,proto3" json:"mined_transactions,omitempty"` UnminedTransactions []*TransactionDetails `protobuf:"bytes,2,rep,name=unmined_transactions,json=unminedTransactions,proto3" json:"unmined_transactions,omitempty"` // contains filtered or unexported fields }
func (*GetTransactionsResponse) Descriptor
deprecated
func (*GetTransactionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTransactionsResponse.ProtoReflect.Descriptor instead.
func (*GetTransactionsResponse) GetMinedTransactions ¶
func (x *GetTransactionsResponse) GetMinedTransactions() *BlockDetails
func (*GetTransactionsResponse) GetUnminedTransactions ¶
func (x *GetTransactionsResponse) GetUnminedTransactions() []*TransactionDetails
func (*GetTransactionsResponse) ProtoMessage ¶
func (*GetTransactionsResponse) ProtoMessage()
func (*GetTransactionsResponse) ProtoReflect ¶
func (x *GetTransactionsResponse) ProtoReflect() protoreflect.Message
func (*GetTransactionsResponse) Reset ¶
func (x *GetTransactionsResponse) Reset()
func (*GetTransactionsResponse) String ¶
func (x *GetTransactionsResponse) String() string
type GetVSPTicketsByFeeStatusRequest ¶
type GetVSPTicketsByFeeStatusRequest struct { FeeStatus GetVSPTicketsByFeeStatusRequest_FeeStatus `` /* 146-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetVSPTicketsByFeeStatusRequest) Descriptor
deprecated
func (*GetVSPTicketsByFeeStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVSPTicketsByFeeStatusRequest.ProtoReflect.Descriptor instead.
func (*GetVSPTicketsByFeeStatusRequest) GetFeeStatus ¶
func (x *GetVSPTicketsByFeeStatusRequest) GetFeeStatus() GetVSPTicketsByFeeStatusRequest_FeeStatus
func (*GetVSPTicketsByFeeStatusRequest) ProtoMessage ¶
func (*GetVSPTicketsByFeeStatusRequest) ProtoMessage()
func (*GetVSPTicketsByFeeStatusRequest) ProtoReflect ¶
func (x *GetVSPTicketsByFeeStatusRequest) ProtoReflect() protoreflect.Message
func (*GetVSPTicketsByFeeStatusRequest) Reset ¶
func (x *GetVSPTicketsByFeeStatusRequest) Reset()
func (*GetVSPTicketsByFeeStatusRequest) String ¶
func (x *GetVSPTicketsByFeeStatusRequest) String() string
type GetVSPTicketsByFeeStatusRequest_FeeStatus ¶
type GetVSPTicketsByFeeStatusRequest_FeeStatus int32
const ( GetVSPTicketsByFeeStatusRequest_VSP_FEE_PROCESS_STARTED GetVSPTicketsByFeeStatusRequest_FeeStatus = 0 GetVSPTicketsByFeeStatusRequest_VSP_FEE_PROCESS_PAID GetVSPTicketsByFeeStatusRequest_FeeStatus = 1 GetVSPTicketsByFeeStatusRequest_VSP_FEE_PROCESS_ERRORED GetVSPTicketsByFeeStatusRequest_FeeStatus = 2 GetVSPTicketsByFeeStatusRequest_VSP_FEE_PROCESS_CONFIRMED GetVSPTicketsByFeeStatusRequest_FeeStatus = 3 )
func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Descriptor ¶
func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Descriptor() protoreflect.EnumDescriptor
func (GetVSPTicketsByFeeStatusRequest_FeeStatus) EnumDescriptor
deprecated
func (GetVSPTicketsByFeeStatusRequest_FeeStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetVSPTicketsByFeeStatusRequest_FeeStatus.Descriptor instead.
func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Number ¶
func (x GetVSPTicketsByFeeStatusRequest_FeeStatus) Number() protoreflect.EnumNumber
func (GetVSPTicketsByFeeStatusRequest_FeeStatus) String ¶
func (x GetVSPTicketsByFeeStatusRequest_FeeStatus) String() string
func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Type ¶
func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Type() protoreflect.EnumType
type GetVSPTicketsByFeeStatusResponse ¶
type GetVSPTicketsByFeeStatusResponse struct { TicketsHashes [][]byte `protobuf:"bytes,1,rep,name=tickets_hashes,json=ticketsHashes,proto3" json:"tickets_hashes,omitempty"` // contains filtered or unexported fields }
func (*GetVSPTicketsByFeeStatusResponse) Descriptor
deprecated
func (*GetVSPTicketsByFeeStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVSPTicketsByFeeStatusResponse.ProtoReflect.Descriptor instead.
func (*GetVSPTicketsByFeeStatusResponse) GetTicketsHashes ¶
func (x *GetVSPTicketsByFeeStatusResponse) GetTicketsHashes() [][]byte
func (*GetVSPTicketsByFeeStatusResponse) ProtoMessage ¶
func (*GetVSPTicketsByFeeStatusResponse) ProtoMessage()
func (*GetVSPTicketsByFeeStatusResponse) ProtoReflect ¶
func (x *GetVSPTicketsByFeeStatusResponse) ProtoReflect() protoreflect.Message
func (*GetVSPTicketsByFeeStatusResponse) Reset ¶
func (x *GetVSPTicketsByFeeStatusResponse) Reset()
func (*GetVSPTicketsByFeeStatusResponse) String ¶
func (x *GetVSPTicketsByFeeStatusResponse) String() string
type ImportExtendedPublicKeyRequest ¶
type ImportExtendedPublicKeyRequest struct { Xpub string `protobuf:"bytes,1,opt,name=xpub,proto3" json:"xpub,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` Rescan bool `protobuf:"varint,3,opt,name=rescan,proto3" json:"rescan,omitempty"` ScanFrom int32 `protobuf:"varint,4,opt,name=scan_from,json=scanFrom,proto3" json:"scan_from,omitempty"` // contains filtered or unexported fields }
func (*ImportExtendedPublicKeyRequest) Descriptor
deprecated
func (*ImportExtendedPublicKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use ImportExtendedPublicKeyRequest.ProtoReflect.Descriptor instead.
func (*ImportExtendedPublicKeyRequest) GetAccountName ¶
func (x *ImportExtendedPublicKeyRequest) GetAccountName() string
func (*ImportExtendedPublicKeyRequest) GetRescan ¶
func (x *ImportExtendedPublicKeyRequest) GetRescan() bool
func (*ImportExtendedPublicKeyRequest) GetScanFrom ¶
func (x *ImportExtendedPublicKeyRequest) GetScanFrom() int32
func (*ImportExtendedPublicKeyRequest) GetXpub ¶
func (x *ImportExtendedPublicKeyRequest) GetXpub() string
func (*ImportExtendedPublicKeyRequest) ProtoMessage ¶
func (*ImportExtendedPublicKeyRequest) ProtoMessage()
func (*ImportExtendedPublicKeyRequest) ProtoReflect ¶
func (x *ImportExtendedPublicKeyRequest) ProtoReflect() protoreflect.Message
func (*ImportExtendedPublicKeyRequest) Reset ¶
func (x *ImportExtendedPublicKeyRequest) Reset()
func (*ImportExtendedPublicKeyRequest) String ¶
func (x *ImportExtendedPublicKeyRequest) String() string
type ImportExtendedPublicKeyResponse ¶
type ImportExtendedPublicKeyResponse struct {
// contains filtered or unexported fields
}
func (*ImportExtendedPublicKeyResponse) Descriptor
deprecated
func (*ImportExtendedPublicKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use ImportExtendedPublicKeyResponse.ProtoReflect.Descriptor instead.
func (*ImportExtendedPublicKeyResponse) ProtoMessage ¶
func (*ImportExtendedPublicKeyResponse) ProtoMessage()
func (*ImportExtendedPublicKeyResponse) ProtoReflect ¶
func (x *ImportExtendedPublicKeyResponse) ProtoReflect() protoreflect.Message
func (*ImportExtendedPublicKeyResponse) Reset ¶
func (x *ImportExtendedPublicKeyResponse) Reset()
func (*ImportExtendedPublicKeyResponse) String ¶
func (x *ImportExtendedPublicKeyResponse) String() string
type ImportPrivateKeyRequest ¶
type ImportPrivateKeyRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Account uint32 `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"` PrivateKeyWif string `protobuf:"bytes,3,opt,name=private_key_wif,json=privateKeyWif,proto3" json:"private_key_wif,omitempty"` Rescan bool `protobuf:"varint,4,opt,name=rescan,proto3" json:"rescan,omitempty"` ScanFrom int32 `protobuf:"varint,5,opt,name=scan_from,json=scanFrom,proto3" json:"scan_from,omitempty"` // contains filtered or unexported fields }
func (*ImportPrivateKeyRequest) Descriptor
deprecated
func (*ImportPrivateKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use ImportPrivateKeyRequest.ProtoReflect.Descriptor instead.
func (*ImportPrivateKeyRequest) GetAccount ¶
func (x *ImportPrivateKeyRequest) GetAccount() uint32
func (*ImportPrivateKeyRequest) GetPassphrase ¶
func (x *ImportPrivateKeyRequest) GetPassphrase() []byte
func (*ImportPrivateKeyRequest) GetPrivateKeyWif ¶
func (x *ImportPrivateKeyRequest) GetPrivateKeyWif() string
func (*ImportPrivateKeyRequest) GetRescan ¶
func (x *ImportPrivateKeyRequest) GetRescan() bool
func (*ImportPrivateKeyRequest) GetScanFrom ¶
func (x *ImportPrivateKeyRequest) GetScanFrom() int32
func (*ImportPrivateKeyRequest) ProtoMessage ¶
func (*ImportPrivateKeyRequest) ProtoMessage()
func (*ImportPrivateKeyRequest) ProtoReflect ¶
func (x *ImportPrivateKeyRequest) ProtoReflect() protoreflect.Message
func (*ImportPrivateKeyRequest) Reset ¶
func (x *ImportPrivateKeyRequest) Reset()
func (*ImportPrivateKeyRequest) String ¶
func (x *ImportPrivateKeyRequest) String() string
type ImportPrivateKeyResponse ¶
type ImportPrivateKeyResponse struct {
// contains filtered or unexported fields
}
func (*ImportPrivateKeyResponse) Descriptor
deprecated
func (*ImportPrivateKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use ImportPrivateKeyResponse.ProtoReflect.Descriptor instead.
func (*ImportPrivateKeyResponse) ProtoMessage ¶
func (*ImportPrivateKeyResponse) ProtoMessage()
func (*ImportPrivateKeyResponse) ProtoReflect ¶
func (x *ImportPrivateKeyResponse) ProtoReflect() protoreflect.Message
func (*ImportPrivateKeyResponse) Reset ¶
func (x *ImportPrivateKeyResponse) Reset()
func (*ImportPrivateKeyResponse) String ¶
func (x *ImportPrivateKeyResponse) String() string
type ImportScriptRequest ¶
type ImportScriptRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` Rescan bool `protobuf:"varint,3,opt,name=rescan,proto3" json:"rescan,omitempty"` ScanFrom int32 `protobuf:"varint,4,opt,name=scan_from,json=scanFrom,proto3" json:"scan_from,omitempty"` RequireRedeemable bool `protobuf:"varint,5,opt,name=require_redeemable,json=requireRedeemable,proto3" json:"require_redeemable,omitempty"` // contains filtered or unexported fields }
func (*ImportScriptRequest) Descriptor
deprecated
func (*ImportScriptRequest) Descriptor() ([]byte, []int)
Deprecated: Use ImportScriptRequest.ProtoReflect.Descriptor instead.
func (*ImportScriptRequest) GetPassphrase ¶
func (x *ImportScriptRequest) GetPassphrase() []byte
func (*ImportScriptRequest) GetRequireRedeemable ¶
func (x *ImportScriptRequest) GetRequireRedeemable() bool
func (*ImportScriptRequest) GetRescan ¶
func (x *ImportScriptRequest) GetRescan() bool
func (*ImportScriptRequest) GetScanFrom ¶
func (x *ImportScriptRequest) GetScanFrom() int32
func (*ImportScriptRequest) GetScript ¶
func (x *ImportScriptRequest) GetScript() []byte
func (*ImportScriptRequest) ProtoMessage ¶
func (*ImportScriptRequest) ProtoMessage()
func (*ImportScriptRequest) ProtoReflect ¶
func (x *ImportScriptRequest) ProtoReflect() protoreflect.Message
func (*ImportScriptRequest) Reset ¶
func (x *ImportScriptRequest) Reset()
func (*ImportScriptRequest) String ¶
func (x *ImportScriptRequest) String() string
type ImportScriptResponse ¶
type ImportScriptResponse struct { P2ShAddress string `protobuf:"bytes,1,opt,name=p2sh_address,json=p2shAddress,proto3" json:"p2sh_address,omitempty"` Redeemable bool `protobuf:"varint,2,opt,name=redeemable,proto3" json:"redeemable,omitempty"` // contains filtered or unexported fields }
func (*ImportScriptResponse) Descriptor
deprecated
func (*ImportScriptResponse) Descriptor() ([]byte, []int)
Deprecated: Use ImportScriptResponse.ProtoReflect.Descriptor instead.
func (*ImportScriptResponse) GetP2ShAddress ¶
func (x *ImportScriptResponse) GetP2ShAddress() string
func (*ImportScriptResponse) GetRedeemable ¶
func (x *ImportScriptResponse) GetRedeemable() bool
func (*ImportScriptResponse) ProtoMessage ¶
func (*ImportScriptResponse) ProtoMessage()
func (*ImportScriptResponse) ProtoReflect ¶
func (x *ImportScriptResponse) ProtoReflect() protoreflect.Message
func (*ImportScriptResponse) Reset ¶
func (x *ImportScriptResponse) Reset()
func (*ImportScriptResponse) String ¶
func (x *ImportScriptResponse) String() string
type ImportVotingAccountFromSeedRequest ¶
type ImportVotingAccountFromSeedRequest struct { Seed []byte `protobuf:"bytes,1,opt,name=seed,proto3" json:"seed,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Passphrase []byte `protobuf:"bytes,3,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Rescan bool `protobuf:"varint,4,opt,name=rescan,proto3" json:"rescan,omitempty"` ScanFrom int32 `protobuf:"varint,5,opt,name=scan_from,json=scanFrom,proto3" json:"scan_from,omitempty"` DiscoverUsage bool `protobuf:"varint,6,opt,name=discover_usage,json=discoverUsage,proto3" json:"discover_usage,omitempty"` DiscoverFrom int32 `protobuf:"varint,7,opt,name=discover_from,json=discoverFrom,proto3" json:"discover_from,omitempty"` DiscoverGapLimit int32 `protobuf:"varint,8,opt,name=discover_gap_limit,json=discoverGapLimit,proto3" json:"discover_gap_limit,omitempty"` // contains filtered or unexported fields }
func (*ImportVotingAccountFromSeedRequest) Descriptor
deprecated
func (*ImportVotingAccountFromSeedRequest) Descriptor() ([]byte, []int)
Deprecated: Use ImportVotingAccountFromSeedRequest.ProtoReflect.Descriptor instead.
func (*ImportVotingAccountFromSeedRequest) GetDiscoverFrom ¶
func (x *ImportVotingAccountFromSeedRequest) GetDiscoverFrom() int32
func (*ImportVotingAccountFromSeedRequest) GetDiscoverGapLimit ¶
func (x *ImportVotingAccountFromSeedRequest) GetDiscoverGapLimit() int32
func (*ImportVotingAccountFromSeedRequest) GetDiscoverUsage ¶
func (x *ImportVotingAccountFromSeedRequest) GetDiscoverUsage() bool
func (*ImportVotingAccountFromSeedRequest) GetName ¶
func (x *ImportVotingAccountFromSeedRequest) GetName() string
func (*ImportVotingAccountFromSeedRequest) GetPassphrase ¶
func (x *ImportVotingAccountFromSeedRequest) GetPassphrase() []byte
func (*ImportVotingAccountFromSeedRequest) GetRescan ¶
func (x *ImportVotingAccountFromSeedRequest) GetRescan() bool
func (*ImportVotingAccountFromSeedRequest) GetScanFrom ¶
func (x *ImportVotingAccountFromSeedRequest) GetScanFrom() int32
func (*ImportVotingAccountFromSeedRequest) GetSeed ¶
func (x *ImportVotingAccountFromSeedRequest) GetSeed() []byte
func (*ImportVotingAccountFromSeedRequest) ProtoMessage ¶
func (*ImportVotingAccountFromSeedRequest) ProtoMessage()
func (*ImportVotingAccountFromSeedRequest) ProtoReflect ¶
func (x *ImportVotingAccountFromSeedRequest) ProtoReflect() protoreflect.Message
func (*ImportVotingAccountFromSeedRequest) Reset ¶
func (x *ImportVotingAccountFromSeedRequest) Reset()
func (*ImportVotingAccountFromSeedRequest) String ¶
func (x *ImportVotingAccountFromSeedRequest) String() string
type ImportVotingAccountFromSeedResponse ¶
type ImportVotingAccountFromSeedResponse struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*ImportVotingAccountFromSeedResponse) Descriptor
deprecated
func (*ImportVotingAccountFromSeedResponse) Descriptor() ([]byte, []int)
Deprecated: Use ImportVotingAccountFromSeedResponse.ProtoReflect.Descriptor instead.
func (*ImportVotingAccountFromSeedResponse) GetAccount ¶
func (x *ImportVotingAccountFromSeedResponse) GetAccount() uint32
func (*ImportVotingAccountFromSeedResponse) ProtoMessage ¶
func (*ImportVotingAccountFromSeedResponse) ProtoMessage()
func (*ImportVotingAccountFromSeedResponse) ProtoReflect ¶
func (x *ImportVotingAccountFromSeedResponse) ProtoReflect() protoreflect.Message
func (*ImportVotingAccountFromSeedResponse) Reset ¶
func (x *ImportVotingAccountFromSeedResponse) Reset()
func (*ImportVotingAccountFromSeedResponse) String ¶
func (x *ImportVotingAccountFromSeedResponse) String() string
type LoadActiveDataFiltersRequest ¶
type LoadActiveDataFiltersRequest struct {
// contains filtered or unexported fields
}
func (*LoadActiveDataFiltersRequest) Descriptor
deprecated
func (*LoadActiveDataFiltersRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoadActiveDataFiltersRequest.ProtoReflect.Descriptor instead.
func (*LoadActiveDataFiltersRequest) ProtoMessage ¶
func (*LoadActiveDataFiltersRequest) ProtoMessage()
func (*LoadActiveDataFiltersRequest) ProtoReflect ¶
func (x *LoadActiveDataFiltersRequest) ProtoReflect() protoreflect.Message
func (*LoadActiveDataFiltersRequest) Reset ¶
func (x *LoadActiveDataFiltersRequest) Reset()
func (*LoadActiveDataFiltersRequest) String ¶
func (x *LoadActiveDataFiltersRequest) String() string
type LoadActiveDataFiltersResponse ¶
type LoadActiveDataFiltersResponse struct {
// contains filtered or unexported fields
}
func (*LoadActiveDataFiltersResponse) Descriptor
deprecated
func (*LoadActiveDataFiltersResponse) Descriptor() ([]byte, []int)
Deprecated: Use LoadActiveDataFiltersResponse.ProtoReflect.Descriptor instead.
func (*LoadActiveDataFiltersResponse) ProtoMessage ¶
func (*LoadActiveDataFiltersResponse) ProtoMessage()
func (*LoadActiveDataFiltersResponse) ProtoReflect ¶
func (x *LoadActiveDataFiltersResponse) ProtoReflect() protoreflect.Message
func (*LoadActiveDataFiltersResponse) Reset ¶
func (x *LoadActiveDataFiltersResponse) Reset()
func (*LoadActiveDataFiltersResponse) String ¶
func (x *LoadActiveDataFiltersResponse) String() string
type LockAccountRequest ¶
type LockAccountRequest struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` // contains filtered or unexported fields }
func (*LockAccountRequest) Descriptor
deprecated
func (*LockAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use LockAccountRequest.ProtoReflect.Descriptor instead.
func (*LockAccountRequest) GetAccountNumber ¶
func (x *LockAccountRequest) GetAccountNumber() uint32
func (*LockAccountRequest) ProtoMessage ¶
func (*LockAccountRequest) ProtoMessage()
func (*LockAccountRequest) ProtoReflect ¶
func (x *LockAccountRequest) ProtoReflect() protoreflect.Message
func (*LockAccountRequest) Reset ¶
func (x *LockAccountRequest) Reset()
func (*LockAccountRequest) String ¶
func (x *LockAccountRequest) String() string
type LockAccountResponse ¶
type LockAccountResponse struct {
// contains filtered or unexported fields
}
func (*LockAccountResponse) Descriptor
deprecated
func (*LockAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use LockAccountResponse.ProtoReflect.Descriptor instead.
func (*LockAccountResponse) ProtoMessage ¶
func (*LockAccountResponse) ProtoMessage()
func (*LockAccountResponse) ProtoReflect ¶
func (x *LockAccountResponse) ProtoReflect() protoreflect.Message
func (*LockAccountResponse) Reset ¶
func (x *LockAccountResponse) Reset()
func (*LockAccountResponse) String ¶
func (x *LockAccountResponse) String() string
type LockWalletRequest ¶
type LockWalletRequest struct {
// contains filtered or unexported fields
}
func (*LockWalletRequest) Descriptor
deprecated
func (*LockWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use LockWalletRequest.ProtoReflect.Descriptor instead.
func (*LockWalletRequest) ProtoMessage ¶
func (*LockWalletRequest) ProtoMessage()
func (*LockWalletRequest) ProtoReflect ¶
func (x *LockWalletRequest) ProtoReflect() protoreflect.Message
func (*LockWalletRequest) Reset ¶
func (x *LockWalletRequest) Reset()
func (*LockWalletRequest) String ¶
func (x *LockWalletRequest) String() string
type LockWalletResponse ¶
type LockWalletResponse struct {
// contains filtered or unexported fields
}
func (*LockWalletResponse) Descriptor
deprecated
func (*LockWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use LockWalletResponse.ProtoReflect.Descriptor instead.
func (*LockWalletResponse) ProtoMessage ¶
func (*LockWalletResponse) ProtoMessage()
func (*LockWalletResponse) ProtoReflect ¶
func (x *LockWalletResponse) ProtoReflect() protoreflect.Message
func (*LockWalletResponse) Reset ¶
func (x *LockWalletResponse) Reset()
func (*LockWalletResponse) String ¶
func (x *LockWalletResponse) String() string
type MessageVerificationServiceClient ¶
type MessageVerificationServiceClient interface {
VerifyMessage(ctx context.Context, in *VerifyMessageRequest, opts ...grpc.CallOption) (*VerifyMessageResponse, error)
}
MessageVerificationServiceClient is the client API for MessageVerificationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMessageVerificationServiceClient ¶
func NewMessageVerificationServiceClient(cc grpc.ClientConnInterface) MessageVerificationServiceClient
type MessageVerificationServiceServer ¶
type MessageVerificationServiceServer interface { VerifyMessage(context.Context, *VerifyMessageRequest) (*VerifyMessageResponse, error) // contains filtered or unexported methods }
MessageVerificationServiceServer is the server API for MessageVerificationService service. All implementations must embed UnimplementedMessageVerificationServiceServer for forward compatibility
type NetworkRequest ¶
type NetworkRequest struct {
// contains filtered or unexported fields
}
func (*NetworkRequest) Descriptor
deprecated
func (*NetworkRequest) Descriptor() ([]byte, []int)
Deprecated: Use NetworkRequest.ProtoReflect.Descriptor instead.
func (*NetworkRequest) ProtoMessage ¶
func (*NetworkRequest) ProtoMessage()
func (*NetworkRequest) ProtoReflect ¶
func (x *NetworkRequest) ProtoReflect() protoreflect.Message
func (*NetworkRequest) Reset ¶
func (x *NetworkRequest) Reset()
func (*NetworkRequest) String ¶
func (x *NetworkRequest) String() string
type NetworkResponse ¶
type NetworkResponse struct { ActiveNetwork uint32 `protobuf:"varint,1,opt,name=active_network,json=activeNetwork,proto3" json:"active_network,omitempty"` // contains filtered or unexported fields }
func (*NetworkResponse) Descriptor
deprecated
func (*NetworkResponse) Descriptor() ([]byte, []int)
Deprecated: Use NetworkResponse.ProtoReflect.Descriptor instead.
func (*NetworkResponse) GetActiveNetwork ¶
func (x *NetworkResponse) GetActiveNetwork() uint32
func (*NetworkResponse) ProtoMessage ¶
func (*NetworkResponse) ProtoMessage()
func (*NetworkResponse) ProtoReflect ¶
func (x *NetworkResponse) ProtoReflect() protoreflect.Message
func (*NetworkResponse) Reset ¶
func (x *NetworkResponse) Reset()
func (*NetworkResponse) String ¶
func (x *NetworkResponse) String() string
type NetworkServiceClient ¶
type NetworkServiceClient interface {
GetRawBlock(ctx context.Context, in *GetRawBlockRequest, opts ...grpc.CallOption) (*GetRawBlockResponse, error)
}
NetworkServiceClient is the client API for NetworkService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewNetworkServiceClient ¶
func NewNetworkServiceClient(cc grpc.ClientConnInterface) NetworkServiceClient
type NetworkServiceServer ¶
type NetworkServiceServer interface { GetRawBlock(context.Context, *GetRawBlockRequest) (*GetRawBlockResponse, error) // contains filtered or unexported methods }
NetworkServiceServer is the server API for NetworkService service. All implementations must embed UnimplementedNetworkServiceServer for forward compatibility
type NextAccountRequest ¶
type NextAccountRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` // contains filtered or unexported fields }
func (*NextAccountRequest) Descriptor
deprecated
func (*NextAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use NextAccountRequest.ProtoReflect.Descriptor instead.
func (*NextAccountRequest) GetAccountName ¶
func (x *NextAccountRequest) GetAccountName() string
func (*NextAccountRequest) GetPassphrase ¶
func (x *NextAccountRequest) GetPassphrase() []byte
func (*NextAccountRequest) ProtoMessage ¶
func (*NextAccountRequest) ProtoMessage()
func (*NextAccountRequest) ProtoReflect ¶
func (x *NextAccountRequest) ProtoReflect() protoreflect.Message
func (*NextAccountRequest) Reset ¶
func (x *NextAccountRequest) Reset()
func (*NextAccountRequest) String ¶
func (x *NextAccountRequest) String() string
type NextAccountResponse ¶
type NextAccountResponse struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` // contains filtered or unexported fields }
func (*NextAccountResponse) Descriptor
deprecated
func (*NextAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use NextAccountResponse.ProtoReflect.Descriptor instead.
func (*NextAccountResponse) GetAccountNumber ¶
func (x *NextAccountResponse) GetAccountNumber() uint32
func (*NextAccountResponse) ProtoMessage ¶
func (*NextAccountResponse) ProtoMessage()
func (*NextAccountResponse) ProtoReflect ¶
func (x *NextAccountResponse) ProtoReflect() protoreflect.Message
func (*NextAccountResponse) Reset ¶
func (x *NextAccountResponse) Reset()
func (*NextAccountResponse) String ¶
func (x *NextAccountResponse) String() string
type NextAddressRequest ¶
type NextAddressRequest struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` Kind NextAddressRequest_Kind `protobuf:"varint,2,opt,name=kind,proto3,enum=walletrpc.NextAddressRequest_Kind" json:"kind,omitempty"` GapPolicy NextAddressRequest_GapPolicy `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*NextAddressRequest) Descriptor
deprecated
func (*NextAddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use NextAddressRequest.ProtoReflect.Descriptor instead.
func (*NextAddressRequest) GetAccount ¶
func (x *NextAddressRequest) GetAccount() uint32
func (*NextAddressRequest) GetGapPolicy ¶
func (x *NextAddressRequest) GetGapPolicy() NextAddressRequest_GapPolicy
func (*NextAddressRequest) GetKind ¶
func (x *NextAddressRequest) GetKind() NextAddressRequest_Kind
func (*NextAddressRequest) ProtoMessage ¶
func (*NextAddressRequest) ProtoMessage()
func (*NextAddressRequest) ProtoReflect ¶
func (x *NextAddressRequest) ProtoReflect() protoreflect.Message
func (*NextAddressRequest) Reset ¶
func (x *NextAddressRequest) Reset()
func (*NextAddressRequest) String ¶
func (x *NextAddressRequest) String() string
type NextAddressRequest_GapPolicy ¶
type NextAddressRequest_GapPolicy int32
const ( NextAddressRequest_GAP_POLICY_UNSPECIFIED NextAddressRequest_GapPolicy = 0 NextAddressRequest_GAP_POLICY_ERROR NextAddressRequest_GapPolicy = 1 NextAddressRequest_GAP_POLICY_IGNORE NextAddressRequest_GapPolicy = 2 NextAddressRequest_GAP_POLICY_WRAP NextAddressRequest_GapPolicy = 3 )
func (NextAddressRequest_GapPolicy) Descriptor ¶
func (NextAddressRequest_GapPolicy) Descriptor() protoreflect.EnumDescriptor
func (NextAddressRequest_GapPolicy) Enum ¶
func (x NextAddressRequest_GapPolicy) Enum() *NextAddressRequest_GapPolicy
func (NextAddressRequest_GapPolicy) EnumDescriptor
deprecated
func (NextAddressRequest_GapPolicy) EnumDescriptor() ([]byte, []int)
Deprecated: Use NextAddressRequest_GapPolicy.Descriptor instead.
func (NextAddressRequest_GapPolicy) Number ¶
func (x NextAddressRequest_GapPolicy) Number() protoreflect.EnumNumber
func (NextAddressRequest_GapPolicy) String ¶
func (x NextAddressRequest_GapPolicy) String() string
func (NextAddressRequest_GapPolicy) Type ¶
func (NextAddressRequest_GapPolicy) Type() protoreflect.EnumType
type NextAddressRequest_Kind ¶
type NextAddressRequest_Kind int32
const ( NextAddressRequest_BIP0044_EXTERNAL NextAddressRequest_Kind = 0 NextAddressRequest_BIP0044_INTERNAL NextAddressRequest_Kind = 1 )
func (NextAddressRequest_Kind) Descriptor ¶
func (NextAddressRequest_Kind) Descriptor() protoreflect.EnumDescriptor
func (NextAddressRequest_Kind) Enum ¶
func (x NextAddressRequest_Kind) Enum() *NextAddressRequest_Kind
func (NextAddressRequest_Kind) EnumDescriptor
deprecated
func (NextAddressRequest_Kind) EnumDescriptor() ([]byte, []int)
Deprecated: Use NextAddressRequest_Kind.Descriptor instead.
func (NextAddressRequest_Kind) Number ¶
func (x NextAddressRequest_Kind) Number() protoreflect.EnumNumber
func (NextAddressRequest_Kind) String ¶
func (x NextAddressRequest_Kind) String() string
func (NextAddressRequest_Kind) Type ¶
func (NextAddressRequest_Kind) Type() protoreflect.EnumType
type NextAddressResponse ¶
type NextAddressResponse struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*NextAddressResponse) Descriptor
deprecated
func (*NextAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use NextAddressResponse.ProtoReflect.Descriptor instead.
func (*NextAddressResponse) GetAddress ¶
func (x *NextAddressResponse) GetAddress() string
func (*NextAddressResponse) GetPublicKey ¶
func (x *NextAddressResponse) GetPublicKey() string
func (*NextAddressResponse) ProtoMessage ¶
func (*NextAddressResponse) ProtoMessage()
func (*NextAddressResponse) ProtoReflect ¶
func (x *NextAddressResponse) ProtoReflect() protoreflect.Message
func (*NextAddressResponse) Reset ¶
func (x *NextAddressResponse) Reset()
func (*NextAddressResponse) String ¶
func (x *NextAddressResponse) String() string
type OpenWalletRequest ¶
type OpenWalletRequest struct { PublicPassphrase []byte `protobuf:"bytes,1,opt,name=public_passphrase,json=publicPassphrase,proto3" json:"public_passphrase,omitempty"` // contains filtered or unexported fields }
func (*OpenWalletRequest) Descriptor
deprecated
func (*OpenWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use OpenWalletRequest.ProtoReflect.Descriptor instead.
func (*OpenWalletRequest) GetPublicPassphrase ¶
func (x *OpenWalletRequest) GetPublicPassphrase() []byte
func (*OpenWalletRequest) ProtoMessage ¶
func (*OpenWalletRequest) ProtoMessage()
func (*OpenWalletRequest) ProtoReflect ¶
func (x *OpenWalletRequest) ProtoReflect() protoreflect.Message
func (*OpenWalletRequest) Reset ¶
func (x *OpenWalletRequest) Reset()
func (*OpenWalletRequest) String ¶
func (x *OpenWalletRequest) String() string
type OpenWalletResponse ¶
type OpenWalletResponse struct { WatchingOnly bool `protobuf:"varint,1,opt,name=watching_only,json=watchingOnly,proto3" json:"watching_only,omitempty"` // contains filtered or unexported fields }
func (*OpenWalletResponse) Descriptor
deprecated
func (*OpenWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use OpenWalletResponse.ProtoReflect.Descriptor instead.
func (*OpenWalletResponse) GetWatchingOnly ¶
func (x *OpenWalletResponse) GetWatchingOnly() bool
func (*OpenWalletResponse) ProtoMessage ¶
func (*OpenWalletResponse) ProtoMessage()
func (*OpenWalletResponse) ProtoReflect ¶
func (x *OpenWalletResponse) ProtoReflect() protoreflect.Message
func (*OpenWalletResponse) Reset ¶
func (x *OpenWalletResponse) Reset()
func (*OpenWalletResponse) String ¶
func (x *OpenWalletResponse) String() string
type PeerNotification ¶
type PeerNotification struct { PeerCount int32 `protobuf:"varint,1,opt,name=peer_count,json=peerCount,proto3" json:"peer_count,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*PeerNotification) Descriptor
deprecated
func (*PeerNotification) Descriptor() ([]byte, []int)
Deprecated: Use PeerNotification.ProtoReflect.Descriptor instead.
func (*PeerNotification) GetAddress ¶
func (x *PeerNotification) GetAddress() string
func (*PeerNotification) GetPeerCount ¶
func (x *PeerNotification) GetPeerCount() int32
func (*PeerNotification) ProtoMessage ¶
func (*PeerNotification) ProtoMessage()
func (*PeerNotification) ProtoReflect ¶
func (x *PeerNotification) ProtoReflect() protoreflect.Message
func (*PeerNotification) Reset ¶
func (x *PeerNotification) Reset()
func (*PeerNotification) String ¶
func (x *PeerNotification) String() string
type PingRequest ¶
type PingRequest struct {
// contains filtered or unexported fields
}
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
type PingResponse ¶
type PingResponse struct {
// contains filtered or unexported fields
}
func (*PingResponse) Descriptor
deprecated
func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶
func (x *PingResponse) Reset()
func (*PingResponse) String ¶
func (x *PingResponse) String() string
type ProcessManagedTicketsRequest ¶
type ProcessManagedTicketsRequest struct { VspHost string `protobuf:"bytes,1,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"` VspPubkey string `protobuf:"bytes,2,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"` FeeAccount uint32 `protobuf:"varint,3,opt,name=fee_account,json=feeAccount,proto3" json:"fee_account,omitempty"` ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"` // contains filtered or unexported fields }
func (*ProcessManagedTicketsRequest) Descriptor
deprecated
func (*ProcessManagedTicketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessManagedTicketsRequest.ProtoReflect.Descriptor instead.
func (*ProcessManagedTicketsRequest) GetChangeAccount ¶
func (x *ProcessManagedTicketsRequest) GetChangeAccount() uint32
func (*ProcessManagedTicketsRequest) GetFeeAccount ¶
func (x *ProcessManagedTicketsRequest) GetFeeAccount() uint32
func (*ProcessManagedTicketsRequest) GetVspHost ¶
func (x *ProcessManagedTicketsRequest) GetVspHost() string
func (*ProcessManagedTicketsRequest) GetVspPubkey ¶
func (x *ProcessManagedTicketsRequest) GetVspPubkey() string
func (*ProcessManagedTicketsRequest) ProtoMessage ¶
func (*ProcessManagedTicketsRequest) ProtoMessage()
func (*ProcessManagedTicketsRequest) ProtoReflect ¶
func (x *ProcessManagedTicketsRequest) ProtoReflect() protoreflect.Message
func (*ProcessManagedTicketsRequest) Reset ¶
func (x *ProcessManagedTicketsRequest) Reset()
func (*ProcessManagedTicketsRequest) String ¶
func (x *ProcessManagedTicketsRequest) String() string
type ProcessManagedTicketsResponse ¶
type ProcessManagedTicketsResponse struct {
// contains filtered or unexported fields
}
func (*ProcessManagedTicketsResponse) Descriptor
deprecated
func (*ProcessManagedTicketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProcessManagedTicketsResponse.ProtoReflect.Descriptor instead.
func (*ProcessManagedTicketsResponse) ProtoMessage ¶
func (*ProcessManagedTicketsResponse) ProtoMessage()
func (*ProcessManagedTicketsResponse) ProtoReflect ¶
func (x *ProcessManagedTicketsResponse) ProtoReflect() protoreflect.Message
func (*ProcessManagedTicketsResponse) Reset ¶
func (x *ProcessManagedTicketsResponse) Reset()
func (*ProcessManagedTicketsResponse) String ¶
func (x *ProcessManagedTicketsResponse) String() string
type ProcessUnmanagedTicketsRequest ¶
type ProcessUnmanagedTicketsRequest struct { VspHost string `protobuf:"bytes,1,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"` VspPubkey string `protobuf:"bytes,2,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"` FeeAccount uint32 `protobuf:"varint,3,opt,name=fee_account,json=feeAccount,proto3" json:"fee_account,omitempty"` ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"` // contains filtered or unexported fields }
func (*ProcessUnmanagedTicketsRequest) Descriptor
deprecated
func (*ProcessUnmanagedTicketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUnmanagedTicketsRequest.ProtoReflect.Descriptor instead.
func (*ProcessUnmanagedTicketsRequest) GetChangeAccount ¶
func (x *ProcessUnmanagedTicketsRequest) GetChangeAccount() uint32
func (*ProcessUnmanagedTicketsRequest) GetFeeAccount ¶
func (x *ProcessUnmanagedTicketsRequest) GetFeeAccount() uint32
func (*ProcessUnmanagedTicketsRequest) GetVspHost ¶
func (x *ProcessUnmanagedTicketsRequest) GetVspHost() string
func (*ProcessUnmanagedTicketsRequest) GetVspPubkey ¶
func (x *ProcessUnmanagedTicketsRequest) GetVspPubkey() string
func (*ProcessUnmanagedTicketsRequest) ProtoMessage ¶
func (*ProcessUnmanagedTicketsRequest) ProtoMessage()
func (*ProcessUnmanagedTicketsRequest) ProtoReflect ¶
func (x *ProcessUnmanagedTicketsRequest) ProtoReflect() protoreflect.Message
func (*ProcessUnmanagedTicketsRequest) Reset ¶
func (x *ProcessUnmanagedTicketsRequest) Reset()
func (*ProcessUnmanagedTicketsRequest) String ¶
func (x *ProcessUnmanagedTicketsRequest) String() string
type ProcessUnmanagedTicketsResponse ¶
type ProcessUnmanagedTicketsResponse struct {
// contains filtered or unexported fields
}
func (*ProcessUnmanagedTicketsResponse) Descriptor
deprecated
func (*ProcessUnmanagedTicketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUnmanagedTicketsResponse.ProtoReflect.Descriptor instead.
func (*ProcessUnmanagedTicketsResponse) ProtoMessage ¶
func (*ProcessUnmanagedTicketsResponse) ProtoMessage()
func (*ProcessUnmanagedTicketsResponse) ProtoReflect ¶
func (x *ProcessUnmanagedTicketsResponse) ProtoReflect() protoreflect.Message
func (*ProcessUnmanagedTicketsResponse) Reset ¶
func (x *ProcessUnmanagedTicketsResponse) Reset()
func (*ProcessUnmanagedTicketsResponse) String ¶
func (x *ProcessUnmanagedTicketsResponse) String() string
type PublishTransactionRequest ¶
type PublishTransactionRequest struct { SignedTransaction []byte `protobuf:"bytes,1,opt,name=signed_transaction,json=signedTransaction,proto3" json:"signed_transaction,omitempty"` // contains filtered or unexported fields }
func (*PublishTransactionRequest) Descriptor
deprecated
func (*PublishTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use PublishTransactionRequest.ProtoReflect.Descriptor instead.
func (*PublishTransactionRequest) GetSignedTransaction ¶
func (x *PublishTransactionRequest) GetSignedTransaction() []byte
func (*PublishTransactionRequest) ProtoMessage ¶
func (*PublishTransactionRequest) ProtoMessage()
func (*PublishTransactionRequest) ProtoReflect ¶
func (x *PublishTransactionRequest) ProtoReflect() protoreflect.Message
func (*PublishTransactionRequest) Reset ¶
func (x *PublishTransactionRequest) Reset()
func (*PublishTransactionRequest) String ¶
func (x *PublishTransactionRequest) String() string
type PublishTransactionResponse ¶
type PublishTransactionResponse struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` // contains filtered or unexported fields }
func (*PublishTransactionResponse) Descriptor
deprecated
func (*PublishTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use PublishTransactionResponse.ProtoReflect.Descriptor instead.
func (*PublishTransactionResponse) GetTransactionHash ¶
func (x *PublishTransactionResponse) GetTransactionHash() []byte
func (*PublishTransactionResponse) ProtoMessage ¶
func (*PublishTransactionResponse) ProtoMessage()
func (*PublishTransactionResponse) ProtoReflect ¶
func (x *PublishTransactionResponse) ProtoReflect() protoreflect.Message
func (*PublishTransactionResponse) Reset ¶
func (x *PublishTransactionResponse) Reset()
func (*PublishTransactionResponse) String ¶
func (x *PublishTransactionResponse) String() string
type PublishUnminedTransactionsRequest ¶
type PublishUnminedTransactionsRequest struct {
// contains filtered or unexported fields
}
func (*PublishUnminedTransactionsRequest) Descriptor
deprecated
func (*PublishUnminedTransactionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PublishUnminedTransactionsRequest.ProtoReflect.Descriptor instead.
func (*PublishUnminedTransactionsRequest) ProtoMessage ¶
func (*PublishUnminedTransactionsRequest) ProtoMessage()
func (*PublishUnminedTransactionsRequest) ProtoReflect ¶
func (x *PublishUnminedTransactionsRequest) ProtoReflect() protoreflect.Message
func (*PublishUnminedTransactionsRequest) Reset ¶
func (x *PublishUnminedTransactionsRequest) Reset()
func (*PublishUnminedTransactionsRequest) String ¶
func (x *PublishUnminedTransactionsRequest) String() string
type PublishUnminedTransactionsResponse ¶
type PublishUnminedTransactionsResponse struct {
// contains filtered or unexported fields
}
func (*PublishUnminedTransactionsResponse) Descriptor
deprecated
func (*PublishUnminedTransactionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PublishUnminedTransactionsResponse.ProtoReflect.Descriptor instead.
func (*PublishUnminedTransactionsResponse) ProtoMessage ¶
func (*PublishUnminedTransactionsResponse) ProtoMessage()
func (*PublishUnminedTransactionsResponse) ProtoReflect ¶
func (x *PublishUnminedTransactionsResponse) ProtoReflect() protoreflect.Message
func (*PublishUnminedTransactionsResponse) Reset ¶
func (x *PublishUnminedTransactionsResponse) Reset()
func (*PublishUnminedTransactionsResponse) String ¶
func (x *PublishUnminedTransactionsResponse) String() string
type PurchaseTicketsRequest ¶
type PurchaseTicketsRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Account uint32 `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"` SpendLimit int64 `protobuf:"varint,3,opt,name=spend_limit,json=spendLimit,proto3" json:"spend_limit,omitempty"` RequiredConfirmations uint32 `protobuf:"varint,4,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"` TicketAddress string `protobuf:"bytes,5,opt,name=ticket_address,json=ticketAddress,proto3" json:"ticket_address,omitempty"` NumTickets uint32 `protobuf:"varint,6,opt,name=num_tickets,json=numTickets,proto3" json:"num_tickets,omitempty"` PoolAddress string `protobuf:"bytes,7,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"` PoolFees float64 `protobuf:"fixed64,8,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"` Expiry uint32 `protobuf:"varint,9,opt,name=expiry,proto3" json:"expiry,omitempty"` TxFee int64 `protobuf:"varint,10,opt,name=tx_fee,json=txFee,proto3" json:"tx_fee,omitempty"` TicketFee int64 `protobuf:"varint,11,opt,name=ticket_fee,json=ticketFee,proto3" json:"ticket_fee,omitempty"` DontSignTx bool `protobuf:"varint,12,opt,name=dont_sign_tx,json=dontSignTx,proto3" json:"dont_sign_tx,omitempty"` CsppServer string `protobuf:"bytes,13,opt,name=cspp_server,json=csppServer,proto3" json:"cspp_server,omitempty"` MixedAccount uint32 `protobuf:"varint,14,opt,name=mixed_account,json=mixedAccount,proto3" json:"mixed_account,omitempty"` MixedAccountBranch uint32 `protobuf:"varint,15,opt,name=mixed_account_branch,json=mixedAccountBranch,proto3" json:"mixed_account_branch,omitempty"` MixedSplitAccount uint32 `protobuf:"varint,16,opt,name=mixed_split_account,json=mixedSplitAccount,proto3" json:"mixed_split_account,omitempty"` ChangeAccount uint32 `protobuf:"varint,17,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"` VspHost string `protobuf:"bytes,18,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"` VspPubkey string `protobuf:"bytes,19,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"` UseVotingAccount bool `protobuf:"varint,20,opt,name=use_voting_account,json=useVotingAccount,proto3" json:"use_voting_account,omitempty"` VotingAccount uint32 `protobuf:"varint,21,opt,name=voting_account,json=votingAccount,proto3" json:"voting_account,omitempty"` // contains filtered or unexported fields }
func (*PurchaseTicketsRequest) Descriptor
deprecated
func (*PurchaseTicketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PurchaseTicketsRequest.ProtoReflect.Descriptor instead.
func (*PurchaseTicketsRequest) GetAccount ¶
func (x *PurchaseTicketsRequest) GetAccount() uint32
func (*PurchaseTicketsRequest) GetChangeAccount ¶
func (x *PurchaseTicketsRequest) GetChangeAccount() uint32
func (*PurchaseTicketsRequest) GetCsppServer ¶
func (x *PurchaseTicketsRequest) GetCsppServer() string
func (*PurchaseTicketsRequest) GetDontSignTx ¶
func (x *PurchaseTicketsRequest) GetDontSignTx() bool
func (*PurchaseTicketsRequest) GetExpiry ¶
func (x *PurchaseTicketsRequest) GetExpiry() uint32
func (*PurchaseTicketsRequest) GetMixedAccount ¶
func (x *PurchaseTicketsRequest) GetMixedAccount() uint32
func (*PurchaseTicketsRequest) GetMixedAccountBranch ¶
func (x *PurchaseTicketsRequest) GetMixedAccountBranch() uint32
func (*PurchaseTicketsRequest) GetMixedSplitAccount ¶
func (x *PurchaseTicketsRequest) GetMixedSplitAccount() uint32
func (*PurchaseTicketsRequest) GetNumTickets ¶
func (x *PurchaseTicketsRequest) GetNumTickets() uint32
func (*PurchaseTicketsRequest) GetPassphrase ¶
func (x *PurchaseTicketsRequest) GetPassphrase() []byte
func (*PurchaseTicketsRequest) GetPoolAddress ¶
func (x *PurchaseTicketsRequest) GetPoolAddress() string
func (*PurchaseTicketsRequest) GetPoolFees ¶
func (x *PurchaseTicketsRequest) GetPoolFees() float64
func (*PurchaseTicketsRequest) GetRequiredConfirmations ¶
func (x *PurchaseTicketsRequest) GetRequiredConfirmations() uint32
func (*PurchaseTicketsRequest) GetSpendLimit ¶
func (x *PurchaseTicketsRequest) GetSpendLimit() int64
func (*PurchaseTicketsRequest) GetTicketAddress ¶
func (x *PurchaseTicketsRequest) GetTicketAddress() string
func (*PurchaseTicketsRequest) GetTicketFee ¶
func (x *PurchaseTicketsRequest) GetTicketFee() int64
func (*PurchaseTicketsRequest) GetTxFee ¶
func (x *PurchaseTicketsRequest) GetTxFee() int64
func (*PurchaseTicketsRequest) GetUseVotingAccount ¶
func (x *PurchaseTicketsRequest) GetUseVotingAccount() bool
func (*PurchaseTicketsRequest) GetVotingAccount ¶
func (x *PurchaseTicketsRequest) GetVotingAccount() uint32
func (*PurchaseTicketsRequest) GetVspHost ¶
func (x *PurchaseTicketsRequest) GetVspHost() string
func (*PurchaseTicketsRequest) GetVspPubkey ¶
func (x *PurchaseTicketsRequest) GetVspPubkey() string
func (*PurchaseTicketsRequest) ProtoMessage ¶
func (*PurchaseTicketsRequest) ProtoMessage()
func (*PurchaseTicketsRequest) ProtoReflect ¶
func (x *PurchaseTicketsRequest) ProtoReflect() protoreflect.Message
func (*PurchaseTicketsRequest) Reset ¶
func (x *PurchaseTicketsRequest) Reset()
func (*PurchaseTicketsRequest) String ¶
func (x *PurchaseTicketsRequest) String() string
type PurchaseTicketsResponse ¶
type PurchaseTicketsResponse struct { TicketHashes [][]byte `protobuf:"bytes,1,rep,name=ticket_hashes,json=ticketHashes,proto3" json:"ticket_hashes,omitempty"` Tickets [][]byte `protobuf:"bytes,2,rep,name=tickets,proto3" json:"tickets,omitempty"` SplitTx []byte `protobuf:"bytes,3,opt,name=split_tx,json=splitTx,proto3" json:"split_tx,omitempty"` // contains filtered or unexported fields }
func (*PurchaseTicketsResponse) Descriptor
deprecated
func (*PurchaseTicketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PurchaseTicketsResponse.ProtoReflect.Descriptor instead.
func (*PurchaseTicketsResponse) GetSplitTx ¶
func (x *PurchaseTicketsResponse) GetSplitTx() []byte
func (*PurchaseTicketsResponse) GetTicketHashes ¶
func (x *PurchaseTicketsResponse) GetTicketHashes() [][]byte
func (*PurchaseTicketsResponse) GetTickets ¶
func (x *PurchaseTicketsResponse) GetTickets() [][]byte
func (*PurchaseTicketsResponse) ProtoMessage ¶
func (*PurchaseTicketsResponse) ProtoMessage()
func (*PurchaseTicketsResponse) ProtoReflect ¶
func (x *PurchaseTicketsResponse) ProtoReflect() protoreflect.Message
func (*PurchaseTicketsResponse) Reset ¶
func (x *PurchaseTicketsResponse) Reset()
func (*PurchaseTicketsResponse) String ¶
func (x *PurchaseTicketsResponse) String() string
type RenameAccountRequest ¶
type RenameAccountRequest struct { AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` NewName string `protobuf:"bytes,2,opt,name=new_name,json=newName,proto3" json:"new_name,omitempty"` // contains filtered or unexported fields }
func (*RenameAccountRequest) Descriptor
deprecated
func (*RenameAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameAccountRequest.ProtoReflect.Descriptor instead.
func (*RenameAccountRequest) GetAccountNumber ¶
func (x *RenameAccountRequest) GetAccountNumber() uint32
func (*RenameAccountRequest) GetNewName ¶
func (x *RenameAccountRequest) GetNewName() string
func (*RenameAccountRequest) ProtoMessage ¶
func (*RenameAccountRequest) ProtoMessage()
func (*RenameAccountRequest) ProtoReflect ¶
func (x *RenameAccountRequest) ProtoReflect() protoreflect.Message
func (*RenameAccountRequest) Reset ¶
func (x *RenameAccountRequest) Reset()
func (*RenameAccountRequest) String ¶
func (x *RenameAccountRequest) String() string
type RenameAccountResponse ¶
type RenameAccountResponse struct {
// contains filtered or unexported fields
}
func (*RenameAccountResponse) Descriptor
deprecated
func (*RenameAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameAccountResponse.ProtoReflect.Descriptor instead.
func (*RenameAccountResponse) ProtoMessage ¶
func (*RenameAccountResponse) ProtoMessage()
func (*RenameAccountResponse) ProtoReflect ¶
func (x *RenameAccountResponse) ProtoReflect() protoreflect.Message
func (*RenameAccountResponse) Reset ¶
func (x *RenameAccountResponse) Reset()
func (*RenameAccountResponse) String ¶
func (x *RenameAccountResponse) String() string
type RescanPointRequest ¶
type RescanPointRequest struct {
// contains filtered or unexported fields
}
func (*RescanPointRequest) Descriptor
deprecated
func (*RescanPointRequest) Descriptor() ([]byte, []int)
Deprecated: Use RescanPointRequest.ProtoReflect.Descriptor instead.
func (*RescanPointRequest) ProtoMessage ¶
func (*RescanPointRequest) ProtoMessage()
func (*RescanPointRequest) ProtoReflect ¶
func (x *RescanPointRequest) ProtoReflect() protoreflect.Message
func (*RescanPointRequest) Reset ¶
func (x *RescanPointRequest) Reset()
func (*RescanPointRequest) String ¶
func (x *RescanPointRequest) String() string
type RescanPointResponse ¶
type RescanPointResponse struct { RescanPointHash []byte `protobuf:"bytes,1,opt,name=rescan_point_hash,json=rescanPointHash,proto3" json:"rescan_point_hash,omitempty"` // contains filtered or unexported fields }
func (*RescanPointResponse) Descriptor
deprecated
func (*RescanPointResponse) Descriptor() ([]byte, []int)
Deprecated: Use RescanPointResponse.ProtoReflect.Descriptor instead.
func (*RescanPointResponse) GetRescanPointHash ¶
func (x *RescanPointResponse) GetRescanPointHash() []byte
func (*RescanPointResponse) ProtoMessage ¶
func (*RescanPointResponse) ProtoMessage()
func (*RescanPointResponse) ProtoReflect ¶
func (x *RescanPointResponse) ProtoReflect() protoreflect.Message
func (*RescanPointResponse) Reset ¶
func (x *RescanPointResponse) Reset()
func (*RescanPointResponse) String ¶
func (x *RescanPointResponse) String() string
type RescanProgressNotification ¶
type RescanProgressNotification struct { RescannedThrough int32 `protobuf:"varint,1,opt,name=rescanned_through,json=rescannedThrough,proto3" json:"rescanned_through,omitempty"` // contains filtered or unexported fields }
func (*RescanProgressNotification) Descriptor
deprecated
func (*RescanProgressNotification) Descriptor() ([]byte, []int)
Deprecated: Use RescanProgressNotification.ProtoReflect.Descriptor instead.
func (*RescanProgressNotification) GetRescannedThrough ¶
func (x *RescanProgressNotification) GetRescannedThrough() int32
func (*RescanProgressNotification) ProtoMessage ¶
func (*RescanProgressNotification) ProtoMessage()
func (*RescanProgressNotification) ProtoReflect ¶
func (x *RescanProgressNotification) ProtoReflect() protoreflect.Message
func (*RescanProgressNotification) Reset ¶
func (x *RescanProgressNotification) Reset()
func (*RescanProgressNotification) String ¶
func (x *RescanProgressNotification) String() string
type RescanRequest ¶
type RescanRequest struct { BeginHeight int32 `protobuf:"varint,1,opt,name=begin_height,json=beginHeight,proto3" json:"begin_height,omitempty"` BeginHash []byte `protobuf:"bytes,2,opt,name=begin_hash,json=beginHash,proto3" json:"begin_hash,omitempty"` // contains filtered or unexported fields }
func (*RescanRequest) Descriptor
deprecated
func (*RescanRequest) Descriptor() ([]byte, []int)
Deprecated: Use RescanRequest.ProtoReflect.Descriptor instead.
func (*RescanRequest) GetBeginHash ¶
func (x *RescanRequest) GetBeginHash() []byte
func (*RescanRequest) GetBeginHeight ¶
func (x *RescanRequest) GetBeginHeight() int32
func (*RescanRequest) ProtoMessage ¶
func (*RescanRequest) ProtoMessage()
func (*RescanRequest) ProtoReflect ¶
func (x *RescanRequest) ProtoReflect() protoreflect.Message
func (*RescanRequest) Reset ¶
func (x *RescanRequest) Reset()
func (*RescanRequest) String ¶
func (x *RescanRequest) String() string
type RescanResponse ¶
type RescanResponse struct { RescannedThrough int32 `protobuf:"varint,1,opt,name=rescanned_through,json=rescannedThrough,proto3" json:"rescanned_through,omitempty"` // contains filtered or unexported fields }
func (*RescanResponse) Descriptor
deprecated
func (*RescanResponse) Descriptor() ([]byte, []int)
Deprecated: Use RescanResponse.ProtoReflect.Descriptor instead.
func (*RescanResponse) GetRescannedThrough ¶
func (x *RescanResponse) GetRescannedThrough() int32
func (*RescanResponse) ProtoMessage ¶
func (*RescanResponse) ProtoMessage()
func (*RescanResponse) ProtoReflect ¶
func (x *RescanResponse) ProtoReflect() protoreflect.Message
func (*RescanResponse) Reset ¶
func (x *RescanResponse) Reset()
func (*RescanResponse) String ¶
func (x *RescanResponse) String() string
type RevokeTicketRequest ¶
type RevokeTicketRequest struct { TicketHash []byte `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*RevokeTicketRequest) Descriptor
deprecated
func (*RevokeTicketRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeTicketRequest.ProtoReflect.Descriptor instead.
func (*RevokeTicketRequest) GetTicketHash ¶
func (x *RevokeTicketRequest) GetTicketHash() []byte
func (*RevokeTicketRequest) ProtoMessage ¶
func (*RevokeTicketRequest) ProtoMessage()
func (*RevokeTicketRequest) ProtoReflect ¶
func (x *RevokeTicketRequest) ProtoReflect() protoreflect.Message
func (*RevokeTicketRequest) Reset ¶
func (x *RevokeTicketRequest) Reset()
func (*RevokeTicketRequest) String ¶
func (x *RevokeTicketRequest) String() string
type RevokeTicketResponse ¶
type RevokeTicketResponse struct {
// contains filtered or unexported fields
}
func (*RevokeTicketResponse) Descriptor
deprecated
func (*RevokeTicketResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeTicketResponse.ProtoReflect.Descriptor instead.
func (*RevokeTicketResponse) ProtoMessage ¶
func (*RevokeTicketResponse) ProtoMessage()
func (*RevokeTicketResponse) ProtoReflect ¶
func (x *RevokeTicketResponse) ProtoReflect() protoreflect.Message
func (*RevokeTicketResponse) Reset ¶
func (x *RevokeTicketResponse) Reset()
func (*RevokeTicketResponse) String ¶
func (x *RevokeTicketResponse) String() string
type RevokeTicketsRequest ¶
type RevokeTicketsRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` // contains filtered or unexported fields }
func (*RevokeTicketsRequest) Descriptor
deprecated
func (*RevokeTicketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeTicketsRequest.ProtoReflect.Descriptor instead.
func (*RevokeTicketsRequest) GetPassphrase ¶
func (x *RevokeTicketsRequest) GetPassphrase() []byte
func (*RevokeTicketsRequest) ProtoMessage ¶
func (*RevokeTicketsRequest) ProtoMessage()
func (*RevokeTicketsRequest) ProtoReflect ¶
func (x *RevokeTicketsRequest) ProtoReflect() protoreflect.Message
func (*RevokeTicketsRequest) Reset ¶
func (x *RevokeTicketsRequest) Reset()
func (*RevokeTicketsRequest) String ¶
func (x *RevokeTicketsRequest) String() string
type RevokeTicketsResponse ¶
type RevokeTicketsResponse struct {
// contains filtered or unexported fields
}
func (*RevokeTicketsResponse) Descriptor
deprecated
func (*RevokeTicketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeTicketsResponse.ProtoReflect.Descriptor instead.
func (*RevokeTicketsResponse) ProtoMessage ¶
func (*RevokeTicketsResponse) ProtoMessage()
func (*RevokeTicketsResponse) ProtoReflect ¶
func (x *RevokeTicketsResponse) ProtoReflect() protoreflect.Message
func (*RevokeTicketsResponse) Reset ¶
func (x *RevokeTicketsResponse) Reset()
func (*RevokeTicketsResponse) String ¶
func (x *RevokeTicketsResponse) String() string
type RpcSyncRequest ¶
type RpcSyncRequest struct { NetworkAddress string `protobuf:"bytes,1,opt,name=network_address,json=networkAddress,proto3" json:"network_address,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Password []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` Certificate []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"` DiscoverAccounts bool `protobuf:"varint,5,opt,name=discover_accounts,json=discoverAccounts,proto3" json:"discover_accounts,omitempty"` PrivatePassphrase []byte `protobuf:"bytes,6,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"` // contains filtered or unexported fields }
func (*RpcSyncRequest) Descriptor
deprecated
func (*RpcSyncRequest) Descriptor() ([]byte, []int)
Deprecated: Use RpcSyncRequest.ProtoReflect.Descriptor instead.
func (*RpcSyncRequest) GetCertificate ¶
func (x *RpcSyncRequest) GetCertificate() []byte
func (*RpcSyncRequest) GetDiscoverAccounts ¶
func (x *RpcSyncRequest) GetDiscoverAccounts() bool
func (*RpcSyncRequest) GetNetworkAddress ¶
func (x *RpcSyncRequest) GetNetworkAddress() string
func (*RpcSyncRequest) GetPassword ¶
func (x *RpcSyncRequest) GetPassword() []byte
func (*RpcSyncRequest) GetPrivatePassphrase ¶
func (x *RpcSyncRequest) GetPrivatePassphrase() []byte
func (*RpcSyncRequest) GetUsername ¶
func (x *RpcSyncRequest) GetUsername() string
func (*RpcSyncRequest) ProtoMessage ¶
func (*RpcSyncRequest) ProtoMessage()
func (*RpcSyncRequest) ProtoReflect ¶
func (x *RpcSyncRequest) ProtoReflect() protoreflect.Message
func (*RpcSyncRequest) Reset ¶
func (x *RpcSyncRequest) Reset()
func (*RpcSyncRequest) String ¶
func (x *RpcSyncRequest) String() string
type RpcSyncResponse ¶
type RpcSyncResponse struct { Synced bool `protobuf:"varint,1,opt,name=synced,proto3" json:"synced,omitempty"` NotificationType SyncNotificationType `` /* 146-byte string literal not displayed */ FetchHeaders *FetchHeadersNotification `protobuf:"bytes,3,opt,name=fetch_headers,json=fetchHeaders,proto3" json:"fetch_headers,omitempty"` FetchMissingCfilters *FetchMissingCFiltersNotification `protobuf:"bytes,4,opt,name=fetch_missing_cfilters,json=fetchMissingCfilters,proto3" json:"fetch_missing_cfilters,omitempty"` RescanProgress *RescanProgressNotification `protobuf:"bytes,5,opt,name=rescan_progress,json=rescanProgress,proto3" json:"rescan_progress,omitempty"` PeerInformation *PeerNotification `protobuf:"bytes,6,opt,name=peer_information,json=peerInformation,proto3" json:"peer_information,omitempty"` // contains filtered or unexported fields }
func (*RpcSyncResponse) Descriptor
deprecated
func (*RpcSyncResponse) Descriptor() ([]byte, []int)
Deprecated: Use RpcSyncResponse.ProtoReflect.Descriptor instead.
func (*RpcSyncResponse) GetFetchHeaders ¶
func (x *RpcSyncResponse) GetFetchHeaders() *FetchHeadersNotification
func (*RpcSyncResponse) GetFetchMissingCfilters ¶
func (x *RpcSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification
func (*RpcSyncResponse) GetNotificationType ¶
func (x *RpcSyncResponse) GetNotificationType() SyncNotificationType
func (*RpcSyncResponse) GetPeerInformation ¶
func (x *RpcSyncResponse) GetPeerInformation() *PeerNotification
func (*RpcSyncResponse) GetRescanProgress ¶
func (x *RpcSyncResponse) GetRescanProgress() *RescanProgressNotification
func (*RpcSyncResponse) GetSynced ¶
func (x *RpcSyncResponse) GetSynced() bool
func (*RpcSyncResponse) ProtoMessage ¶
func (*RpcSyncResponse) ProtoMessage()
func (*RpcSyncResponse) ProtoReflect ¶
func (x *RpcSyncResponse) ProtoReflect() protoreflect.Message
func (*RpcSyncResponse) Reset ¶
func (x *RpcSyncResponse) Reset()
func (*RpcSyncResponse) String ¶
func (x *RpcSyncResponse) String() string
type RunAccountMixerRequest ¶
type RunAccountMixerRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` MixedAccount uint32 `protobuf:"varint,2,opt,name=mixed_account,json=mixedAccount,proto3" json:"mixed_account,omitempty"` MixedAccountBranch uint32 `protobuf:"varint,3,opt,name=mixed_account_branch,json=mixedAccountBranch,proto3" json:"mixed_account_branch,omitempty"` ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"` CsppServer string `protobuf:"bytes,5,opt,name=cspp_server,json=csppServer,proto3" json:"cspp_server,omitempty"` // contains filtered or unexported fields }
func (*RunAccountMixerRequest) Descriptor
deprecated
func (*RunAccountMixerRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunAccountMixerRequest.ProtoReflect.Descriptor instead.
func (*RunAccountMixerRequest) GetChangeAccount ¶
func (x *RunAccountMixerRequest) GetChangeAccount() uint32
func (*RunAccountMixerRequest) GetCsppServer ¶
func (x *RunAccountMixerRequest) GetCsppServer() string
func (*RunAccountMixerRequest) GetMixedAccount ¶
func (x *RunAccountMixerRequest) GetMixedAccount() uint32
func (*RunAccountMixerRequest) GetMixedAccountBranch ¶
func (x *RunAccountMixerRequest) GetMixedAccountBranch() uint32
func (*RunAccountMixerRequest) GetPassphrase ¶
func (x *RunAccountMixerRequest) GetPassphrase() []byte
func (*RunAccountMixerRequest) ProtoMessage ¶
func (*RunAccountMixerRequest) ProtoMessage()
func (*RunAccountMixerRequest) ProtoReflect ¶
func (x *RunAccountMixerRequest) ProtoReflect() protoreflect.Message
func (*RunAccountMixerRequest) Reset ¶
func (x *RunAccountMixerRequest) Reset()
func (*RunAccountMixerRequest) String ¶
func (x *RunAccountMixerRequest) String() string
type RunAccountMixerResponse ¶
type RunAccountMixerResponse struct {
// contains filtered or unexported fields
}
func (*RunAccountMixerResponse) Descriptor
deprecated
func (*RunAccountMixerResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunAccountMixerResponse.ProtoReflect.Descriptor instead.
func (*RunAccountMixerResponse) ProtoMessage ¶
func (*RunAccountMixerResponse) ProtoMessage()
func (*RunAccountMixerResponse) ProtoReflect ¶
func (x *RunAccountMixerResponse) ProtoReflect() protoreflect.Message
func (*RunAccountMixerResponse) Reset ¶
func (x *RunAccountMixerResponse) Reset()
func (*RunAccountMixerResponse) String ¶
func (x *RunAccountMixerResponse) String() string
type RunTicketBuyerRequest ¶
type RunTicketBuyerRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Account uint32 `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"` VotingAccount uint32 `protobuf:"varint,3,opt,name=voting_account,json=votingAccount,proto3" json:"voting_account,omitempty"` BalanceToMaintain int64 `protobuf:"varint,4,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"` VotingAddress string `protobuf:"bytes,5,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"` PoolAddress string `protobuf:"bytes,6,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"` PoolFees float64 `protobuf:"fixed64,7,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"` VspHost string `protobuf:"bytes,8,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"` VspPubkey string `protobuf:"bytes,9,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"` Limit int32 `protobuf:"varint,10,opt,name=limit,proto3" json:"limit,omitempty"` CsppServer string `protobuf:"bytes,11,opt,name=cspp_server,json=csppServer,proto3" json:"cspp_server,omitempty"` MixedAccount uint32 `protobuf:"varint,12,opt,name=mixed_account,json=mixedAccount,proto3" json:"mixed_account,omitempty"` MixedAccountBranch uint32 `protobuf:"varint,13,opt,name=mixed_account_branch,json=mixedAccountBranch,proto3" json:"mixed_account_branch,omitempty"` MixedSplitAccount uint32 `protobuf:"varint,14,opt,name=mixed_split_account,json=mixedSplitAccount,proto3" json:"mixed_split_account,omitempty"` ChangeAccount uint32 `protobuf:"varint,15,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"` // contains filtered or unexported fields }
func (*RunTicketBuyerRequest) Descriptor
deprecated
func (*RunTicketBuyerRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunTicketBuyerRequest.ProtoReflect.Descriptor instead.
func (*RunTicketBuyerRequest) GetAccount ¶
func (x *RunTicketBuyerRequest) GetAccount() uint32
func (*RunTicketBuyerRequest) GetBalanceToMaintain ¶
func (x *RunTicketBuyerRequest) GetBalanceToMaintain() int64
func (*RunTicketBuyerRequest) GetChangeAccount ¶
func (x *RunTicketBuyerRequest) GetChangeAccount() uint32
func (*RunTicketBuyerRequest) GetCsppServer ¶
func (x *RunTicketBuyerRequest) GetCsppServer() string
func (*RunTicketBuyerRequest) GetLimit ¶
func (x *RunTicketBuyerRequest) GetLimit() int32
func (*RunTicketBuyerRequest) GetMixedAccount ¶
func (x *RunTicketBuyerRequest) GetMixedAccount() uint32
func (*RunTicketBuyerRequest) GetMixedAccountBranch ¶
func (x *RunTicketBuyerRequest) GetMixedAccountBranch() uint32
func (*RunTicketBuyerRequest) GetMixedSplitAccount ¶
func (x *RunTicketBuyerRequest) GetMixedSplitAccount() uint32
func (*RunTicketBuyerRequest) GetPassphrase ¶
func (x *RunTicketBuyerRequest) GetPassphrase() []byte
func (*RunTicketBuyerRequest) GetPoolAddress ¶
func (x *RunTicketBuyerRequest) GetPoolAddress() string
func (*RunTicketBuyerRequest) GetPoolFees ¶
func (x *RunTicketBuyerRequest) GetPoolFees() float64
func (*RunTicketBuyerRequest) GetVotingAccount ¶
func (x *RunTicketBuyerRequest) GetVotingAccount() uint32
func (*RunTicketBuyerRequest) GetVotingAddress ¶
func (x *RunTicketBuyerRequest) GetVotingAddress() string
func (*RunTicketBuyerRequest) GetVspHost ¶
func (x *RunTicketBuyerRequest) GetVspHost() string
func (*RunTicketBuyerRequest) GetVspPubkey ¶
func (x *RunTicketBuyerRequest) GetVspPubkey() string
func (*RunTicketBuyerRequest) ProtoMessage ¶
func (*RunTicketBuyerRequest) ProtoMessage()
func (*RunTicketBuyerRequest) ProtoReflect ¶
func (x *RunTicketBuyerRequest) ProtoReflect() protoreflect.Message
func (*RunTicketBuyerRequest) Reset ¶
func (x *RunTicketBuyerRequest) Reset()
func (*RunTicketBuyerRequest) String ¶
func (x *RunTicketBuyerRequest) String() string
type RunTicketBuyerResponse ¶
type RunTicketBuyerResponse struct {
// contains filtered or unexported fields
}
func (*RunTicketBuyerResponse) Descriptor
deprecated
func (*RunTicketBuyerResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunTicketBuyerResponse.ProtoReflect.Descriptor instead.
func (*RunTicketBuyerResponse) ProtoMessage ¶
func (*RunTicketBuyerResponse) ProtoMessage()
func (*RunTicketBuyerResponse) ProtoReflect ¶
func (x *RunTicketBuyerResponse) ProtoReflect() protoreflect.Message
func (*RunTicketBuyerResponse) Reset ¶
func (x *RunTicketBuyerResponse) Reset()
func (*RunTicketBuyerResponse) String ¶
func (x *RunTicketBuyerResponse) String() string
type SeedServiceClient ¶
type SeedServiceClient interface { GenerateRandomSeed(ctx context.Context, in *GenerateRandomSeedRequest, opts ...grpc.CallOption) (*GenerateRandomSeedResponse, error) DecodeSeed(ctx context.Context, in *DecodeSeedRequest, opts ...grpc.CallOption) (*DecodeSeedResponse, error) }
SeedServiceClient is the client API for SeedService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSeedServiceClient ¶
func NewSeedServiceClient(cc grpc.ClientConnInterface) SeedServiceClient
type SeedServiceServer ¶
type SeedServiceServer interface { GenerateRandomSeed(context.Context, *GenerateRandomSeedRequest) (*GenerateRandomSeedResponse, error) DecodeSeed(context.Context, *DecodeSeedRequest) (*DecodeSeedResponse, error) // contains filtered or unexported methods }
SeedServiceServer is the server API for SeedService service. All implementations must embed UnimplementedSeedServiceServer for forward compatibility
type SetAccountPassphraseRequest ¶
type SetAccountPassphraseRequest struct { AccountPassphrase []byte `protobuf:"bytes,1,opt,name=account_passphrase,json=accountPassphrase,proto3" json:"account_passphrase,omitempty"` NewAccountPassphrase []byte `protobuf:"bytes,2,opt,name=new_account_passphrase,json=newAccountPassphrase,proto3" json:"new_account_passphrase,omitempty"` AccountNumber uint32 `protobuf:"varint,3,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` // used only in case account pass not yet set. WalletPassphrase []byte `protobuf:"bytes,4,opt,name=wallet_passphrase,json=walletPassphrase,proto3" json:"wallet_passphrase,omitempty"` // contains filtered or unexported fields }
func (*SetAccountPassphraseRequest) Descriptor
deprecated
func (*SetAccountPassphraseRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetAccountPassphraseRequest.ProtoReflect.Descriptor instead.
func (*SetAccountPassphraseRequest) GetAccountNumber ¶
func (x *SetAccountPassphraseRequest) GetAccountNumber() uint32
func (*SetAccountPassphraseRequest) GetAccountPassphrase ¶
func (x *SetAccountPassphraseRequest) GetAccountPassphrase() []byte
func (*SetAccountPassphraseRequest) GetNewAccountPassphrase ¶
func (x *SetAccountPassphraseRequest) GetNewAccountPassphrase() []byte
func (*SetAccountPassphraseRequest) GetWalletPassphrase ¶
func (x *SetAccountPassphraseRequest) GetWalletPassphrase() []byte
func (*SetAccountPassphraseRequest) ProtoMessage ¶
func (*SetAccountPassphraseRequest) ProtoMessage()
func (*SetAccountPassphraseRequest) ProtoReflect ¶
func (x *SetAccountPassphraseRequest) ProtoReflect() protoreflect.Message
func (*SetAccountPassphraseRequest) Reset ¶
func (x *SetAccountPassphraseRequest) Reset()
func (*SetAccountPassphraseRequest) String ¶
func (x *SetAccountPassphraseRequest) String() string
type SetAccountPassphraseResponse ¶
type SetAccountPassphraseResponse struct {
// contains filtered or unexported fields
}
func (*SetAccountPassphraseResponse) Descriptor
deprecated
func (*SetAccountPassphraseResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetAccountPassphraseResponse.ProtoReflect.Descriptor instead.
func (*SetAccountPassphraseResponse) ProtoMessage ¶
func (*SetAccountPassphraseResponse) ProtoMessage()
func (*SetAccountPassphraseResponse) ProtoReflect ¶
func (x *SetAccountPassphraseResponse) ProtoReflect() protoreflect.Message
func (*SetAccountPassphraseResponse) Reset ¶
func (x *SetAccountPassphraseResponse) Reset()
func (*SetAccountPassphraseResponse) String ¶
func (x *SetAccountPassphraseResponse) String() string
type SetAccountRequest ¶
type SetAccountRequest struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*SetAccountRequest) Descriptor
deprecated
func (*SetAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetAccountRequest.ProtoReflect.Descriptor instead.
func (*SetAccountRequest) GetAccount ¶
func (x *SetAccountRequest) GetAccount() uint32
func (*SetAccountRequest) ProtoMessage ¶
func (*SetAccountRequest) ProtoMessage()
func (*SetAccountRequest) ProtoReflect ¶
func (x *SetAccountRequest) ProtoReflect() protoreflect.Message
func (*SetAccountRequest) Reset ¶
func (x *SetAccountRequest) Reset()
func (*SetAccountRequest) String ¶
func (x *SetAccountRequest) String() string
type SetAccountResponse ¶
type SetAccountResponse struct {
// contains filtered or unexported fields
}
func (*SetAccountResponse) Descriptor
deprecated
func (*SetAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetAccountResponse.ProtoReflect.Descriptor instead.
func (*SetAccountResponse) ProtoMessage ¶
func (*SetAccountResponse) ProtoMessage()
func (*SetAccountResponse) ProtoReflect ¶
func (x *SetAccountResponse) ProtoReflect() protoreflect.Message
func (*SetAccountResponse) Reset ¶
func (x *SetAccountResponse) Reset()
func (*SetAccountResponse) String ¶
func (x *SetAccountResponse) String() string
type SetBalanceToMaintainRequest ¶
type SetBalanceToMaintainRequest struct { BalanceToMaintain int64 `protobuf:"varint,1,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"` // contains filtered or unexported fields }
func (*SetBalanceToMaintainRequest) Descriptor
deprecated
func (*SetBalanceToMaintainRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetBalanceToMaintainRequest.ProtoReflect.Descriptor instead.
func (*SetBalanceToMaintainRequest) GetBalanceToMaintain ¶
func (x *SetBalanceToMaintainRequest) GetBalanceToMaintain() int64
func (*SetBalanceToMaintainRequest) ProtoMessage ¶
func (*SetBalanceToMaintainRequest) ProtoMessage()
func (*SetBalanceToMaintainRequest) ProtoReflect ¶
func (x *SetBalanceToMaintainRequest) ProtoReflect() protoreflect.Message
func (*SetBalanceToMaintainRequest) Reset ¶
func (x *SetBalanceToMaintainRequest) Reset()
func (*SetBalanceToMaintainRequest) String ¶
func (x *SetBalanceToMaintainRequest) String() string
type SetBalanceToMaintainResponse ¶
type SetBalanceToMaintainResponse struct {
// contains filtered or unexported fields
}
func (*SetBalanceToMaintainResponse) Descriptor
deprecated
func (*SetBalanceToMaintainResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetBalanceToMaintainResponse.ProtoReflect.Descriptor instead.
func (*SetBalanceToMaintainResponse) ProtoMessage ¶
func (*SetBalanceToMaintainResponse) ProtoMessage()
func (*SetBalanceToMaintainResponse) ProtoReflect ¶
func (x *SetBalanceToMaintainResponse) ProtoReflect() protoreflect.Message
func (*SetBalanceToMaintainResponse) Reset ¶
func (x *SetBalanceToMaintainResponse) Reset()
func (*SetBalanceToMaintainResponse) String ¶
func (x *SetBalanceToMaintainResponse) String() string
type SetMaxFeeRequest ¶
type SetMaxFeeRequest struct { MaxFeePerKb int64 `protobuf:"varint,1,opt,name=max_fee_per_kb,json=maxFeePerKb,proto3" json:"max_fee_per_kb,omitempty"` // contains filtered or unexported fields }
func (*SetMaxFeeRequest) Descriptor
deprecated
func (*SetMaxFeeRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetMaxFeeRequest.ProtoReflect.Descriptor instead.
func (*SetMaxFeeRequest) GetMaxFeePerKb ¶
func (x *SetMaxFeeRequest) GetMaxFeePerKb() int64
func (*SetMaxFeeRequest) ProtoMessage ¶
func (*SetMaxFeeRequest) ProtoMessage()
func (*SetMaxFeeRequest) ProtoReflect ¶
func (x *SetMaxFeeRequest) ProtoReflect() protoreflect.Message
func (*SetMaxFeeRequest) Reset ¶
func (x *SetMaxFeeRequest) Reset()
func (*SetMaxFeeRequest) String ¶
func (x *SetMaxFeeRequest) String() string
type SetMaxFeeResponse ¶
type SetMaxFeeResponse struct {
// contains filtered or unexported fields
}
func (*SetMaxFeeResponse) Descriptor
deprecated
func (*SetMaxFeeResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetMaxFeeResponse.ProtoReflect.Descriptor instead.
func (*SetMaxFeeResponse) ProtoMessage ¶
func (*SetMaxFeeResponse) ProtoMessage()
func (*SetMaxFeeResponse) ProtoReflect ¶
func (x *SetMaxFeeResponse) ProtoReflect() protoreflect.Message
func (*SetMaxFeeResponse) Reset ¶
func (x *SetMaxFeeResponse) Reset()
func (*SetMaxFeeResponse) String ¶
func (x *SetMaxFeeResponse) String() string
type SetMaxPerBlockRequest ¶
type SetMaxPerBlockRequest struct { MaxPerBlock int64 `protobuf:"varint,1,opt,name=max_per_block,json=maxPerBlock,proto3" json:"max_per_block,omitempty"` // contains filtered or unexported fields }
func (*SetMaxPerBlockRequest) Descriptor
deprecated
func (*SetMaxPerBlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetMaxPerBlockRequest.ProtoReflect.Descriptor instead.
func (*SetMaxPerBlockRequest) GetMaxPerBlock ¶
func (x *SetMaxPerBlockRequest) GetMaxPerBlock() int64
func (*SetMaxPerBlockRequest) ProtoMessage ¶
func (*SetMaxPerBlockRequest) ProtoMessage()
func (*SetMaxPerBlockRequest) ProtoReflect ¶
func (x *SetMaxPerBlockRequest) ProtoReflect() protoreflect.Message
func (*SetMaxPerBlockRequest) Reset ¶
func (x *SetMaxPerBlockRequest) Reset()
func (*SetMaxPerBlockRequest) String ¶
func (x *SetMaxPerBlockRequest) String() string
type SetMaxPerBlockResponse ¶
type SetMaxPerBlockResponse struct {
// contains filtered or unexported fields
}
func (*SetMaxPerBlockResponse) Descriptor
deprecated
func (*SetMaxPerBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetMaxPerBlockResponse.ProtoReflect.Descriptor instead.
func (*SetMaxPerBlockResponse) ProtoMessage ¶
func (*SetMaxPerBlockResponse) ProtoMessage()
func (*SetMaxPerBlockResponse) ProtoReflect ¶
func (x *SetMaxPerBlockResponse) ProtoReflect() protoreflect.Message
func (*SetMaxPerBlockResponse) Reset ¶
func (x *SetMaxPerBlockResponse) Reset()
func (*SetMaxPerBlockResponse) String ¶
func (x *SetMaxPerBlockResponse) String() string
type SetMaxPriceAbsoluteRequest ¶
type SetMaxPriceAbsoluteRequest struct { MaxPriceAbsolute int64 `protobuf:"varint,1,opt,name=max_price_absolute,json=maxPriceAbsolute,proto3" json:"max_price_absolute,omitempty"` // contains filtered or unexported fields }
func (*SetMaxPriceAbsoluteRequest) Descriptor
deprecated
func (*SetMaxPriceAbsoluteRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetMaxPriceAbsoluteRequest.ProtoReflect.Descriptor instead.
func (*SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute ¶
func (x *SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute() int64
func (*SetMaxPriceAbsoluteRequest) ProtoMessage ¶
func (*SetMaxPriceAbsoluteRequest) ProtoMessage()
func (*SetMaxPriceAbsoluteRequest) ProtoReflect ¶
func (x *SetMaxPriceAbsoluteRequest) ProtoReflect() protoreflect.Message
func (*SetMaxPriceAbsoluteRequest) Reset ¶
func (x *SetMaxPriceAbsoluteRequest) Reset()
func (*SetMaxPriceAbsoluteRequest) String ¶
func (x *SetMaxPriceAbsoluteRequest) String() string
type SetMaxPriceAbsoluteResponse ¶
type SetMaxPriceAbsoluteResponse struct {
// contains filtered or unexported fields
}
func (*SetMaxPriceAbsoluteResponse) Descriptor
deprecated
func (*SetMaxPriceAbsoluteResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetMaxPriceAbsoluteResponse.ProtoReflect.Descriptor instead.
func (*SetMaxPriceAbsoluteResponse) ProtoMessage ¶
func (*SetMaxPriceAbsoluteResponse) ProtoMessage()
func (*SetMaxPriceAbsoluteResponse) ProtoReflect ¶
func (x *SetMaxPriceAbsoluteResponse) ProtoReflect() protoreflect.Message
func (*SetMaxPriceAbsoluteResponse) Reset ¶
func (x *SetMaxPriceAbsoluteResponse) Reset()
func (*SetMaxPriceAbsoluteResponse) String ¶
func (x *SetMaxPriceAbsoluteResponse) String() string
type SetMaxPriceRelativeRequest ¶
type SetMaxPriceRelativeRequest struct { MaxPriceRelative float64 `protobuf:"fixed64,1,opt,name=max_price_relative,json=maxPriceRelative,proto3" json:"max_price_relative,omitempty"` // contains filtered or unexported fields }
func (*SetMaxPriceRelativeRequest) Descriptor
deprecated
func (*SetMaxPriceRelativeRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetMaxPriceRelativeRequest.ProtoReflect.Descriptor instead.
func (*SetMaxPriceRelativeRequest) GetMaxPriceRelative ¶
func (x *SetMaxPriceRelativeRequest) GetMaxPriceRelative() float64
func (*SetMaxPriceRelativeRequest) ProtoMessage ¶
func (*SetMaxPriceRelativeRequest) ProtoMessage()
func (*SetMaxPriceRelativeRequest) ProtoReflect ¶
func (x *SetMaxPriceRelativeRequest) ProtoReflect() protoreflect.Message
func (*SetMaxPriceRelativeRequest) Reset ¶
func (x *SetMaxPriceRelativeRequest) Reset()
func (*SetMaxPriceRelativeRequest) String ¶
func (x *SetMaxPriceRelativeRequest) String() string
type SetMaxPriceRelativeResponse ¶
type SetMaxPriceRelativeResponse struct {
// contains filtered or unexported fields
}
func (*SetMaxPriceRelativeResponse) Descriptor
deprecated
func (*SetMaxPriceRelativeResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetMaxPriceRelativeResponse.ProtoReflect.Descriptor instead.
func (*SetMaxPriceRelativeResponse) ProtoMessage ¶
func (*SetMaxPriceRelativeResponse) ProtoMessage()
func (*SetMaxPriceRelativeResponse) ProtoReflect ¶
func (x *SetMaxPriceRelativeResponse) ProtoReflect() protoreflect.Message
func (*SetMaxPriceRelativeResponse) Reset ¶
func (x *SetMaxPriceRelativeResponse) Reset()
func (*SetMaxPriceRelativeResponse) String ¶
func (x *SetMaxPriceRelativeResponse) String() string
type SetPoolAddressRequest ¶
type SetPoolAddressRequest struct { PoolAddress string `protobuf:"bytes,1,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"` // contains filtered or unexported fields }
func (*SetPoolAddressRequest) Descriptor
deprecated
func (*SetPoolAddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetPoolAddressRequest.ProtoReflect.Descriptor instead.
func (*SetPoolAddressRequest) GetPoolAddress ¶
func (x *SetPoolAddressRequest) GetPoolAddress() string
func (*SetPoolAddressRequest) ProtoMessage ¶
func (*SetPoolAddressRequest) ProtoMessage()
func (*SetPoolAddressRequest) ProtoReflect ¶
func (x *SetPoolAddressRequest) ProtoReflect() protoreflect.Message
func (*SetPoolAddressRequest) Reset ¶
func (x *SetPoolAddressRequest) Reset()
func (*SetPoolAddressRequest) String ¶
func (x *SetPoolAddressRequest) String() string
type SetPoolAddressResponse ¶
type SetPoolAddressResponse struct {
// contains filtered or unexported fields
}
func (*SetPoolAddressResponse) Descriptor
deprecated
func (*SetPoolAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetPoolAddressResponse.ProtoReflect.Descriptor instead.
func (*SetPoolAddressResponse) ProtoMessage ¶
func (*SetPoolAddressResponse) ProtoMessage()
func (*SetPoolAddressResponse) ProtoReflect ¶
func (x *SetPoolAddressResponse) ProtoReflect() protoreflect.Message
func (*SetPoolAddressResponse) Reset ¶
func (x *SetPoolAddressResponse) Reset()
func (*SetPoolAddressResponse) String ¶
func (x *SetPoolAddressResponse) String() string
type SetPoolFeesRequest ¶
type SetPoolFeesRequest struct { PoolFees float64 `protobuf:"fixed64,1,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"` // contains filtered or unexported fields }
func (*SetPoolFeesRequest) Descriptor
deprecated
func (*SetPoolFeesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetPoolFeesRequest.ProtoReflect.Descriptor instead.
func (*SetPoolFeesRequest) GetPoolFees ¶
func (x *SetPoolFeesRequest) GetPoolFees() float64
func (*SetPoolFeesRequest) ProtoMessage ¶
func (*SetPoolFeesRequest) ProtoMessage()
func (*SetPoolFeesRequest) ProtoReflect ¶
func (x *SetPoolFeesRequest) ProtoReflect() protoreflect.Message
func (*SetPoolFeesRequest) Reset ¶
func (x *SetPoolFeesRequest) Reset()
func (*SetPoolFeesRequest) String ¶
func (x *SetPoolFeesRequest) String() string
type SetPoolFeesResponse ¶
type SetPoolFeesResponse struct {
// contains filtered or unexported fields
}
func (*SetPoolFeesResponse) Descriptor
deprecated
func (*SetPoolFeesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetPoolFeesResponse.ProtoReflect.Descriptor instead.
func (*SetPoolFeesResponse) ProtoMessage ¶
func (*SetPoolFeesResponse) ProtoMessage()
func (*SetPoolFeesResponse) ProtoReflect ¶
func (x *SetPoolFeesResponse) ProtoReflect() protoreflect.Message
func (*SetPoolFeesResponse) Reset ¶
func (x *SetPoolFeesResponse) Reset()
func (*SetPoolFeesResponse) String ¶
func (x *SetPoolFeesResponse) String() string
type SetTSpendPolicyRequest ¶
type SetTSpendPolicyRequest struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Policy string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"` TicketHash []byte `protobuf:"bytes,3,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*SetTSpendPolicyRequest) Descriptor
deprecated
func (*SetTSpendPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetTSpendPolicyRequest.ProtoReflect.Descriptor instead.
func (*SetTSpendPolicyRequest) GetHash ¶
func (x *SetTSpendPolicyRequest) GetHash() []byte
func (*SetTSpendPolicyRequest) GetPolicy ¶
func (x *SetTSpendPolicyRequest) GetPolicy() string
func (*SetTSpendPolicyRequest) GetTicketHash ¶
func (x *SetTSpendPolicyRequest) GetTicketHash() []byte
func (*SetTSpendPolicyRequest) ProtoMessage ¶
func (*SetTSpendPolicyRequest) ProtoMessage()
func (*SetTSpendPolicyRequest) ProtoReflect ¶
func (x *SetTSpendPolicyRequest) ProtoReflect() protoreflect.Message
func (*SetTSpendPolicyRequest) Reset ¶
func (x *SetTSpendPolicyRequest) Reset()
func (*SetTSpendPolicyRequest) String ¶
func (x *SetTSpendPolicyRequest) String() string
type SetTSpendPolicyResponse ¶
type SetTSpendPolicyResponse struct {
// contains filtered or unexported fields
}
func (*SetTSpendPolicyResponse) Descriptor
deprecated
func (*SetTSpendPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetTSpendPolicyResponse.ProtoReflect.Descriptor instead.
func (*SetTSpendPolicyResponse) ProtoMessage ¶
func (*SetTSpendPolicyResponse) ProtoMessage()
func (*SetTSpendPolicyResponse) ProtoReflect ¶
func (x *SetTSpendPolicyResponse) ProtoReflect() protoreflect.Message
func (*SetTSpendPolicyResponse) Reset ¶
func (x *SetTSpendPolicyResponse) Reset()
func (*SetTSpendPolicyResponse) String ¶
func (x *SetTSpendPolicyResponse) String() string
type SetTreasuryPolicyRequest ¶
type SetTreasuryPolicyRequest struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Policy string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"` TicketHash []byte `protobuf:"bytes,3,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*SetTreasuryPolicyRequest) Descriptor
deprecated
func (*SetTreasuryPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetTreasuryPolicyRequest.ProtoReflect.Descriptor instead.
func (*SetTreasuryPolicyRequest) GetKey ¶
func (x *SetTreasuryPolicyRequest) GetKey() []byte
func (*SetTreasuryPolicyRequest) GetPolicy ¶
func (x *SetTreasuryPolicyRequest) GetPolicy() string
func (*SetTreasuryPolicyRequest) GetTicketHash ¶
func (x *SetTreasuryPolicyRequest) GetTicketHash() []byte
func (*SetTreasuryPolicyRequest) ProtoMessage ¶
func (*SetTreasuryPolicyRequest) ProtoMessage()
func (*SetTreasuryPolicyRequest) ProtoReflect ¶
func (x *SetTreasuryPolicyRequest) ProtoReflect() protoreflect.Message
func (*SetTreasuryPolicyRequest) Reset ¶
func (x *SetTreasuryPolicyRequest) Reset()
func (*SetTreasuryPolicyRequest) String ¶
func (x *SetTreasuryPolicyRequest) String() string
type SetTreasuryPolicyResponse ¶
type SetTreasuryPolicyResponse struct {
// contains filtered or unexported fields
}
func (*SetTreasuryPolicyResponse) Descriptor
deprecated
func (*SetTreasuryPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetTreasuryPolicyResponse.ProtoReflect.Descriptor instead.
func (*SetTreasuryPolicyResponse) ProtoMessage ¶
func (*SetTreasuryPolicyResponse) ProtoMessage()
func (*SetTreasuryPolicyResponse) ProtoReflect ¶
func (x *SetTreasuryPolicyResponse) ProtoReflect() protoreflect.Message
func (*SetTreasuryPolicyResponse) Reset ¶
func (x *SetTreasuryPolicyResponse) Reset()
func (*SetTreasuryPolicyResponse) String ¶
func (x *SetTreasuryPolicyResponse) String() string
type SetVoteChoicesRequest ¶
type SetVoteChoicesRequest struct { Choices []*SetVoteChoicesRequest_Choice `protobuf:"bytes,1,rep,name=choices,proto3" json:"choices,omitempty"` TicketHash []byte `protobuf:"bytes,2,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*SetVoteChoicesRequest) Descriptor
deprecated
func (*SetVoteChoicesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetVoteChoicesRequest.ProtoReflect.Descriptor instead.
func (*SetVoteChoicesRequest) GetChoices ¶
func (x *SetVoteChoicesRequest) GetChoices() []*SetVoteChoicesRequest_Choice
func (*SetVoteChoicesRequest) GetTicketHash ¶
func (x *SetVoteChoicesRequest) GetTicketHash() []byte
func (*SetVoteChoicesRequest) ProtoMessage ¶
func (*SetVoteChoicesRequest) ProtoMessage()
func (*SetVoteChoicesRequest) ProtoReflect ¶
func (x *SetVoteChoicesRequest) ProtoReflect() protoreflect.Message
func (*SetVoteChoicesRequest) Reset ¶
func (x *SetVoteChoicesRequest) Reset()
func (*SetVoteChoicesRequest) String ¶
func (x *SetVoteChoicesRequest) String() string
type SetVoteChoicesRequest_Choice ¶
type SetVoteChoicesRequest_Choice struct { AgendaId string `protobuf:"bytes,1,opt,name=agenda_id,json=agendaId,proto3" json:"agenda_id,omitempty"` ChoiceId string `protobuf:"bytes,2,opt,name=choice_id,json=choiceId,proto3" json:"choice_id,omitempty"` // contains filtered or unexported fields }
func (*SetVoteChoicesRequest_Choice) Descriptor
deprecated
func (*SetVoteChoicesRequest_Choice) Descriptor() ([]byte, []int)
Deprecated: Use SetVoteChoicesRequest_Choice.ProtoReflect.Descriptor instead.
func (*SetVoteChoicesRequest_Choice) GetAgendaId ¶
func (x *SetVoteChoicesRequest_Choice) GetAgendaId() string
func (*SetVoteChoicesRequest_Choice) GetChoiceId ¶
func (x *SetVoteChoicesRequest_Choice) GetChoiceId() string
func (*SetVoteChoicesRequest_Choice) ProtoMessage ¶
func (*SetVoteChoicesRequest_Choice) ProtoMessage()
func (*SetVoteChoicesRequest_Choice) ProtoReflect ¶
func (x *SetVoteChoicesRequest_Choice) ProtoReflect() protoreflect.Message
func (*SetVoteChoicesRequest_Choice) Reset ¶
func (x *SetVoteChoicesRequest_Choice) Reset()
func (*SetVoteChoicesRequest_Choice) String ¶
func (x *SetVoteChoicesRequest_Choice) String() string
type SetVoteChoicesResponse ¶
type SetVoteChoicesResponse struct { Votebits uint32 `protobuf:"varint,1,opt,name=votebits,proto3" json:"votebits,omitempty"` // contains filtered or unexported fields }
func (*SetVoteChoicesResponse) Descriptor
deprecated
func (*SetVoteChoicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetVoteChoicesResponse.ProtoReflect.Descriptor instead.
func (*SetVoteChoicesResponse) GetVotebits ¶
func (x *SetVoteChoicesResponse) GetVotebits() uint32
func (*SetVoteChoicesResponse) ProtoMessage ¶
func (*SetVoteChoicesResponse) ProtoMessage()
func (*SetVoteChoicesResponse) ProtoReflect ¶
func (x *SetVoteChoicesResponse) ProtoReflect() protoreflect.Message
func (*SetVoteChoicesResponse) Reset ¶
func (x *SetVoteChoicesResponse) Reset()
func (*SetVoteChoicesResponse) String ¶
func (x *SetVoteChoicesResponse) String() string
type SetVotingAddressRequest ¶
type SetVotingAddressRequest struct { VotingAddress string `protobuf:"bytes,1,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"` // contains filtered or unexported fields }
func (*SetVotingAddressRequest) Descriptor
deprecated
func (*SetVotingAddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetVotingAddressRequest.ProtoReflect.Descriptor instead.
func (*SetVotingAddressRequest) GetVotingAddress ¶
func (x *SetVotingAddressRequest) GetVotingAddress() string
func (*SetVotingAddressRequest) ProtoMessage ¶
func (*SetVotingAddressRequest) ProtoMessage()
func (*SetVotingAddressRequest) ProtoReflect ¶
func (x *SetVotingAddressRequest) ProtoReflect() protoreflect.Message
func (*SetVotingAddressRequest) Reset ¶
func (x *SetVotingAddressRequest) Reset()
func (*SetVotingAddressRequest) String ¶
func (x *SetVotingAddressRequest) String() string
type SetVotingAddressResponse ¶
type SetVotingAddressResponse struct {
// contains filtered or unexported fields
}
func (*SetVotingAddressResponse) Descriptor
deprecated
func (*SetVotingAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetVotingAddressResponse.ProtoReflect.Descriptor instead.
func (*SetVotingAddressResponse) ProtoMessage ¶
func (*SetVotingAddressResponse) ProtoMessage()
func (*SetVotingAddressResponse) ProtoReflect ¶
func (x *SetVotingAddressResponse) ProtoReflect() protoreflect.Message
func (*SetVotingAddressResponse) Reset ¶
func (x *SetVotingAddressResponse) Reset()
func (*SetVotingAddressResponse) String ¶
func (x *SetVotingAddressResponse) String() string
type SetVspdVoteChoicesRequest ¶
type SetVspdVoteChoicesRequest struct { VspHost string `protobuf:"bytes,1,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"` VspPubkey string `protobuf:"bytes,2,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"` FeeAccount uint32 `protobuf:"varint,3,opt,name=fee_account,json=feeAccount,proto3" json:"fee_account,omitempty"` ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"` // contains filtered or unexported fields }
func (*SetVspdVoteChoicesRequest) Descriptor
deprecated
func (*SetVspdVoteChoicesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetVspdVoteChoicesRequest.ProtoReflect.Descriptor instead.
func (*SetVspdVoteChoicesRequest) GetChangeAccount ¶
func (x *SetVspdVoteChoicesRequest) GetChangeAccount() uint32
func (*SetVspdVoteChoicesRequest) GetFeeAccount ¶
func (x *SetVspdVoteChoicesRequest) GetFeeAccount() uint32
func (*SetVspdVoteChoicesRequest) GetVspHost ¶
func (x *SetVspdVoteChoicesRequest) GetVspHost() string
func (*SetVspdVoteChoicesRequest) GetVspPubkey ¶
func (x *SetVspdVoteChoicesRequest) GetVspPubkey() string
func (*SetVspdVoteChoicesRequest) ProtoMessage ¶
func (*SetVspdVoteChoicesRequest) ProtoMessage()
func (*SetVspdVoteChoicesRequest) ProtoReflect ¶
func (x *SetVspdVoteChoicesRequest) ProtoReflect() protoreflect.Message
func (*SetVspdVoteChoicesRequest) Reset ¶
func (x *SetVspdVoteChoicesRequest) Reset()
func (*SetVspdVoteChoicesRequest) String ¶
func (x *SetVspdVoteChoicesRequest) String() string
type SetVspdVoteChoicesResponse ¶
type SetVspdVoteChoicesResponse struct {
// contains filtered or unexported fields
}
func (*SetVspdVoteChoicesResponse) Descriptor
deprecated
func (*SetVspdVoteChoicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetVspdVoteChoicesResponse.ProtoReflect.Descriptor instead.
func (*SetVspdVoteChoicesResponse) ProtoMessage ¶
func (*SetVspdVoteChoicesResponse) ProtoMessage()
func (*SetVspdVoteChoicesResponse) ProtoReflect ¶
func (x *SetVspdVoteChoicesResponse) ProtoReflect() protoreflect.Message
func (*SetVspdVoteChoicesResponse) Reset ¶
func (x *SetVspdVoteChoicesResponse) Reset()
func (*SetVspdVoteChoicesResponse) String ¶
func (x *SetVspdVoteChoicesResponse) String() string
type SignHashesRequest ¶
type SignHashesRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Hashes [][]byte `protobuf:"bytes,3,rep,name=hashes,proto3" json:"hashes,omitempty"` // contains filtered or unexported fields }
func (*SignHashesRequest) Descriptor
deprecated
func (*SignHashesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignHashesRequest.ProtoReflect.Descriptor instead.
func (*SignHashesRequest) GetAddress ¶
func (x *SignHashesRequest) GetAddress() string
func (*SignHashesRequest) GetHashes ¶
func (x *SignHashesRequest) GetHashes() [][]byte
func (*SignHashesRequest) GetPassphrase ¶
func (x *SignHashesRequest) GetPassphrase() []byte
func (*SignHashesRequest) ProtoMessage ¶
func (*SignHashesRequest) ProtoMessage()
func (*SignHashesRequest) ProtoReflect ¶
func (x *SignHashesRequest) ProtoReflect() protoreflect.Message
func (*SignHashesRequest) Reset ¶
func (x *SignHashesRequest) Reset()
func (*SignHashesRequest) String ¶
func (x *SignHashesRequest) String() string
type SignHashesResponse ¶
type SignHashesResponse struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"` // contains filtered or unexported fields }
func (*SignHashesResponse) Descriptor
deprecated
func (*SignHashesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignHashesResponse.ProtoReflect.Descriptor instead.
func (*SignHashesResponse) GetPublicKey ¶
func (x *SignHashesResponse) GetPublicKey() []byte
func (*SignHashesResponse) GetSignatures ¶
func (x *SignHashesResponse) GetSignatures() [][]byte
func (*SignHashesResponse) ProtoMessage ¶
func (*SignHashesResponse) ProtoMessage()
func (*SignHashesResponse) ProtoReflect ¶
func (x *SignHashesResponse) ProtoReflect() protoreflect.Message
func (*SignHashesResponse) Reset ¶
func (x *SignHashesResponse) Reset()
func (*SignHashesResponse) String ¶
func (x *SignHashesResponse) String() string
type SignMessageRequest ¶
type SignMessageRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Passphrase []byte `protobuf:"bytes,3,opt,name=passphrase,proto3" json:"passphrase,omitempty"` // contains filtered or unexported fields }
func (*SignMessageRequest) Descriptor
deprecated
func (*SignMessageRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignMessageRequest.ProtoReflect.Descriptor instead.
func (*SignMessageRequest) GetAddress ¶
func (x *SignMessageRequest) GetAddress() string
func (*SignMessageRequest) GetMessage ¶
func (x *SignMessageRequest) GetMessage() string
func (*SignMessageRequest) GetPassphrase ¶
func (x *SignMessageRequest) GetPassphrase() []byte
func (*SignMessageRequest) ProtoMessage ¶
func (*SignMessageRequest) ProtoMessage()
func (*SignMessageRequest) ProtoReflect ¶
func (x *SignMessageRequest) ProtoReflect() protoreflect.Message
func (*SignMessageRequest) Reset ¶
func (x *SignMessageRequest) Reset()
func (*SignMessageRequest) String ¶
func (x *SignMessageRequest) String() string
type SignMessageResponse ¶
type SignMessageResponse struct { Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*SignMessageResponse) Descriptor
deprecated
func (*SignMessageResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignMessageResponse.ProtoReflect.Descriptor instead.
func (*SignMessageResponse) GetSignature ¶
func (x *SignMessageResponse) GetSignature() []byte
func (*SignMessageResponse) ProtoMessage ¶
func (*SignMessageResponse) ProtoMessage()
func (*SignMessageResponse) ProtoReflect ¶
func (x *SignMessageResponse) ProtoReflect() protoreflect.Message
func (*SignMessageResponse) Reset ¶
func (x *SignMessageResponse) Reset()
func (*SignMessageResponse) String ¶
func (x *SignMessageResponse) String() string
type SignMessagesRequest ¶
type SignMessagesRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Messages []*SignMessagesRequest_Message `protobuf:"bytes,2,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*SignMessagesRequest) Descriptor
deprecated
func (*SignMessagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignMessagesRequest.ProtoReflect.Descriptor instead.
func (*SignMessagesRequest) GetMessages ¶
func (x *SignMessagesRequest) GetMessages() []*SignMessagesRequest_Message
func (*SignMessagesRequest) GetPassphrase ¶
func (x *SignMessagesRequest) GetPassphrase() []byte
func (*SignMessagesRequest) ProtoMessage ¶
func (*SignMessagesRequest) ProtoMessage()
func (*SignMessagesRequest) ProtoReflect ¶
func (x *SignMessagesRequest) ProtoReflect() protoreflect.Message
func (*SignMessagesRequest) Reset ¶
func (x *SignMessagesRequest) Reset()
func (*SignMessagesRequest) String ¶
func (x *SignMessagesRequest) String() string
type SignMessagesRequest_Message ¶
type SignMessagesRequest_Message struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*SignMessagesRequest_Message) Descriptor
deprecated
func (*SignMessagesRequest_Message) Descriptor() ([]byte, []int)
Deprecated: Use SignMessagesRequest_Message.ProtoReflect.Descriptor instead.
func (*SignMessagesRequest_Message) GetAddress ¶
func (x *SignMessagesRequest_Message) GetAddress() string
func (*SignMessagesRequest_Message) GetMessage ¶
func (x *SignMessagesRequest_Message) GetMessage() string
func (*SignMessagesRequest_Message) ProtoMessage ¶
func (*SignMessagesRequest_Message) ProtoMessage()
func (*SignMessagesRequest_Message) ProtoReflect ¶
func (x *SignMessagesRequest_Message) ProtoReflect() protoreflect.Message
func (*SignMessagesRequest_Message) Reset ¶
func (x *SignMessagesRequest_Message) Reset()
func (*SignMessagesRequest_Message) String ¶
func (x *SignMessagesRequest_Message) String() string
type SignMessagesResponse ¶
type SignMessagesResponse struct { Replies []*SignMessagesResponse_SignReply `protobuf:"bytes,1,rep,name=replies,proto3" json:"replies,omitempty"` // contains filtered or unexported fields }
func (*SignMessagesResponse) Descriptor
deprecated
func (*SignMessagesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignMessagesResponse.ProtoReflect.Descriptor instead.
func (*SignMessagesResponse) GetReplies ¶
func (x *SignMessagesResponse) GetReplies() []*SignMessagesResponse_SignReply
func (*SignMessagesResponse) ProtoMessage ¶
func (*SignMessagesResponse) ProtoMessage()
func (*SignMessagesResponse) ProtoReflect ¶
func (x *SignMessagesResponse) ProtoReflect() protoreflect.Message
func (*SignMessagesResponse) Reset ¶
func (x *SignMessagesResponse) Reset()
func (*SignMessagesResponse) String ¶
func (x *SignMessagesResponse) String() string
type SignMessagesResponse_SignReply ¶
type SignMessagesResponse_SignReply struct { Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*SignMessagesResponse_SignReply) Descriptor
deprecated
func (*SignMessagesResponse_SignReply) Descriptor() ([]byte, []int)
Deprecated: Use SignMessagesResponse_SignReply.ProtoReflect.Descriptor instead.
func (*SignMessagesResponse_SignReply) GetError ¶
func (x *SignMessagesResponse_SignReply) GetError() string
func (*SignMessagesResponse_SignReply) GetSignature ¶
func (x *SignMessagesResponse_SignReply) GetSignature() []byte
func (*SignMessagesResponse_SignReply) ProtoMessage ¶
func (*SignMessagesResponse_SignReply) ProtoMessage()
func (*SignMessagesResponse_SignReply) ProtoReflect ¶
func (x *SignMessagesResponse_SignReply) ProtoReflect() protoreflect.Message
func (*SignMessagesResponse_SignReply) Reset ¶
func (x *SignMessagesResponse_SignReply) Reset()
func (*SignMessagesResponse_SignReply) String ¶
func (x *SignMessagesResponse_SignReply) String() string
type SignTransactionRequest ¶
type SignTransactionRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` SerializedTransaction []byte `protobuf:"bytes,2,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"` // If no indexes are specified, signatures scripts will be added for // every input. If any input indexes are specified, only those inputs // will be signed. Rather than returning an incompletely signed // transaction if any of the inputs to be signed can not be, the RPC // immediately errors. // repeated uint32 input_indexes = 3; AdditionalScripts []*SignTransactionRequest_AdditionalScript `protobuf:"bytes,4,rep,name=additional_scripts,json=additionalScripts,proto3" json:"additional_scripts,omitempty"` // contains filtered or unexported fields }
func (*SignTransactionRequest) Descriptor
deprecated
func (*SignTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignTransactionRequest.ProtoReflect.Descriptor instead.
func (*SignTransactionRequest) GetAdditionalScripts ¶
func (x *SignTransactionRequest) GetAdditionalScripts() []*SignTransactionRequest_AdditionalScript
func (*SignTransactionRequest) GetPassphrase ¶
func (x *SignTransactionRequest) GetPassphrase() []byte
func (*SignTransactionRequest) GetSerializedTransaction ¶
func (x *SignTransactionRequest) GetSerializedTransaction() []byte
func (*SignTransactionRequest) ProtoMessage ¶
func (*SignTransactionRequest) ProtoMessage()
func (*SignTransactionRequest) ProtoReflect ¶
func (x *SignTransactionRequest) ProtoReflect() protoreflect.Message
func (*SignTransactionRequest) Reset ¶
func (x *SignTransactionRequest) Reset()
func (*SignTransactionRequest) String ¶
func (x *SignTransactionRequest) String() string
type SignTransactionRequest_AdditionalScript ¶
type SignTransactionRequest_AdditionalScript struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` OutputIndex uint32 `protobuf:"varint,2,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"` Tree int32 `protobuf:"varint,3,opt,name=tree,proto3" json:"tree,omitempty"` PkScript []byte `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"` // contains filtered or unexported fields }
func (*SignTransactionRequest_AdditionalScript) Descriptor
deprecated
func (*SignTransactionRequest_AdditionalScript) Descriptor() ([]byte, []int)
Deprecated: Use SignTransactionRequest_AdditionalScript.ProtoReflect.Descriptor instead.
func (*SignTransactionRequest_AdditionalScript) GetOutputIndex ¶
func (x *SignTransactionRequest_AdditionalScript) GetOutputIndex() uint32
func (*SignTransactionRequest_AdditionalScript) GetPkScript ¶
func (x *SignTransactionRequest_AdditionalScript) GetPkScript() []byte
func (*SignTransactionRequest_AdditionalScript) GetTransactionHash ¶
func (x *SignTransactionRequest_AdditionalScript) GetTransactionHash() []byte
func (*SignTransactionRequest_AdditionalScript) GetTree ¶
func (x *SignTransactionRequest_AdditionalScript) GetTree() int32
func (*SignTransactionRequest_AdditionalScript) ProtoMessage ¶
func (*SignTransactionRequest_AdditionalScript) ProtoMessage()
func (*SignTransactionRequest_AdditionalScript) ProtoReflect ¶
func (x *SignTransactionRequest_AdditionalScript) ProtoReflect() protoreflect.Message
func (*SignTransactionRequest_AdditionalScript) Reset ¶
func (x *SignTransactionRequest_AdditionalScript) Reset()
func (*SignTransactionRequest_AdditionalScript) String ¶
func (x *SignTransactionRequest_AdditionalScript) String() string
type SignTransactionResponse ¶
type SignTransactionResponse struct { Transaction []byte `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` UnsignedInputIndexes []uint32 `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SignTransactionResponse) Descriptor
deprecated
func (*SignTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignTransactionResponse.ProtoReflect.Descriptor instead.
func (*SignTransactionResponse) GetTransaction ¶
func (x *SignTransactionResponse) GetTransaction() []byte
func (*SignTransactionResponse) GetUnsignedInputIndexes ¶
func (x *SignTransactionResponse) GetUnsignedInputIndexes() []uint32
func (*SignTransactionResponse) ProtoMessage ¶
func (*SignTransactionResponse) ProtoMessage()
func (*SignTransactionResponse) ProtoReflect ¶
func (x *SignTransactionResponse) ProtoReflect() protoreflect.Message
func (*SignTransactionResponse) Reset ¶
func (x *SignTransactionResponse) Reset()
func (*SignTransactionResponse) String ¶
func (x *SignTransactionResponse) String() string
type SignTransactionsRequest ¶
type SignTransactionsRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Transactions []*SignTransactionsRequest_UnsignedTransaction `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"` AdditionalScripts []*SignTransactionsRequest_AdditionalScript `protobuf:"bytes,3,rep,name=additional_scripts,json=additionalScripts,proto3" json:"additional_scripts,omitempty"` // contains filtered or unexported fields }
func (*SignTransactionsRequest) Descriptor
deprecated
func (*SignTransactionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignTransactionsRequest.ProtoReflect.Descriptor instead.
func (*SignTransactionsRequest) GetAdditionalScripts ¶
func (x *SignTransactionsRequest) GetAdditionalScripts() []*SignTransactionsRequest_AdditionalScript
func (*SignTransactionsRequest) GetPassphrase ¶
func (x *SignTransactionsRequest) GetPassphrase() []byte
func (*SignTransactionsRequest) GetTransactions ¶
func (x *SignTransactionsRequest) GetTransactions() []*SignTransactionsRequest_UnsignedTransaction
func (*SignTransactionsRequest) ProtoMessage ¶
func (*SignTransactionsRequest) ProtoMessage()
func (*SignTransactionsRequest) ProtoReflect ¶
func (x *SignTransactionsRequest) ProtoReflect() protoreflect.Message
func (*SignTransactionsRequest) Reset ¶
func (x *SignTransactionsRequest) Reset()
func (*SignTransactionsRequest) String ¶
func (x *SignTransactionsRequest) String() string
type SignTransactionsRequest_AdditionalScript ¶
type SignTransactionsRequest_AdditionalScript struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` OutputIndex uint32 `protobuf:"varint,2,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"` Tree int32 `protobuf:"varint,3,opt,name=tree,proto3" json:"tree,omitempty"` PkScript []byte `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"` // contains filtered or unexported fields }
func (*SignTransactionsRequest_AdditionalScript) Descriptor
deprecated
func (*SignTransactionsRequest_AdditionalScript) Descriptor() ([]byte, []int)
Deprecated: Use SignTransactionsRequest_AdditionalScript.ProtoReflect.Descriptor instead.
func (*SignTransactionsRequest_AdditionalScript) GetOutputIndex ¶
func (x *SignTransactionsRequest_AdditionalScript) GetOutputIndex() uint32
func (*SignTransactionsRequest_AdditionalScript) GetPkScript ¶
func (x *SignTransactionsRequest_AdditionalScript) GetPkScript() []byte
func (*SignTransactionsRequest_AdditionalScript) GetTransactionHash ¶
func (x *SignTransactionsRequest_AdditionalScript) GetTransactionHash() []byte
func (*SignTransactionsRequest_AdditionalScript) GetTree ¶
func (x *SignTransactionsRequest_AdditionalScript) GetTree() int32
func (*SignTransactionsRequest_AdditionalScript) ProtoMessage ¶
func (*SignTransactionsRequest_AdditionalScript) ProtoMessage()
func (*SignTransactionsRequest_AdditionalScript) ProtoReflect ¶
func (x *SignTransactionsRequest_AdditionalScript) ProtoReflect() protoreflect.Message
func (*SignTransactionsRequest_AdditionalScript) Reset ¶
func (x *SignTransactionsRequest_AdditionalScript) Reset()
func (*SignTransactionsRequest_AdditionalScript) String ¶
func (x *SignTransactionsRequest_AdditionalScript) String() string
type SignTransactionsRequest_UnsignedTransaction ¶
type SignTransactionsRequest_UnsignedTransaction struct { SerializedTransaction []byte `protobuf:"bytes,1,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"` // contains filtered or unexported fields }
func (*SignTransactionsRequest_UnsignedTransaction) Descriptor
deprecated
func (*SignTransactionsRequest_UnsignedTransaction) Descriptor() ([]byte, []int)
Deprecated: Use SignTransactionsRequest_UnsignedTransaction.ProtoReflect.Descriptor instead.
func (*SignTransactionsRequest_UnsignedTransaction) GetSerializedTransaction ¶
func (x *SignTransactionsRequest_UnsignedTransaction) GetSerializedTransaction() []byte
func (*SignTransactionsRequest_UnsignedTransaction) ProtoMessage ¶
func (*SignTransactionsRequest_UnsignedTransaction) ProtoMessage()
func (*SignTransactionsRequest_UnsignedTransaction) ProtoReflect ¶
func (x *SignTransactionsRequest_UnsignedTransaction) ProtoReflect() protoreflect.Message
func (*SignTransactionsRequest_UnsignedTransaction) Reset ¶
func (x *SignTransactionsRequest_UnsignedTransaction) Reset()
func (*SignTransactionsRequest_UnsignedTransaction) String ¶
func (x *SignTransactionsRequest_UnsignedTransaction) String() string
type SignTransactionsResponse ¶
type SignTransactionsResponse struct { Transactions []*SignTransactionsResponse_SignedTransaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*SignTransactionsResponse) Descriptor
deprecated
func (*SignTransactionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignTransactionsResponse.ProtoReflect.Descriptor instead.
func (*SignTransactionsResponse) GetTransactions ¶
func (x *SignTransactionsResponse) GetTransactions() []*SignTransactionsResponse_SignedTransaction
func (*SignTransactionsResponse) ProtoMessage ¶
func (*SignTransactionsResponse) ProtoMessage()
func (*SignTransactionsResponse) ProtoReflect ¶
func (x *SignTransactionsResponse) ProtoReflect() protoreflect.Message
func (*SignTransactionsResponse) Reset ¶
func (x *SignTransactionsResponse) Reset()
func (*SignTransactionsResponse) String ¶
func (x *SignTransactionsResponse) String() string
type SignTransactionsResponse_SignedTransaction ¶
type SignTransactionsResponse_SignedTransaction struct { Transaction []byte `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` UnsignedInputIndexes []uint32 `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SignTransactionsResponse_SignedTransaction) Descriptor
deprecated
func (*SignTransactionsResponse_SignedTransaction) Descriptor() ([]byte, []int)
Deprecated: Use SignTransactionsResponse_SignedTransaction.ProtoReflect.Descriptor instead.
func (*SignTransactionsResponse_SignedTransaction) GetTransaction ¶
func (x *SignTransactionsResponse_SignedTransaction) GetTransaction() []byte
func (*SignTransactionsResponse_SignedTransaction) GetUnsignedInputIndexes ¶
func (x *SignTransactionsResponse_SignedTransaction) GetUnsignedInputIndexes() []uint32
func (*SignTransactionsResponse_SignedTransaction) ProtoMessage ¶
func (*SignTransactionsResponse_SignedTransaction) ProtoMessage()
func (*SignTransactionsResponse_SignedTransaction) ProtoReflect ¶
func (x *SignTransactionsResponse_SignedTransaction) ProtoReflect() protoreflect.Message
func (*SignTransactionsResponse_SignedTransaction) Reset ¶
func (x *SignTransactionsResponse_SignedTransaction) Reset()
func (*SignTransactionsResponse_SignedTransaction) String ¶
func (x *SignTransactionsResponse_SignedTransaction) String() string
type SpenderRequest ¶
type SpenderRequest struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*SpenderRequest) Descriptor
deprecated
func (*SpenderRequest) Descriptor() ([]byte, []int)
Deprecated: Use SpenderRequest.ProtoReflect.Descriptor instead.
func (*SpenderRequest) GetIndex ¶
func (x *SpenderRequest) GetIndex() uint32
func (*SpenderRequest) GetTransactionHash ¶
func (x *SpenderRequest) GetTransactionHash() []byte
func (*SpenderRequest) ProtoMessage ¶
func (*SpenderRequest) ProtoMessage()
func (*SpenderRequest) ProtoReflect ¶
func (x *SpenderRequest) ProtoReflect() protoreflect.Message
func (*SpenderRequest) Reset ¶
func (x *SpenderRequest) Reset()
func (*SpenderRequest) String ¶
func (x *SpenderRequest) String() string
type SpenderResponse ¶
type SpenderResponse struct { SpenderTransaction []byte `protobuf:"bytes,1,opt,name=spender_transaction,json=spenderTransaction,proto3" json:"spender_transaction,omitempty"` InputIndex uint32 `protobuf:"varint,2,opt,name=input_index,json=inputIndex,proto3" json:"input_index,omitempty"` // contains filtered or unexported fields }
func (*SpenderResponse) Descriptor
deprecated
func (*SpenderResponse) Descriptor() ([]byte, []int)
Deprecated: Use SpenderResponse.ProtoReflect.Descriptor instead.
func (*SpenderResponse) GetInputIndex ¶
func (x *SpenderResponse) GetInputIndex() uint32
func (*SpenderResponse) GetSpenderTransaction ¶
func (x *SpenderResponse) GetSpenderTransaction() []byte
func (*SpenderResponse) ProtoMessage ¶
func (*SpenderResponse) ProtoMessage()
func (*SpenderResponse) ProtoReflect ¶
func (x *SpenderResponse) ProtoReflect() protoreflect.Message
func (*SpenderResponse) Reset ¶
func (x *SpenderResponse) Reset()
func (*SpenderResponse) String ¶
func (x *SpenderResponse) String() string
type SpvSyncRequest ¶
type SpvSyncRequest struct { DiscoverAccounts bool `protobuf:"varint,1,opt,name=discover_accounts,json=discoverAccounts,proto3" json:"discover_accounts,omitempty"` PrivatePassphrase []byte `protobuf:"bytes,2,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"` SpvConnect []string `protobuf:"bytes,3,rep,name=spv_connect,json=spvConnect,proto3" json:"spv_connect,omitempty"` // contains filtered or unexported fields }
func (*SpvSyncRequest) Descriptor
deprecated
func (*SpvSyncRequest) Descriptor() ([]byte, []int)
Deprecated: Use SpvSyncRequest.ProtoReflect.Descriptor instead.
func (*SpvSyncRequest) GetDiscoverAccounts ¶
func (x *SpvSyncRequest) GetDiscoverAccounts() bool
func (*SpvSyncRequest) GetPrivatePassphrase ¶
func (x *SpvSyncRequest) GetPrivatePassphrase() []byte
func (*SpvSyncRequest) GetSpvConnect ¶
func (x *SpvSyncRequest) GetSpvConnect() []string
func (*SpvSyncRequest) ProtoMessage ¶
func (*SpvSyncRequest) ProtoMessage()
func (*SpvSyncRequest) ProtoReflect ¶
func (x *SpvSyncRequest) ProtoReflect() protoreflect.Message
func (*SpvSyncRequest) Reset ¶
func (x *SpvSyncRequest) Reset()
func (*SpvSyncRequest) String ¶
func (x *SpvSyncRequest) String() string
type SpvSyncResponse ¶
type SpvSyncResponse struct { Synced bool `protobuf:"varint,1,opt,name=synced,proto3" json:"synced,omitempty"` NotificationType SyncNotificationType `` /* 146-byte string literal not displayed */ FetchHeaders *FetchHeadersNotification `protobuf:"bytes,3,opt,name=fetch_headers,json=fetchHeaders,proto3" json:"fetch_headers,omitempty"` FetchMissingCfilters *FetchMissingCFiltersNotification `protobuf:"bytes,4,opt,name=fetch_missing_cfilters,json=fetchMissingCfilters,proto3" json:"fetch_missing_cfilters,omitempty"` RescanProgress *RescanProgressNotification `protobuf:"bytes,5,opt,name=rescan_progress,json=rescanProgress,proto3" json:"rescan_progress,omitempty"` PeerInformation *PeerNotification `protobuf:"bytes,6,opt,name=peer_information,json=peerInformation,proto3" json:"peer_information,omitempty"` // contains filtered or unexported fields }
func (*SpvSyncResponse) Descriptor
deprecated
func (*SpvSyncResponse) Descriptor() ([]byte, []int)
Deprecated: Use SpvSyncResponse.ProtoReflect.Descriptor instead.
func (*SpvSyncResponse) GetFetchHeaders ¶
func (x *SpvSyncResponse) GetFetchHeaders() *FetchHeadersNotification
func (*SpvSyncResponse) GetFetchMissingCfilters ¶
func (x *SpvSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification
func (*SpvSyncResponse) GetNotificationType ¶
func (x *SpvSyncResponse) GetNotificationType() SyncNotificationType
func (*SpvSyncResponse) GetPeerInformation ¶
func (x *SpvSyncResponse) GetPeerInformation() *PeerNotification
func (*SpvSyncResponse) GetRescanProgress ¶
func (x *SpvSyncResponse) GetRescanProgress() *RescanProgressNotification
func (*SpvSyncResponse) GetSynced ¶
func (x *SpvSyncResponse) GetSynced() bool
func (*SpvSyncResponse) ProtoMessage ¶
func (*SpvSyncResponse) ProtoMessage()
func (*SpvSyncResponse) ProtoReflect ¶
func (x *SpvSyncResponse) ProtoReflect() protoreflect.Message
func (*SpvSyncResponse) Reset ¶
func (x *SpvSyncResponse) Reset()
func (*SpvSyncResponse) String ¶
func (x *SpvSyncResponse) String() string
type StakeInfoRequest ¶
type StakeInfoRequest struct {
// contains filtered or unexported fields
}
func (*StakeInfoRequest) Descriptor
deprecated
func (*StakeInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use StakeInfoRequest.ProtoReflect.Descriptor instead.
func (*StakeInfoRequest) ProtoMessage ¶
func (*StakeInfoRequest) ProtoMessage()
func (*StakeInfoRequest) ProtoReflect ¶
func (x *StakeInfoRequest) ProtoReflect() protoreflect.Message
func (*StakeInfoRequest) Reset ¶
func (x *StakeInfoRequest) Reset()
func (*StakeInfoRequest) String ¶
func (x *StakeInfoRequest) String() string
type StakeInfoResponse ¶
type StakeInfoResponse struct { PoolSize uint32 `protobuf:"varint,1,opt,name=pool_size,json=poolSize,proto3" json:"pool_size,omitempty"` AllMempoolTix uint32 `protobuf:"varint,2,opt,name=all_mempool_tix,json=allMempoolTix,proto3" json:"all_mempool_tix,omitempty"` OwnMempoolTix uint32 `protobuf:"varint,3,opt,name=own_mempool_tix,json=ownMempoolTix,proto3" json:"own_mempool_tix,omitempty"` Immature uint32 `protobuf:"varint,4,opt,name=immature,proto3" json:"immature,omitempty"` Live uint32 `protobuf:"varint,5,opt,name=live,proto3" json:"live,omitempty"` Voted uint32 `protobuf:"varint,6,opt,name=voted,proto3" json:"voted,omitempty"` Missed uint32 `protobuf:"varint,7,opt,name=missed,proto3" json:"missed,omitempty"` Revoked uint32 `protobuf:"varint,8,opt,name=revoked,proto3" json:"revoked,omitempty"` Expired uint32 `protobuf:"varint,9,opt,name=expired,proto3" json:"expired,omitempty"` TotalSubsidy int64 `protobuf:"varint,10,opt,name=total_subsidy,json=totalSubsidy,proto3" json:"total_subsidy,omitempty"` Unspent uint32 `protobuf:"varint,11,opt,name=unspent,proto3" json:"unspent,omitempty"` // contains filtered or unexported fields }
func (*StakeInfoResponse) Descriptor
deprecated
func (*StakeInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use StakeInfoResponse.ProtoReflect.Descriptor instead.
func (*StakeInfoResponse) GetAllMempoolTix ¶
func (x *StakeInfoResponse) GetAllMempoolTix() uint32
func (*StakeInfoResponse) GetExpired ¶
func (x *StakeInfoResponse) GetExpired() uint32
func (*StakeInfoResponse) GetImmature ¶
func (x *StakeInfoResponse) GetImmature() uint32
func (*StakeInfoResponse) GetLive ¶
func (x *StakeInfoResponse) GetLive() uint32
func (*StakeInfoResponse) GetMissed ¶
func (x *StakeInfoResponse) GetMissed() uint32
func (*StakeInfoResponse) GetOwnMempoolTix ¶
func (x *StakeInfoResponse) GetOwnMempoolTix() uint32
func (*StakeInfoResponse) GetPoolSize ¶
func (x *StakeInfoResponse) GetPoolSize() uint32
func (*StakeInfoResponse) GetRevoked ¶
func (x *StakeInfoResponse) GetRevoked() uint32
func (*StakeInfoResponse) GetTotalSubsidy ¶
func (x *StakeInfoResponse) GetTotalSubsidy() int64
func (*StakeInfoResponse) GetUnspent ¶
func (x *StakeInfoResponse) GetUnspent() uint32
func (*StakeInfoResponse) GetVoted ¶
func (x *StakeInfoResponse) GetVoted() uint32
func (*StakeInfoResponse) ProtoMessage ¶
func (*StakeInfoResponse) ProtoMessage()
func (*StakeInfoResponse) ProtoReflect ¶
func (x *StakeInfoResponse) ProtoReflect() protoreflect.Message
func (*StakeInfoResponse) Reset ¶
func (x *StakeInfoResponse) Reset()
func (*StakeInfoResponse) String ¶
func (x *StakeInfoResponse) String() string
type StartAutoBuyerRequest ¶
type StartAutoBuyerRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` Account uint32 `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"` BalanceToMaintain int64 `protobuf:"varint,3,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"` MaxFeePerKb int64 `protobuf:"varint,4,opt,name=max_fee_per_kb,json=maxFeePerKb,proto3" json:"max_fee_per_kb,omitempty"` MaxPriceRelative float64 `protobuf:"fixed64,5,opt,name=max_price_relative,json=maxPriceRelative,proto3" json:"max_price_relative,omitempty"` MaxPriceAbsolute int64 `protobuf:"varint,6,opt,name=max_price_absolute,json=maxPriceAbsolute,proto3" json:"max_price_absolute,omitempty"` VotingAddress string `protobuf:"bytes,7,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"` PoolAddress string `protobuf:"bytes,8,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"` PoolFees float64 `protobuf:"fixed64,9,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"` MaxPerBlock int64 `protobuf:"varint,10,opt,name=max_per_block,json=maxPerBlock,proto3" json:"max_per_block,omitempty"` // contains filtered or unexported fields }
func (*StartAutoBuyerRequest) Descriptor
deprecated
func (*StartAutoBuyerRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartAutoBuyerRequest.ProtoReflect.Descriptor instead.
func (*StartAutoBuyerRequest) GetAccount ¶
func (x *StartAutoBuyerRequest) GetAccount() uint32
func (*StartAutoBuyerRequest) GetBalanceToMaintain ¶
func (x *StartAutoBuyerRequest) GetBalanceToMaintain() int64
func (*StartAutoBuyerRequest) GetMaxFeePerKb ¶
func (x *StartAutoBuyerRequest) GetMaxFeePerKb() int64
func (*StartAutoBuyerRequest) GetMaxPerBlock ¶
func (x *StartAutoBuyerRequest) GetMaxPerBlock() int64
func (*StartAutoBuyerRequest) GetMaxPriceAbsolute ¶
func (x *StartAutoBuyerRequest) GetMaxPriceAbsolute() int64
func (*StartAutoBuyerRequest) GetMaxPriceRelative ¶
func (x *StartAutoBuyerRequest) GetMaxPriceRelative() float64
func (*StartAutoBuyerRequest) GetPassphrase ¶
func (x *StartAutoBuyerRequest) GetPassphrase() []byte
func (*StartAutoBuyerRequest) GetPoolAddress ¶
func (x *StartAutoBuyerRequest) GetPoolAddress() string
func (*StartAutoBuyerRequest) GetPoolFees ¶
func (x *StartAutoBuyerRequest) GetPoolFees() float64
func (*StartAutoBuyerRequest) GetVotingAddress ¶
func (x *StartAutoBuyerRequest) GetVotingAddress() string
func (*StartAutoBuyerRequest) ProtoMessage ¶
func (*StartAutoBuyerRequest) ProtoMessage()
func (*StartAutoBuyerRequest) ProtoReflect ¶
func (x *StartAutoBuyerRequest) ProtoReflect() protoreflect.Message
func (*StartAutoBuyerRequest) Reset ¶
func (x *StartAutoBuyerRequest) Reset()
func (*StartAutoBuyerRequest) String ¶
func (x *StartAutoBuyerRequest) String() string
type StartAutoBuyerResponse ¶
type StartAutoBuyerResponse struct {
// contains filtered or unexported fields
}
func (*StartAutoBuyerResponse) Descriptor
deprecated
func (*StartAutoBuyerResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartAutoBuyerResponse.ProtoReflect.Descriptor instead.
func (*StartAutoBuyerResponse) ProtoMessage ¶
func (*StartAutoBuyerResponse) ProtoMessage()
func (*StartAutoBuyerResponse) ProtoReflect ¶
func (x *StartAutoBuyerResponse) ProtoReflect() protoreflect.Message
func (*StartAutoBuyerResponse) Reset ¶
func (x *StartAutoBuyerResponse) Reset()
func (*StartAutoBuyerResponse) String ¶
func (x *StartAutoBuyerResponse) String() string
type StartConsensusRpcRequest ¶
type StartConsensusRpcRequest struct { NetworkAddress string `protobuf:"bytes,1,opt,name=network_address,json=networkAddress,proto3" json:"network_address,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Password []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` Certificate []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"` // contains filtered or unexported fields }
func (*StartConsensusRpcRequest) Descriptor
deprecated
func (*StartConsensusRpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartConsensusRpcRequest.ProtoReflect.Descriptor instead.
func (*StartConsensusRpcRequest) GetCertificate ¶
func (x *StartConsensusRpcRequest) GetCertificate() []byte
func (*StartConsensusRpcRequest) GetNetworkAddress ¶
func (x *StartConsensusRpcRequest) GetNetworkAddress() string
func (*StartConsensusRpcRequest) GetPassword ¶
func (x *StartConsensusRpcRequest) GetPassword() []byte
func (*StartConsensusRpcRequest) GetUsername ¶
func (x *StartConsensusRpcRequest) GetUsername() string
func (*StartConsensusRpcRequest) ProtoMessage ¶
func (*StartConsensusRpcRequest) ProtoMessage()
func (*StartConsensusRpcRequest) ProtoReflect ¶
func (x *StartConsensusRpcRequest) ProtoReflect() protoreflect.Message
func (*StartConsensusRpcRequest) Reset ¶
func (x *StartConsensusRpcRequest) Reset()
func (*StartConsensusRpcRequest) String ¶
func (x *StartConsensusRpcRequest) String() string
type StartConsensusRpcResponse ¶
type StartConsensusRpcResponse struct {
// contains filtered or unexported fields
}
func (*StartConsensusRpcResponse) Descriptor
deprecated
func (*StartConsensusRpcResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartConsensusRpcResponse.ProtoReflect.Descriptor instead.
func (*StartConsensusRpcResponse) ProtoMessage ¶
func (*StartConsensusRpcResponse) ProtoMessage()
func (*StartConsensusRpcResponse) ProtoReflect ¶
func (x *StartConsensusRpcResponse) ProtoReflect() protoreflect.Message
func (*StartConsensusRpcResponse) Reset ¶
func (x *StartConsensusRpcResponse) Reset()
func (*StartConsensusRpcResponse) String ¶
func (x *StartConsensusRpcResponse) String() string
type StopAutoBuyerRequest ¶
type StopAutoBuyerRequest struct {
// contains filtered or unexported fields
}
func (*StopAutoBuyerRequest) Descriptor
deprecated
func (*StopAutoBuyerRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopAutoBuyerRequest.ProtoReflect.Descriptor instead.
func (*StopAutoBuyerRequest) ProtoMessage ¶
func (*StopAutoBuyerRequest) ProtoMessage()
func (*StopAutoBuyerRequest) ProtoReflect ¶
func (x *StopAutoBuyerRequest) ProtoReflect() protoreflect.Message
func (*StopAutoBuyerRequest) Reset ¶
func (x *StopAutoBuyerRequest) Reset()
func (*StopAutoBuyerRequest) String ¶
func (x *StopAutoBuyerRequest) String() string
type StopAutoBuyerResponse ¶
type StopAutoBuyerResponse struct {
// contains filtered or unexported fields
}
func (*StopAutoBuyerResponse) Descriptor
deprecated
func (*StopAutoBuyerResponse) Descriptor() ([]byte, []int)
Deprecated: Use StopAutoBuyerResponse.ProtoReflect.Descriptor instead.
func (*StopAutoBuyerResponse) ProtoMessage ¶
func (*StopAutoBuyerResponse) ProtoMessage()
func (*StopAutoBuyerResponse) ProtoReflect ¶
func (x *StopAutoBuyerResponse) ProtoReflect() protoreflect.Message
func (*StopAutoBuyerResponse) Reset ¶
func (x *StopAutoBuyerResponse) Reset()
func (*StopAutoBuyerResponse) String ¶
func (x *StopAutoBuyerResponse) String() string
type SubscribeToBlockNotificationsRequest ¶
type SubscribeToBlockNotificationsRequest struct {
// contains filtered or unexported fields
}
func (*SubscribeToBlockNotificationsRequest) Descriptor
deprecated
func (*SubscribeToBlockNotificationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeToBlockNotificationsRequest.ProtoReflect.Descriptor instead.
func (*SubscribeToBlockNotificationsRequest) ProtoMessage ¶
func (*SubscribeToBlockNotificationsRequest) ProtoMessage()
func (*SubscribeToBlockNotificationsRequest) ProtoReflect ¶
func (x *SubscribeToBlockNotificationsRequest) ProtoReflect() protoreflect.Message
func (*SubscribeToBlockNotificationsRequest) Reset ¶
func (x *SubscribeToBlockNotificationsRequest) Reset()
func (*SubscribeToBlockNotificationsRequest) String ¶
func (x *SubscribeToBlockNotificationsRequest) String() string
type SubscribeToBlockNotificationsResponse ¶
type SubscribeToBlockNotificationsResponse struct {
// contains filtered or unexported fields
}
func (*SubscribeToBlockNotificationsResponse) Descriptor
deprecated
func (*SubscribeToBlockNotificationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeToBlockNotificationsResponse.ProtoReflect.Descriptor instead.
func (*SubscribeToBlockNotificationsResponse) ProtoMessage ¶
func (*SubscribeToBlockNotificationsResponse) ProtoMessage()
func (*SubscribeToBlockNotificationsResponse) ProtoReflect ¶
func (x *SubscribeToBlockNotificationsResponse) ProtoReflect() protoreflect.Message
func (*SubscribeToBlockNotificationsResponse) Reset ¶
func (x *SubscribeToBlockNotificationsResponse) Reset()
func (*SubscribeToBlockNotificationsResponse) String ¶
func (x *SubscribeToBlockNotificationsResponse) String() string
type SweepAccountRequest ¶
type SweepAccountRequest struct { SourceAccount string `protobuf:"bytes,1,opt,name=source_account,json=sourceAccount,proto3" json:"source_account,omitempty"` DestinationAddress string `protobuf:"bytes,2,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"` RequiredConfirmations uint32 `protobuf:"varint,3,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"` FeePerKb float64 `protobuf:"fixed64,4,opt,name=fee_per_kb,json=feePerKb,proto3" json:"fee_per_kb,omitempty"` // contains filtered or unexported fields }
func (*SweepAccountRequest) Descriptor
deprecated
func (*SweepAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use SweepAccountRequest.ProtoReflect.Descriptor instead.
func (*SweepAccountRequest) GetDestinationAddress ¶
func (x *SweepAccountRequest) GetDestinationAddress() string
func (*SweepAccountRequest) GetFeePerKb ¶
func (x *SweepAccountRequest) GetFeePerKb() float64
func (*SweepAccountRequest) GetRequiredConfirmations ¶
func (x *SweepAccountRequest) GetRequiredConfirmations() uint32
func (*SweepAccountRequest) GetSourceAccount ¶
func (x *SweepAccountRequest) GetSourceAccount() string
func (*SweepAccountRequest) ProtoMessage ¶
func (*SweepAccountRequest) ProtoMessage()
func (*SweepAccountRequest) ProtoReflect ¶
func (x *SweepAccountRequest) ProtoReflect() protoreflect.Message
func (*SweepAccountRequest) Reset ¶
func (x *SweepAccountRequest) Reset()
func (*SweepAccountRequest) String ¶
func (x *SweepAccountRequest) String() string
type SweepAccountResponse ¶
type SweepAccountResponse struct { UnsignedTransaction []byte `protobuf:"bytes,1,opt,name=unsigned_transaction,json=unsignedTransaction,proto3" json:"unsigned_transaction,omitempty"` TotalPreviousOutputAmount int64 `` /* 141-byte string literal not displayed */ TotalOutputAmount int64 `protobuf:"varint,3,opt,name=total_output_amount,json=totalOutputAmount,proto3" json:"total_output_amount,omitempty"` EstimatedSignedSize uint32 `protobuf:"varint,4,opt,name=estimated_signed_size,json=estimatedSignedSize,proto3" json:"estimated_signed_size,omitempty"` // contains filtered or unexported fields }
func (*SweepAccountResponse) Descriptor
deprecated
func (*SweepAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use SweepAccountResponse.ProtoReflect.Descriptor instead.
func (*SweepAccountResponse) GetEstimatedSignedSize ¶
func (x *SweepAccountResponse) GetEstimatedSignedSize() uint32
func (*SweepAccountResponse) GetTotalOutputAmount ¶
func (x *SweepAccountResponse) GetTotalOutputAmount() int64
func (*SweepAccountResponse) GetTotalPreviousOutputAmount ¶
func (x *SweepAccountResponse) GetTotalPreviousOutputAmount() int64
func (*SweepAccountResponse) GetUnsignedTransaction ¶
func (x *SweepAccountResponse) GetUnsignedTransaction() []byte
func (*SweepAccountResponse) ProtoMessage ¶
func (*SweepAccountResponse) ProtoMessage()
func (*SweepAccountResponse) ProtoReflect ¶
func (x *SweepAccountResponse) ProtoReflect() protoreflect.Message
func (*SweepAccountResponse) Reset ¶
func (x *SweepAccountResponse) Reset()
func (*SweepAccountResponse) String ¶
func (x *SweepAccountResponse) String() string
type SyncNotificationType ¶
type SyncNotificationType int32
const ( SyncNotificationType_SYNCED SyncNotificationType = 0 SyncNotificationType_UNSYNCED SyncNotificationType = 1 SyncNotificationType_PEER_CONNECTED SyncNotificationType = 2 SyncNotificationType_PEER_DISCONNECTED SyncNotificationType = 3 SyncNotificationType_FETCHED_MISSING_CFILTERS_STARTED SyncNotificationType = 4 SyncNotificationType_FETCHED_MISSING_CFILTERS_PROGRESS SyncNotificationType = 5 SyncNotificationType_FETCHED_MISSING_CFILTERS_FINISHED SyncNotificationType = 6 SyncNotificationType_FETCHED_HEADERS_STARTED SyncNotificationType = 7 SyncNotificationType_FETCHED_HEADERS_PROGRESS SyncNotificationType = 8 SyncNotificationType_FETCHED_HEADERS_FINISHED SyncNotificationType = 9 SyncNotificationType_DISCOVER_ADDRESSES_STARTED SyncNotificationType = 10 SyncNotificationType_DISCOVER_ADDRESSES_FINISHED SyncNotificationType = 11 SyncNotificationType_RESCAN_STARTED SyncNotificationType = 12 SyncNotificationType_RESCAN_PROGRESS SyncNotificationType = 13 SyncNotificationType_RESCAN_FINISHED SyncNotificationType = 14 )
func (SyncNotificationType) Descriptor ¶
func (SyncNotificationType) Descriptor() protoreflect.EnumDescriptor
func (SyncNotificationType) Enum ¶
func (x SyncNotificationType) Enum() *SyncNotificationType
func (SyncNotificationType) EnumDescriptor
deprecated
func (SyncNotificationType) EnumDescriptor() ([]byte, []int)
Deprecated: Use SyncNotificationType.Descriptor instead.
func (SyncNotificationType) Number ¶
func (x SyncNotificationType) Number() protoreflect.EnumNumber
func (SyncNotificationType) String ¶
func (x SyncNotificationType) String() string
func (SyncNotificationType) Type ¶
func (SyncNotificationType) Type() protoreflect.EnumType
type SyncVSPTicketsRequest ¶
type SyncVSPTicketsRequest struct { VspHost string `protobuf:"bytes,1,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"` VspPubkey string `protobuf:"bytes,2,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"` Account uint32 `protobuf:"varint,3,opt,name=account,proto3" json:"account,omitempty"` ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"` // contains filtered or unexported fields }
func (*SyncVSPTicketsRequest) Descriptor
deprecated
func (*SyncVSPTicketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SyncVSPTicketsRequest.ProtoReflect.Descriptor instead.
func (*SyncVSPTicketsRequest) GetAccount ¶
func (x *SyncVSPTicketsRequest) GetAccount() uint32
func (*SyncVSPTicketsRequest) GetChangeAccount ¶
func (x *SyncVSPTicketsRequest) GetChangeAccount() uint32
func (*SyncVSPTicketsRequest) GetVspHost ¶
func (x *SyncVSPTicketsRequest) GetVspHost() string
func (*SyncVSPTicketsRequest) GetVspPubkey ¶
func (x *SyncVSPTicketsRequest) GetVspPubkey() string
func (*SyncVSPTicketsRequest) ProtoMessage ¶
func (*SyncVSPTicketsRequest) ProtoMessage()
func (*SyncVSPTicketsRequest) ProtoReflect ¶
func (x *SyncVSPTicketsRequest) ProtoReflect() protoreflect.Message
func (*SyncVSPTicketsRequest) Reset ¶
func (x *SyncVSPTicketsRequest) Reset()
func (*SyncVSPTicketsRequest) String ¶
func (x *SyncVSPTicketsRequest) String() string
type SyncVSPTicketsResponse ¶
type SyncVSPTicketsResponse struct {
// contains filtered or unexported fields
}
func (*SyncVSPTicketsResponse) Descriptor
deprecated
func (*SyncVSPTicketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SyncVSPTicketsResponse.ProtoReflect.Descriptor instead.
func (*SyncVSPTicketsResponse) ProtoMessage ¶
func (*SyncVSPTicketsResponse) ProtoMessage()
func (*SyncVSPTicketsResponse) ProtoReflect ¶
func (x *SyncVSPTicketsResponse) ProtoReflect() protoreflect.Message
func (*SyncVSPTicketsResponse) Reset ¶
func (x *SyncVSPTicketsResponse) Reset()
func (*SyncVSPTicketsResponse) String ¶
func (x *SyncVSPTicketsResponse) String() string
type TSpendPoliciesRequest ¶
type TSpendPoliciesRequest struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` TicketHash []byte `protobuf:"bytes,2,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*TSpendPoliciesRequest) Descriptor
deprecated
func (*TSpendPoliciesRequest) Descriptor() ([]byte, []int)
Deprecated: Use TSpendPoliciesRequest.ProtoReflect.Descriptor instead.
func (*TSpendPoliciesRequest) GetHash ¶
func (x *TSpendPoliciesRequest) GetHash() []byte
func (*TSpendPoliciesRequest) GetTicketHash ¶
func (x *TSpendPoliciesRequest) GetTicketHash() []byte
func (*TSpendPoliciesRequest) ProtoMessage ¶
func (*TSpendPoliciesRequest) ProtoMessage()
func (*TSpendPoliciesRequest) ProtoReflect ¶
func (x *TSpendPoliciesRequest) ProtoReflect() protoreflect.Message
func (*TSpendPoliciesRequest) Reset ¶
func (x *TSpendPoliciesRequest) Reset()
func (*TSpendPoliciesRequest) String ¶
func (x *TSpendPoliciesRequest) String() string
type TSpendPoliciesResponse ¶
type TSpendPoliciesResponse struct { Policies []*TSpendPoliciesResponse_Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"` // contains filtered or unexported fields }
func (*TSpendPoliciesResponse) Descriptor
deprecated
func (*TSpendPoliciesResponse) Descriptor() ([]byte, []int)
Deprecated: Use TSpendPoliciesResponse.ProtoReflect.Descriptor instead.
func (*TSpendPoliciesResponse) GetPolicies ¶
func (x *TSpendPoliciesResponse) GetPolicies() []*TSpendPoliciesResponse_Policy
func (*TSpendPoliciesResponse) ProtoMessage ¶
func (*TSpendPoliciesResponse) ProtoMessage()
func (*TSpendPoliciesResponse) ProtoReflect ¶
func (x *TSpendPoliciesResponse) ProtoReflect() protoreflect.Message
func (*TSpendPoliciesResponse) Reset ¶
func (x *TSpendPoliciesResponse) Reset()
func (*TSpendPoliciesResponse) String ¶
func (x *TSpendPoliciesResponse) String() string
type TSpendPoliciesResponse_Policy ¶
type TSpendPoliciesResponse_Policy struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Policy string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"` TicketHash []byte `protobuf:"bytes,3,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*TSpendPoliciesResponse_Policy) Descriptor
deprecated
func (*TSpendPoliciesResponse_Policy) Descriptor() ([]byte, []int)
Deprecated: Use TSpendPoliciesResponse_Policy.ProtoReflect.Descriptor instead.
func (*TSpendPoliciesResponse_Policy) GetHash ¶
func (x *TSpendPoliciesResponse_Policy) GetHash() []byte
func (*TSpendPoliciesResponse_Policy) GetPolicy ¶
func (x *TSpendPoliciesResponse_Policy) GetPolicy() string
func (*TSpendPoliciesResponse_Policy) GetTicketHash ¶
func (x *TSpendPoliciesResponse_Policy) GetTicketHash() []byte
func (*TSpendPoliciesResponse_Policy) ProtoMessage ¶
func (*TSpendPoliciesResponse_Policy) ProtoMessage()
func (*TSpendPoliciesResponse_Policy) ProtoReflect ¶
func (x *TSpendPoliciesResponse_Policy) ProtoReflect() protoreflect.Message
func (*TSpendPoliciesResponse_Policy) Reset ¶
func (x *TSpendPoliciesResponse_Policy) Reset()
func (*TSpendPoliciesResponse_Policy) String ¶
func (x *TSpendPoliciesResponse_Policy) String() string
type TicketBuyerConfigRequest ¶
type TicketBuyerConfigRequest struct {
// contains filtered or unexported fields
}
func (*TicketBuyerConfigRequest) Descriptor
deprecated
func (*TicketBuyerConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use TicketBuyerConfigRequest.ProtoReflect.Descriptor instead.
func (*TicketBuyerConfigRequest) ProtoMessage ¶
func (*TicketBuyerConfigRequest) ProtoMessage()
func (*TicketBuyerConfigRequest) ProtoReflect ¶
func (x *TicketBuyerConfigRequest) ProtoReflect() protoreflect.Message
func (*TicketBuyerConfigRequest) Reset ¶
func (x *TicketBuyerConfigRequest) Reset()
func (*TicketBuyerConfigRequest) String ¶
func (x *TicketBuyerConfigRequest) String() string
type TicketBuyerConfigResponse ¶
type TicketBuyerConfigResponse struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` AvgPriceMode string `protobuf:"bytes,2,opt,name=avg_price_mode,json=avgPriceMode,proto3" json:"avg_price_mode,omitempty"` AvgPriceVWAPDelta int64 `protobuf:"varint,3,opt,name=avg_priceVWAP_delta,json=avgPriceVWAPDelta,proto3" json:"avg_priceVWAP_delta,omitempty"` BalanceToMaintain int64 `protobuf:"varint,4,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"` BlocksToAvg int64 `protobuf:"varint,5,opt,name=blocks_to_avg,json=blocksToAvg,proto3" json:"blocks_to_avg,omitempty"` DontWaitForTickets bool `protobuf:"varint,6,opt,name=dont_wait_for_tickets,json=dontWaitForTickets,proto3" json:"dont_wait_for_tickets,omitempty"` ExpiryDelta int64 `protobuf:"varint,7,opt,name=expiry_delta,json=expiryDelta,proto3" json:"expiry_delta,omitempty"` FeeSource string `protobuf:"bytes,8,opt,name=fee_source,json=feeSource,proto3" json:"fee_source,omitempty"` FeeTargetScaling float64 `protobuf:"fixed64,9,opt,name=fee_target_scaling,json=feeTargetScaling,proto3" json:"fee_target_scaling,omitempty"` MinFee int64 `protobuf:"varint,10,opt,name=min_fee,json=minFee,proto3" json:"min_fee,omitempty"` MaxFee int64 `protobuf:"varint,12,opt,name=max_fee,json=maxFee,proto3" json:"max_fee,omitempty"` MaxPerBlock int64 `protobuf:"varint,13,opt,name=max_per_block,json=maxPerBlock,proto3" json:"max_per_block,omitempty"` MaxPriceAbsolute int64 `protobuf:"varint,14,opt,name=max_price_absolute,json=maxPriceAbsolute,proto3" json:"max_price_absolute,omitempty"` MaxPriceRelative float64 `protobuf:"fixed64,15,opt,name=max_price_relative,json=maxPriceRelative,proto3" json:"max_price_relative,omitempty"` MaxInMempool int64 `protobuf:"varint,17,opt,name=max_in_mempool,json=maxInMempool,proto3" json:"max_in_mempool,omitempty"` PoolAddress string `protobuf:"bytes,18,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"` PoolFees float64 `protobuf:"fixed64,19,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"` SpreadTicketPurchases bool `` /* 128-byte string literal not displayed */ VotingAddress string `protobuf:"bytes,21,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"` TxFee int64 `protobuf:"varint,22,opt,name=tx_fee,json=txFee,proto3" json:"tx_fee,omitempty"` // contains filtered or unexported fields }
func (*TicketBuyerConfigResponse) Descriptor
deprecated
func (*TicketBuyerConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use TicketBuyerConfigResponse.ProtoReflect.Descriptor instead.
func (*TicketBuyerConfigResponse) GetAccount ¶
func (x *TicketBuyerConfigResponse) GetAccount() uint32
func (*TicketBuyerConfigResponse) GetAvgPriceMode ¶
func (x *TicketBuyerConfigResponse) GetAvgPriceMode() string
func (*TicketBuyerConfigResponse) GetAvgPriceVWAPDelta ¶
func (x *TicketBuyerConfigResponse) GetAvgPriceVWAPDelta() int64
func (*TicketBuyerConfigResponse) GetBalanceToMaintain ¶
func (x *TicketBuyerConfigResponse) GetBalanceToMaintain() int64
func (*TicketBuyerConfigResponse) GetBlocksToAvg ¶
func (x *TicketBuyerConfigResponse) GetBlocksToAvg() int64
func (*TicketBuyerConfigResponse) GetDontWaitForTickets ¶
func (x *TicketBuyerConfigResponse) GetDontWaitForTickets() bool
func (*TicketBuyerConfigResponse) GetExpiryDelta ¶
func (x *TicketBuyerConfigResponse) GetExpiryDelta() int64
func (*TicketBuyerConfigResponse) GetFeeSource ¶
func (x *TicketBuyerConfigResponse) GetFeeSource() string
func (*TicketBuyerConfigResponse) GetFeeTargetScaling ¶
func (x *TicketBuyerConfigResponse) GetFeeTargetScaling() float64
func (*TicketBuyerConfigResponse) GetMaxFee ¶
func (x *TicketBuyerConfigResponse) GetMaxFee() int64
func (*TicketBuyerConfigResponse) GetMaxInMempool ¶
func (x *TicketBuyerConfigResponse) GetMaxInMempool() int64
func (*TicketBuyerConfigResponse) GetMaxPerBlock ¶
func (x *TicketBuyerConfigResponse) GetMaxPerBlock() int64
func (*TicketBuyerConfigResponse) GetMaxPriceAbsolute ¶
func (x *TicketBuyerConfigResponse) GetMaxPriceAbsolute() int64
func (*TicketBuyerConfigResponse) GetMaxPriceRelative ¶
func (x *TicketBuyerConfigResponse) GetMaxPriceRelative() float64
func (*TicketBuyerConfigResponse) GetMinFee ¶
func (x *TicketBuyerConfigResponse) GetMinFee() int64
func (*TicketBuyerConfigResponse) GetPoolAddress ¶
func (x *TicketBuyerConfigResponse) GetPoolAddress() string
func (*TicketBuyerConfigResponse) GetPoolFees ¶
func (x *TicketBuyerConfigResponse) GetPoolFees() float64
func (*TicketBuyerConfigResponse) GetSpreadTicketPurchases ¶
func (x *TicketBuyerConfigResponse) GetSpreadTicketPurchases() bool
func (*TicketBuyerConfigResponse) GetTxFee ¶
func (x *TicketBuyerConfigResponse) GetTxFee() int64
func (*TicketBuyerConfigResponse) GetVotingAddress ¶
func (x *TicketBuyerConfigResponse) GetVotingAddress() string
func (*TicketBuyerConfigResponse) ProtoMessage ¶
func (*TicketBuyerConfigResponse) ProtoMessage()
func (*TicketBuyerConfigResponse) ProtoReflect ¶
func (x *TicketBuyerConfigResponse) ProtoReflect() protoreflect.Message
func (*TicketBuyerConfigResponse) Reset ¶
func (x *TicketBuyerConfigResponse) Reset()
func (*TicketBuyerConfigResponse) String ¶
func (x *TicketBuyerConfigResponse) String() string
type TicketBuyerServiceClient ¶
type TicketBuyerServiceClient interface { StartAutoBuyer(ctx context.Context, in *StartAutoBuyerRequest, opts ...grpc.CallOption) (*StartAutoBuyerResponse, error) StopAutoBuyer(ctx context.Context, in *StopAutoBuyerRequest, opts ...grpc.CallOption) (*StopAutoBuyerResponse, error) TicketBuyerConfig(ctx context.Context, in *TicketBuyerConfigRequest, opts ...grpc.CallOption) (*TicketBuyerConfigResponse, error) SetAccount(ctx context.Context, in *SetAccountRequest, opts ...grpc.CallOption) (*SetAccountResponse, error) SetBalanceToMaintain(ctx context.Context, in *SetBalanceToMaintainRequest, opts ...grpc.CallOption) (*SetBalanceToMaintainResponse, error) SetMaxFee(ctx context.Context, in *SetMaxFeeRequest, opts ...grpc.CallOption) (*SetMaxFeeResponse, error) SetMaxPriceRelative(ctx context.Context, in *SetMaxPriceRelativeRequest, opts ...grpc.CallOption) (*SetMaxPriceRelativeResponse, error) SetMaxPriceAbsolute(ctx context.Context, in *SetMaxPriceAbsoluteRequest, opts ...grpc.CallOption) (*SetMaxPriceAbsoluteResponse, error) SetVotingAddress(ctx context.Context, in *SetVotingAddressRequest, opts ...grpc.CallOption) (*SetVotingAddressResponse, error) SetPoolAddress(ctx context.Context, in *SetPoolAddressRequest, opts ...grpc.CallOption) (*SetPoolAddressResponse, error) SetPoolFees(ctx context.Context, in *SetPoolFeesRequest, opts ...grpc.CallOption) (*SetPoolFeesResponse, error) SetMaxPerBlock(ctx context.Context, in *SetMaxPerBlockRequest, opts ...grpc.CallOption) (*SetMaxPerBlockResponse, error) }
TicketBuyerServiceClient is the client API for TicketBuyerService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTicketBuyerServiceClient ¶
func NewTicketBuyerServiceClient(cc grpc.ClientConnInterface) TicketBuyerServiceClient
type TicketBuyerServiceServer ¶
type TicketBuyerServiceServer interface { StartAutoBuyer(context.Context, *StartAutoBuyerRequest) (*StartAutoBuyerResponse, error) StopAutoBuyer(context.Context, *StopAutoBuyerRequest) (*StopAutoBuyerResponse, error) TicketBuyerConfig(context.Context, *TicketBuyerConfigRequest) (*TicketBuyerConfigResponse, error) SetAccount(context.Context, *SetAccountRequest) (*SetAccountResponse, error) SetBalanceToMaintain(context.Context, *SetBalanceToMaintainRequest) (*SetBalanceToMaintainResponse, error) SetMaxFee(context.Context, *SetMaxFeeRequest) (*SetMaxFeeResponse, error) SetMaxPriceRelative(context.Context, *SetMaxPriceRelativeRequest) (*SetMaxPriceRelativeResponse, error) SetMaxPriceAbsolute(context.Context, *SetMaxPriceAbsoluteRequest) (*SetMaxPriceAbsoluteResponse, error) SetVotingAddress(context.Context, *SetVotingAddressRequest) (*SetVotingAddressResponse, error) SetPoolAddress(context.Context, *SetPoolAddressRequest) (*SetPoolAddressResponse, error) SetPoolFees(context.Context, *SetPoolFeesRequest) (*SetPoolFeesResponse, error) SetMaxPerBlock(context.Context, *SetMaxPerBlockRequest) (*SetMaxPerBlockResponse, error) // contains filtered or unexported methods }
TicketBuyerServiceServer is the server API for TicketBuyerService service. All implementations must embed UnimplementedTicketBuyerServiceServer for forward compatibility
type TicketBuyerV2ServiceClient ¶
type TicketBuyerV2ServiceClient interface {
RunTicketBuyer(ctx context.Context, in *RunTicketBuyerRequest, opts ...grpc.CallOption) (TicketBuyerV2Service_RunTicketBuyerClient, error)
}
TicketBuyerV2ServiceClient is the client API for TicketBuyerV2Service service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTicketBuyerV2ServiceClient ¶
func NewTicketBuyerV2ServiceClient(cc grpc.ClientConnInterface) TicketBuyerV2ServiceClient
type TicketBuyerV2ServiceServer ¶
type TicketBuyerV2ServiceServer interface { RunTicketBuyer(*RunTicketBuyerRequest, TicketBuyerV2Service_RunTicketBuyerServer) error // contains filtered or unexported methods }
TicketBuyerV2ServiceServer is the server API for TicketBuyerV2Service service. All implementations must embed UnimplementedTicketBuyerV2ServiceServer for forward compatibility
type TicketBuyerV2Service_RunTicketBuyerClient ¶
type TicketBuyerV2Service_RunTicketBuyerClient interface { Recv() (*RunTicketBuyerResponse, error) grpc.ClientStream }
type TicketBuyerV2Service_RunTicketBuyerServer ¶
type TicketBuyerV2Service_RunTicketBuyerServer interface { Send(*RunTicketBuyerResponse) error grpc.ServerStream }
type TicketPriceRequest ¶
type TicketPriceRequest struct {
// contains filtered or unexported fields
}
func (*TicketPriceRequest) Descriptor
deprecated
func (*TicketPriceRequest) Descriptor() ([]byte, []int)
Deprecated: Use TicketPriceRequest.ProtoReflect.Descriptor instead.
func (*TicketPriceRequest) ProtoMessage ¶
func (*TicketPriceRequest) ProtoMessage()
func (*TicketPriceRequest) ProtoReflect ¶
func (x *TicketPriceRequest) ProtoReflect() protoreflect.Message
func (*TicketPriceRequest) Reset ¶
func (x *TicketPriceRequest) Reset()
func (*TicketPriceRequest) String ¶
func (x *TicketPriceRequest) String() string
type TicketPriceResponse ¶
type TicketPriceResponse struct { TicketPrice int64 `protobuf:"varint,1,opt,name=ticket_price,json=ticketPrice,proto3" json:"ticket_price,omitempty"` Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*TicketPriceResponse) Descriptor
deprecated
func (*TicketPriceResponse) Descriptor() ([]byte, []int)
Deprecated: Use TicketPriceResponse.ProtoReflect.Descriptor instead.
func (*TicketPriceResponse) GetHeight ¶
func (x *TicketPriceResponse) GetHeight() int32
func (*TicketPriceResponse) GetTicketPrice ¶
func (x *TicketPriceResponse) GetTicketPrice() int64
func (*TicketPriceResponse) ProtoMessage ¶
func (*TicketPriceResponse) ProtoMessage()
func (*TicketPriceResponse) ProtoReflect ¶
func (x *TicketPriceResponse) ProtoReflect() protoreflect.Message
func (*TicketPriceResponse) Reset ¶
func (x *TicketPriceResponse) Reset()
func (*TicketPriceResponse) String ¶
func (x *TicketPriceResponse) String() string
type TransactionDetails ¶
type TransactionDetails struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Transaction []byte `protobuf:"bytes,2,opt,name=transaction,proto3" json:"transaction,omitempty"` Debits []*TransactionDetails_Input `protobuf:"bytes,3,rep,name=debits,proto3" json:"debits,omitempty"` Credits []*TransactionDetails_Output `protobuf:"bytes,4,rep,name=credits,proto3" json:"credits,omitempty"` Fee int64 `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"` Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // May be earlier than a block timestamp, but never later. TransactionType TransactionDetails_TransactionType `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TransactionDetails) Descriptor
deprecated
func (*TransactionDetails) Descriptor() ([]byte, []int)
Deprecated: Use TransactionDetails.ProtoReflect.Descriptor instead.
func (*TransactionDetails) GetCredits ¶
func (x *TransactionDetails) GetCredits() []*TransactionDetails_Output
func (*TransactionDetails) GetDebits ¶
func (x *TransactionDetails) GetDebits() []*TransactionDetails_Input
func (*TransactionDetails) GetFee ¶
func (x *TransactionDetails) GetFee() int64
func (*TransactionDetails) GetHash ¶
func (x *TransactionDetails) GetHash() []byte
func (*TransactionDetails) GetTimestamp ¶
func (x *TransactionDetails) GetTimestamp() int64
func (*TransactionDetails) GetTransaction ¶
func (x *TransactionDetails) GetTransaction() []byte
func (*TransactionDetails) GetTransactionType ¶
func (x *TransactionDetails) GetTransactionType() TransactionDetails_TransactionType
func (*TransactionDetails) ProtoMessage ¶
func (*TransactionDetails) ProtoMessage()
func (*TransactionDetails) ProtoReflect ¶
func (x *TransactionDetails) ProtoReflect() protoreflect.Message
func (*TransactionDetails) Reset ¶
func (x *TransactionDetails) Reset()
func (*TransactionDetails) String ¶
func (x *TransactionDetails) String() string
type TransactionDetails_Input ¶
type TransactionDetails_Input struct { Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` PreviousAccount uint32 `protobuf:"varint,2,opt,name=previous_account,json=previousAccount,proto3" json:"previous_account,omitempty"` PreviousAmount int64 `protobuf:"varint,3,opt,name=previous_amount,json=previousAmount,proto3" json:"previous_amount,omitempty"` // contains filtered or unexported fields }
func (*TransactionDetails_Input) Descriptor
deprecated
func (*TransactionDetails_Input) Descriptor() ([]byte, []int)
Deprecated: Use TransactionDetails_Input.ProtoReflect.Descriptor instead.
func (*TransactionDetails_Input) GetIndex ¶
func (x *TransactionDetails_Input) GetIndex() uint32
func (*TransactionDetails_Input) GetPreviousAccount ¶
func (x *TransactionDetails_Input) GetPreviousAccount() uint32
func (*TransactionDetails_Input) GetPreviousAmount ¶
func (x *TransactionDetails_Input) GetPreviousAmount() int64
func (*TransactionDetails_Input) ProtoMessage ¶
func (*TransactionDetails_Input) ProtoMessage()
func (*TransactionDetails_Input) ProtoReflect ¶
func (x *TransactionDetails_Input) ProtoReflect() protoreflect.Message
func (*TransactionDetails_Input) Reset ¶
func (x *TransactionDetails_Input) Reset()
func (*TransactionDetails_Input) String ¶
func (x *TransactionDetails_Input) String() string
type TransactionDetails_Output ¶
type TransactionDetails_Output struct { Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` Account uint32 `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"` Internal bool `protobuf:"varint,3,opt,name=internal,proto3" json:"internal,omitempty"` Amount int64 `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"` Address string `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` OutputScript []byte `protobuf:"bytes,6,opt,name=output_script,json=outputScript,proto3" json:"output_script,omitempty"` // contains filtered or unexported fields }
func (*TransactionDetails_Output) Descriptor
deprecated
func (*TransactionDetails_Output) Descriptor() ([]byte, []int)
Deprecated: Use TransactionDetails_Output.ProtoReflect.Descriptor instead.
func (*TransactionDetails_Output) GetAccount ¶
func (x *TransactionDetails_Output) GetAccount() uint32
func (*TransactionDetails_Output) GetAddress ¶
func (x *TransactionDetails_Output) GetAddress() string
func (*TransactionDetails_Output) GetAmount ¶
func (x *TransactionDetails_Output) GetAmount() int64
func (*TransactionDetails_Output) GetIndex ¶
func (x *TransactionDetails_Output) GetIndex() uint32
func (*TransactionDetails_Output) GetInternal ¶
func (x *TransactionDetails_Output) GetInternal() bool
func (*TransactionDetails_Output) GetOutputScript ¶
func (x *TransactionDetails_Output) GetOutputScript() []byte
func (*TransactionDetails_Output) ProtoMessage ¶
func (*TransactionDetails_Output) ProtoMessage()
func (*TransactionDetails_Output) ProtoReflect ¶
func (x *TransactionDetails_Output) ProtoReflect() protoreflect.Message
func (*TransactionDetails_Output) Reset ¶
func (x *TransactionDetails_Output) Reset()
func (*TransactionDetails_Output) String ¶
func (x *TransactionDetails_Output) String() string
type TransactionDetails_TransactionType ¶
type TransactionDetails_TransactionType int32
const ( TransactionDetails_REGULAR TransactionDetails_TransactionType = 0 TransactionDetails_COINBASE TransactionDetails_TransactionType = 4 TransactionDetails_TICKET_PURCHASE TransactionDetails_TransactionType = 1 TransactionDetails_VOTE TransactionDetails_TransactionType = 2 TransactionDetails_REVOCATION TransactionDetails_TransactionType = 3 )
func (TransactionDetails_TransactionType) Descriptor ¶
func (TransactionDetails_TransactionType) Descriptor() protoreflect.EnumDescriptor
func (TransactionDetails_TransactionType) Enum ¶
func (x TransactionDetails_TransactionType) Enum() *TransactionDetails_TransactionType
func (TransactionDetails_TransactionType) EnumDescriptor
deprecated
func (TransactionDetails_TransactionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use TransactionDetails_TransactionType.Descriptor instead.
func (TransactionDetails_TransactionType) Number ¶
func (x TransactionDetails_TransactionType) Number() protoreflect.EnumNumber
func (TransactionDetails_TransactionType) String ¶
func (x TransactionDetails_TransactionType) String() string
func (TransactionDetails_TransactionType) Type ¶
func (TransactionDetails_TransactionType) Type() protoreflect.EnumType
type TransactionNotificationsRequest ¶
type TransactionNotificationsRequest struct {
// contains filtered or unexported fields
}
func (*TransactionNotificationsRequest) Descriptor
deprecated
func (*TransactionNotificationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use TransactionNotificationsRequest.ProtoReflect.Descriptor instead.
func (*TransactionNotificationsRequest) ProtoMessage ¶
func (*TransactionNotificationsRequest) ProtoMessage()
func (*TransactionNotificationsRequest) ProtoReflect ¶
func (x *TransactionNotificationsRequest) ProtoReflect() protoreflect.Message
func (*TransactionNotificationsRequest) Reset ¶
func (x *TransactionNotificationsRequest) Reset()
func (*TransactionNotificationsRequest) String ¶
func (x *TransactionNotificationsRequest) String() string
type TransactionNotificationsResponse ¶
type TransactionNotificationsResponse struct { // Sorted by increasing height. This is a repeated field so many new blocks // in a new best chain can be notified at once during a reorganize. AttachedBlocks []*BlockDetails `protobuf:"bytes,1,rep,name=attached_blocks,json=attachedBlocks,proto3" json:"attached_blocks,omitempty"` // If there was a chain reorganize, there may have been blocks with wallet // transactions that are no longer in the best chain. These are those // block's hashes. DetachedBlocks [][]byte `protobuf:"bytes,2,rep,name=detached_blocks,json=detachedBlocks,proto3" json:"detached_blocks,omitempty"` // Any new unmined transactions are included here. These unmined transactions // refer to the current best chain, so transactions from detached blocks may // be moved to mempool and included here if they are not mined or double spent // in the new chain. Additionally, if no new blocks were attached but a relevant // unmined transaction is seen by the wallet, it will be reported here. UnminedTransactions []*TransactionDetails `protobuf:"bytes,3,rep,name=unmined_transactions,json=unminedTransactions,proto3" json:"unmined_transactions,omitempty"` // Instead of notifying all of the removed unmined transactions, // just send all of the current hashes. UnminedTransactionHashes [][]byte `` /* 135-byte string literal not displayed */ DetachedBlockHeaders []*DetachedBlockDetails `protobuf:"bytes,5,rep,name=detached_block_headers,json=detachedBlockHeaders,proto3" json:"detached_block_headers,omitempty"` // contains filtered or unexported fields }
func (*TransactionNotificationsResponse) Descriptor
deprecated
func (*TransactionNotificationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionNotificationsResponse.ProtoReflect.Descriptor instead.
func (*TransactionNotificationsResponse) GetAttachedBlocks ¶
func (x *TransactionNotificationsResponse) GetAttachedBlocks() []*BlockDetails
func (*TransactionNotificationsResponse) GetDetachedBlockHeaders ¶
func (x *TransactionNotificationsResponse) GetDetachedBlockHeaders() []*DetachedBlockDetails
func (*TransactionNotificationsResponse) GetDetachedBlocks ¶
func (x *TransactionNotificationsResponse) GetDetachedBlocks() [][]byte
func (*TransactionNotificationsResponse) GetUnminedTransactionHashes ¶
func (x *TransactionNotificationsResponse) GetUnminedTransactionHashes() [][]byte
func (*TransactionNotificationsResponse) GetUnminedTransactions ¶
func (x *TransactionNotificationsResponse) GetUnminedTransactions() []*TransactionDetails
func (*TransactionNotificationsResponse) ProtoMessage ¶
func (*TransactionNotificationsResponse) ProtoMessage()
func (*TransactionNotificationsResponse) ProtoReflect ¶
func (x *TransactionNotificationsResponse) ProtoReflect() protoreflect.Message
func (*TransactionNotificationsResponse) Reset ¶
func (x *TransactionNotificationsResponse) Reset()
func (*TransactionNotificationsResponse) String ¶
func (x *TransactionNotificationsResponse) String() string
type TreasuryPoliciesRequest ¶
type TreasuryPoliciesRequest struct {
// contains filtered or unexported fields
}
func (*TreasuryPoliciesRequest) Descriptor
deprecated
func (*TreasuryPoliciesRequest) Descriptor() ([]byte, []int)
Deprecated: Use TreasuryPoliciesRequest.ProtoReflect.Descriptor instead.
func (*TreasuryPoliciesRequest) ProtoMessage ¶
func (*TreasuryPoliciesRequest) ProtoMessage()
func (*TreasuryPoliciesRequest) ProtoReflect ¶
func (x *TreasuryPoliciesRequest) ProtoReflect() protoreflect.Message
func (*TreasuryPoliciesRequest) Reset ¶
func (x *TreasuryPoliciesRequest) Reset()
func (*TreasuryPoliciesRequest) String ¶
func (x *TreasuryPoliciesRequest) String() string
type TreasuryPoliciesResponse ¶
type TreasuryPoliciesResponse struct { Policies []*TreasuryPoliciesResponse_Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"` // contains filtered or unexported fields }
func (*TreasuryPoliciesResponse) Descriptor
deprecated
func (*TreasuryPoliciesResponse) Descriptor() ([]byte, []int)
Deprecated: Use TreasuryPoliciesResponse.ProtoReflect.Descriptor instead.
func (*TreasuryPoliciesResponse) GetPolicies ¶
func (x *TreasuryPoliciesResponse) GetPolicies() []*TreasuryPoliciesResponse_Policy
func (*TreasuryPoliciesResponse) ProtoMessage ¶
func (*TreasuryPoliciesResponse) ProtoMessage()
func (*TreasuryPoliciesResponse) ProtoReflect ¶
func (x *TreasuryPoliciesResponse) ProtoReflect() protoreflect.Message
func (*TreasuryPoliciesResponse) Reset ¶
func (x *TreasuryPoliciesResponse) Reset()
func (*TreasuryPoliciesResponse) String ¶
func (x *TreasuryPoliciesResponse) String() string
type TreasuryPoliciesResponse_Policy ¶
type TreasuryPoliciesResponse_Policy struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Policy string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"` TicketHash []byte `protobuf:"bytes,3,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*TreasuryPoliciesResponse_Policy) Descriptor
deprecated
func (*TreasuryPoliciesResponse_Policy) Descriptor() ([]byte, []int)
Deprecated: Use TreasuryPoliciesResponse_Policy.ProtoReflect.Descriptor instead.
func (*TreasuryPoliciesResponse_Policy) GetKey ¶
func (x *TreasuryPoliciesResponse_Policy) GetKey() []byte
func (*TreasuryPoliciesResponse_Policy) GetPolicy ¶
func (x *TreasuryPoliciesResponse_Policy) GetPolicy() string
func (*TreasuryPoliciesResponse_Policy) GetTicketHash ¶
func (x *TreasuryPoliciesResponse_Policy) GetTicketHash() []byte
func (*TreasuryPoliciesResponse_Policy) ProtoMessage ¶
func (*TreasuryPoliciesResponse_Policy) ProtoMessage()
func (*TreasuryPoliciesResponse_Policy) ProtoReflect ¶
func (x *TreasuryPoliciesResponse_Policy) ProtoReflect() protoreflect.Message
func (*TreasuryPoliciesResponse_Policy) Reset ¶
func (x *TreasuryPoliciesResponse_Policy) Reset()
func (*TreasuryPoliciesResponse_Policy) String ¶
func (x *TreasuryPoliciesResponse_Policy) String() string
type UnimplementedAccountMixerServiceServer ¶
type UnimplementedAccountMixerServiceServer struct { }
UnimplementedAccountMixerServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAccountMixerServiceServer) RunAccountMixer ¶
func (UnimplementedAccountMixerServiceServer) RunAccountMixer(*RunAccountMixerRequest, AccountMixerService_RunAccountMixerServer) error
type UnimplementedAgendaServiceServer ¶
type UnimplementedAgendaServiceServer struct { }
UnimplementedAgendaServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAgendaServiceServer) Agendas ¶
func (UnimplementedAgendaServiceServer) Agendas(context.Context, *AgendasRequest) (*AgendasResponse, error)
type UnimplementedDecodeMessageServiceServer ¶
type UnimplementedDecodeMessageServiceServer struct { }
UnimplementedDecodeMessageServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedDecodeMessageServiceServer) DecodeRawTransaction ¶
func (UnimplementedDecodeMessageServiceServer) DecodeRawTransaction(context.Context, *DecodeRawTransactionRequest) (*DecodeRawTransactionResponse, error)
type UnimplementedMessageVerificationServiceServer ¶
type UnimplementedMessageVerificationServiceServer struct { }
UnimplementedMessageVerificationServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedMessageVerificationServiceServer) VerifyMessage ¶
func (UnimplementedMessageVerificationServiceServer) VerifyMessage(context.Context, *VerifyMessageRequest) (*VerifyMessageResponse, error)
type UnimplementedNetworkServiceServer ¶
type UnimplementedNetworkServiceServer struct { }
UnimplementedNetworkServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedNetworkServiceServer) GetRawBlock ¶
func (UnimplementedNetworkServiceServer) GetRawBlock(context.Context, *GetRawBlockRequest) (*GetRawBlockResponse, error)
type UnimplementedSeedServiceServer ¶
type UnimplementedSeedServiceServer struct { }
UnimplementedSeedServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedSeedServiceServer) DecodeSeed ¶
func (UnimplementedSeedServiceServer) DecodeSeed(context.Context, *DecodeSeedRequest) (*DecodeSeedResponse, error)
func (UnimplementedSeedServiceServer) GenerateRandomSeed ¶
func (UnimplementedSeedServiceServer) GenerateRandomSeed(context.Context, *GenerateRandomSeedRequest) (*GenerateRandomSeedResponse, error)
type UnimplementedTicketBuyerServiceServer ¶
type UnimplementedTicketBuyerServiceServer struct { }
UnimplementedTicketBuyerServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTicketBuyerServiceServer) SetAccount ¶
func (UnimplementedTicketBuyerServiceServer) SetAccount(context.Context, *SetAccountRequest) (*SetAccountResponse, error)
func (UnimplementedTicketBuyerServiceServer) SetBalanceToMaintain ¶
func (UnimplementedTicketBuyerServiceServer) SetBalanceToMaintain(context.Context, *SetBalanceToMaintainRequest) (*SetBalanceToMaintainResponse, error)
func (UnimplementedTicketBuyerServiceServer) SetMaxFee ¶
func (UnimplementedTicketBuyerServiceServer) SetMaxFee(context.Context, *SetMaxFeeRequest) (*SetMaxFeeResponse, error)
func (UnimplementedTicketBuyerServiceServer) SetMaxPerBlock ¶
func (UnimplementedTicketBuyerServiceServer) SetMaxPerBlock(context.Context, *SetMaxPerBlockRequest) (*SetMaxPerBlockResponse, error)
func (UnimplementedTicketBuyerServiceServer) SetMaxPriceAbsolute ¶
func (UnimplementedTicketBuyerServiceServer) SetMaxPriceAbsolute(context.Context, *SetMaxPriceAbsoluteRequest) (*SetMaxPriceAbsoluteResponse, error)
func (UnimplementedTicketBuyerServiceServer) SetMaxPriceRelative ¶
func (UnimplementedTicketBuyerServiceServer) SetMaxPriceRelative(context.Context, *SetMaxPriceRelativeRequest) (*SetMaxPriceRelativeResponse, error)
func (UnimplementedTicketBuyerServiceServer) SetPoolAddress ¶
func (UnimplementedTicketBuyerServiceServer) SetPoolAddress(context.Context, *SetPoolAddressRequest) (*SetPoolAddressResponse, error)
func (UnimplementedTicketBuyerServiceServer) SetPoolFees ¶
func (UnimplementedTicketBuyerServiceServer) SetPoolFees(context.Context, *SetPoolFeesRequest) (*SetPoolFeesResponse, error)
func (UnimplementedTicketBuyerServiceServer) SetVotingAddress ¶
func (UnimplementedTicketBuyerServiceServer) SetVotingAddress(context.Context, *SetVotingAddressRequest) (*SetVotingAddressResponse, error)
func (UnimplementedTicketBuyerServiceServer) StartAutoBuyer ¶
func (UnimplementedTicketBuyerServiceServer) StartAutoBuyer(context.Context, *StartAutoBuyerRequest) (*StartAutoBuyerResponse, error)
func (UnimplementedTicketBuyerServiceServer) StopAutoBuyer ¶
func (UnimplementedTicketBuyerServiceServer) StopAutoBuyer(context.Context, *StopAutoBuyerRequest) (*StopAutoBuyerResponse, error)
func (UnimplementedTicketBuyerServiceServer) TicketBuyerConfig ¶
func (UnimplementedTicketBuyerServiceServer) TicketBuyerConfig(context.Context, *TicketBuyerConfigRequest) (*TicketBuyerConfigResponse, error)
type UnimplementedTicketBuyerV2ServiceServer ¶
type UnimplementedTicketBuyerV2ServiceServer struct { }
UnimplementedTicketBuyerV2ServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTicketBuyerV2ServiceServer) RunTicketBuyer ¶
func (UnimplementedTicketBuyerV2ServiceServer) RunTicketBuyer(*RunTicketBuyerRequest, TicketBuyerV2Service_RunTicketBuyerServer) error
type UnimplementedVersionServiceServer ¶
type UnimplementedVersionServiceServer struct { }
UnimplementedVersionServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedVersionServiceServer) Version ¶
func (UnimplementedVersionServiceServer) Version(context.Context, *VersionRequest) (*VersionResponse, error)
type UnimplementedVotingServiceServer ¶
type UnimplementedVotingServiceServer struct { }
UnimplementedVotingServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedVotingServiceServer) SetTSpendPolicy ¶
func (UnimplementedVotingServiceServer) SetTSpendPolicy(context.Context, *SetTSpendPolicyRequest) (*SetTSpendPolicyResponse, error)
func (UnimplementedVotingServiceServer) SetTreasuryPolicy ¶
func (UnimplementedVotingServiceServer) SetTreasuryPolicy(context.Context, *SetTreasuryPolicyRequest) (*SetTreasuryPolicyResponse, error)
func (UnimplementedVotingServiceServer) SetVoteChoices ¶
func (UnimplementedVotingServiceServer) SetVoteChoices(context.Context, *SetVoteChoicesRequest) (*SetVoteChoicesResponse, error)
func (UnimplementedVotingServiceServer) TSpendPolicies ¶
func (UnimplementedVotingServiceServer) TSpendPolicies(context.Context, *TSpendPoliciesRequest) (*TSpendPoliciesResponse, error)
func (UnimplementedVotingServiceServer) TreasuryPolicies ¶
func (UnimplementedVotingServiceServer) TreasuryPolicies(context.Context, *TreasuryPoliciesRequest) (*TreasuryPoliciesResponse, error)
func (UnimplementedVotingServiceServer) VoteChoices ¶
func (UnimplementedVotingServiceServer) VoteChoices(context.Context, *VoteChoicesRequest) (*VoteChoicesResponse, error)
type UnimplementedWalletLoaderServiceServer ¶
type UnimplementedWalletLoaderServiceServer struct { }
UnimplementedWalletLoaderServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedWalletLoaderServiceServer) CloseWallet ¶
func (UnimplementedWalletLoaderServiceServer) CloseWallet(context.Context, *CloseWalletRequest) (*CloseWalletResponse, error)
func (UnimplementedWalletLoaderServiceServer) CreateWallet ¶
func (UnimplementedWalletLoaderServiceServer) CreateWallet(context.Context, *CreateWalletRequest) (*CreateWalletResponse, error)
func (UnimplementedWalletLoaderServiceServer) CreateWatchingOnlyWallet ¶
func (UnimplementedWalletLoaderServiceServer) CreateWatchingOnlyWallet(context.Context, *CreateWatchingOnlyWalletRequest) (*CreateWatchingOnlyWalletResponse, error)
func (UnimplementedWalletLoaderServiceServer) OpenWallet ¶
func (UnimplementedWalletLoaderServiceServer) OpenWallet(context.Context, *OpenWalletRequest) (*OpenWalletResponse, error)
func (UnimplementedWalletLoaderServiceServer) RescanPoint ¶
func (UnimplementedWalletLoaderServiceServer) RescanPoint(context.Context, *RescanPointRequest) (*RescanPointResponse, error)
func (UnimplementedWalletLoaderServiceServer) WalletExists ¶
func (UnimplementedWalletLoaderServiceServer) WalletExists(context.Context, *WalletExistsRequest) (*WalletExistsResponse, error)
type UnimplementedWalletServiceServer ¶
type UnimplementedWalletServiceServer struct { }
UnimplementedWalletServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedWalletServiceServer) AbandonTransaction ¶
func (UnimplementedWalletServiceServer) AbandonTransaction(context.Context, *AbandonTransactionRequest) (*AbandonTransactionResponse, error)
func (UnimplementedWalletServiceServer) AccountNotifications ¶
func (UnimplementedWalletServiceServer) AccountNotifications(*AccountNotificationsRequest, WalletService_AccountNotificationsServer) error
func (UnimplementedWalletServiceServer) AccountNumber ¶
func (UnimplementedWalletServiceServer) AccountNumber(context.Context, *AccountNumberRequest) (*AccountNumberResponse, error)
func (UnimplementedWalletServiceServer) AccountUnlocked ¶
func (UnimplementedWalletServiceServer) AccountUnlocked(context.Context, *AccountUnlockedRequest) (*AccountUnlockedResponse, error)
func (UnimplementedWalletServiceServer) Accounts ¶
func (UnimplementedWalletServiceServer) Accounts(context.Context, *AccountsRequest) (*AccountsResponse, error)
func (UnimplementedWalletServiceServer) Address ¶
func (UnimplementedWalletServiceServer) Address(context.Context, *AddressRequest) (*AddressResponse, error)
func (UnimplementedWalletServiceServer) Balance ¶
func (UnimplementedWalletServiceServer) Balance(context.Context, *BalanceRequest) (*BalanceResponse, error)
func (UnimplementedWalletServiceServer) BestBlock ¶
func (UnimplementedWalletServiceServer) BestBlock(context.Context, *BestBlockRequest) (*BestBlockResponse, error)
func (UnimplementedWalletServiceServer) BlockInfo ¶
func (UnimplementedWalletServiceServer) BlockInfo(context.Context, *BlockInfoRequest) (*BlockInfoResponse, error)
func (UnimplementedWalletServiceServer) ChangePassphrase ¶
func (UnimplementedWalletServiceServer) ChangePassphrase(context.Context, *ChangePassphraseRequest) (*ChangePassphraseResponse, error)
func (UnimplementedWalletServiceServer) CoinType ¶
func (UnimplementedWalletServiceServer) CoinType(context.Context, *CoinTypeRequest) (*CoinTypeResponse, error)
func (UnimplementedWalletServiceServer) CommittedTickets ¶
func (UnimplementedWalletServiceServer) CommittedTickets(context.Context, *CommittedTicketsRequest) (*CommittedTicketsResponse, error)
func (UnimplementedWalletServiceServer) ConfirmationNotifications ¶
func (UnimplementedWalletServiceServer) ConfirmationNotifications(WalletService_ConfirmationNotificationsServer) error
func (UnimplementedWalletServiceServer) ConstructTransaction ¶
func (UnimplementedWalletServiceServer) ConstructTransaction(context.Context, *ConstructTransactionRequest) (*ConstructTransactionResponse, error)
func (UnimplementedWalletServiceServer) CreateSignature ¶
func (UnimplementedWalletServiceServer) CreateSignature(context.Context, *CreateSignatureRequest) (*CreateSignatureResponse, error)
func (UnimplementedWalletServiceServer) DiscoverUsage ¶
func (UnimplementedWalletServiceServer) DiscoverUsage(context.Context, *DiscoverUsageRequest) (*DiscoverUsageResponse, error)
func (UnimplementedWalletServiceServer) DumpPrivateKey ¶
func (UnimplementedWalletServiceServer) DumpPrivateKey(context.Context, *DumpPrivateKeyRequest) (*DumpPrivateKeyResponse, error)
func (UnimplementedWalletServiceServer) FundTransaction ¶
func (UnimplementedWalletServiceServer) FundTransaction(context.Context, *FundTransactionRequest) (*FundTransactionResponse, error)
func (UnimplementedWalletServiceServer) GetAccountExtendedPrivKey ¶
func (UnimplementedWalletServiceServer) GetAccountExtendedPrivKey(context.Context, *GetAccountExtendedPrivKeyRequest) (*GetAccountExtendedPrivKeyResponse, error)
func (UnimplementedWalletServiceServer) GetAccountExtendedPubKey ¶
func (UnimplementedWalletServiceServer) GetAccountExtendedPubKey(context.Context, *GetAccountExtendedPubKeyRequest) (*GetAccountExtendedPubKeyResponse, error)
func (UnimplementedWalletServiceServer) GetCFilters ¶
func (UnimplementedWalletServiceServer) GetCFilters(*GetCFiltersRequest, WalletService_GetCFiltersServer) error
func (UnimplementedWalletServiceServer) GetCoinjoinOutputspByAcct ¶
func (UnimplementedWalletServiceServer) GetCoinjoinOutputspByAcct(context.Context, *GetCoinjoinOutputspByAcctRequest) (*GetCoinjoinOutputspByAcctResponse, error)
func (UnimplementedWalletServiceServer) GetPeerInfo ¶
func (UnimplementedWalletServiceServer) GetPeerInfo(context.Context, *GetPeerInfoRequest) (*GetPeerInfoResponse, error)
func (UnimplementedWalletServiceServer) GetTicket ¶
func (UnimplementedWalletServiceServer) GetTicket(context.Context, *GetTicketRequest) (*GetTicketsResponse, error)
func (UnimplementedWalletServiceServer) GetTickets ¶
func (UnimplementedWalletServiceServer) GetTickets(*GetTicketsRequest, WalletService_GetTicketsServer) error
func (UnimplementedWalletServiceServer) GetTrackedVSPTickets ¶
func (UnimplementedWalletServiceServer) GetTrackedVSPTickets(context.Context, *GetTrackedVSPTicketsRequest) (*GetTrackedVSPTicketsResponse, error)
func (UnimplementedWalletServiceServer) GetTransaction ¶
func (UnimplementedWalletServiceServer) GetTransaction(context.Context, *GetTransactionRequest) (*GetTransactionResponse, error)
func (UnimplementedWalletServiceServer) GetTransactions ¶
func (UnimplementedWalletServiceServer) GetTransactions(*GetTransactionsRequest, WalletService_GetTransactionsServer) error
func (UnimplementedWalletServiceServer) GetVSPTicketsByFeeStatus ¶
func (UnimplementedWalletServiceServer) GetVSPTicketsByFeeStatus(context.Context, *GetVSPTicketsByFeeStatusRequest) (*GetVSPTicketsByFeeStatusResponse, error)
func (UnimplementedWalletServiceServer) ImportExtendedPublicKey ¶
func (UnimplementedWalletServiceServer) ImportExtendedPublicKey(context.Context, *ImportExtendedPublicKeyRequest) (*ImportExtendedPublicKeyResponse, error)
func (UnimplementedWalletServiceServer) ImportPrivateKey ¶
func (UnimplementedWalletServiceServer) ImportPrivateKey(context.Context, *ImportPrivateKeyRequest) (*ImportPrivateKeyResponse, error)
func (UnimplementedWalletServiceServer) ImportScript ¶
func (UnimplementedWalletServiceServer) ImportScript(context.Context, *ImportScriptRequest) (*ImportScriptResponse, error)
func (UnimplementedWalletServiceServer) ImportVotingAccountFromSeed ¶
func (UnimplementedWalletServiceServer) ImportVotingAccountFromSeed(context.Context, *ImportVotingAccountFromSeedRequest) (*ImportVotingAccountFromSeedResponse, error)
func (UnimplementedWalletServiceServer) LoadActiveDataFilters ¶
func (UnimplementedWalletServiceServer) LoadActiveDataFilters(context.Context, *LoadActiveDataFiltersRequest) (*LoadActiveDataFiltersResponse, error)
func (UnimplementedWalletServiceServer) LockAccount ¶
func (UnimplementedWalletServiceServer) LockAccount(context.Context, *LockAccountRequest) (*LockAccountResponse, error)
func (UnimplementedWalletServiceServer) LockWallet ¶
func (UnimplementedWalletServiceServer) LockWallet(context.Context, *LockWalletRequest) (*LockWalletResponse, error)
func (UnimplementedWalletServiceServer) Network ¶
func (UnimplementedWalletServiceServer) Network(context.Context, *NetworkRequest) (*NetworkResponse, error)
func (UnimplementedWalletServiceServer) NextAccount ¶
func (UnimplementedWalletServiceServer) NextAccount(context.Context, *NextAccountRequest) (*NextAccountResponse, error)
func (UnimplementedWalletServiceServer) NextAddress ¶
func (UnimplementedWalletServiceServer) NextAddress(context.Context, *NextAddressRequest) (*NextAddressResponse, error)
func (UnimplementedWalletServiceServer) Ping ¶
func (UnimplementedWalletServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
func (UnimplementedWalletServiceServer) ProcessManagedTickets ¶
func (UnimplementedWalletServiceServer) ProcessManagedTickets(context.Context, *ProcessManagedTicketsRequest) (*ProcessManagedTicketsResponse, error)
func (UnimplementedWalletServiceServer) ProcessUnmanagedTickets ¶
func (UnimplementedWalletServiceServer) ProcessUnmanagedTickets(context.Context, *ProcessUnmanagedTicketsRequest) (*ProcessUnmanagedTicketsResponse, error)
func (UnimplementedWalletServiceServer) PublishTransaction ¶
func (UnimplementedWalletServiceServer) PublishTransaction(context.Context, *PublishTransactionRequest) (*PublishTransactionResponse, error)
func (UnimplementedWalletServiceServer) PublishUnminedTransactions ¶
func (UnimplementedWalletServiceServer) PublishUnminedTransactions(context.Context, *PublishUnminedTransactionsRequest) (*PublishUnminedTransactionsResponse, error)
func (UnimplementedWalletServiceServer) PurchaseTickets ¶
func (UnimplementedWalletServiceServer) PurchaseTickets(context.Context, *PurchaseTicketsRequest) (*PurchaseTicketsResponse, error)
func (UnimplementedWalletServiceServer) RenameAccount ¶
func (UnimplementedWalletServiceServer) RenameAccount(context.Context, *RenameAccountRequest) (*RenameAccountResponse, error)
func (UnimplementedWalletServiceServer) Rescan ¶
func (UnimplementedWalletServiceServer) Rescan(*RescanRequest, WalletService_RescanServer) error
func (UnimplementedWalletServiceServer) RevokeTicket ¶
func (UnimplementedWalletServiceServer) RevokeTicket(context.Context, *RevokeTicketRequest) (*RevokeTicketResponse, error)
func (UnimplementedWalletServiceServer) RevokeTickets ¶
func (UnimplementedWalletServiceServer) RevokeTickets(context.Context, *RevokeTicketsRequest) (*RevokeTicketsResponse, error)
func (UnimplementedWalletServiceServer) SetAccountPassphrase ¶
func (UnimplementedWalletServiceServer) SetAccountPassphrase(context.Context, *SetAccountPassphraseRequest) (*SetAccountPassphraseResponse, error)
func (UnimplementedWalletServiceServer) SetVspdVoteChoices ¶
func (UnimplementedWalletServiceServer) SetVspdVoteChoices(context.Context, *SetVspdVoteChoicesRequest) (*SetVspdVoteChoicesResponse, error)
func (UnimplementedWalletServiceServer) SignHashes ¶
func (UnimplementedWalletServiceServer) SignHashes(context.Context, *SignHashesRequest) (*SignHashesResponse, error)
func (UnimplementedWalletServiceServer) SignMessage ¶
func (UnimplementedWalletServiceServer) SignMessage(context.Context, *SignMessageRequest) (*SignMessageResponse, error)
func (UnimplementedWalletServiceServer) SignMessages ¶
func (UnimplementedWalletServiceServer) SignMessages(context.Context, *SignMessagesRequest) (*SignMessagesResponse, error)
func (UnimplementedWalletServiceServer) SignTransaction ¶
func (UnimplementedWalletServiceServer) SignTransaction(context.Context, *SignTransactionRequest) (*SignTransactionResponse, error)
func (UnimplementedWalletServiceServer) SignTransactions ¶
func (UnimplementedWalletServiceServer) SignTransactions(context.Context, *SignTransactionsRequest) (*SignTransactionsResponse, error)
func (UnimplementedWalletServiceServer) Spender ¶
func (UnimplementedWalletServiceServer) Spender(context.Context, *SpenderRequest) (*SpenderResponse, error)
func (UnimplementedWalletServiceServer) StakeInfo ¶
func (UnimplementedWalletServiceServer) StakeInfo(context.Context, *StakeInfoRequest) (*StakeInfoResponse, error)
func (UnimplementedWalletServiceServer) SweepAccount ¶
func (UnimplementedWalletServiceServer) SweepAccount(context.Context, *SweepAccountRequest) (*SweepAccountResponse, error)
func (UnimplementedWalletServiceServer) SyncVSPFailedTickets ¶
func (UnimplementedWalletServiceServer) SyncVSPFailedTickets(context.Context, *SyncVSPTicketsRequest) (*SyncVSPTicketsResponse, error)
func (UnimplementedWalletServiceServer) TicketPrice ¶
func (UnimplementedWalletServiceServer) TicketPrice(context.Context, *TicketPriceRequest) (*TicketPriceResponse, error)
func (UnimplementedWalletServiceServer) TransactionNotifications ¶
func (UnimplementedWalletServiceServer) TransactionNotifications(*TransactionNotificationsRequest, WalletService_TransactionNotificationsServer) error
func (UnimplementedWalletServiceServer) UnlockAccount ¶
func (UnimplementedWalletServiceServer) UnlockAccount(context.Context, *UnlockAccountRequest) (*UnlockAccountResponse, error)
func (UnimplementedWalletServiceServer) UnlockWallet ¶
func (UnimplementedWalletServiceServer) UnlockWallet(context.Context, *UnlockWalletRequest) (*UnlockWalletResponse, error)
func (UnimplementedWalletServiceServer) UnspentOutputs ¶
func (UnimplementedWalletServiceServer) UnspentOutputs(*UnspentOutputsRequest, WalletService_UnspentOutputsServer) error
func (UnimplementedWalletServiceServer) ValidateAddress ¶
func (UnimplementedWalletServiceServer) ValidateAddress(context.Context, *ValidateAddressRequest) (*ValidateAddressResponse, error)
type UnlockAccountRequest ¶
type UnlockAccountRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` AccountNumber uint32 `protobuf:"varint,2,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` // contains filtered or unexported fields }
func (*UnlockAccountRequest) Descriptor
deprecated
func (*UnlockAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnlockAccountRequest.ProtoReflect.Descriptor instead.
func (*UnlockAccountRequest) GetAccountNumber ¶
func (x *UnlockAccountRequest) GetAccountNumber() uint32
func (*UnlockAccountRequest) GetPassphrase ¶
func (x *UnlockAccountRequest) GetPassphrase() []byte
func (*UnlockAccountRequest) ProtoMessage ¶
func (*UnlockAccountRequest) ProtoMessage()
func (*UnlockAccountRequest) ProtoReflect ¶
func (x *UnlockAccountRequest) ProtoReflect() protoreflect.Message
func (*UnlockAccountRequest) Reset ¶
func (x *UnlockAccountRequest) Reset()
func (*UnlockAccountRequest) String ¶
func (x *UnlockAccountRequest) String() string
type UnlockAccountResponse ¶
type UnlockAccountResponse struct {
// contains filtered or unexported fields
}
func (*UnlockAccountResponse) Descriptor
deprecated
func (*UnlockAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnlockAccountResponse.ProtoReflect.Descriptor instead.
func (*UnlockAccountResponse) ProtoMessage ¶
func (*UnlockAccountResponse) ProtoMessage()
func (*UnlockAccountResponse) ProtoReflect ¶
func (x *UnlockAccountResponse) ProtoReflect() protoreflect.Message
func (*UnlockAccountResponse) Reset ¶
func (x *UnlockAccountResponse) Reset()
func (*UnlockAccountResponse) String ¶
func (x *UnlockAccountResponse) String() string
type UnlockWalletRequest ¶
type UnlockWalletRequest struct { Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"` // contains filtered or unexported fields }
func (*UnlockWalletRequest) Descriptor
deprecated
func (*UnlockWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnlockWalletRequest.ProtoReflect.Descriptor instead.
func (*UnlockWalletRequest) GetPassphrase ¶
func (x *UnlockWalletRequest) GetPassphrase() []byte
func (*UnlockWalletRequest) ProtoMessage ¶
func (*UnlockWalletRequest) ProtoMessage()
func (*UnlockWalletRequest) ProtoReflect ¶
func (x *UnlockWalletRequest) ProtoReflect() protoreflect.Message
func (*UnlockWalletRequest) Reset ¶
func (x *UnlockWalletRequest) Reset()
func (*UnlockWalletRequest) String ¶
func (x *UnlockWalletRequest) String() string
type UnlockWalletResponse ¶
type UnlockWalletResponse struct {
// contains filtered or unexported fields
}
func (*UnlockWalletResponse) Descriptor
deprecated
func (*UnlockWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnlockWalletResponse.ProtoReflect.Descriptor instead.
func (*UnlockWalletResponse) ProtoMessage ¶
func (*UnlockWalletResponse) ProtoMessage()
func (*UnlockWalletResponse) ProtoReflect ¶
func (x *UnlockWalletResponse) ProtoReflect() protoreflect.Message
func (*UnlockWalletResponse) Reset ¶
func (x *UnlockWalletResponse) Reset()
func (*UnlockWalletResponse) String ¶
func (x *UnlockWalletResponse) String() string
type UnsafeAccountMixerServiceServer ¶
type UnsafeAccountMixerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAccountMixerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AccountMixerServiceServer will result in compilation errors.
type UnsafeAgendaServiceServer ¶
type UnsafeAgendaServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAgendaServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AgendaServiceServer will result in compilation errors.
type UnsafeDecodeMessageServiceServer ¶
type UnsafeDecodeMessageServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDecodeMessageServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DecodeMessageServiceServer will result in compilation errors.
type UnsafeMessageVerificationServiceServer ¶
type UnsafeMessageVerificationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeMessageVerificationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MessageVerificationServiceServer will result in compilation errors.
type UnsafeNetworkServiceServer ¶
type UnsafeNetworkServiceServer interface {
// contains filtered or unexported methods
}
UnsafeNetworkServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NetworkServiceServer will result in compilation errors.
type UnsafeSeedServiceServer ¶
type UnsafeSeedServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSeedServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SeedServiceServer will result in compilation errors.
type UnsafeTicketBuyerServiceServer ¶
type UnsafeTicketBuyerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTicketBuyerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TicketBuyerServiceServer will result in compilation errors.
type UnsafeTicketBuyerV2ServiceServer ¶
type UnsafeTicketBuyerV2ServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTicketBuyerV2ServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TicketBuyerV2ServiceServer will result in compilation errors.
type UnsafeVersionServiceServer ¶
type UnsafeVersionServiceServer interface {
// contains filtered or unexported methods
}
UnsafeVersionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VersionServiceServer will result in compilation errors.
type UnsafeVotingServiceServer ¶
type UnsafeVotingServiceServer interface {
// contains filtered or unexported methods
}
UnsafeVotingServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VotingServiceServer will result in compilation errors.
type UnsafeWalletLoaderServiceServer ¶
type UnsafeWalletLoaderServiceServer interface {
// contains filtered or unexported methods
}
UnsafeWalletLoaderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WalletLoaderServiceServer will result in compilation errors.
type UnsafeWalletServiceServer ¶
type UnsafeWalletServiceServer interface {
// contains filtered or unexported methods
}
UnsafeWalletServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WalletServiceServer will result in compilation errors.
type UnspentOutputResponse ¶
type UnspentOutputResponse struct { TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` OutputIndex uint32 `protobuf:"varint,2,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"` Amount int64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` PkScript []byte `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"` ReceiveTime int64 `protobuf:"varint,5,opt,name=receive_time,json=receiveTime,proto3" json:"receive_time,omitempty"` FromCoinbase bool `protobuf:"varint,6,opt,name=from_coinbase,json=fromCoinbase,proto3" json:"from_coinbase,omitempty"` Tree int32 `protobuf:"varint,7,opt,name=tree,proto3" json:"tree,omitempty"` AmountSum int64 `protobuf:"varint,8,opt,name=amount_sum,json=amountSum,proto3" json:"amount_sum,omitempty"` // contains filtered or unexported fields }
func (*UnspentOutputResponse) Descriptor
deprecated
func (*UnspentOutputResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnspentOutputResponse.ProtoReflect.Descriptor instead.
func (*UnspentOutputResponse) GetAmount ¶
func (x *UnspentOutputResponse) GetAmount() int64
func (*UnspentOutputResponse) GetAmountSum ¶
func (x *UnspentOutputResponse) GetAmountSum() int64
func (*UnspentOutputResponse) GetFromCoinbase ¶
func (x *UnspentOutputResponse) GetFromCoinbase() bool
func (*UnspentOutputResponse) GetOutputIndex ¶
func (x *UnspentOutputResponse) GetOutputIndex() uint32
func (*UnspentOutputResponse) GetPkScript ¶
func (x *UnspentOutputResponse) GetPkScript() []byte
func (*UnspentOutputResponse) GetReceiveTime ¶
func (x *UnspentOutputResponse) GetReceiveTime() int64
func (*UnspentOutputResponse) GetTransactionHash ¶
func (x *UnspentOutputResponse) GetTransactionHash() []byte
func (*UnspentOutputResponse) GetTree ¶
func (x *UnspentOutputResponse) GetTree() int32
func (*UnspentOutputResponse) ProtoMessage ¶
func (*UnspentOutputResponse) ProtoMessage()
func (*UnspentOutputResponse) ProtoReflect ¶
func (x *UnspentOutputResponse) ProtoReflect() protoreflect.Message
func (*UnspentOutputResponse) Reset ¶
func (x *UnspentOutputResponse) Reset()
func (*UnspentOutputResponse) String ¶
func (x *UnspentOutputResponse) String() string
type UnspentOutputsRequest ¶
type UnspentOutputsRequest struct { Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"` TargetAmount int64 `protobuf:"varint,2,opt,name=target_amount,json=targetAmount,proto3" json:"target_amount,omitempty"` RequiredConfirmations int32 `protobuf:"varint,3,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"` IncludeImmatureCoinbases bool `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UnspentOutputsRequest) Descriptor
deprecated
func (*UnspentOutputsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnspentOutputsRequest.ProtoReflect.Descriptor instead.
func (*UnspentOutputsRequest) GetAccount ¶
func (x *UnspentOutputsRequest) GetAccount() uint32
func (*UnspentOutputsRequest) GetIncludeImmatureCoinbases ¶
func (x *UnspentOutputsRequest) GetIncludeImmatureCoinbases() bool
func (*UnspentOutputsRequest) GetRequiredConfirmations ¶
func (x *UnspentOutputsRequest) GetRequiredConfirmations() int32
func (*UnspentOutputsRequest) GetTargetAmount ¶
func (x *UnspentOutputsRequest) GetTargetAmount() int64
func (*UnspentOutputsRequest) ProtoMessage ¶
func (*UnspentOutputsRequest) ProtoMessage()
func (*UnspentOutputsRequest) ProtoReflect ¶
func (x *UnspentOutputsRequest) ProtoReflect() protoreflect.Message
func (*UnspentOutputsRequest) Reset ¶
func (x *UnspentOutputsRequest) Reset()
func (*UnspentOutputsRequest) String ¶
func (x *UnspentOutputsRequest) String() string
type ValidateAddressRequest ¶
type ValidateAddressRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*ValidateAddressRequest) Descriptor
deprecated
func (*ValidateAddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateAddressRequest.ProtoReflect.Descriptor instead.
func (*ValidateAddressRequest) GetAddress ¶
func (x *ValidateAddressRequest) GetAddress() string
func (*ValidateAddressRequest) ProtoMessage ¶
func (*ValidateAddressRequest) ProtoMessage()
func (*ValidateAddressRequest) ProtoReflect ¶
func (x *ValidateAddressRequest) ProtoReflect() protoreflect.Message
func (*ValidateAddressRequest) Reset ¶
func (x *ValidateAddressRequest) Reset()
func (*ValidateAddressRequest) String ¶
func (x *ValidateAddressRequest) String() string
type ValidateAddressResponse ¶
type ValidateAddressResponse struct { IsValid bool `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"` IsMine bool `protobuf:"varint,2,opt,name=is_mine,json=isMine,proto3" json:"is_mine,omitempty"` AccountNumber uint32 `protobuf:"varint,3,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"` PubKeyAddr string `protobuf:"bytes,4,opt,name=pub_key_addr,json=pubKeyAddr,proto3" json:"pub_key_addr,omitempty"` PubKey []byte `protobuf:"bytes,5,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` IsScript bool `protobuf:"varint,6,opt,name=is_script,json=isScript,proto3" json:"is_script,omitempty"` PkScriptAddrs []string `protobuf:"bytes,7,rep,name=pk_script_addrs,json=pkScriptAddrs,proto3" json:"pk_script_addrs,omitempty"` ScriptType ValidateAddressResponse_ScriptType `` /* 142-byte string literal not displayed */ PayToAddrScript []byte `protobuf:"bytes,9,opt,name=pay_to_addr_script,json=payToAddrScript,proto3" json:"pay_to_addr_script,omitempty"` SigsRequired uint32 `protobuf:"varint,10,opt,name=sigs_required,json=sigsRequired,proto3" json:"sigs_required,omitempty"` IsInternal bool `protobuf:"varint,11,opt,name=is_internal,json=isInternal,proto3" json:"is_internal,omitempty"` Index uint32 `protobuf:"varint,12,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*ValidateAddressResponse) Descriptor
deprecated
func (*ValidateAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateAddressResponse.ProtoReflect.Descriptor instead.
func (*ValidateAddressResponse) GetAccountNumber ¶
func (x *ValidateAddressResponse) GetAccountNumber() uint32
func (*ValidateAddressResponse) GetIndex ¶
func (x *ValidateAddressResponse) GetIndex() uint32
func (*ValidateAddressResponse) GetIsInternal ¶
func (x *ValidateAddressResponse) GetIsInternal() bool
func (*ValidateAddressResponse) GetIsMine ¶
func (x *ValidateAddressResponse) GetIsMine() bool
func (*ValidateAddressResponse) GetIsScript ¶
func (x *ValidateAddressResponse) GetIsScript() bool
func (*ValidateAddressResponse) GetIsValid ¶
func (x *ValidateAddressResponse) GetIsValid() bool
func (*ValidateAddressResponse) GetPayToAddrScript ¶
func (x *ValidateAddressResponse) GetPayToAddrScript() []byte
func (*ValidateAddressResponse) GetPkScriptAddrs ¶
func (x *ValidateAddressResponse) GetPkScriptAddrs() []string
func (*ValidateAddressResponse) GetPubKey ¶
func (x *ValidateAddressResponse) GetPubKey() []byte
func (*ValidateAddressResponse) GetPubKeyAddr ¶
func (x *ValidateAddressResponse) GetPubKeyAddr() string
func (*ValidateAddressResponse) GetScriptType ¶
func (x *ValidateAddressResponse) GetScriptType() ValidateAddressResponse_ScriptType
func (*ValidateAddressResponse) GetSigsRequired ¶
func (x *ValidateAddressResponse) GetSigsRequired() uint32
func (*ValidateAddressResponse) ProtoMessage ¶
func (*ValidateAddressResponse) ProtoMessage()
func (*ValidateAddressResponse) ProtoReflect ¶
func (x *ValidateAddressResponse) ProtoReflect() protoreflect.Message
func (*ValidateAddressResponse) Reset ¶
func (x *ValidateAddressResponse) Reset()
func (*ValidateAddressResponse) String ¶
func (x *ValidateAddressResponse) String() string
type ValidateAddressResponse_ScriptType ¶
type ValidateAddressResponse_ScriptType int32
const ( ValidateAddressResponse_NonStandardTy ValidateAddressResponse_ScriptType = 0 ValidateAddressResponse_PubKeyTy ValidateAddressResponse_ScriptType = 1 ValidateAddressResponse_PubKeyHashTy ValidateAddressResponse_ScriptType = 2 ValidateAddressResponse_ScriptHashTy ValidateAddressResponse_ScriptType = 3 ValidateAddressResponse_MultiSigTy ValidateAddressResponse_ScriptType = 4 ValidateAddressResponse_NullDataTy ValidateAddressResponse_ScriptType = 5 ValidateAddressResponse_StakeSubmissionTy ValidateAddressResponse_ScriptType = 6 ValidateAddressResponse_StakeGenTy ValidateAddressResponse_ScriptType = 7 ValidateAddressResponse_StakeRevocationTy ValidateAddressResponse_ScriptType = 8 ValidateAddressResponse_StakeSubChangeTy ValidateAddressResponse_ScriptType = 9 ValidateAddressResponse_PubkeyAltTy ValidateAddressResponse_ScriptType = 10 ValidateAddressResponse_PubkeyHashAltTy ValidateAddressResponse_ScriptType = 11 ValidateAddressResponse_TreasuryGenTy ValidateAddressResponse_ScriptType = 12 ValidateAddressResponse_TreasuryAddTy ValidateAddressResponse_ScriptType = 13 )
func (ValidateAddressResponse_ScriptType) Descriptor ¶
func (ValidateAddressResponse_ScriptType) Descriptor() protoreflect.EnumDescriptor
func (ValidateAddressResponse_ScriptType) Enum ¶
func (x ValidateAddressResponse_ScriptType) Enum() *ValidateAddressResponse_ScriptType
func (ValidateAddressResponse_ScriptType) EnumDescriptor
deprecated
func (ValidateAddressResponse_ScriptType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ValidateAddressResponse_ScriptType.Descriptor instead.
func (ValidateAddressResponse_ScriptType) Number ¶
func (x ValidateAddressResponse_ScriptType) Number() protoreflect.EnumNumber
func (ValidateAddressResponse_ScriptType) String ¶
func (x ValidateAddressResponse_ScriptType) String() string
func (ValidateAddressResponse_ScriptType) Type ¶
func (ValidateAddressResponse_ScriptType) Type() protoreflect.EnumType
type VerifyMessageRequest ¶
type VerifyMessageRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*VerifyMessageRequest) Descriptor
deprecated
func (*VerifyMessageRequest) Descriptor() ([]byte, []int)
Deprecated: Use VerifyMessageRequest.ProtoReflect.Descriptor instead.
func (*VerifyMessageRequest) GetAddress ¶
func (x *VerifyMessageRequest) GetAddress() string
func (*VerifyMessageRequest) GetMessage ¶
func (x *VerifyMessageRequest) GetMessage() string
func (*VerifyMessageRequest) GetSignature ¶
func (x *VerifyMessageRequest) GetSignature() []byte
func (*VerifyMessageRequest) ProtoMessage ¶
func (*VerifyMessageRequest) ProtoMessage()
func (*VerifyMessageRequest) ProtoReflect ¶
func (x *VerifyMessageRequest) ProtoReflect() protoreflect.Message
func (*VerifyMessageRequest) Reset ¶
func (x *VerifyMessageRequest) Reset()
func (*VerifyMessageRequest) String ¶
func (x *VerifyMessageRequest) String() string
type VerifyMessageResponse ¶
type VerifyMessageResponse struct { Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"` // contains filtered or unexported fields }
func (*VerifyMessageResponse) Descriptor
deprecated
func (*VerifyMessageResponse) Descriptor() ([]byte, []int)
Deprecated: Use VerifyMessageResponse.ProtoReflect.Descriptor instead.
func (*VerifyMessageResponse) GetValid ¶
func (x *VerifyMessageResponse) GetValid() bool
func (*VerifyMessageResponse) ProtoMessage ¶
func (*VerifyMessageResponse) ProtoMessage()
func (*VerifyMessageResponse) ProtoReflect ¶
func (x *VerifyMessageResponse) ProtoReflect() protoreflect.Message
func (*VerifyMessageResponse) Reset ¶
func (x *VerifyMessageResponse) Reset()
func (*VerifyMessageResponse) String ¶
func (x *VerifyMessageResponse) String() string
type VersionRequest ¶
type VersionRequest struct {
// contains filtered or unexported fields
}
func (*VersionRequest) Descriptor
deprecated
func (*VersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use VersionRequest.ProtoReflect.Descriptor instead.
func (*VersionRequest) ProtoMessage ¶
func (*VersionRequest) ProtoMessage()
func (*VersionRequest) ProtoReflect ¶
func (x *VersionRequest) ProtoReflect() protoreflect.Message
func (*VersionRequest) Reset ¶
func (x *VersionRequest) Reset()
func (*VersionRequest) String ¶
func (x *VersionRequest) String() string
type VersionResponse ¶
type VersionResponse struct { VersionString string `protobuf:"bytes,1,opt,name=version_string,json=versionString,proto3" json:"version_string,omitempty"` Major uint32 `protobuf:"varint,2,opt,name=major,proto3" json:"major,omitempty"` Minor uint32 `protobuf:"varint,3,opt,name=minor,proto3" json:"minor,omitempty"` Patch uint32 `protobuf:"varint,4,opt,name=patch,proto3" json:"patch,omitempty"` Prerelease string `protobuf:"bytes,5,opt,name=prerelease,proto3" json:"prerelease,omitempty"` BuildMetadata string `protobuf:"bytes,6,opt,name=build_metadata,json=buildMetadata,proto3" json:"build_metadata,omitempty"` // contains filtered or unexported fields }
func (*VersionResponse) Descriptor
deprecated
func (*VersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use VersionResponse.ProtoReflect.Descriptor instead.
func (*VersionResponse) GetBuildMetadata ¶
func (x *VersionResponse) GetBuildMetadata() string
func (*VersionResponse) GetMajor ¶
func (x *VersionResponse) GetMajor() uint32
func (*VersionResponse) GetMinor ¶
func (x *VersionResponse) GetMinor() uint32
func (*VersionResponse) GetPatch ¶
func (x *VersionResponse) GetPatch() uint32
func (*VersionResponse) GetPrerelease ¶
func (x *VersionResponse) GetPrerelease() string
func (*VersionResponse) GetVersionString ¶
func (x *VersionResponse) GetVersionString() string
func (*VersionResponse) ProtoMessage ¶
func (*VersionResponse) ProtoMessage()
func (*VersionResponse) ProtoReflect ¶
func (x *VersionResponse) ProtoReflect() protoreflect.Message
func (*VersionResponse) Reset ¶
func (x *VersionResponse) Reset()
func (*VersionResponse) String ¶
func (x *VersionResponse) String() string
type VersionServiceClient ¶
type VersionServiceClient interface {
Version(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error)
}
VersionServiceClient is the client API for VersionService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewVersionServiceClient ¶
func NewVersionServiceClient(cc grpc.ClientConnInterface) VersionServiceClient
type VersionServiceServer ¶
type VersionServiceServer interface { Version(context.Context, *VersionRequest) (*VersionResponse, error) // contains filtered or unexported methods }
VersionServiceServer is the server API for VersionService service. All implementations must embed UnimplementedVersionServiceServer for forward compatibility
type VoteChoicesRequest ¶
type VoteChoicesRequest struct { TicketHash []byte `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"` // contains filtered or unexported fields }
func (*VoteChoicesRequest) Descriptor
deprecated
func (*VoteChoicesRequest) Descriptor() ([]byte, []int)
Deprecated: Use VoteChoicesRequest.ProtoReflect.Descriptor instead.
func (*VoteChoicesRequest) GetTicketHash ¶
func (x *VoteChoicesRequest) GetTicketHash() []byte
func (*VoteChoicesRequest) ProtoMessage ¶
func (*VoteChoicesRequest) ProtoMessage()
func (*VoteChoicesRequest) ProtoReflect ¶
func (x *VoteChoicesRequest) ProtoReflect() protoreflect.Message
func (*VoteChoicesRequest) Reset ¶
func (x *VoteChoicesRequest) Reset()
func (*VoteChoicesRequest) String ¶
func (x *VoteChoicesRequest) String() string
type VoteChoicesResponse ¶
type VoteChoicesResponse struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Choices []*VoteChoicesResponse_Choice `protobuf:"bytes,2,rep,name=choices,proto3" json:"choices,omitempty"` Votebits uint32 `protobuf:"varint,3,opt,name=votebits,proto3" json:"votebits,omitempty"` // contains filtered or unexported fields }
func (*VoteChoicesResponse) Descriptor
deprecated
func (*VoteChoicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use VoteChoicesResponse.ProtoReflect.Descriptor instead.
func (*VoteChoicesResponse) GetChoices ¶
func (x *VoteChoicesResponse) GetChoices() []*VoteChoicesResponse_Choice
func (*VoteChoicesResponse) GetVersion ¶
func (x *VoteChoicesResponse) GetVersion() uint32
func (*VoteChoicesResponse) GetVotebits ¶
func (x *VoteChoicesResponse) GetVotebits() uint32
func (*VoteChoicesResponse) ProtoMessage ¶
func (*VoteChoicesResponse) ProtoMessage()
func (*VoteChoicesResponse) ProtoReflect ¶
func (x *VoteChoicesResponse) ProtoReflect() protoreflect.Message
func (*VoteChoicesResponse) Reset ¶
func (x *VoteChoicesResponse) Reset()
func (*VoteChoicesResponse) String ¶
func (x *VoteChoicesResponse) String() string
type VoteChoicesResponse_Choice ¶
type VoteChoicesResponse_Choice struct { AgendaId string `protobuf:"bytes,1,opt,name=agenda_id,json=agendaId,proto3" json:"agenda_id,omitempty"` AgendaDescription string `protobuf:"bytes,2,opt,name=agenda_description,json=agendaDescription,proto3" json:"agenda_description,omitempty"` ChoiceId string `protobuf:"bytes,3,opt,name=choice_id,json=choiceId,proto3" json:"choice_id,omitempty"` ChoiceDescription string `protobuf:"bytes,4,opt,name=choice_description,json=choiceDescription,proto3" json:"choice_description,omitempty"` // contains filtered or unexported fields }
func (*VoteChoicesResponse_Choice) Descriptor
deprecated
func (*VoteChoicesResponse_Choice) Descriptor() ([]byte, []int)
Deprecated: Use VoteChoicesResponse_Choice.ProtoReflect.Descriptor instead.
func (*VoteChoicesResponse_Choice) GetAgendaDescription ¶
func (x *VoteChoicesResponse_Choice) GetAgendaDescription() string
func (*VoteChoicesResponse_Choice) GetAgendaId ¶
func (x *VoteChoicesResponse_Choice) GetAgendaId() string
func (*VoteChoicesResponse_Choice) GetChoiceDescription ¶
func (x *VoteChoicesResponse_Choice) GetChoiceDescription() string
func (*VoteChoicesResponse_Choice) GetChoiceId ¶
func (x *VoteChoicesResponse_Choice) GetChoiceId() string
func (*VoteChoicesResponse_Choice) ProtoMessage ¶
func (*VoteChoicesResponse_Choice) ProtoMessage()
func (*VoteChoicesResponse_Choice) ProtoReflect ¶
func (x *VoteChoicesResponse_Choice) ProtoReflect() protoreflect.Message
func (*VoteChoicesResponse_Choice) Reset ¶
func (x *VoteChoicesResponse_Choice) Reset()
func (*VoteChoicesResponse_Choice) String ¶
func (x *VoteChoicesResponse_Choice) String() string
type VotingServiceClient ¶
type VotingServiceClient interface { VoteChoices(ctx context.Context, in *VoteChoicesRequest, opts ...grpc.CallOption) (*VoteChoicesResponse, error) SetVoteChoices(ctx context.Context, in *SetVoteChoicesRequest, opts ...grpc.CallOption) (*SetVoteChoicesResponse, error) TSpendPolicies(ctx context.Context, in *TSpendPoliciesRequest, opts ...grpc.CallOption) (*TSpendPoliciesResponse, error) SetTSpendPolicy(ctx context.Context, in *SetTSpendPolicyRequest, opts ...grpc.CallOption) (*SetTSpendPolicyResponse, error) TreasuryPolicies(ctx context.Context, in *TreasuryPoliciesRequest, opts ...grpc.CallOption) (*TreasuryPoliciesResponse, error) SetTreasuryPolicy(ctx context.Context, in *SetTreasuryPolicyRequest, opts ...grpc.CallOption) (*SetTreasuryPolicyResponse, error) }
VotingServiceClient is the client API for VotingService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewVotingServiceClient ¶
func NewVotingServiceClient(cc grpc.ClientConnInterface) VotingServiceClient
type VotingServiceServer ¶
type VotingServiceServer interface { VoteChoices(context.Context, *VoteChoicesRequest) (*VoteChoicesResponse, error) SetVoteChoices(context.Context, *SetVoteChoicesRequest) (*SetVoteChoicesResponse, error) TSpendPolicies(context.Context, *TSpendPoliciesRequest) (*TSpendPoliciesResponse, error) SetTSpendPolicy(context.Context, *SetTSpendPolicyRequest) (*SetTSpendPolicyResponse, error) TreasuryPolicies(context.Context, *TreasuryPoliciesRequest) (*TreasuryPoliciesResponse, error) SetTreasuryPolicy(context.Context, *SetTreasuryPolicyRequest) (*SetTreasuryPolicyResponse, error) // contains filtered or unexported methods }
VotingServiceServer is the server API for VotingService service. All implementations must embed UnimplementedVotingServiceServer for forward compatibility
type WalletExistsRequest ¶
type WalletExistsRequest struct {
// contains filtered or unexported fields
}
func (*WalletExistsRequest) Descriptor
deprecated
func (*WalletExistsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WalletExistsRequest.ProtoReflect.Descriptor instead.
func (*WalletExistsRequest) ProtoMessage ¶
func (*WalletExistsRequest) ProtoMessage()
func (*WalletExistsRequest) ProtoReflect ¶
func (x *WalletExistsRequest) ProtoReflect() protoreflect.Message
func (*WalletExistsRequest) Reset ¶
func (x *WalletExistsRequest) Reset()
func (*WalletExistsRequest) String ¶
func (x *WalletExistsRequest) String() string
type WalletExistsResponse ¶
type WalletExistsResponse struct { Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"` // contains filtered or unexported fields }
func (*WalletExistsResponse) Descriptor
deprecated
func (*WalletExistsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WalletExistsResponse.ProtoReflect.Descriptor instead.
func (*WalletExistsResponse) GetExists ¶
func (x *WalletExistsResponse) GetExists() bool
func (*WalletExistsResponse) ProtoMessage ¶
func (*WalletExistsResponse) ProtoMessage()
func (*WalletExistsResponse) ProtoReflect ¶
func (x *WalletExistsResponse) ProtoReflect() protoreflect.Message
func (*WalletExistsResponse) Reset ¶
func (x *WalletExistsResponse) Reset()
func (*WalletExistsResponse) String ¶
func (x *WalletExistsResponse) String() string
type WalletLoaderServiceClient ¶
type WalletLoaderServiceClient interface { WalletExists(ctx context.Context, in *WalletExistsRequest, opts ...grpc.CallOption) (*WalletExistsResponse, error) CreateWallet(ctx context.Context, in *CreateWalletRequest, opts ...grpc.CallOption) (*CreateWalletResponse, error) CreateWatchingOnlyWallet(ctx context.Context, in *CreateWatchingOnlyWalletRequest, opts ...grpc.CallOption) (*CreateWatchingOnlyWalletResponse, error) OpenWallet(ctx context.Context, in *OpenWalletRequest, opts ...grpc.CallOption) (*OpenWalletResponse, error) CloseWallet(ctx context.Context, in *CloseWalletRequest, opts ...grpc.CallOption) (*CloseWalletResponse, error) SpvSync(ctx context.Context, in *SpvSyncRequest, opts ...grpc.CallOption) (WalletLoaderService_SpvSyncClient, error) RpcSync(ctx context.Context, in *RpcSyncRequest, opts ...grpc.CallOption) (WalletLoaderService_RpcSyncClient, error) RescanPoint(ctx context.Context, in *RescanPointRequest, opts ...grpc.CallOption) (*RescanPointResponse, error) }
WalletLoaderServiceClient is the client API for WalletLoaderService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewWalletLoaderServiceClient ¶
func NewWalletLoaderServiceClient(cc grpc.ClientConnInterface) WalletLoaderServiceClient
type WalletLoaderServiceServer ¶
type WalletLoaderServiceServer interface { WalletExists(context.Context, *WalletExistsRequest) (*WalletExistsResponse, error) CreateWallet(context.Context, *CreateWalletRequest) (*CreateWalletResponse, error) CreateWatchingOnlyWallet(context.Context, *CreateWatchingOnlyWalletRequest) (*CreateWatchingOnlyWalletResponse, error) OpenWallet(context.Context, *OpenWalletRequest) (*OpenWalletResponse, error) CloseWallet(context.Context, *CloseWalletRequest) (*CloseWalletResponse, error) SpvSync(*SpvSyncRequest, WalletLoaderService_SpvSyncServer) error RpcSync(*RpcSyncRequest, WalletLoaderService_RpcSyncServer) error RescanPoint(context.Context, *RescanPointRequest) (*RescanPointResponse, error) // contains filtered or unexported methods }
WalletLoaderServiceServer is the server API for WalletLoaderService service. All implementations must embed UnimplementedWalletLoaderServiceServer for forward compatibility
type WalletLoaderService_RpcSyncClient ¶
type WalletLoaderService_RpcSyncClient interface { Recv() (*RpcSyncResponse, error) grpc.ClientStream }
type WalletLoaderService_RpcSyncServer ¶
type WalletLoaderService_RpcSyncServer interface { Send(*RpcSyncResponse) error grpc.ServerStream }
type WalletLoaderService_SpvSyncClient ¶
type WalletLoaderService_SpvSyncClient interface { Recv() (*SpvSyncResponse, error) grpc.ClientStream }
type WalletLoaderService_SpvSyncServer ¶
type WalletLoaderService_SpvSyncServer interface { Send(*SpvSyncResponse) error grpc.ServerStream }
type WalletServiceClient ¶
type WalletServiceClient interface { // Queries Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) Network(ctx context.Context, in *NetworkRequest, opts ...grpc.CallOption) (*NetworkResponse, error) CoinType(ctx context.Context, in *CoinTypeRequest, opts ...grpc.CallOption) (*CoinTypeResponse, error) AccountNumber(ctx context.Context, in *AccountNumberRequest, opts ...grpc.CallOption) (*AccountNumberResponse, error) Accounts(ctx context.Context, in *AccountsRequest, opts ...grpc.CallOption) (*AccountsResponse, error) Address(ctx context.Context, in *AddressRequest, opts ...grpc.CallOption) (*AddressResponse, error) Balance(ctx context.Context, in *BalanceRequest, opts ...grpc.CallOption) (*BalanceResponse, error) GetAccountExtendedPubKey(ctx context.Context, in *GetAccountExtendedPubKeyRequest, opts ...grpc.CallOption) (*GetAccountExtendedPubKeyResponse, error) GetAccountExtendedPrivKey(ctx context.Context, in *GetAccountExtendedPrivKeyRequest, opts ...grpc.CallOption) (*GetAccountExtendedPrivKeyResponse, error) GetTransaction(ctx context.Context, in *GetTransactionRequest, opts ...grpc.CallOption) (*GetTransactionResponse, error) GetTransactions(ctx context.Context, in *GetTransactionsRequest, opts ...grpc.CallOption) (WalletService_GetTransactionsClient, error) GetTicket(ctx context.Context, in *GetTicketRequest, opts ...grpc.CallOption) (*GetTicketsResponse, error) GetTickets(ctx context.Context, in *GetTicketsRequest, opts ...grpc.CallOption) (WalletService_GetTicketsClient, error) TicketPrice(ctx context.Context, in *TicketPriceRequest, opts ...grpc.CallOption) (*TicketPriceResponse, error) StakeInfo(ctx context.Context, in *StakeInfoRequest, opts ...grpc.CallOption) (*StakeInfoResponse, error) BlockInfo(ctx context.Context, in *BlockInfoRequest, opts ...grpc.CallOption) (*BlockInfoResponse, error) BestBlock(ctx context.Context, in *BestBlockRequest, opts ...grpc.CallOption) (*BestBlockResponse, error) Spender(ctx context.Context, in *SpenderRequest, opts ...grpc.CallOption) (*SpenderResponse, error) GetCFilters(ctx context.Context, in *GetCFiltersRequest, opts ...grpc.CallOption) (WalletService_GetCFiltersClient, error) GetPeerInfo(ctx context.Context, in *GetPeerInfoRequest, opts ...grpc.CallOption) (*GetPeerInfoResponse, error) DumpPrivateKey(ctx context.Context, in *DumpPrivateKeyRequest, opts ...grpc.CallOption) (*DumpPrivateKeyResponse, error) // Notifications TransactionNotifications(ctx context.Context, in *TransactionNotificationsRequest, opts ...grpc.CallOption) (WalletService_TransactionNotificationsClient, error) AccountNotifications(ctx context.Context, in *AccountNotificationsRequest, opts ...grpc.CallOption) (WalletService_AccountNotificationsClient, error) ConfirmationNotifications(ctx context.Context, opts ...grpc.CallOption) (WalletService_ConfirmationNotificationsClient, error) // Control ChangePassphrase(ctx context.Context, in *ChangePassphraseRequest, opts ...grpc.CallOption) (*ChangePassphraseResponse, error) RenameAccount(ctx context.Context, in *RenameAccountRequest, opts ...grpc.CallOption) (*RenameAccountResponse, error) Rescan(ctx context.Context, in *RescanRequest, opts ...grpc.CallOption) (WalletService_RescanClient, error) NextAccount(ctx context.Context, in *NextAccountRequest, opts ...grpc.CallOption) (*NextAccountResponse, error) NextAddress(ctx context.Context, in *NextAddressRequest, opts ...grpc.CallOption) (*NextAddressResponse, error) ImportPrivateKey(ctx context.Context, in *ImportPrivateKeyRequest, opts ...grpc.CallOption) (*ImportPrivateKeyResponse, error) ImportExtendedPublicKey(ctx context.Context, in *ImportExtendedPublicKeyRequest, opts ...grpc.CallOption) (*ImportExtendedPublicKeyResponse, error) ImportVotingAccountFromSeed(ctx context.Context, in *ImportVotingAccountFromSeedRequest, opts ...grpc.CallOption) (*ImportVotingAccountFromSeedResponse, error) ImportScript(ctx context.Context, in *ImportScriptRequest, opts ...grpc.CallOption) (*ImportScriptResponse, error) FundTransaction(ctx context.Context, in *FundTransactionRequest, opts ...grpc.CallOption) (*FundTransactionResponse, error) UnspentOutputs(ctx context.Context, in *UnspentOutputsRequest, opts ...grpc.CallOption) (WalletService_UnspentOutputsClient, error) ConstructTransaction(ctx context.Context, in *ConstructTransactionRequest, opts ...grpc.CallOption) (*ConstructTransactionResponse, error) SignTransaction(ctx context.Context, in *SignTransactionRequest, opts ...grpc.CallOption) (*SignTransactionResponse, error) SignTransactions(ctx context.Context, in *SignTransactionsRequest, opts ...grpc.CallOption) (*SignTransactionsResponse, error) CreateSignature(ctx context.Context, in *CreateSignatureRequest, opts ...grpc.CallOption) (*CreateSignatureResponse, error) PublishTransaction(ctx context.Context, in *PublishTransactionRequest, opts ...grpc.CallOption) (*PublishTransactionResponse, error) PublishUnminedTransactions(ctx context.Context, in *PublishUnminedTransactionsRequest, opts ...grpc.CallOption) (*PublishUnminedTransactionsResponse, error) PurchaseTickets(ctx context.Context, in *PurchaseTicketsRequest, opts ...grpc.CallOption) (*PurchaseTicketsResponse, error) RevokeTicket(ctx context.Context, in *RevokeTicketRequest, opts ...grpc.CallOption) (*RevokeTicketResponse, error) RevokeTickets(ctx context.Context, in *RevokeTicketsRequest, opts ...grpc.CallOption) (*RevokeTicketsResponse, error) LoadActiveDataFilters(ctx context.Context, in *LoadActiveDataFiltersRequest, opts ...grpc.CallOption) (*LoadActiveDataFiltersResponse, error) SignMessage(ctx context.Context, in *SignMessageRequest, opts ...grpc.CallOption) (*SignMessageResponse, error) SignMessages(ctx context.Context, in *SignMessagesRequest, opts ...grpc.CallOption) (*SignMessagesResponse, error) ValidateAddress(ctx context.Context, in *ValidateAddressRequest, opts ...grpc.CallOption) (*ValidateAddressResponse, error) CommittedTickets(ctx context.Context, in *CommittedTicketsRequest, opts ...grpc.CallOption) (*CommittedTicketsResponse, error) SweepAccount(ctx context.Context, in *SweepAccountRequest, opts ...grpc.CallOption) (*SweepAccountResponse, error) AbandonTransaction(ctx context.Context, in *AbandonTransactionRequest, opts ...grpc.CallOption) (*AbandonTransactionResponse, error) SignHashes(ctx context.Context, in *SignHashesRequest, opts ...grpc.CallOption) (*SignHashesResponse, error) GetCoinjoinOutputspByAcct(ctx context.Context, in *GetCoinjoinOutputspByAcctRequest, opts ...grpc.CallOption) (*GetCoinjoinOutputspByAcctResponse, error) SetAccountPassphrase(ctx context.Context, in *SetAccountPassphraseRequest, opts ...grpc.CallOption) (*SetAccountPassphraseResponse, error) UnlockAccount(ctx context.Context, in *UnlockAccountRequest, opts ...grpc.CallOption) (*UnlockAccountResponse, error) LockAccount(ctx context.Context, in *LockAccountRequest, opts ...grpc.CallOption) (*LockAccountResponse, error) UnlockWallet(ctx context.Context, in *UnlockWalletRequest, opts ...grpc.CallOption) (*UnlockWalletResponse, error) LockWallet(ctx context.Context, in *LockWalletRequest, opts ...grpc.CallOption) (*LockWalletResponse, error) AccountUnlocked(ctx context.Context, in *AccountUnlockedRequest, opts ...grpc.CallOption) (*AccountUnlockedResponse, error) SyncVSPFailedTickets(ctx context.Context, in *SyncVSPTicketsRequest, opts ...grpc.CallOption) (*SyncVSPTicketsResponse, error) GetVSPTicketsByFeeStatus(ctx context.Context, in *GetVSPTicketsByFeeStatusRequest, opts ...grpc.CallOption) (*GetVSPTicketsByFeeStatusResponse, error) ProcessManagedTickets(ctx context.Context, in *ProcessManagedTicketsRequest, opts ...grpc.CallOption) (*ProcessManagedTicketsResponse, error) ProcessUnmanagedTickets(ctx context.Context, in *ProcessUnmanagedTicketsRequest, opts ...grpc.CallOption) (*ProcessUnmanagedTicketsResponse, error) SetVspdVoteChoices(ctx context.Context, in *SetVspdVoteChoicesRequest, opts ...grpc.CallOption) (*SetVspdVoteChoicesResponse, error) GetTrackedVSPTickets(ctx context.Context, in *GetTrackedVSPTicketsRequest, opts ...grpc.CallOption) (*GetTrackedVSPTicketsResponse, error) DiscoverUsage(ctx context.Context, in *DiscoverUsageRequest, opts ...grpc.CallOption) (*DiscoverUsageResponse, error) }
WalletServiceClient is the client API for WalletService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewWalletServiceClient ¶
func NewWalletServiceClient(cc grpc.ClientConnInterface) WalletServiceClient
type WalletServiceServer ¶
type WalletServiceServer interface { // Queries Ping(context.Context, *PingRequest) (*PingResponse, error) Network(context.Context, *NetworkRequest) (*NetworkResponse, error) CoinType(context.Context, *CoinTypeRequest) (*CoinTypeResponse, error) AccountNumber(context.Context, *AccountNumberRequest) (*AccountNumberResponse, error) Accounts(context.Context, *AccountsRequest) (*AccountsResponse, error) Address(context.Context, *AddressRequest) (*AddressResponse, error) Balance(context.Context, *BalanceRequest) (*BalanceResponse, error) GetAccountExtendedPubKey(context.Context, *GetAccountExtendedPubKeyRequest) (*GetAccountExtendedPubKeyResponse, error) GetAccountExtendedPrivKey(context.Context, *GetAccountExtendedPrivKeyRequest) (*GetAccountExtendedPrivKeyResponse, error) GetTransaction(context.Context, *GetTransactionRequest) (*GetTransactionResponse, error) GetTransactions(*GetTransactionsRequest, WalletService_GetTransactionsServer) error GetTicket(context.Context, *GetTicketRequest) (*GetTicketsResponse, error) GetTickets(*GetTicketsRequest, WalletService_GetTicketsServer) error TicketPrice(context.Context, *TicketPriceRequest) (*TicketPriceResponse, error) StakeInfo(context.Context, *StakeInfoRequest) (*StakeInfoResponse, error) BlockInfo(context.Context, *BlockInfoRequest) (*BlockInfoResponse, error) BestBlock(context.Context, *BestBlockRequest) (*BestBlockResponse, error) Spender(context.Context, *SpenderRequest) (*SpenderResponse, error) GetCFilters(*GetCFiltersRequest, WalletService_GetCFiltersServer) error GetPeerInfo(context.Context, *GetPeerInfoRequest) (*GetPeerInfoResponse, error) DumpPrivateKey(context.Context, *DumpPrivateKeyRequest) (*DumpPrivateKeyResponse, error) // Notifications TransactionNotifications(*TransactionNotificationsRequest, WalletService_TransactionNotificationsServer) error AccountNotifications(*AccountNotificationsRequest, WalletService_AccountNotificationsServer) error ConfirmationNotifications(WalletService_ConfirmationNotificationsServer) error // Control ChangePassphrase(context.Context, *ChangePassphraseRequest) (*ChangePassphraseResponse, error) RenameAccount(context.Context, *RenameAccountRequest) (*RenameAccountResponse, error) Rescan(*RescanRequest, WalletService_RescanServer) error NextAccount(context.Context, *NextAccountRequest) (*NextAccountResponse, error) NextAddress(context.Context, *NextAddressRequest) (*NextAddressResponse, error) ImportPrivateKey(context.Context, *ImportPrivateKeyRequest) (*ImportPrivateKeyResponse, error) ImportExtendedPublicKey(context.Context, *ImportExtendedPublicKeyRequest) (*ImportExtendedPublicKeyResponse, error) ImportVotingAccountFromSeed(context.Context, *ImportVotingAccountFromSeedRequest) (*ImportVotingAccountFromSeedResponse, error) ImportScript(context.Context, *ImportScriptRequest) (*ImportScriptResponse, error) FundTransaction(context.Context, *FundTransactionRequest) (*FundTransactionResponse, error) UnspentOutputs(*UnspentOutputsRequest, WalletService_UnspentOutputsServer) error ConstructTransaction(context.Context, *ConstructTransactionRequest) (*ConstructTransactionResponse, error) SignTransaction(context.Context, *SignTransactionRequest) (*SignTransactionResponse, error) SignTransactions(context.Context, *SignTransactionsRequest) (*SignTransactionsResponse, error) CreateSignature(context.Context, *CreateSignatureRequest) (*CreateSignatureResponse, error) PublishTransaction(context.Context, *PublishTransactionRequest) (*PublishTransactionResponse, error) PublishUnminedTransactions(context.Context, *PublishUnminedTransactionsRequest) (*PublishUnminedTransactionsResponse, error) PurchaseTickets(context.Context, *PurchaseTicketsRequest) (*PurchaseTicketsResponse, error) RevokeTicket(context.Context, *RevokeTicketRequest) (*RevokeTicketResponse, error) RevokeTickets(context.Context, *RevokeTicketsRequest) (*RevokeTicketsResponse, error) LoadActiveDataFilters(context.Context, *LoadActiveDataFiltersRequest) (*LoadActiveDataFiltersResponse, error) SignMessage(context.Context, *SignMessageRequest) (*SignMessageResponse, error) SignMessages(context.Context, *SignMessagesRequest) (*SignMessagesResponse, error) ValidateAddress(context.Context, *ValidateAddressRequest) (*ValidateAddressResponse, error) CommittedTickets(context.Context, *CommittedTicketsRequest) (*CommittedTicketsResponse, error) SweepAccount(context.Context, *SweepAccountRequest) (*SweepAccountResponse, error) AbandonTransaction(context.Context, *AbandonTransactionRequest) (*AbandonTransactionResponse, error) SignHashes(context.Context, *SignHashesRequest) (*SignHashesResponse, error) GetCoinjoinOutputspByAcct(context.Context, *GetCoinjoinOutputspByAcctRequest) (*GetCoinjoinOutputspByAcctResponse, error) SetAccountPassphrase(context.Context, *SetAccountPassphraseRequest) (*SetAccountPassphraseResponse, error) UnlockAccount(context.Context, *UnlockAccountRequest) (*UnlockAccountResponse, error) LockAccount(context.Context, *LockAccountRequest) (*LockAccountResponse, error) UnlockWallet(context.Context, *UnlockWalletRequest) (*UnlockWalletResponse, error) LockWallet(context.Context, *LockWalletRequest) (*LockWalletResponse, error) AccountUnlocked(context.Context, *AccountUnlockedRequest) (*AccountUnlockedResponse, error) SyncVSPFailedTickets(context.Context, *SyncVSPTicketsRequest) (*SyncVSPTicketsResponse, error) GetVSPTicketsByFeeStatus(context.Context, *GetVSPTicketsByFeeStatusRequest) (*GetVSPTicketsByFeeStatusResponse, error) ProcessManagedTickets(context.Context, *ProcessManagedTicketsRequest) (*ProcessManagedTicketsResponse, error) ProcessUnmanagedTickets(context.Context, *ProcessUnmanagedTicketsRequest) (*ProcessUnmanagedTicketsResponse, error) SetVspdVoteChoices(context.Context, *SetVspdVoteChoicesRequest) (*SetVspdVoteChoicesResponse, error) GetTrackedVSPTickets(context.Context, *GetTrackedVSPTicketsRequest) (*GetTrackedVSPTicketsResponse, error) DiscoverUsage(context.Context, *DiscoverUsageRequest) (*DiscoverUsageResponse, error) // contains filtered or unexported methods }
WalletServiceServer is the server API for WalletService service. All implementations must embed UnimplementedWalletServiceServer for forward compatibility
type WalletService_AccountNotificationsClient ¶
type WalletService_AccountNotificationsClient interface { Recv() (*AccountNotificationsResponse, error) grpc.ClientStream }
type WalletService_AccountNotificationsServer ¶
type WalletService_AccountNotificationsServer interface { Send(*AccountNotificationsResponse) error grpc.ServerStream }
type WalletService_ConfirmationNotificationsClient ¶
type WalletService_ConfirmationNotificationsClient interface { Send(*ConfirmationNotificationsRequest) error Recv() (*ConfirmationNotificationsResponse, error) grpc.ClientStream }
type WalletService_ConfirmationNotificationsServer ¶
type WalletService_ConfirmationNotificationsServer interface { Send(*ConfirmationNotificationsResponse) error Recv() (*ConfirmationNotificationsRequest, error) grpc.ServerStream }
type WalletService_GetCFiltersClient ¶
type WalletService_GetCFiltersClient interface { Recv() (*GetCFiltersResponse, error) grpc.ClientStream }
type WalletService_GetCFiltersServer ¶
type WalletService_GetCFiltersServer interface { Send(*GetCFiltersResponse) error grpc.ServerStream }
type WalletService_GetTicketsClient ¶
type WalletService_GetTicketsClient interface { Recv() (*GetTicketsResponse, error) grpc.ClientStream }
type WalletService_GetTicketsServer ¶
type WalletService_GetTicketsServer interface { Send(*GetTicketsResponse) error grpc.ServerStream }
type WalletService_GetTransactionsClient ¶
type WalletService_GetTransactionsClient interface { Recv() (*GetTransactionsResponse, error) grpc.ClientStream }
type WalletService_GetTransactionsServer ¶
type WalletService_GetTransactionsServer interface { Send(*GetTransactionsResponse) error grpc.ServerStream }
type WalletService_RescanClient ¶
type WalletService_RescanClient interface { Recv() (*RescanResponse, error) grpc.ClientStream }
type WalletService_RescanServer ¶
type WalletService_RescanServer interface { Send(*RescanResponse) error grpc.ServerStream }
type WalletService_TransactionNotificationsClient ¶
type WalletService_TransactionNotificationsClient interface { Recv() (*TransactionNotificationsResponse, error) grpc.ClientStream }
type WalletService_TransactionNotificationsServer ¶
type WalletService_TransactionNotificationsServer interface { Send(*TransactionNotificationsResponse) error grpc.ServerStream }
type WalletService_UnspentOutputsClient ¶
type WalletService_UnspentOutputsClient interface { Recv() (*UnspentOutputResponse, error) grpc.ClientStream }
type WalletService_UnspentOutputsServer ¶
type WalletService_UnspentOutputsServer interface { Send(*UnspentOutputResponse) error grpc.ServerStream }