walletrpc

package
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2021 License: ISC Imports: 9 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SyncNotificationType_name = map[int32]string{
		0:  "SYNCED",
		1:  "UNSYNCED",
		2:  "PEER_CONNECTED",
		3:  "PEER_DISCONNECTED",
		4:  "FETCHED_MISSING_CFILTERS_STARTED",
		5:  "FETCHED_MISSING_CFILTERS_PROGRESS",
		6:  "FETCHED_MISSING_CFILTERS_FINISHED",
		7:  "FETCHED_HEADERS_STARTED",
		8:  "FETCHED_HEADERS_PROGRESS",
		9:  "FETCHED_HEADERS_FINISHED",
		10: "DISCOVER_ADDRESSES_STARTED",
		11: "DISCOVER_ADDRESSES_FINISHED",
		12: "RESCAN_STARTED",
		13: "RESCAN_PROGRESS",
		14: "RESCAN_FINISHED",
	}
	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.

View Source
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.

View Source
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.

View Source
var (
	NextAddressRequest_GapPolicy_name = map[int32]string{
		0: "GAP_POLICY_UNSPECIFIED",
		1: "GAP_POLICY_ERROR",
		2: "GAP_POLICY_IGNORE",
		3: "GAP_POLICY_WRAP",
	}
	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.

View Source
var (
	GetTicketsResponse_TicketDetails_TicketStatus_name = map[int32]string{
		0: "UNKNOWN",
		1: "UNMINED",
		2: "IMMATURE",
		3: "LIVE",
		4: "VOTED",
		5: "MISSED",
		6: "EXPIRED",
		7: "REVOKED",
	}
	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.

View Source
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.

View Source
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.

View Source
var (
	CreateSignatureRequest_SigHashType_name = map[int32]string{
		0:   "SIGHASH_OLD",
		1:   "SIGHASH_ALL",
		2:   "SIGHASH_NONE",
		3:   "SIGHASH_SINGLE",
		4:   "SIGHASH_ALLVALUE",
		128: "SIGHASH_ANYONECANPAY",
	}
	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.

View Source
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.

View Source
var (
	DecodedTransaction_Output_ScriptClass_name = map[int32]string{
		0:  "NON_STANDARD",
		1:  "PUB_KEY",
		2:  "PUB_KEY_HASH",
		3:  "SCRIPT_HASH",
		4:  "MULTI_SIG",
		5:  "NULL_DATA",
		6:  "STAKE_SUBMISSION",
		7:  "STAKE_GEN",
		8:  "STAKE_REVOCATION",
		9:  "STAKE_SUB_CHANGE",
		10: "PUB_KEY_ALT",
		11: "PUB_KEY_HASH_ALT",
	}
	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,
	}
)

Enum value maps for DecodedTransaction_Output_ScriptClass.

View Source
var (
	ValidateAddressResponse_ScriptType_name = map[int32]string{
		0:  "NonStandardTy",
		1:  "PubKeyTy",
		2:  "PubKeyHashTy",
		3:  "ScriptHashTy",
		4:  "MultiSigTy",
		5:  "NullDataTy",
		6:  "StakeSubmissionTy",
		7:  "StakeGenTy",
		8:  "StakeRevocationTy",
		9:  "StakeSubChangeTy",
		10: "PubkeyAltTy",
		11: "PubkeyHashAltTy",
	}
	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,
	}
)

Enum value maps for ValidateAddressResponse_ScriptType.

View Source
var (
	GetVSPTicketsByFeeStatusRequest_FeeStatus_name = map[int32]string{
		0: "VSP_FEE_PROCESS_STARTED",
		1: "VSP_FEE_PROCESS_PAID",
		2: "VSP_FEE_PROCESS_ERRORED",
	}
	GetVSPTicketsByFeeStatusRequest_FeeStatus_value = map[string]int32{
		"VSP_FEE_PROCESS_STARTED": 0,
		"VSP_FEE_PROCESS_PAID":    1,
		"VSP_FEE_PROCESS_ERRORED": 2,
	}
)

Enum value maps for GetVSPTicketsByFeeStatusRequest_FeeStatus.

Functions

func RegisterAccountMixerServiceServer added in v1.6.0

func RegisterAccountMixerServiceServer(s *grpc.Server, srv AccountMixerServiceServer)

func RegisterAgendaServiceServer added in v1.0.0

func RegisterAgendaServiceServer(s *grpc.Server, srv AgendaServiceServer)

func RegisterDecodeMessageServiceServer added in v1.1.2

func RegisterDecodeMessageServiceServer(s *grpc.Server, srv DecodeMessageServiceServer)

func RegisterMessageVerificationServiceServer added in v1.0.7

func RegisterMessageVerificationServiceServer(s *grpc.Server, srv MessageVerificationServiceServer)

func RegisterNetworkServiceServer added in v1.6.0

func RegisterNetworkServiceServer(s *grpc.Server, srv NetworkServiceServer)

func RegisterSeedServiceServer added in v0.7.0

func RegisterSeedServiceServer(s *grpc.Server, srv SeedServiceServer)

func RegisterTicketBuyerServiceServer added in v1.0.0

func RegisterTicketBuyerServiceServer(s *grpc.Server, srv TicketBuyerServiceServer)

func RegisterTicketBuyerV2ServiceServer added in v1.6.0

func RegisterTicketBuyerV2ServiceServer(s *grpc.Server, srv TicketBuyerV2ServiceServer)

func RegisterVersionServiceServer

func RegisterVersionServiceServer(s *grpc.Server, srv VersionServiceServer)

func RegisterVotingServiceServer added in v1.0.0

func RegisterVotingServiceServer(s *grpc.Server, srv VotingServiceServer)

func RegisterWalletLoaderServiceServer

func RegisterWalletLoaderServiceServer(s *grpc.Server, srv WalletLoaderServiceServer)

func RegisterWalletServiceServer

func RegisterWalletServiceServer(s *grpc.Server, srv WalletServiceServer)

Types

type AbandonTransactionRequest added in v1.6.0

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 added in v1.6.0

func (*AbandonTransactionRequest) Descriptor() ([]byte, []int)

Deprecated: Use AbandonTransactionRequest.ProtoReflect.Descriptor instead.

func (*AbandonTransactionRequest) GetTransactionHash added in v1.6.0

func (x *AbandonTransactionRequest) GetTransactionHash() []byte

func (*AbandonTransactionRequest) ProtoMessage added in v1.6.0

func (*AbandonTransactionRequest) ProtoMessage()

func (*AbandonTransactionRequest) ProtoReflect added in v1.6.0

func (*AbandonTransactionRequest) Reset added in v1.6.0

func (x *AbandonTransactionRequest) Reset()

func (*AbandonTransactionRequest) String added in v1.6.0

func (x *AbandonTransactionRequest) String() string

type AbandonTransactionResponse added in v1.6.0

type AbandonTransactionResponse struct {
	// contains filtered or unexported fields
}

func (*AbandonTransactionResponse) Descriptor deprecated added in v1.6.0

func (*AbandonTransactionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AbandonTransactionResponse.ProtoReflect.Descriptor instead.

func (*AbandonTransactionResponse) ProtoMessage added in v1.6.0

func (*AbandonTransactionResponse) ProtoMessage()

func (*AbandonTransactionResponse) ProtoReflect added in v1.6.0

func (*AbandonTransactionResponse) Reset added in v1.6.0

func (x *AbandonTransactionResponse) Reset()

func (*AbandonTransactionResponse) String added in v1.6.0

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 added in v0.8.0

func (x *AccountBalance) GetAccount() uint32

func (*AccountBalance) GetTotalBalance added in v0.8.0

func (x *AccountBalance) GetTotalBalance() int64

func (*AccountBalance) ProtoMessage

func (*AccountBalance) ProtoMessage()

func (*AccountBalance) ProtoReflect added in v1.6.0

func (x *AccountBalance) ProtoReflect() protoreflect.Message

func (*AccountBalance) Reset

func (x *AccountBalance) Reset()

func (*AccountBalance) String

func (x *AccountBalance) String() string

type AccountMixerServiceClient added in v1.6.0

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAccountMixerServiceClient added in v1.6.0

func NewAccountMixerServiceClient(cc grpc.ClientConnInterface) AccountMixerServiceClient

type AccountMixerServiceServer added in v1.6.0

type AccountMixerServiceServer interface {
	RunAccountMixer(*RunAccountMixerRequest, AccountMixerService_RunAccountMixerServer) error
}

AccountMixerServiceServer is the server API for AccountMixerService service.

type AccountMixerService_RunAccountMixerClient added in v1.6.0

type AccountMixerService_RunAccountMixerClient interface {
	Recv() (*RunAccountMixerResponse, error)
	grpc.ClientStream
}

type AccountMixerService_RunAccountMixerServer added in v1.6.0

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 added in v1.6.0

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 added in v0.8.0

func (x *AccountNotificationsResponse) GetAccountName() string

func (*AccountNotificationsResponse) GetAccountNumber added in v0.8.0

func (x *AccountNotificationsResponse) GetAccountNumber() uint32

func (*AccountNotificationsResponse) GetExternalKeyCount added in v0.8.0

func (x *AccountNotificationsResponse) GetExternalKeyCount() uint32

func (*AccountNotificationsResponse) GetImportedKeyCount added in v0.8.0

func (x *AccountNotificationsResponse) GetImportedKeyCount() uint32

func (*AccountNotificationsResponse) GetInternalKeyCount added in v0.8.0

func (x *AccountNotificationsResponse) GetInternalKeyCount() uint32

func (*AccountNotificationsResponse) ProtoMessage

func (*AccountNotificationsResponse) ProtoMessage()

func (*AccountNotificationsResponse) ProtoReflect added in v1.6.0

func (*AccountNotificationsResponse) Reset

func (x *AccountNotificationsResponse) Reset()

func (*AccountNotificationsResponse) 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 added in v0.8.0

func (x *AccountNumberRequest) GetAccountName() string

func (*AccountNumberRequest) ProtoMessage

func (*AccountNumberRequest) ProtoMessage()

func (*AccountNumberRequest) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *AccountNumberResponse) GetAccountNumber() uint32

func (*AccountNumberResponse) ProtoMessage

func (*AccountNumberResponse) ProtoMessage()

func (*AccountNumberResponse) ProtoReflect added in v1.6.0

func (x *AccountNumberResponse) ProtoReflect() protoreflect.Message

func (*AccountNumberResponse) Reset

func (x *AccountNumberResponse) Reset()

func (*AccountNumberResponse) String

func (x *AccountNumberResponse) String() string

type AccountUnlockedRequest added in v1.7.1

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 added in v1.7.1

func (*AccountUnlockedRequest) Descriptor() ([]byte, []int)

Deprecated: Use AccountUnlockedRequest.ProtoReflect.Descriptor instead.

func (*AccountUnlockedRequest) GetAccountNumber added in v1.7.1

func (x *AccountUnlockedRequest) GetAccountNumber() uint32

func (*AccountUnlockedRequest) ProtoMessage added in v1.7.1

func (*AccountUnlockedRequest) ProtoMessage()

func (*AccountUnlockedRequest) ProtoReflect added in v1.7.1

func (x *AccountUnlockedRequest) ProtoReflect() protoreflect.Message

func (*AccountUnlockedRequest) Reset added in v1.7.1

func (x *AccountUnlockedRequest) Reset()

func (*AccountUnlockedRequest) String added in v1.7.1

func (x *AccountUnlockedRequest) String() string

type AccountUnlockedResponse added in v1.7.1

type AccountUnlockedResponse struct {
	Unlocked bool `protobuf:"varint,1,opt,name=unlocked,proto3" json:"unlocked,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountUnlockedResponse) Descriptor deprecated added in v1.7.1

func (*AccountUnlockedResponse) Descriptor() ([]byte, []int)

Deprecated: Use AccountUnlockedResponse.ProtoReflect.Descriptor instead.

func (*AccountUnlockedResponse) GetUnlocked added in v1.7.1

func (x *AccountUnlockedResponse) GetUnlocked() bool

func (*AccountUnlockedResponse) ProtoMessage added in v1.7.1

func (*AccountUnlockedResponse) ProtoMessage()

func (*AccountUnlockedResponse) ProtoReflect added in v1.7.1

func (x *AccountUnlockedResponse) ProtoReflect() protoreflect.Message

func (*AccountUnlockedResponse) Reset added in v1.7.1

func (x *AccountUnlockedResponse) Reset()

func (*AccountUnlockedResponse) String added in v1.7.1

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 added in v1.6.0

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 added in v0.8.0

func (x *AccountsResponse) GetCurrentBlockHash() []byte

func (*AccountsResponse) GetCurrentBlockHeight added in v0.8.0

func (x *AccountsResponse) GetCurrentBlockHeight() int32

func (*AccountsResponse) ProtoMessage

func (*AccountsResponse) ProtoMessage()

func (*AccountsResponse) ProtoReflect added in v1.6.0

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 added in v1.6.0

func (x *AccountsResponse_Account) GetAccountEncrypted() bool

func (*AccountsResponse_Account) GetAccountName added in v0.8.0

func (x *AccountsResponse_Account) GetAccountName() string

func (*AccountsResponse_Account) GetAccountNumber added in v0.8.0

func (x *AccountsResponse_Account) GetAccountNumber() uint32

func (*AccountsResponse_Account) GetAccountUnlocked added in v1.6.0

func (x *AccountsResponse_Account) GetAccountUnlocked() bool

func (*AccountsResponse_Account) GetExternalKeyCount added in v0.8.0

func (x *AccountsResponse_Account) GetExternalKeyCount() uint32

func (*AccountsResponse_Account) GetImportedKeyCount added in v0.8.0

func (x *AccountsResponse_Account) GetImportedKeyCount() uint32

func (*AccountsResponse_Account) GetInternalKeyCount added in v0.8.0

func (x *AccountsResponse_Account) GetInternalKeyCount() uint32

func (*AccountsResponse_Account) GetTotalBalance added in v0.8.0

func (x *AccountsResponse_Account) GetTotalBalance() int64

func (*AccountsResponse_Account) ProtoMessage

func (*AccountsResponse_Account) ProtoMessage()

func (*AccountsResponse_Account) ProtoReflect added in v1.6.0

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 AgendaServiceClient added in v1.0.0

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAgendaServiceClient added in v1.0.0

func NewAgendaServiceClient(cc grpc.ClientConnInterface) AgendaServiceClient

type AgendaServiceServer added in v1.0.0

type AgendaServiceServer interface {
	Agendas(context.Context, *AgendasRequest) (*AgendasResponse, error)
}

AgendaServiceServer is the server API for AgendaService service.

type AgendasRequest added in v1.0.0

type AgendasRequest struct {
	// contains filtered or unexported fields
}

func (*AgendasRequest) Descriptor deprecated added in v1.0.0

func (*AgendasRequest) Descriptor() ([]byte, []int)

Deprecated: Use AgendasRequest.ProtoReflect.Descriptor instead.

func (*AgendasRequest) ProtoMessage added in v1.0.0

func (*AgendasRequest) ProtoMessage()

func (*AgendasRequest) ProtoReflect added in v1.6.0

func (x *AgendasRequest) ProtoReflect() protoreflect.Message

func (*AgendasRequest) Reset added in v1.0.0

func (x *AgendasRequest) Reset()

func (*AgendasRequest) String added in v1.0.0

func (x *AgendasRequest) String() string

type AgendasResponse added in v1.0.0

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 added in v1.0.0

func (*AgendasResponse) Descriptor() ([]byte, []int)

Deprecated: Use AgendasResponse.ProtoReflect.Descriptor instead.

func (*AgendasResponse) GetAgendas added in v1.0.0

func (x *AgendasResponse) GetAgendas() []*AgendasResponse_Agenda

func (*AgendasResponse) GetVersion added in v1.0.0

func (x *AgendasResponse) GetVersion() uint32

func (*AgendasResponse) ProtoMessage added in v1.0.0

func (*AgendasResponse) ProtoMessage()

func (*AgendasResponse) ProtoReflect added in v1.6.0

func (x *AgendasResponse) ProtoReflect() protoreflect.Message

func (*AgendasResponse) Reset added in v1.0.0

func (x *AgendasResponse) Reset()

func (*AgendasResponse) String added in v1.0.0

func (x *AgendasResponse) String() string

type AgendasResponse_Agenda added in v1.0.0

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 added in v1.0.0

func (*AgendasResponse_Agenda) Descriptor() ([]byte, []int)

Deprecated: Use AgendasResponse_Agenda.ProtoReflect.Descriptor instead.

func (*AgendasResponse_Agenda) GetChoices added in v1.0.0

func (*AgendasResponse_Agenda) GetDescription added in v1.0.0

func (x *AgendasResponse_Agenda) GetDescription() string

func (*AgendasResponse_Agenda) GetExpireTime added in v1.0.0

func (x *AgendasResponse_Agenda) GetExpireTime() int64

func (*AgendasResponse_Agenda) GetId added in v1.0.0

func (x *AgendasResponse_Agenda) GetId() string

func (*AgendasResponse_Agenda) GetMask added in v1.0.0

func (x *AgendasResponse_Agenda) GetMask() uint32

func (*AgendasResponse_Agenda) GetStartTime added in v1.0.0

func (x *AgendasResponse_Agenda) GetStartTime() int64

func (*AgendasResponse_Agenda) ProtoMessage added in v1.0.0

func (*AgendasResponse_Agenda) ProtoMessage()

func (*AgendasResponse_Agenda) ProtoReflect added in v1.6.0

func (x *AgendasResponse_Agenda) ProtoReflect() protoreflect.Message

func (*AgendasResponse_Agenda) Reset added in v1.0.0

func (x *AgendasResponse_Agenda) Reset()

func (*AgendasResponse_Agenda) String added in v1.0.0

func (x *AgendasResponse_Agenda) String() string

type AgendasResponse_Choice added in v1.0.0

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 added in v1.0.0

func (*AgendasResponse_Choice) Descriptor() ([]byte, []int)

Deprecated: Use AgendasResponse_Choice.ProtoReflect.Descriptor instead.

func (*AgendasResponse_Choice) GetBits added in v1.0.0

func (x *AgendasResponse_Choice) GetBits() uint32

func (*AgendasResponse_Choice) GetDescription added in v1.0.0

func (x *AgendasResponse_Choice) GetDescription() string

func (*AgendasResponse_Choice) GetId added in v1.0.0

func (x *AgendasResponse_Choice) GetId() string

func (*AgendasResponse_Choice) GetIsAbstain added in v1.0.0

func (x *AgendasResponse_Choice) GetIsAbstain() bool

func (*AgendasResponse_Choice) GetIsNo added in v1.0.0

func (x *AgendasResponse_Choice) GetIsNo() bool

func (*AgendasResponse_Choice) ProtoMessage added in v1.0.0

func (*AgendasResponse_Choice) ProtoMessage()

func (*AgendasResponse_Choice) ProtoReflect added in v1.6.0

func (x *AgendasResponse_Choice) ProtoReflect() protoreflect.Message

func (*AgendasResponse_Choice) Reset added in v1.0.0

func (x *AgendasResponse_Choice) Reset()

func (*AgendasResponse_Choice) String added in v1.0.0

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 added in v0.8.0

func (x *BalanceRequest) GetAccountNumber() uint32

func (*BalanceRequest) GetRequiredConfirmations added in v0.8.0

func (x *BalanceRequest) GetRequiredConfirmations() int32

func (*BalanceRequest) ProtoMessage

func (*BalanceRequest) ProtoMessage()

func (*BalanceRequest) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *BalanceResponse) GetImmatureReward() int64

func (*BalanceResponse) GetImmatureStakeGeneration added in v1.0.4

func (x *BalanceResponse) GetImmatureStakeGeneration() int64

func (*BalanceResponse) GetLockedByTickets added in v1.0.4

func (x *BalanceResponse) GetLockedByTickets() int64

func (*BalanceResponse) GetSpendable added in v0.8.0

func (x *BalanceResponse) GetSpendable() int64

func (*BalanceResponse) GetTotal added in v0.8.0

func (x *BalanceResponse) GetTotal() int64

func (*BalanceResponse) GetUnconfirmed added in v1.1.0

func (x *BalanceResponse) GetUnconfirmed() int64

func (*BalanceResponse) GetVotingAuthority added in v1.0.4

func (x *BalanceResponse) GetVotingAuthority() int64

func (*BalanceResponse) ProtoMessage

func (*BalanceResponse) ProtoMessage()

func (*BalanceResponse) ProtoReflect added in v1.6.0

func (x *BalanceResponse) ProtoReflect() protoreflect.Message

func (*BalanceResponse) Reset

func (x *BalanceResponse) Reset()

func (*BalanceResponse) String

func (x *BalanceResponse) String() string

type BestBlockRequest added in v1.2.0

type BestBlockRequest struct {
	// contains filtered or unexported fields
}

func (*BestBlockRequest) Descriptor deprecated added in v1.2.0

func (*BestBlockRequest) Descriptor() ([]byte, []int)

Deprecated: Use BestBlockRequest.ProtoReflect.Descriptor instead.

func (*BestBlockRequest) ProtoMessage added in v1.2.0

func (*BestBlockRequest) ProtoMessage()

func (*BestBlockRequest) ProtoReflect added in v1.6.0

func (x *BestBlockRequest) ProtoReflect() protoreflect.Message

func (*BestBlockRequest) Reset added in v1.2.0

func (x *BestBlockRequest) Reset()

func (*BestBlockRequest) String added in v1.2.0

func (x *BestBlockRequest) String() string

type BestBlockResponse added in v1.2.0

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 added in v1.2.0

func (*BestBlockResponse) Descriptor() ([]byte, []int)

Deprecated: Use BestBlockResponse.ProtoReflect.Descriptor instead.

func (*BestBlockResponse) GetHash added in v1.2.0

func (x *BestBlockResponse) GetHash() []byte

func (*BestBlockResponse) GetHeight added in v1.2.0

func (x *BestBlockResponse) GetHeight() uint32

func (*BestBlockResponse) ProtoMessage added in v1.2.0

func (*BestBlockResponse) ProtoMessage()

func (*BestBlockResponse) ProtoReflect added in v1.6.0

func (x *BestBlockResponse) ProtoReflect() protoreflect.Message

func (*BestBlockResponse) Reset added in v1.2.0

func (x *BestBlockResponse) Reset()

func (*BestBlockResponse) String added in v1.2.0

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 added in v1.2.0

func (x *BlockDetails) GetApprovesParent() bool

func (*BlockDetails) GetHash added in v0.8.0

func (x *BlockDetails) GetHash() []byte

func (*BlockDetails) GetHeight added in v0.8.0

func (x *BlockDetails) GetHeight() int32

func (*BlockDetails) GetPrevBlock added in v1.6.0

func (x *BlockDetails) GetPrevBlock() []byte

func (*BlockDetails) GetTimestamp added in v0.8.0

func (x *BlockDetails) GetTimestamp() int64

func (*BlockDetails) GetTransactions

func (x *BlockDetails) GetTransactions() []*TransactionDetails

func (*BlockDetails) ProtoMessage

func (*BlockDetails) ProtoMessage()

func (*BlockDetails) ProtoReflect added in v1.6.0

func (x *BlockDetails) ProtoReflect() protoreflect.Message

func (*BlockDetails) Reset

func (x *BlockDetails) Reset()

func (*BlockDetails) String

func (x *BlockDetails) String() string

type BlockInfoRequest added in v1.0.3

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 added in v1.0.3

func (*BlockInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use BlockInfoRequest.ProtoReflect.Descriptor instead.

func (*BlockInfoRequest) GetBlockHash added in v1.0.3

func (x *BlockInfoRequest) GetBlockHash() []byte

func (*BlockInfoRequest) GetBlockHeight added in v1.0.3

func (x *BlockInfoRequest) GetBlockHeight() int32

func (*BlockInfoRequest) ProtoMessage added in v1.0.3

func (*BlockInfoRequest) ProtoMessage()

func (*BlockInfoRequest) ProtoReflect added in v1.6.0

func (x *BlockInfoRequest) ProtoReflect() protoreflect.Message

func (*BlockInfoRequest) Reset added in v1.0.3

func (x *BlockInfoRequest) Reset()

func (*BlockInfoRequest) String added in v1.0.3

func (x *BlockInfoRequest) String() string

type BlockInfoResponse added in v1.0.3

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 added in v1.0.3

func (*BlockInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use BlockInfoResponse.ProtoReflect.Descriptor instead.

func (*BlockInfoResponse) GetApprovesParent added in v1.2.0

func (x *BlockInfoResponse) GetApprovesParent() bool

func (*BlockInfoResponse) GetBlockHash added in v1.0.3

func (x *BlockInfoResponse) GetBlockHash() []byte

func (*BlockInfoResponse) GetBlockHeader added in v1.0.3

func (x *BlockInfoResponse) GetBlockHeader() []byte

func (*BlockInfoResponse) GetBlockHeight added in v1.0.3

func (x *BlockInfoResponse) GetBlockHeight() int32

func (*BlockInfoResponse) GetConfirmations added in v1.0.3

func (x *BlockInfoResponse) GetConfirmations() int32

func (*BlockInfoResponse) GetStakeInvalidated added in v1.0.3

func (x *BlockInfoResponse) GetStakeInvalidated() bool

func (*BlockInfoResponse) GetTimestamp added in v1.0.3

func (x *BlockInfoResponse) GetTimestamp() int64

func (*BlockInfoResponse) ProtoMessage added in v1.0.3

func (*BlockInfoResponse) ProtoMessage()

func (*BlockInfoResponse) ProtoReflect added in v1.6.0

func (x *BlockInfoResponse) ProtoReflect() protoreflect.Message

func (*BlockInfoResponse) Reset added in v1.0.3

func (x *BlockInfoResponse) Reset()

func (*BlockInfoResponse) String added in v1.0.3

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 added in v0.8.0

func (*ChangePassphraseRequest) GetNewPassphrase added in v0.8.0

func (x *ChangePassphraseRequest) GetNewPassphrase() []byte

func (*ChangePassphraseRequest) GetOldPassphrase added in v0.8.0

func (x *ChangePassphraseRequest) GetOldPassphrase() []byte

func (*ChangePassphraseRequest) ProtoMessage

func (*ChangePassphraseRequest) ProtoMessage()

func (*ChangePassphraseRequest) ProtoReflect added in v1.6.0

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 added in v1.6.0

func (ChangePassphraseRequest_Key) Enum added in v1.6.0

func (ChangePassphraseRequest_Key) EnumDescriptor deprecated

func (ChangePassphraseRequest_Key) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChangePassphraseRequest_Key.Descriptor instead.

func (ChangePassphraseRequest_Key) Number added in v1.6.0

func (ChangePassphraseRequest_Key) String

func (ChangePassphraseRequest_Key) Type added in v1.6.0

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 added in v1.6.0

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 added in v1.6.0

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 added in v1.6.0

func (x *CloseWalletResponse) ProtoReflect() protoreflect.Message

func (*CloseWalletResponse) Reset

func (x *CloseWalletResponse) Reset()

func (*CloseWalletResponse) String

func (x *CloseWalletResponse) String() string

type CoinTypeRequest added in v1.6.0

type CoinTypeRequest struct {
	// contains filtered or unexported fields
}

func (*CoinTypeRequest) Descriptor deprecated added in v1.6.0

func (*CoinTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use CoinTypeRequest.ProtoReflect.Descriptor instead.

func (*CoinTypeRequest) ProtoMessage added in v1.6.0

func (*CoinTypeRequest) ProtoMessage()

func (*CoinTypeRequest) ProtoReflect added in v1.6.0

func (x *CoinTypeRequest) ProtoReflect() protoreflect.Message

func (*CoinTypeRequest) Reset added in v1.6.0

func (x *CoinTypeRequest) Reset()

func (*CoinTypeRequest) String added in v1.6.0

func (x *CoinTypeRequest) String() string

type CoinTypeResponse added in v1.6.0

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 added in v1.6.0

func (*CoinTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use CoinTypeResponse.ProtoReflect.Descriptor instead.

func (*CoinTypeResponse) GetCoinType added in v1.6.0

func (x *CoinTypeResponse) GetCoinType() uint32

func (*CoinTypeResponse) ProtoMessage added in v1.6.0

func (*CoinTypeResponse) ProtoMessage()

func (*CoinTypeResponse) ProtoReflect added in v1.6.0

func (x *CoinTypeResponse) ProtoReflect() protoreflect.Message

func (*CoinTypeResponse) Reset added in v1.6.0

func (x *CoinTypeResponse) Reset()

func (*CoinTypeResponse) String added in v1.6.0

func (x *CoinTypeResponse) String() string

type CoinjoinTxsSumByAcct added in v1.6.0

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 added in v1.6.0

func (*CoinjoinTxsSumByAcct) Descriptor() ([]byte, []int)

Deprecated: Use CoinjoinTxsSumByAcct.ProtoReflect.Descriptor instead.

func (*CoinjoinTxsSumByAcct) GetAccountNumber added in v1.6.0

func (x *CoinjoinTxsSumByAcct) GetAccountNumber() uint32

func (*CoinjoinTxsSumByAcct) GetCoinjoinTxsSum added in v1.6.0

func (x *CoinjoinTxsSumByAcct) GetCoinjoinTxsSum() int32

func (*CoinjoinTxsSumByAcct) ProtoMessage added in v1.6.0

func (*CoinjoinTxsSumByAcct) ProtoMessage()

func (*CoinjoinTxsSumByAcct) ProtoReflect added in v1.6.0

func (x *CoinjoinTxsSumByAcct) ProtoReflect() protoreflect.Message

func (*CoinjoinTxsSumByAcct) Reset added in v1.6.0

func (x *CoinjoinTxsSumByAcct) Reset()

func (*CoinjoinTxsSumByAcct) String added in v1.6.0

func (x *CoinjoinTxsSumByAcct) String() string

type CommittedTicketsRequest added in v1.2.0

type CommittedTicketsRequest struct {
	Tickets [][]byte `protobuf:"bytes,1,rep,name=tickets,proto3" json:"tickets,omitempty"`
	// contains filtered or unexported fields
}

func (*CommittedTicketsRequest) Descriptor deprecated added in v1.2.0

func (*CommittedTicketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use CommittedTicketsRequest.ProtoReflect.Descriptor instead.

func (*CommittedTicketsRequest) GetTickets added in v1.2.0

func (x *CommittedTicketsRequest) GetTickets() [][]byte

func (*CommittedTicketsRequest) ProtoMessage added in v1.2.0

func (*CommittedTicketsRequest) ProtoMessage()

func (*CommittedTicketsRequest) ProtoReflect added in v1.6.0

func (x *CommittedTicketsRequest) ProtoReflect() protoreflect.Message

func (*CommittedTicketsRequest) Reset added in v1.2.0

func (x *CommittedTicketsRequest) Reset()

func (*CommittedTicketsRequest) String added in v1.2.0

func (x *CommittedTicketsRequest) String() string

type CommittedTicketsResponse added in v1.2.0

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 added in v1.2.0

func (*CommittedTicketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use CommittedTicketsResponse.ProtoReflect.Descriptor instead.

func (*CommittedTicketsResponse) GetTicketAddresses added in v1.2.0

func (*CommittedTicketsResponse) ProtoMessage added in v1.2.0

func (*CommittedTicketsResponse) ProtoMessage()

func (*CommittedTicketsResponse) ProtoReflect added in v1.6.0

func (x *CommittedTicketsResponse) ProtoReflect() protoreflect.Message

func (*CommittedTicketsResponse) Reset added in v1.2.0

func (x *CommittedTicketsResponse) Reset()

func (*CommittedTicketsResponse) String added in v1.2.0

func (x *CommittedTicketsResponse) String() string

type CommittedTicketsResponse_TicketAddress added in v1.2.0

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 added in v1.2.0

func (*CommittedTicketsResponse_TicketAddress) Descriptor() ([]byte, []int)

Deprecated: Use CommittedTicketsResponse_TicketAddress.ProtoReflect.Descriptor instead.

func (*CommittedTicketsResponse_TicketAddress) GetAddress added in v1.2.0

func (*CommittedTicketsResponse_TicketAddress) GetTicket added in v1.2.0

func (*CommittedTicketsResponse_TicketAddress) ProtoMessage added in v1.2.0

func (*CommittedTicketsResponse_TicketAddress) ProtoReflect added in v1.6.0

func (*CommittedTicketsResponse_TicketAddress) Reset added in v1.2.0

func (*CommittedTicketsResponse_TicketAddress) String added in v1.2.0

type ConfirmationNotificationsRequest added in v1.0.3

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 added in v1.0.3

func (*ConfirmationNotificationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConfirmationNotificationsRequest.ProtoReflect.Descriptor instead.

func (*ConfirmationNotificationsRequest) GetStopAfter added in v1.0.3

func (x *ConfirmationNotificationsRequest) GetStopAfter() int32

func (*ConfirmationNotificationsRequest) GetTxHashes added in v1.0.3

func (x *ConfirmationNotificationsRequest) GetTxHashes() [][]byte

func (*ConfirmationNotificationsRequest) ProtoMessage added in v1.0.3

func (*ConfirmationNotificationsRequest) ProtoMessage()

func (*ConfirmationNotificationsRequest) ProtoReflect added in v1.6.0

func (*ConfirmationNotificationsRequest) Reset added in v1.0.3

func (*ConfirmationNotificationsRequest) String added in v1.0.3

type ConfirmationNotificationsResponse added in v1.0.3

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 added in v1.0.3

func (*ConfirmationNotificationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfirmationNotificationsResponse.ProtoReflect.Descriptor instead.

func (*ConfirmationNotificationsResponse) GetConfirmations added in v1.0.3

func (*ConfirmationNotificationsResponse) ProtoMessage added in v1.0.3

func (*ConfirmationNotificationsResponse) ProtoMessage()

func (*ConfirmationNotificationsResponse) ProtoReflect added in v1.6.0

func (*ConfirmationNotificationsResponse) Reset added in v1.0.3

func (*ConfirmationNotificationsResponse) String added in v1.0.3

type ConfirmationNotificationsResponse_TransactionConfirmations added in v1.0.3

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 added in v1.0.3

Deprecated: Use ConfirmationNotificationsResponse_TransactionConfirmations.ProtoReflect.Descriptor instead.

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHash added in v1.0.3

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHeight added in v1.0.3

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetConfirmations added in v1.0.3

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetTxHash added in v1.0.3

func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoMessage added in v1.0.3

func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoReflect added in v1.6.0

func (*ConfirmationNotificationsResponse_TransactionConfirmations) Reset added in v1.0.3

func (*ConfirmationNotificationsResponse_TransactionConfirmations) String added in v1.0.3

type ConstructTransactionRequest added in v0.7.0

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 added in v0.7.0

func (*ConstructTransactionRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConstructTransactionRequest.ProtoReflect.Descriptor instead.

func (*ConstructTransactionRequest) GetChangeDestination added in v0.7.0

func (*ConstructTransactionRequest) GetFeePerKb added in v0.8.0

func (x *ConstructTransactionRequest) GetFeePerKb() int32

func (*ConstructTransactionRequest) GetNonChangeOutputs added in v0.7.0

func (*ConstructTransactionRequest) GetOutputSelectionAlgorithm added in v0.8.0

func (*ConstructTransactionRequest) GetRequiredConfirmations added in v0.8.0

func (x *ConstructTransactionRequest) GetRequiredConfirmations() int32

func (*ConstructTransactionRequest) GetSourceAccount added in v0.8.0

func (x *ConstructTransactionRequest) GetSourceAccount() uint32

func (*ConstructTransactionRequest) ProtoMessage added in v0.7.0

func (*ConstructTransactionRequest) ProtoMessage()

func (*ConstructTransactionRequest) ProtoReflect added in v1.6.0

func (*ConstructTransactionRequest) Reset added in v0.7.0

func (x *ConstructTransactionRequest) Reset()

func (*ConstructTransactionRequest) String added in v0.7.0

func (x *ConstructTransactionRequest) String() string

type ConstructTransactionRequest_Output added in v0.7.0

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 added in v0.7.0

func (*ConstructTransactionRequest_Output) Descriptor() ([]byte, []int)

Deprecated: Use ConstructTransactionRequest_Output.ProtoReflect.Descriptor instead.

func (*ConstructTransactionRequest_Output) GetAmount added in v0.8.0

func (*ConstructTransactionRequest_Output) GetDestination added in v0.7.0

func (*ConstructTransactionRequest_Output) ProtoMessage added in v0.7.0

func (*ConstructTransactionRequest_Output) ProtoMessage()

func (*ConstructTransactionRequest_Output) ProtoReflect added in v1.6.0

func (*ConstructTransactionRequest_Output) Reset added in v0.7.0

func (*ConstructTransactionRequest_Output) String added in v0.7.0

type ConstructTransactionRequest_OutputDestination added in v0.7.0

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 added in v0.7.0

Deprecated: Use ConstructTransactionRequest_OutputDestination.ProtoReflect.Descriptor instead.

func (*ConstructTransactionRequest_OutputDestination) GetAddress added in v0.8.0

func (*ConstructTransactionRequest_OutputDestination) GetScript added in v0.8.0

func (*ConstructTransactionRequest_OutputDestination) GetScriptVersion added in v0.8.0

func (*ConstructTransactionRequest_OutputDestination) ProtoMessage added in v0.7.0

func (*ConstructTransactionRequest_OutputDestination) ProtoReflect added in v1.6.0

func (*ConstructTransactionRequest_OutputDestination) Reset added in v0.7.0

func (*ConstructTransactionRequest_OutputDestination) String added in v0.7.0

type ConstructTransactionRequest_OutputSelectionAlgorithm added in v0.7.0

type ConstructTransactionRequest_OutputSelectionAlgorithm int32
const (
	ConstructTransactionRequest_UNSPECIFIED ConstructTransactionRequest_OutputSelectionAlgorithm = 0
	ConstructTransactionRequest_ALL         ConstructTransactionRequest_OutputSelectionAlgorithm = 1
)

func (ConstructTransactionRequest_OutputSelectionAlgorithm) Descriptor added in v1.6.0

func (ConstructTransactionRequest_OutputSelectionAlgorithm) Enum added in v1.6.0

func (ConstructTransactionRequest_OutputSelectionAlgorithm) EnumDescriptor deprecated added in v0.7.0

Deprecated: Use ConstructTransactionRequest_OutputSelectionAlgorithm.Descriptor instead.

func (ConstructTransactionRequest_OutputSelectionAlgorithm) Number added in v1.6.0

func (ConstructTransactionRequest_OutputSelectionAlgorithm) String added in v0.7.0

func (ConstructTransactionRequest_OutputSelectionAlgorithm) Type added in v1.6.0

type ConstructTransactionResponse added in v0.7.0

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 added in v0.7.0

func (*ConstructTransactionResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConstructTransactionResponse.ProtoReflect.Descriptor instead.

func (*ConstructTransactionResponse) GetChangeIndex added in v1.6.0

func (x *ConstructTransactionResponse) GetChangeIndex() int32

func (*ConstructTransactionResponse) GetEstimatedSignedSize added in v0.8.0

func (x *ConstructTransactionResponse) GetEstimatedSignedSize() uint32

func (*ConstructTransactionResponse) GetTotalOutputAmount added in v0.8.0

func (x *ConstructTransactionResponse) GetTotalOutputAmount() int64

func (*ConstructTransactionResponse) GetTotalPreviousOutputAmount added in v0.8.0

func (x *ConstructTransactionResponse) GetTotalPreviousOutputAmount() int64

func (*ConstructTransactionResponse) GetUnsignedTransaction added in v0.8.0

func (x *ConstructTransactionResponse) GetUnsignedTransaction() []byte

func (*ConstructTransactionResponse) ProtoMessage added in v0.7.0

func (*ConstructTransactionResponse) ProtoMessage()

func (*ConstructTransactionResponse) ProtoReflect added in v1.6.0

func (*ConstructTransactionResponse) Reset added in v0.7.0

func (x *ConstructTransactionResponse) Reset()

func (*ConstructTransactionResponse) String added in v0.7.0

type CreateSignatureRequest added in v1.1.0

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 added in v1.1.0

func (*CreateSignatureRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateSignatureRequest.ProtoReflect.Descriptor instead.

func (*CreateSignatureRequest) GetAddress added in v1.1.0

func (x *CreateSignatureRequest) GetAddress() string

func (*CreateSignatureRequest) GetHashType added in v1.1.0

func (*CreateSignatureRequest) GetInputIndex added in v1.1.0

func (x *CreateSignatureRequest) GetInputIndex() uint32

func (*CreateSignatureRequest) GetPassphrase added in v1.1.0

func (x *CreateSignatureRequest) GetPassphrase() []byte

func (*CreateSignatureRequest) GetPreviousPkScript added in v1.1.0

func (x *CreateSignatureRequest) GetPreviousPkScript() []byte

func (*CreateSignatureRequest) GetSerializedTransaction added in v1.1.0

func (x *CreateSignatureRequest) GetSerializedTransaction() []byte

func (*CreateSignatureRequest) ProtoMessage added in v1.1.0

func (*CreateSignatureRequest) ProtoMessage()

func (*CreateSignatureRequest) ProtoReflect added in v1.6.0

func (x *CreateSignatureRequest) ProtoReflect() protoreflect.Message

func (*CreateSignatureRequest) Reset added in v1.1.0

func (x *CreateSignatureRequest) Reset()

func (*CreateSignatureRequest) String added in v1.1.0

func (x *CreateSignatureRequest) String() string

type CreateSignatureRequest_SigHashType added in v1.1.0

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 added in v1.6.0

func (CreateSignatureRequest_SigHashType) Enum added in v1.6.0

func (CreateSignatureRequest_SigHashType) EnumDescriptor deprecated added in v1.1.0

func (CreateSignatureRequest_SigHashType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CreateSignatureRequest_SigHashType.Descriptor instead.

func (CreateSignatureRequest_SigHashType) Number added in v1.6.0

func (CreateSignatureRequest_SigHashType) String added in v1.1.0

func (CreateSignatureRequest_SigHashType) Type added in v1.6.0

type CreateSignatureResponse added in v1.1.0

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 added in v1.1.0

func (*CreateSignatureResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateSignatureResponse.ProtoReflect.Descriptor instead.

func (*CreateSignatureResponse) GetPublicKey added in v1.1.0

func (x *CreateSignatureResponse) GetPublicKey() []byte

func (*CreateSignatureResponse) GetSignature added in v1.1.0

func (x *CreateSignatureResponse) GetSignature() []byte

func (*CreateSignatureResponse) ProtoMessage added in v1.1.0

func (*CreateSignatureResponse) ProtoMessage()

func (*CreateSignatureResponse) ProtoReflect added in v1.6.0

func (x *CreateSignatureResponse) ProtoReflect() protoreflect.Message

func (*CreateSignatureResponse) Reset added in v1.1.0

func (x *CreateSignatureResponse) Reset()

func (*CreateSignatureResponse) String added in v1.1.0

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 added in v0.8.0

func (x *CreateWalletRequest) GetPrivatePassphrase() []byte

func (*CreateWalletRequest) GetPublicPassphrase added in v0.8.0

func (x *CreateWalletRequest) GetPublicPassphrase() []byte

func (*CreateWalletRequest) GetSeed added in v0.8.0

func (x *CreateWalletRequest) GetSeed() []byte

func (*CreateWalletRequest) ProtoMessage

func (*CreateWalletRequest) ProtoMessage()

func (*CreateWalletRequest) ProtoReflect added in v1.6.0

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 added in v1.6.0

func (x *CreateWalletResponse) ProtoReflect() protoreflect.Message

func (*CreateWalletResponse) Reset

func (x *CreateWalletResponse) Reset()

func (*CreateWalletResponse) String

func (x *CreateWalletResponse) String() string

type CreateWatchingOnlyWalletRequest added in v1.6.0

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 added in v1.6.0

func (*CreateWatchingOnlyWalletRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWatchingOnlyWalletRequest.ProtoReflect.Descriptor instead.

func (*CreateWatchingOnlyWalletRequest) GetExtendedPubKey added in v1.6.0

func (x *CreateWatchingOnlyWalletRequest) GetExtendedPubKey() string

func (*CreateWatchingOnlyWalletRequest) GetPublicPassphrase added in v1.6.0

func (x *CreateWatchingOnlyWalletRequest) GetPublicPassphrase() []byte

func (*CreateWatchingOnlyWalletRequest) ProtoMessage added in v1.6.0

func (*CreateWatchingOnlyWalletRequest) ProtoMessage()

func (*CreateWatchingOnlyWalletRequest) ProtoReflect added in v1.6.0

func (*CreateWatchingOnlyWalletRequest) Reset added in v1.6.0

func (*CreateWatchingOnlyWalletRequest) String added in v1.6.0

type CreateWatchingOnlyWalletResponse added in v1.6.0

type CreateWatchingOnlyWalletResponse struct {
	// contains filtered or unexported fields
}

func (*CreateWatchingOnlyWalletResponse) Descriptor deprecated added in v1.6.0

func (*CreateWatchingOnlyWalletResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateWatchingOnlyWalletResponse.ProtoReflect.Descriptor instead.

func (*CreateWatchingOnlyWalletResponse) ProtoMessage added in v1.6.0

func (*CreateWatchingOnlyWalletResponse) ProtoMessage()

func (*CreateWatchingOnlyWalletResponse) ProtoReflect added in v1.6.0

func (*CreateWatchingOnlyWalletResponse) Reset added in v1.6.0

func (*CreateWatchingOnlyWalletResponse) String added in v1.6.0

type DecodeMessageServiceClient added in v1.1.2

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDecodeMessageServiceClient added in v1.1.2

func NewDecodeMessageServiceClient(cc grpc.ClientConnInterface) DecodeMessageServiceClient

type DecodeMessageServiceServer added in v1.1.2

type DecodeMessageServiceServer interface {
	DecodeRawTransaction(context.Context, *DecodeRawTransactionRequest) (*DecodeRawTransactionResponse, error)
}

DecodeMessageServiceServer is the server API for DecodeMessageService service.

type DecodeRawTransactionRequest added in v1.1.2

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 added in v1.1.2

func (*DecodeRawTransactionRequest) Descriptor() ([]byte, []int)

Deprecated: Use DecodeRawTransactionRequest.ProtoReflect.Descriptor instead.

func (*DecodeRawTransactionRequest) GetSerializedTransaction added in v1.1.2

func (x *DecodeRawTransactionRequest) GetSerializedTransaction() []byte

func (*DecodeRawTransactionRequest) ProtoMessage added in v1.1.2

func (*DecodeRawTransactionRequest) ProtoMessage()

func (*DecodeRawTransactionRequest) ProtoReflect added in v1.6.0

func (*DecodeRawTransactionRequest) Reset added in v1.1.2

func (x *DecodeRawTransactionRequest) Reset()

func (*DecodeRawTransactionRequest) String added in v1.1.2

func (x *DecodeRawTransactionRequest) String() string

type DecodeRawTransactionResponse added in v1.1.2

type DecodeRawTransactionResponse struct {
	Transaction *DecodedTransaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodeRawTransactionResponse) Descriptor deprecated added in v1.1.2

func (*DecodeRawTransactionResponse) Descriptor() ([]byte, []int)

Deprecated: Use DecodeRawTransactionResponse.ProtoReflect.Descriptor instead.

func (*DecodeRawTransactionResponse) GetTransaction added in v1.1.2

func (x *DecodeRawTransactionResponse) GetTransaction() *DecodedTransaction

func (*DecodeRawTransactionResponse) ProtoMessage added in v1.1.2

func (*DecodeRawTransactionResponse) ProtoMessage()

func (*DecodeRawTransactionResponse) ProtoReflect added in v1.6.0

func (*DecodeRawTransactionResponse) Reset added in v1.1.2

func (x *DecodeRawTransactionResponse) Reset()

func (*DecodeRawTransactionResponse) String added in v1.1.2

type DecodeSeedRequest added in v0.7.0

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 added in v0.7.0

func (*DecodeSeedRequest) Descriptor() ([]byte, []int)

Deprecated: Use DecodeSeedRequest.ProtoReflect.Descriptor instead.

func (*DecodeSeedRequest) GetUserInput added in v0.8.0

func (x *DecodeSeedRequest) GetUserInput() string

func (*DecodeSeedRequest) ProtoMessage added in v0.7.0

func (*DecodeSeedRequest) ProtoMessage()

func (*DecodeSeedRequest) ProtoReflect added in v1.6.0

func (x *DecodeSeedRequest) ProtoReflect() protoreflect.Message

func (*DecodeSeedRequest) Reset added in v0.7.0

func (x *DecodeSeedRequest) Reset()

func (*DecodeSeedRequest) String added in v0.7.0

func (x *DecodeSeedRequest) String() string

type DecodeSeedResponse added in v0.7.0

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 added in v0.7.0

func (*DecodeSeedResponse) Descriptor() ([]byte, []int)

Deprecated: Use DecodeSeedResponse.ProtoReflect.Descriptor instead.

func (*DecodeSeedResponse) GetDecodedSeed added in v0.8.0

func (x *DecodeSeedResponse) GetDecodedSeed() []byte

func (*DecodeSeedResponse) ProtoMessage added in v0.7.0

func (*DecodeSeedResponse) ProtoMessage()

func (*DecodeSeedResponse) ProtoReflect added in v1.6.0

func (x *DecodeSeedResponse) ProtoReflect() protoreflect.Message

func (*DecodeSeedResponse) Reset added in v0.7.0

func (x *DecodeSeedResponse) Reset()

func (*DecodeSeedResponse) String added in v0.7.0

func (x *DecodeSeedResponse) String() string

type DecodedTransaction added in v1.1.2

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 added in v1.1.2

func (*DecodedTransaction) Descriptor() ([]byte, []int)

Deprecated: Use DecodedTransaction.ProtoReflect.Descriptor instead.

func (*DecodedTransaction) GetExpiry added in v1.1.2

func (x *DecodedTransaction) GetExpiry() uint32

func (*DecodedTransaction) GetInputs added in v1.1.2

func (x *DecodedTransaction) GetInputs() []*DecodedTransaction_Input

func (*DecodedTransaction) GetLockTime added in v1.1.2

func (x *DecodedTransaction) GetLockTime() uint32

func (*DecodedTransaction) GetOutputs added in v1.1.2

func (x *DecodedTransaction) GetOutputs() []*DecodedTransaction_Output

func (*DecodedTransaction) GetTransactionHash added in v1.1.2

func (x *DecodedTransaction) GetTransactionHash() []byte

func (*DecodedTransaction) GetTransactionType added in v1.1.2

func (*DecodedTransaction) GetVersion added in v1.1.2

func (x *DecodedTransaction) GetVersion() int32

func (*DecodedTransaction) ProtoMessage added in v1.1.2

func (*DecodedTransaction) ProtoMessage()

func (*DecodedTransaction) ProtoReflect added in v1.6.0

func (x *DecodedTransaction) ProtoReflect() protoreflect.Message

func (*DecodedTransaction) Reset added in v1.1.2

func (x *DecodedTransaction) Reset()

func (*DecodedTransaction) String added in v1.1.2

func (x *DecodedTransaction) String() string

type DecodedTransaction_Input added in v1.1.2

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 added in v1.1.2

func (*DecodedTransaction_Input) Descriptor() ([]byte, []int)

Deprecated: Use DecodedTransaction_Input.ProtoReflect.Descriptor instead.

func (*DecodedTransaction_Input) GetAmountIn added in v1.1.2

func (x *DecodedTransaction_Input) GetAmountIn() int64

func (*DecodedTransaction_Input) GetBlockHeight added in v1.1.2

func (x *DecodedTransaction_Input) GetBlockHeight() uint32

func (*DecodedTransaction_Input) GetBlockIndex added in v1.1.2

func (x *DecodedTransaction_Input) GetBlockIndex() uint32

func (*DecodedTransaction_Input) GetPreviousTransactionHash added in v1.1.2

func (x *DecodedTransaction_Input) GetPreviousTransactionHash() []byte

func (*DecodedTransaction_Input) GetPreviousTransactionIndex added in v1.1.2

func (x *DecodedTransaction_Input) GetPreviousTransactionIndex() uint32

func (*DecodedTransaction_Input) GetSequence added in v1.1.2

func (x *DecodedTransaction_Input) GetSequence() uint32

func (*DecodedTransaction_Input) GetSignatureScript added in v1.1.2

func (x *DecodedTransaction_Input) GetSignatureScript() []byte

func (*DecodedTransaction_Input) GetSignatureScriptAsm added in v1.1.2

func (x *DecodedTransaction_Input) GetSignatureScriptAsm() string

func (*DecodedTransaction_Input) GetTree added in v1.1.2

func (*DecodedTransaction_Input) ProtoMessage added in v1.1.2

func (*DecodedTransaction_Input) ProtoMessage()

func (*DecodedTransaction_Input) ProtoReflect added in v1.6.0

func (x *DecodedTransaction_Input) ProtoReflect() protoreflect.Message

func (*DecodedTransaction_Input) Reset added in v1.1.2

func (x *DecodedTransaction_Input) Reset()

func (*DecodedTransaction_Input) String added in v1.1.2

func (x *DecodedTransaction_Input) String() string

type DecodedTransaction_Input_TreeType added in v1.1.2

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 added in v1.6.0

func (DecodedTransaction_Input_TreeType) Enum added in v1.6.0

func (DecodedTransaction_Input_TreeType) EnumDescriptor deprecated added in v1.1.2

func (DecodedTransaction_Input_TreeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DecodedTransaction_Input_TreeType.Descriptor instead.

func (DecodedTransaction_Input_TreeType) Number added in v1.6.0

func (DecodedTransaction_Input_TreeType) String added in v1.1.2

func (DecodedTransaction_Input_TreeType) Type added in v1.6.0

type DecodedTransaction_Output added in v1.1.2

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 added in v1.1.2

func (*DecodedTransaction_Output) Descriptor() ([]byte, []int)

Deprecated: Use DecodedTransaction_Output.ProtoReflect.Descriptor instead.

func (*DecodedTransaction_Output) GetAddresses added in v1.1.2

func (x *DecodedTransaction_Output) GetAddresses() []string

func (*DecodedTransaction_Output) GetCommitmentAmount added in v1.1.2

func (x *DecodedTransaction_Output) GetCommitmentAmount() int64

func (*DecodedTransaction_Output) GetIndex added in v1.1.2

func (x *DecodedTransaction_Output) GetIndex() uint32

func (*DecodedTransaction_Output) GetRequiredSignatures added in v1.1.2

func (x *DecodedTransaction_Output) GetRequiredSignatures() int32

func (*DecodedTransaction_Output) GetScript added in v1.1.2

func (x *DecodedTransaction_Output) GetScript() []byte

func (*DecodedTransaction_Output) GetScriptAsm added in v1.1.2

func (x *DecodedTransaction_Output) GetScriptAsm() string

func (*DecodedTransaction_Output) GetScriptClass added in v1.1.2

func (*DecodedTransaction_Output) GetValue added in v1.1.2

func (x *DecodedTransaction_Output) GetValue() int64

func (*DecodedTransaction_Output) GetVersion added in v1.1.2

func (x *DecodedTransaction_Output) GetVersion() int32

func (*DecodedTransaction_Output) ProtoMessage added in v1.1.2

func (*DecodedTransaction_Output) ProtoMessage()

func (*DecodedTransaction_Output) ProtoReflect added in v1.6.0

func (*DecodedTransaction_Output) Reset added in v1.1.2

func (x *DecodedTransaction_Output) Reset()

func (*DecodedTransaction_Output) String added in v1.1.2

func (x *DecodedTransaction_Output) String() string

type DecodedTransaction_Output_ScriptClass added in v1.1.2

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
)

func (DecodedTransaction_Output_ScriptClass) Descriptor added in v1.6.0

func (DecodedTransaction_Output_ScriptClass) Enum added in v1.6.0

func (DecodedTransaction_Output_ScriptClass) EnumDescriptor deprecated added in v1.1.2

func (DecodedTransaction_Output_ScriptClass) EnumDescriptor() ([]byte, []int)

Deprecated: Use DecodedTransaction_Output_ScriptClass.Descriptor instead.

func (DecodedTransaction_Output_ScriptClass) Number added in v1.6.0

func (DecodedTransaction_Output_ScriptClass) String added in v1.1.2

func (DecodedTransaction_Output_ScriptClass) Type added in v1.6.0

type DetachedBlockDetails added in v1.6.0

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 added in v1.6.0

func (*DetachedBlockDetails) Descriptor() ([]byte, []int)

Deprecated: Use DetachedBlockDetails.ProtoReflect.Descriptor instead.

func (*DetachedBlockDetails) GetHash added in v1.6.0

func (x *DetachedBlockDetails) GetHash() []byte

func (*DetachedBlockDetails) GetHeight added in v1.6.0

func (x *DetachedBlockDetails) GetHeight() int32

func (*DetachedBlockDetails) GetPrevBlock added in v1.6.0

func (x *DetachedBlockDetails) GetPrevBlock() []byte

func (*DetachedBlockDetails) GetTimestamp added in v1.6.0

func (x *DetachedBlockDetails) GetTimestamp() int64

func (*DetachedBlockDetails) ProtoMessage added in v1.6.0

func (*DetachedBlockDetails) ProtoMessage()

func (*DetachedBlockDetails) ProtoReflect added in v1.6.0

func (x *DetachedBlockDetails) ProtoReflect() protoreflect.Message

func (*DetachedBlockDetails) Reset added in v1.6.0

func (x *DetachedBlockDetails) Reset()

func (*DetachedBlockDetails) String added in v1.6.0

func (x *DetachedBlockDetails) String() string

type DiscoverAddressesRequest added in v0.7.0

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 added in v0.7.0

func (*DiscoverAddressesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DiscoverAddressesRequest.ProtoReflect.Descriptor instead.

func (*DiscoverAddressesRequest) GetDiscoverAccounts added in v0.8.0

func (x *DiscoverAddressesRequest) GetDiscoverAccounts() bool

func (*DiscoverAddressesRequest) GetPrivatePassphrase added in v0.8.0

func (x *DiscoverAddressesRequest) GetPrivatePassphrase() []byte

func (*DiscoverAddressesRequest) GetStartingBlockHash added in v1.6.0

func (x *DiscoverAddressesRequest) GetStartingBlockHash() []byte

func (*DiscoverAddressesRequest) ProtoMessage added in v0.7.0

func (*DiscoverAddressesRequest) ProtoMessage()

func (*DiscoverAddressesRequest) ProtoReflect added in v1.6.0

func (x *DiscoverAddressesRequest) ProtoReflect() protoreflect.Message

func (*DiscoverAddressesRequest) Reset added in v0.7.0

func (x *DiscoverAddressesRequest) Reset()

func (*DiscoverAddressesRequest) String added in v0.7.0

func (x *DiscoverAddressesRequest) String() string

type DiscoverAddressesResponse added in v0.7.0

type DiscoverAddressesResponse struct {
	// contains filtered or unexported fields
}

func (*DiscoverAddressesResponse) Descriptor deprecated added in v0.7.0

func (*DiscoverAddressesResponse) Descriptor() ([]byte, []int)

Deprecated: Use DiscoverAddressesResponse.ProtoReflect.Descriptor instead.

func (*DiscoverAddressesResponse) ProtoMessage added in v0.7.0

func (*DiscoverAddressesResponse) ProtoMessage()

func (*DiscoverAddressesResponse) ProtoReflect added in v1.6.0

func (*DiscoverAddressesResponse) Reset added in v0.7.0

func (x *DiscoverAddressesResponse) Reset()

func (*DiscoverAddressesResponse) String added in v0.7.0

func (x *DiscoverAddressesResponse) String() string

type FetchHeadersNotification added in v1.6.0

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 added in v1.6.0

func (*FetchHeadersNotification) Descriptor() ([]byte, []int)

Deprecated: Use FetchHeadersNotification.ProtoReflect.Descriptor instead.

func (*FetchHeadersNotification) GetFetchedHeadersCount added in v1.6.0

func (x *FetchHeadersNotification) GetFetchedHeadersCount() int32

func (*FetchHeadersNotification) GetLastHeaderTime added in v1.6.0

func (x *FetchHeadersNotification) GetLastHeaderTime() int64

func (*FetchHeadersNotification) ProtoMessage added in v1.6.0

func (*FetchHeadersNotification) ProtoMessage()

func (*FetchHeadersNotification) ProtoReflect added in v1.6.0

func (x *FetchHeadersNotification) ProtoReflect() protoreflect.Message

func (*FetchHeadersNotification) Reset added in v1.6.0

func (x *FetchHeadersNotification) Reset()

func (*FetchHeadersNotification) String added in v1.6.0

func (x *FetchHeadersNotification) String() string

type FetchHeadersRequest added in v0.7.0

type FetchHeadersRequest struct {
	// contains filtered or unexported fields
}

func (*FetchHeadersRequest) Descriptor deprecated added in v0.7.0

func (*FetchHeadersRequest) Descriptor() ([]byte, []int)

Deprecated: Use FetchHeadersRequest.ProtoReflect.Descriptor instead.

func (*FetchHeadersRequest) ProtoMessage added in v0.7.0

func (*FetchHeadersRequest) ProtoMessage()

func (*FetchHeadersRequest) ProtoReflect added in v1.6.0

func (x *FetchHeadersRequest) ProtoReflect() protoreflect.Message

func (*FetchHeadersRequest) Reset added in v0.7.0

func (x *FetchHeadersRequest) Reset()

func (*FetchHeadersRequest) String added in v0.7.0

func (x *FetchHeadersRequest) String() string

type FetchHeadersResponse added in v0.7.0

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 added in v0.7.0

func (*FetchHeadersResponse) Descriptor() ([]byte, []int)

Deprecated: Use FetchHeadersResponse.ProtoReflect.Descriptor instead.

func (*FetchHeadersResponse) GetFetchedHeadersCount added in v0.8.0

func (x *FetchHeadersResponse) GetFetchedHeadersCount() uint32

func (*FetchHeadersResponse) GetFirstNewBlockHash added in v0.8.0

func (x *FetchHeadersResponse) GetFirstNewBlockHash() []byte

func (*FetchHeadersResponse) GetFirstNewBlockHeight added in v0.8.0

func (x *FetchHeadersResponse) GetFirstNewBlockHeight() int32

func (*FetchHeadersResponse) GetMainChainTipBlockHash added in v0.8.0

func (x *FetchHeadersResponse) GetMainChainTipBlockHash() []byte

func (*FetchHeadersResponse) GetMainChainTipBlockHeight added in v0.8.0

func (x *FetchHeadersResponse) GetMainChainTipBlockHeight() int32

func (*FetchHeadersResponse) ProtoMessage added in v0.7.0

func (*FetchHeadersResponse) ProtoMessage()

func (*FetchHeadersResponse) ProtoReflect added in v1.6.0

func (x *FetchHeadersResponse) ProtoReflect() protoreflect.Message

func (*FetchHeadersResponse) Reset added in v0.7.0

func (x *FetchHeadersResponse) Reset()

func (*FetchHeadersResponse) String added in v0.7.0

func (x *FetchHeadersResponse) String() string

type FetchMissingCFiltersNotification added in v1.6.0

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 added in v1.6.0

func (*FetchMissingCFiltersNotification) Descriptor() ([]byte, []int)

Deprecated: Use FetchMissingCFiltersNotification.ProtoReflect.Descriptor instead.

func (*FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight added in v1.6.0

func (x *FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight() int32

func (*FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight added in v1.6.0

func (x *FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight() int32

func (*FetchMissingCFiltersNotification) ProtoMessage added in v1.6.0

func (*FetchMissingCFiltersNotification) ProtoMessage()

func (*FetchMissingCFiltersNotification) ProtoReflect added in v1.6.0

func (*FetchMissingCFiltersNotification) Reset added in v1.6.0

func (*FetchMissingCFiltersNotification) String added in v1.6.0

type FetchMissingCFiltersRequest added in v1.6.0

type FetchMissingCFiltersRequest struct {
	// contains filtered or unexported fields
}

func (*FetchMissingCFiltersRequest) Descriptor deprecated added in v1.6.0

func (*FetchMissingCFiltersRequest) Descriptor() ([]byte, []int)

Deprecated: Use FetchMissingCFiltersRequest.ProtoReflect.Descriptor instead.

func (*FetchMissingCFiltersRequest) ProtoMessage added in v1.6.0

func (*FetchMissingCFiltersRequest) ProtoMessage()

func (*FetchMissingCFiltersRequest) ProtoReflect added in v1.6.0

func (*FetchMissingCFiltersRequest) Reset added in v1.6.0

func (x *FetchMissingCFiltersRequest) Reset()

func (*FetchMissingCFiltersRequest) String added in v1.6.0

func (x *FetchMissingCFiltersRequest) String() string

type FetchMissingCFiltersResponse added in v1.6.0

type FetchMissingCFiltersResponse struct {
	// contains filtered or unexported fields
}

func (*FetchMissingCFiltersResponse) Descriptor deprecated added in v1.6.0

func (*FetchMissingCFiltersResponse) Descriptor() ([]byte, []int)

Deprecated: Use FetchMissingCFiltersResponse.ProtoReflect.Descriptor instead.

func (*FetchMissingCFiltersResponse) ProtoMessage added in v1.6.0

func (*FetchMissingCFiltersResponse) ProtoMessage()

func (*FetchMissingCFiltersResponse) ProtoReflect added in v1.6.0

func (*FetchMissingCFiltersResponse) Reset added in v1.6.0

func (x *FetchMissingCFiltersResponse) Reset()

func (*FetchMissingCFiltersResponse) String added in v1.6.0

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 added in v0.8.0

func (x *FundTransactionRequest) GetAccount() uint32

func (*FundTransactionRequest) GetIncludeChangeScript added in v0.8.0

func (x *FundTransactionRequest) GetIncludeChangeScript() bool

func (*FundTransactionRequest) GetIncludeImmatureCoinbases added in v0.8.0

func (x *FundTransactionRequest) GetIncludeImmatureCoinbases() bool

func (*FundTransactionRequest) GetRequiredConfirmations added in v0.8.0

func (x *FundTransactionRequest) GetRequiredConfirmations() int32

func (*FundTransactionRequest) GetTargetAmount added in v0.8.0

func (x *FundTransactionRequest) GetTargetAmount() int64

func (*FundTransactionRequest) ProtoMessage

func (*FundTransactionRequest) ProtoMessage()

func (*FundTransactionRequest) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *FundTransactionResponse) GetChangePkScript() []byte

func (*FundTransactionResponse) GetSelectedOutputs

func (*FundTransactionResponse) GetTotalAmount added in v0.8.0

func (x *FundTransactionResponse) GetTotalAmount() int64

func (*FundTransactionResponse) ProtoMessage

func (*FundTransactionResponse) ProtoMessage()

func (*FundTransactionResponse) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (*FundTransactionResponse_PreviousOutput) GetFromCoinbase added in v0.8.0

func (x *FundTransactionResponse_PreviousOutput) GetFromCoinbase() bool

func (*FundTransactionResponse_PreviousOutput) GetOutputIndex added in v0.8.0

func (x *FundTransactionResponse_PreviousOutput) GetOutputIndex() uint32

func (*FundTransactionResponse_PreviousOutput) GetPkScript added in v0.8.0

func (x *FundTransactionResponse_PreviousOutput) GetPkScript() []byte

func (*FundTransactionResponse_PreviousOutput) GetReceiveTime added in v0.8.0

func (x *FundTransactionResponse_PreviousOutput) GetReceiveTime() int64

func (*FundTransactionResponse_PreviousOutput) GetTransactionHash added in v0.8.0

func (x *FundTransactionResponse_PreviousOutput) GetTransactionHash() []byte

func (*FundTransactionResponse_PreviousOutput) GetTree added in v0.8.0

func (*FundTransactionResponse_PreviousOutput) ProtoMessage

func (*FundTransactionResponse_PreviousOutput) ProtoReflect added in v1.6.0

func (*FundTransactionResponse_PreviousOutput) Reset

func (*FundTransactionResponse_PreviousOutput) String

type GenerateRandomSeedRequest added in v0.7.0

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 added in v0.7.0

func (*GenerateRandomSeedRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateRandomSeedRequest.ProtoReflect.Descriptor instead.

func (*GenerateRandomSeedRequest) GetSeedLength added in v0.8.0

func (x *GenerateRandomSeedRequest) GetSeedLength() uint32

func (*GenerateRandomSeedRequest) ProtoMessage added in v0.7.0

func (*GenerateRandomSeedRequest) ProtoMessage()

func (*GenerateRandomSeedRequest) ProtoReflect added in v1.6.0

func (*GenerateRandomSeedRequest) Reset added in v0.7.0

func (x *GenerateRandomSeedRequest) Reset()

func (*GenerateRandomSeedRequest) String added in v0.7.0

func (x *GenerateRandomSeedRequest) String() string

type GenerateRandomSeedResponse added in v0.7.0

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 added in v0.7.0

func (*GenerateRandomSeedResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateRandomSeedResponse.ProtoReflect.Descriptor instead.

func (*GenerateRandomSeedResponse) GetSeedBytes added in v0.8.0

func (x *GenerateRandomSeedResponse) GetSeedBytes() []byte

func (*GenerateRandomSeedResponse) GetSeedHex added in v0.8.0

func (x *GenerateRandomSeedResponse) GetSeedHex() string

func (*GenerateRandomSeedResponse) GetSeedMnemonic added in v0.8.0

func (x *GenerateRandomSeedResponse) GetSeedMnemonic() string

func (*GenerateRandomSeedResponse) ProtoMessage added in v0.7.0

func (*GenerateRandomSeedResponse) ProtoMessage()

func (*GenerateRandomSeedResponse) ProtoReflect added in v1.6.0

func (*GenerateRandomSeedResponse) Reset added in v0.7.0

func (x *GenerateRandomSeedResponse) Reset()

func (*GenerateRandomSeedResponse) String added in v0.7.0

func (x *GenerateRandomSeedResponse) String() string

type GetAccountExtendedPrivKeyRequest added in v1.6.0

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 added in v1.6.0

func (*GetAccountExtendedPrivKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountExtendedPrivKeyRequest.ProtoReflect.Descriptor instead.

func (*GetAccountExtendedPrivKeyRequest) GetAccountNumber added in v1.6.0

func (x *GetAccountExtendedPrivKeyRequest) GetAccountNumber() uint32

func (*GetAccountExtendedPrivKeyRequest) GetPassphrase added in v1.6.0

func (x *GetAccountExtendedPrivKeyRequest) GetPassphrase() []byte

func (*GetAccountExtendedPrivKeyRequest) ProtoMessage added in v1.6.0

func (*GetAccountExtendedPrivKeyRequest) ProtoMessage()

func (*GetAccountExtendedPrivKeyRequest) ProtoReflect added in v1.6.0

func (*GetAccountExtendedPrivKeyRequest) Reset added in v1.6.0

func (*GetAccountExtendedPrivKeyRequest) String added in v1.6.0

type GetAccountExtendedPrivKeyResponse added in v1.6.0

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 added in v1.6.0

func (*GetAccountExtendedPrivKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountExtendedPrivKeyResponse.ProtoReflect.Descriptor instead.

func (*GetAccountExtendedPrivKeyResponse) GetAccExtendedPrivKey added in v1.6.0

func (x *GetAccountExtendedPrivKeyResponse) GetAccExtendedPrivKey() string

func (*GetAccountExtendedPrivKeyResponse) ProtoMessage added in v1.6.0

func (*GetAccountExtendedPrivKeyResponse) ProtoMessage()

func (*GetAccountExtendedPrivKeyResponse) ProtoReflect added in v1.6.0

func (*GetAccountExtendedPrivKeyResponse) Reset added in v1.6.0

func (*GetAccountExtendedPrivKeyResponse) String added in v1.6.0

type GetAccountExtendedPubKeyRequest added in v1.6.0

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 added in v1.6.0

func (*GetAccountExtendedPubKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountExtendedPubKeyRequest.ProtoReflect.Descriptor instead.

func (*GetAccountExtendedPubKeyRequest) GetAccountNumber added in v1.6.0

func (x *GetAccountExtendedPubKeyRequest) GetAccountNumber() uint32

func (*GetAccountExtendedPubKeyRequest) ProtoMessage added in v1.6.0

func (*GetAccountExtendedPubKeyRequest) ProtoMessage()

func (*GetAccountExtendedPubKeyRequest) ProtoReflect added in v1.6.0

func (*GetAccountExtendedPubKeyRequest) Reset added in v1.6.0

func (*GetAccountExtendedPubKeyRequest) String added in v1.6.0

type GetAccountExtendedPubKeyResponse added in v1.6.0

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 added in v1.6.0

func (*GetAccountExtendedPubKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountExtendedPubKeyResponse.ProtoReflect.Descriptor instead.

func (*GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey added in v1.6.0

func (x *GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey() string

func (*GetAccountExtendedPubKeyResponse) ProtoMessage added in v1.6.0

func (*GetAccountExtendedPubKeyResponse) ProtoMessage()

func (*GetAccountExtendedPubKeyResponse) ProtoReflect added in v1.6.0

func (*GetAccountExtendedPubKeyResponse) Reset added in v1.6.0

func (*GetAccountExtendedPubKeyResponse) String added in v1.6.0

type GetCFiltersRequest added in v1.6.0

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 added in v1.6.0

func (*GetCFiltersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCFiltersRequest.ProtoReflect.Descriptor instead.

func (*GetCFiltersRequest) GetEndingBlockHash added in v1.6.0

func (x *GetCFiltersRequest) GetEndingBlockHash() []byte

func (*GetCFiltersRequest) GetEndingBlockHeight added in v1.6.0

func (x *GetCFiltersRequest) GetEndingBlockHeight() int32

func (*GetCFiltersRequest) GetStartingBlockHash added in v1.6.0

func (x *GetCFiltersRequest) GetStartingBlockHash() []byte

func (*GetCFiltersRequest) GetStartingBlockHeight added in v1.6.0

func (x *GetCFiltersRequest) GetStartingBlockHeight() int32

func (*GetCFiltersRequest) ProtoMessage added in v1.6.0

func (*GetCFiltersRequest) ProtoMessage()

func (*GetCFiltersRequest) ProtoReflect added in v1.6.0

func (x *GetCFiltersRequest) ProtoReflect() protoreflect.Message

func (*GetCFiltersRequest) Reset added in v1.6.0

func (x *GetCFiltersRequest) Reset()

func (*GetCFiltersRequest) String added in v1.6.0

func (x *GetCFiltersRequest) String() string

type GetCFiltersResponse added in v1.6.0

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 added in v1.6.0

func (*GetCFiltersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCFiltersResponse.ProtoReflect.Descriptor instead.

func (*GetCFiltersResponse) GetBlockHash added in v1.6.0

func (x *GetCFiltersResponse) GetBlockHash() []byte

func (*GetCFiltersResponse) GetFilter added in v1.6.0

func (x *GetCFiltersResponse) GetFilter() []byte

func (*GetCFiltersResponse) GetKey added in v1.6.0

func (x *GetCFiltersResponse) GetKey() []byte

func (*GetCFiltersResponse) ProtoMessage added in v1.6.0

func (*GetCFiltersResponse) ProtoMessage()

func (*GetCFiltersResponse) ProtoReflect added in v1.6.0

func (x *GetCFiltersResponse) ProtoReflect() protoreflect.Message

func (*GetCFiltersResponse) Reset added in v1.6.0

func (x *GetCFiltersResponse) Reset()

func (*GetCFiltersResponse) String added in v1.6.0

func (x *GetCFiltersResponse) String() string

type GetCoinjoinOutputspByAcctRequest added in v1.6.0

type GetCoinjoinOutputspByAcctRequest struct {
	// contains filtered or unexported fields
}

func (*GetCoinjoinOutputspByAcctRequest) Descriptor deprecated added in v1.6.0

func (*GetCoinjoinOutputspByAcctRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCoinjoinOutputspByAcctRequest.ProtoReflect.Descriptor instead.

func (*GetCoinjoinOutputspByAcctRequest) ProtoMessage added in v1.6.0

func (*GetCoinjoinOutputspByAcctRequest) ProtoMessage()

func (*GetCoinjoinOutputspByAcctRequest) ProtoReflect added in v1.6.0

func (*GetCoinjoinOutputspByAcctRequest) Reset added in v1.6.0

func (*GetCoinjoinOutputspByAcctRequest) String added in v1.6.0

type GetCoinjoinOutputspByAcctResponse added in v1.6.0

type GetCoinjoinOutputspByAcctResponse struct {
	Data []*CoinjoinTxsSumByAcct `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCoinjoinOutputspByAcctResponse) Descriptor deprecated added in v1.6.0

func (*GetCoinjoinOutputspByAcctResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCoinjoinOutputspByAcctResponse.ProtoReflect.Descriptor instead.

func (*GetCoinjoinOutputspByAcctResponse) GetData added in v1.6.0

func (*GetCoinjoinOutputspByAcctResponse) ProtoMessage added in v1.6.0

func (*GetCoinjoinOutputspByAcctResponse) ProtoMessage()

func (*GetCoinjoinOutputspByAcctResponse) ProtoReflect added in v1.6.0

func (*GetCoinjoinOutputspByAcctResponse) Reset added in v1.6.0

func (*GetCoinjoinOutputspByAcctResponse) String added in v1.6.0

type GetPeerInfoRequest added in v1.6.0

type GetPeerInfoRequest struct {
	// contains filtered or unexported fields
}

func (*GetPeerInfoRequest) Descriptor deprecated added in v1.6.0

func (*GetPeerInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPeerInfoRequest.ProtoReflect.Descriptor instead.

func (*GetPeerInfoRequest) ProtoMessage added in v1.6.0

func (*GetPeerInfoRequest) ProtoMessage()

func (*GetPeerInfoRequest) ProtoReflect added in v1.6.0

func (x *GetPeerInfoRequest) ProtoReflect() protoreflect.Message

func (*GetPeerInfoRequest) Reset added in v1.6.0

func (x *GetPeerInfoRequest) Reset()

func (*GetPeerInfoRequest) String added in v1.6.0

func (x *GetPeerInfoRequest) String() string

type GetPeerInfoResponse added in v1.6.0

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 added in v1.6.0

func (*GetPeerInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPeerInfoResponse.ProtoReflect.Descriptor instead.

func (*GetPeerInfoResponse) GetPeerInfo added in v1.6.0

func (*GetPeerInfoResponse) ProtoMessage added in v1.6.0

func (*GetPeerInfoResponse) ProtoMessage()

func (*GetPeerInfoResponse) ProtoReflect added in v1.6.0

func (x *GetPeerInfoResponse) ProtoReflect() protoreflect.Message

func (*GetPeerInfoResponse) Reset added in v1.6.0

func (x *GetPeerInfoResponse) Reset()

func (*GetPeerInfoResponse) String added in v1.6.0

func (x *GetPeerInfoResponse) String() string

type GetPeerInfoResponse_PeerInfo added in v1.6.0

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 added in v1.6.0

func (*GetPeerInfoResponse_PeerInfo) Descriptor() ([]byte, []int)

Deprecated: Use GetPeerInfoResponse_PeerInfo.ProtoReflect.Descriptor instead.

func (*GetPeerInfoResponse_PeerInfo) GetAddr added in v1.6.0

func (x *GetPeerInfoResponse_PeerInfo) GetAddr() string

func (*GetPeerInfoResponse_PeerInfo) GetAddrLocal added in v1.6.0

func (x *GetPeerInfoResponse_PeerInfo) GetAddrLocal() string

func (*GetPeerInfoResponse_PeerInfo) GetBanScore added in v1.6.0

func (x *GetPeerInfoResponse_PeerInfo) GetBanScore() int32

func (*GetPeerInfoResponse_PeerInfo) GetId added in v1.6.0

func (*GetPeerInfoResponse_PeerInfo) GetServices added in v1.6.0

func (x *GetPeerInfoResponse_PeerInfo) GetServices() string

func (*GetPeerInfoResponse_PeerInfo) GetStartingHeight added in v1.6.0

func (x *GetPeerInfoResponse_PeerInfo) GetStartingHeight() int64

func (*GetPeerInfoResponse_PeerInfo) GetSubVer added in v1.6.0

func (x *GetPeerInfoResponse_PeerInfo) GetSubVer() string

func (*GetPeerInfoResponse_PeerInfo) GetVersion added in v1.6.0

func (x *GetPeerInfoResponse_PeerInfo) GetVersion() uint32

func (*GetPeerInfoResponse_PeerInfo) ProtoMessage added in v1.6.0

func (*GetPeerInfoResponse_PeerInfo) ProtoMessage()

func (*GetPeerInfoResponse_PeerInfo) ProtoReflect added in v1.6.0

func (*GetPeerInfoResponse_PeerInfo) Reset added in v1.6.0

func (x *GetPeerInfoResponse_PeerInfo) Reset()

func (*GetPeerInfoResponse_PeerInfo) String added in v1.6.0

type GetRawBlockRequest added in v1.6.0

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 added in v1.6.0

func (*GetRawBlockRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRawBlockRequest.ProtoReflect.Descriptor instead.

func (*GetRawBlockRequest) GetBlockHash added in v1.6.0

func (x *GetRawBlockRequest) GetBlockHash() []byte

func (*GetRawBlockRequest) GetBlockHeight added in v1.6.0

func (x *GetRawBlockRequest) GetBlockHeight() int32

func (*GetRawBlockRequest) ProtoMessage added in v1.6.0

func (*GetRawBlockRequest) ProtoMessage()

func (*GetRawBlockRequest) ProtoReflect added in v1.6.0

func (x *GetRawBlockRequest) ProtoReflect() protoreflect.Message

func (*GetRawBlockRequest) Reset added in v1.6.0

func (x *GetRawBlockRequest) Reset()

func (*GetRawBlockRequest) String added in v1.6.0

func (x *GetRawBlockRequest) String() string

type GetRawBlockResponse added in v1.6.0

type GetRawBlockResponse struct {
	Block []byte `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRawBlockResponse) Descriptor deprecated added in v1.6.0

func (*GetRawBlockResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRawBlockResponse.ProtoReflect.Descriptor instead.

func (*GetRawBlockResponse) GetBlock added in v1.6.0

func (x *GetRawBlockResponse) GetBlock() []byte

func (*GetRawBlockResponse) ProtoMessage added in v1.6.0

func (*GetRawBlockResponse) ProtoMessage()

func (*GetRawBlockResponse) ProtoReflect added in v1.6.0

func (x *GetRawBlockResponse) ProtoReflect() protoreflect.Message

func (*GetRawBlockResponse) Reset added in v1.6.0

func (x *GetRawBlockResponse) Reset()

func (*GetRawBlockResponse) String added in v1.6.0

func (x *GetRawBlockResponse) String() string

type GetTicketRequest added in v1.6.0

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 added in v1.6.0

func (*GetTicketRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTicketRequest.ProtoReflect.Descriptor instead.

func (*GetTicketRequest) GetTicketHash added in v1.6.0

func (x *GetTicketRequest) GetTicketHash() []byte

func (*GetTicketRequest) ProtoMessage added in v1.6.0

func (*GetTicketRequest) ProtoMessage()

func (*GetTicketRequest) ProtoReflect added in v1.6.0

func (x *GetTicketRequest) ProtoReflect() protoreflect.Message

func (*GetTicketRequest) Reset added in v1.6.0

func (x *GetTicketRequest) Reset()

func (*GetTicketRequest) String added in v1.6.0

func (x *GetTicketRequest) String() string

type GetTicketsRequest added in v1.1.2

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 added in v1.1.2

func (*GetTicketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTicketsRequest.ProtoReflect.Descriptor instead.

func (*GetTicketsRequest) GetEndingBlockHash added in v1.1.2

func (x *GetTicketsRequest) GetEndingBlockHash() []byte

func (*GetTicketsRequest) GetEndingBlockHeight added in v1.1.2

func (x *GetTicketsRequest) GetEndingBlockHeight() int32

func (*GetTicketsRequest) GetStartingBlockHash added in v1.1.2

func (x *GetTicketsRequest) GetStartingBlockHash() []byte

func (*GetTicketsRequest) GetStartingBlockHeight added in v1.1.2

func (x *GetTicketsRequest) GetStartingBlockHeight() int32

func (*GetTicketsRequest) GetTargetTicketCount added in v1.2.0

func (x *GetTicketsRequest) GetTargetTicketCount() int32

func (*GetTicketsRequest) ProtoMessage added in v1.1.2

func (*GetTicketsRequest) ProtoMessage()

func (*GetTicketsRequest) ProtoReflect added in v1.6.0

func (x *GetTicketsRequest) ProtoReflect() protoreflect.Message

func (*GetTicketsRequest) Reset added in v1.1.2

func (x *GetTicketsRequest) Reset()

func (*GetTicketsRequest) String added in v1.1.2

func (x *GetTicketsRequest) String() string

type GetTicketsResponse added in v1.1.2

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"`
	// contains filtered or unexported fields
}

func (*GetTicketsResponse) Descriptor deprecated added in v1.1.2

func (*GetTicketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTicketsResponse.ProtoReflect.Descriptor instead.

func (*GetTicketsResponse) GetBlock added in v1.2.0

func (*GetTicketsResponse) GetTicket added in v1.1.2

func (*GetTicketsResponse) ProtoMessage added in v1.1.2

func (*GetTicketsResponse) ProtoMessage()

func (*GetTicketsResponse) ProtoReflect added in v1.6.0

func (x *GetTicketsResponse) ProtoReflect() protoreflect.Message

func (*GetTicketsResponse) Reset added in v1.1.2

func (x *GetTicketsResponse) Reset()

func (*GetTicketsResponse) String added in v1.1.2

func (x *GetTicketsResponse) String() string

type GetTicketsResponse_BlockDetails added in v1.2.0

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 added in v1.2.0

func (*GetTicketsResponse_BlockDetails) Descriptor() ([]byte, []int)

Deprecated: Use GetTicketsResponse_BlockDetails.ProtoReflect.Descriptor instead.

func (*GetTicketsResponse_BlockDetails) GetHash added in v1.2.0

func (x *GetTicketsResponse_BlockDetails) GetHash() []byte

func (*GetTicketsResponse_BlockDetails) GetHeight added in v1.2.0

func (x *GetTicketsResponse_BlockDetails) GetHeight() int32

func (*GetTicketsResponse_BlockDetails) GetTimestamp added in v1.2.0

func (x *GetTicketsResponse_BlockDetails) GetTimestamp() int64

func (*GetTicketsResponse_BlockDetails) ProtoMessage added in v1.2.0

func (*GetTicketsResponse_BlockDetails) ProtoMessage()

func (*GetTicketsResponse_BlockDetails) ProtoReflect added in v1.6.0

func (*GetTicketsResponse_BlockDetails) Reset added in v1.2.0

func (*GetTicketsResponse_BlockDetails) String added in v1.2.0

type GetTicketsResponse_TicketDetails added in v1.1.2

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 added in v1.1.2

func (*GetTicketsResponse_TicketDetails) Descriptor() ([]byte, []int)

Deprecated: Use GetTicketsResponse_TicketDetails.ProtoReflect.Descriptor instead.

func (*GetTicketsResponse_TicketDetails) GetSpender added in v1.1.2

func (*GetTicketsResponse_TicketDetails) GetTicket added in v1.1.2

func (*GetTicketsResponse_TicketDetails) GetTicketStatus added in v1.1.2

func (*GetTicketsResponse_TicketDetails) ProtoMessage added in v1.1.2

func (*GetTicketsResponse_TicketDetails) ProtoMessage()

func (*GetTicketsResponse_TicketDetails) ProtoReflect added in v1.6.0

func (*GetTicketsResponse_TicketDetails) Reset added in v1.1.2

func (*GetTicketsResponse_TicketDetails) String added in v1.1.2

type GetTicketsResponse_TicketDetails_TicketStatus added in v1.1.2

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 added in v1.6.0

func (GetTicketsResponse_TicketDetails_TicketStatus) Enum added in v1.6.0

func (GetTicketsResponse_TicketDetails_TicketStatus) EnumDescriptor deprecated added in v1.1.2

func (GetTicketsResponse_TicketDetails_TicketStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetTicketsResponse_TicketDetails_TicketStatus.Descriptor instead.

func (GetTicketsResponse_TicketDetails_TicketStatus) Number added in v1.6.0

func (GetTicketsResponse_TicketDetails_TicketStatus) String added in v1.1.2

func (GetTicketsResponse_TicketDetails_TicketStatus) Type added in v1.6.0

type GetTrackedVSPTicketsRequest added in v1.7.1

type GetTrackedVSPTicketsRequest struct {
	// contains filtered or unexported fields
}

func (*GetTrackedVSPTicketsRequest) Descriptor deprecated added in v1.7.1

func (*GetTrackedVSPTicketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTrackedVSPTicketsRequest.ProtoReflect.Descriptor instead.

func (*GetTrackedVSPTicketsRequest) ProtoMessage added in v1.7.1

func (*GetTrackedVSPTicketsRequest) ProtoMessage()

func (*GetTrackedVSPTicketsRequest) ProtoReflect added in v1.7.1

func (*GetTrackedVSPTicketsRequest) Reset added in v1.7.1

func (x *GetTrackedVSPTicketsRequest) Reset()

func (*GetTrackedVSPTicketsRequest) String added in v1.7.1

func (x *GetTrackedVSPTicketsRequest) String() string

type GetTrackedVSPTicketsResponse added in v1.7.1

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 added in v1.7.1

func (*GetTrackedVSPTicketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTrackedVSPTicketsResponse.ProtoReflect.Descriptor instead.

func (*GetTrackedVSPTicketsResponse) GetVsps added in v1.7.1

func (*GetTrackedVSPTicketsResponse) ProtoMessage added in v1.7.1

func (*GetTrackedVSPTicketsResponse) ProtoMessage()

func (*GetTrackedVSPTicketsResponse) ProtoReflect added in v1.7.1

func (*GetTrackedVSPTicketsResponse) Reset added in v1.7.1

func (x *GetTrackedVSPTicketsResponse) Reset()

func (*GetTrackedVSPTicketsResponse) String added in v1.7.1

type GetTrackedVSPTicketsResponse_Ticket added in v1.7.1

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 added in v1.7.1

func (*GetTrackedVSPTicketsResponse_Ticket) Descriptor() ([]byte, []int)

Deprecated: Use GetTrackedVSPTicketsResponse_Ticket.ProtoReflect.Descriptor instead.

func (*GetTrackedVSPTicketsResponse_Ticket) GetCommitmentAddress added in v1.7.1

func (x *GetTrackedVSPTicketsResponse_Ticket) GetCommitmentAddress() string

func (*GetTrackedVSPTicketsResponse_Ticket) GetFee added in v1.7.1

func (*GetTrackedVSPTicketsResponse_Ticket) GetFeeHash added in v1.7.1

func (x *GetTrackedVSPTicketsResponse_Ticket) GetFeeHash() []byte

func (*GetTrackedVSPTicketsResponse_Ticket) GetState added in v1.7.1

func (*GetTrackedVSPTicketsResponse_Ticket) GetTicketHash added in v1.7.1

func (x *GetTrackedVSPTicketsResponse_Ticket) GetTicketHash() []byte

func (*GetTrackedVSPTicketsResponse_Ticket) GetVotingAddress added in v1.7.1

func (x *GetTrackedVSPTicketsResponse_Ticket) GetVotingAddress() string

func (*GetTrackedVSPTicketsResponse_Ticket) ProtoMessage added in v1.7.1

func (*GetTrackedVSPTicketsResponse_Ticket) ProtoMessage()

func (*GetTrackedVSPTicketsResponse_Ticket) ProtoReflect added in v1.7.1

func (*GetTrackedVSPTicketsResponse_Ticket) Reset added in v1.7.1

func (*GetTrackedVSPTicketsResponse_Ticket) String added in v1.7.1

type GetTrackedVSPTicketsResponse_VSP added in v1.7.1

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 added in v1.7.1

func (*GetTrackedVSPTicketsResponse_VSP) Descriptor() ([]byte, []int)

Deprecated: Use GetTrackedVSPTicketsResponse_VSP.ProtoReflect.Descriptor instead.

func (*GetTrackedVSPTicketsResponse_VSP) GetHost added in v1.7.1

func (*GetTrackedVSPTicketsResponse_VSP) GetTickets added in v1.7.1

func (*GetTrackedVSPTicketsResponse_VSP) ProtoMessage added in v1.7.1

func (*GetTrackedVSPTicketsResponse_VSP) ProtoMessage()

func (*GetTrackedVSPTicketsResponse_VSP) ProtoReflect added in v1.7.1

func (*GetTrackedVSPTicketsResponse_VSP) Reset added in v1.7.1

func (*GetTrackedVSPTicketsResponse_VSP) String added in v1.7.1

type GetTransactionRequest added in v1.0.5

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 added in v1.0.5

func (*GetTransactionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead.

func (*GetTransactionRequest) GetTransactionHash added in v1.0.5

func (x *GetTransactionRequest) GetTransactionHash() []byte

func (*GetTransactionRequest) ProtoMessage added in v1.0.5

func (*GetTransactionRequest) ProtoMessage()

func (*GetTransactionRequest) ProtoReflect added in v1.6.0

func (x *GetTransactionRequest) ProtoReflect() protoreflect.Message

func (*GetTransactionRequest) Reset added in v1.0.5

func (x *GetTransactionRequest) Reset()

func (*GetTransactionRequest) String added in v1.0.5

func (x *GetTransactionRequest) String() string

type GetTransactionResponse added in v1.0.5

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 added in v1.0.5

func (*GetTransactionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTransactionResponse.ProtoReflect.Descriptor instead.

func (*GetTransactionResponse) GetBlockHash added in v1.2.0

func (x *GetTransactionResponse) GetBlockHash() []byte

func (*GetTransactionResponse) GetConfirmations added in v1.2.0

func (x *GetTransactionResponse) GetConfirmations() int32

func (*GetTransactionResponse) GetTransaction added in v1.0.5

func (x *GetTransactionResponse) GetTransaction() *TransactionDetails

func (*GetTransactionResponse) ProtoMessage added in v1.0.5

func (*GetTransactionResponse) ProtoMessage()

func (*GetTransactionResponse) ProtoReflect added in v1.6.0

func (x *GetTransactionResponse) ProtoReflect() protoreflect.Message

func (*GetTransactionResponse) Reset added in v1.0.5

func (x *GetTransactionResponse) Reset()

func (*GetTransactionResponse) String added in v1.0.5

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 added in v0.8.0

func (x *GetTransactionsRequest) GetEndingBlockHash() []byte

func (*GetTransactionsRequest) GetEndingBlockHeight added in v0.8.0

func (x *GetTransactionsRequest) GetEndingBlockHeight() int32

func (*GetTransactionsRequest) GetMinimumRecentTransactions added in v0.8.0

func (x *GetTransactionsRequest) GetMinimumRecentTransactions() int32

func (*GetTransactionsRequest) GetStartingBlockHash added in v0.8.0

func (x *GetTransactionsRequest) GetStartingBlockHash() []byte

func (*GetTransactionsRequest) GetStartingBlockHeight added in v0.8.0

func (x *GetTransactionsRequest) GetStartingBlockHeight() int32

func (*GetTransactionsRequest) GetTargetTransactionCount added in v1.1.2

func (x *GetTransactionsRequest) GetTargetTransactionCount() int32

func (*GetTransactionsRequest) ProtoMessage

func (*GetTransactionsRequest) ProtoMessage()

func (*GetTransactionsRequest) ProtoReflect added in v1.6.0

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 added in v1.6.0

func (x *GetTransactionsResponse) ProtoReflect() protoreflect.Message

func (*GetTransactionsResponse) Reset

func (x *GetTransactionsResponse) Reset()

func (*GetTransactionsResponse) String

func (x *GetTransactionsResponse) String() string

type GetVSPTicketsByFeeStatusRequest added in v1.6.0

type GetVSPTicketsByFeeStatusRequest struct {
	FeeStatus GetVSPTicketsByFeeStatusRequest_FeeStatus `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetVSPTicketsByFeeStatusRequest) Descriptor deprecated added in v1.6.0

func (*GetVSPTicketsByFeeStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetVSPTicketsByFeeStatusRequest.ProtoReflect.Descriptor instead.

func (*GetVSPTicketsByFeeStatusRequest) GetFeeStatus added in v1.6.0

func (*GetVSPTicketsByFeeStatusRequest) ProtoMessage added in v1.6.0

func (*GetVSPTicketsByFeeStatusRequest) ProtoMessage()

func (*GetVSPTicketsByFeeStatusRequest) ProtoReflect added in v1.6.0

func (*GetVSPTicketsByFeeStatusRequest) Reset added in v1.6.0

func (*GetVSPTicketsByFeeStatusRequest) String added in v1.6.0

type GetVSPTicketsByFeeStatusRequest_FeeStatus added in v1.6.0

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
)

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Descriptor added in v1.6.0

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Enum added in v1.6.0

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) EnumDescriptor deprecated added in v1.6.0

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetVSPTicketsByFeeStatusRequest_FeeStatus.Descriptor instead.

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Number added in v1.6.0

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) String added in v1.6.0

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Type added in v1.6.0

type GetVSPTicketsByFeeStatusResponse added in v1.6.0

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 added in v1.6.0

func (*GetVSPTicketsByFeeStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetVSPTicketsByFeeStatusResponse.ProtoReflect.Descriptor instead.

func (*GetVSPTicketsByFeeStatusResponse) GetTicketsHashes added in v1.6.0

func (x *GetVSPTicketsByFeeStatusResponse) GetTicketsHashes() [][]byte

func (*GetVSPTicketsByFeeStatusResponse) ProtoMessage added in v1.6.0

func (*GetVSPTicketsByFeeStatusResponse) ProtoMessage()

func (*GetVSPTicketsByFeeStatusResponse) ProtoReflect added in v1.6.0

func (*GetVSPTicketsByFeeStatusResponse) Reset added in v1.6.0

func (*GetVSPTicketsByFeeStatusResponse) String added in v1.6.0

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 added in v0.8.0

func (x *ImportPrivateKeyRequest) GetAccount() uint32

func (*ImportPrivateKeyRequest) GetPassphrase added in v0.8.0

func (x *ImportPrivateKeyRequest) GetPassphrase() []byte

func (*ImportPrivateKeyRequest) GetPrivateKeyWif added in v0.8.0

func (x *ImportPrivateKeyRequest) GetPrivateKeyWif() string

func (*ImportPrivateKeyRequest) GetRescan added in v0.8.0

func (x *ImportPrivateKeyRequest) GetRescan() bool

func (*ImportPrivateKeyRequest) GetScanFrom added in v0.8.0

func (x *ImportPrivateKeyRequest) GetScanFrom() int32

func (*ImportPrivateKeyRequest) ProtoMessage

func (*ImportPrivateKeyRequest) ProtoMessage()

func (*ImportPrivateKeyRequest) ProtoReflect added in v1.6.0

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 added in v1.6.0

func (x *ImportPrivateKeyResponse) ProtoReflect() protoreflect.Message

func (*ImportPrivateKeyResponse) Reset

func (x *ImportPrivateKeyResponse) Reset()

func (*ImportPrivateKeyResponse) String

func (x *ImportPrivateKeyResponse) String() string

type ImportScriptRequest added in v0.2.0

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 added in v0.2.0

func (*ImportScriptRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImportScriptRequest.ProtoReflect.Descriptor instead.

func (*ImportScriptRequest) GetPassphrase added in v0.8.0

func (x *ImportScriptRequest) GetPassphrase() []byte

func (*ImportScriptRequest) GetRequireRedeemable added in v1.0.3

func (x *ImportScriptRequest) GetRequireRedeemable() bool

func (*ImportScriptRequest) GetRescan added in v0.8.0

func (x *ImportScriptRequest) GetRescan() bool

func (*ImportScriptRequest) GetScanFrom added in v0.8.0

func (x *ImportScriptRequest) GetScanFrom() int32

func (*ImportScriptRequest) GetScript added in v0.8.0

func (x *ImportScriptRequest) GetScript() []byte

func (*ImportScriptRequest) ProtoMessage added in v0.2.0

func (*ImportScriptRequest) ProtoMessage()

func (*ImportScriptRequest) ProtoReflect added in v1.6.0

func (x *ImportScriptRequest) ProtoReflect() protoreflect.Message

func (*ImportScriptRequest) Reset added in v0.2.0

func (x *ImportScriptRequest) Reset()

func (*ImportScriptRequest) String added in v0.2.0

func (x *ImportScriptRequest) String() string

type ImportScriptResponse added in v0.2.0

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 added in v0.2.0

func (*ImportScriptResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImportScriptResponse.ProtoReflect.Descriptor instead.

func (*ImportScriptResponse) GetP2ShAddress added in v1.0.3

func (x *ImportScriptResponse) GetP2ShAddress() string

func (*ImportScriptResponse) GetRedeemable added in v1.0.3

func (x *ImportScriptResponse) GetRedeemable() bool

func (*ImportScriptResponse) ProtoMessage added in v0.2.0

func (*ImportScriptResponse) ProtoMessage()

func (*ImportScriptResponse) ProtoReflect added in v1.6.0

func (x *ImportScriptResponse) ProtoReflect() protoreflect.Message

func (*ImportScriptResponse) Reset added in v0.2.0

func (x *ImportScriptResponse) Reset()

func (*ImportScriptResponse) String added in v0.2.0

func (x *ImportScriptResponse) String() string

type LoadActiveDataFiltersRequest added in v0.7.0

type LoadActiveDataFiltersRequest struct {
	// contains filtered or unexported fields
}

func (*LoadActiveDataFiltersRequest) Descriptor deprecated added in v0.7.0

func (*LoadActiveDataFiltersRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoadActiveDataFiltersRequest.ProtoReflect.Descriptor instead.

func (*LoadActiveDataFiltersRequest) ProtoMessage added in v0.7.0

func (*LoadActiveDataFiltersRequest) ProtoMessage()

func (*LoadActiveDataFiltersRequest) ProtoReflect added in v1.6.0

func (*LoadActiveDataFiltersRequest) Reset added in v0.7.0

func (x *LoadActiveDataFiltersRequest) Reset()

func (*LoadActiveDataFiltersRequest) String added in v0.7.0

type LoadActiveDataFiltersResponse added in v0.7.0

type LoadActiveDataFiltersResponse struct {
	// contains filtered or unexported fields
}

func (*LoadActiveDataFiltersResponse) Descriptor deprecated added in v0.7.0

func (*LoadActiveDataFiltersResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoadActiveDataFiltersResponse.ProtoReflect.Descriptor instead.

func (*LoadActiveDataFiltersResponse) ProtoMessage added in v0.7.0

func (*LoadActiveDataFiltersResponse) ProtoMessage()

func (*LoadActiveDataFiltersResponse) ProtoReflect added in v1.6.0

func (*LoadActiveDataFiltersResponse) Reset added in v0.7.0

func (x *LoadActiveDataFiltersResponse) Reset()

func (*LoadActiveDataFiltersResponse) String added in v0.7.0

type LockAccountRequest added in v1.6.0

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 added in v1.6.0

func (*LockAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use LockAccountRequest.ProtoReflect.Descriptor instead.

func (*LockAccountRequest) GetAccountNumber added in v1.6.0

func (x *LockAccountRequest) GetAccountNumber() uint32

func (*LockAccountRequest) ProtoMessage added in v1.6.0

func (*LockAccountRequest) ProtoMessage()

func (*LockAccountRequest) ProtoReflect added in v1.6.0

func (x *LockAccountRequest) ProtoReflect() protoreflect.Message

func (*LockAccountRequest) Reset added in v1.6.0

func (x *LockAccountRequest) Reset()

func (*LockAccountRequest) String added in v1.6.0

func (x *LockAccountRequest) String() string

type LockAccountResponse added in v1.6.0

type LockAccountResponse struct {
	// contains filtered or unexported fields
}

func (*LockAccountResponse) Descriptor deprecated added in v1.6.0

func (*LockAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use LockAccountResponse.ProtoReflect.Descriptor instead.

func (*LockAccountResponse) ProtoMessage added in v1.6.0

func (*LockAccountResponse) ProtoMessage()

func (*LockAccountResponse) ProtoReflect added in v1.6.0

func (x *LockAccountResponse) ProtoReflect() protoreflect.Message

func (*LockAccountResponse) Reset added in v1.6.0

func (x *LockAccountResponse) Reset()

func (*LockAccountResponse) String added in v1.6.0

func (x *LockAccountResponse) String() string

type LockWalletRequest added in v1.6.0

type LockWalletRequest struct {
	// contains filtered or unexported fields
}

func (*LockWalletRequest) Descriptor deprecated added in v1.6.0

func (*LockWalletRequest) Descriptor() ([]byte, []int)

Deprecated: Use LockWalletRequest.ProtoReflect.Descriptor instead.

func (*LockWalletRequest) ProtoMessage added in v1.6.0

func (*LockWalletRequest) ProtoMessage()

func (*LockWalletRequest) ProtoReflect added in v1.6.0

func (x *LockWalletRequest) ProtoReflect() protoreflect.Message

func (*LockWalletRequest) Reset added in v1.6.0

func (x *LockWalletRequest) Reset()

func (*LockWalletRequest) String added in v1.6.0

func (x *LockWalletRequest) String() string

type LockWalletResponse added in v1.6.0

type LockWalletResponse struct {
	// contains filtered or unexported fields
}

func (*LockWalletResponse) Descriptor deprecated added in v1.6.0

func (*LockWalletResponse) Descriptor() ([]byte, []int)

Deprecated: Use LockWalletResponse.ProtoReflect.Descriptor instead.

func (*LockWalletResponse) ProtoMessage added in v1.6.0

func (*LockWalletResponse) ProtoMessage()

func (*LockWalletResponse) ProtoReflect added in v1.6.0

func (x *LockWalletResponse) ProtoReflect() protoreflect.Message

func (*LockWalletResponse) Reset added in v1.6.0

func (x *LockWalletResponse) Reset()

func (*LockWalletResponse) String added in v1.6.0

func (x *LockWalletResponse) String() string

type MessageVerificationServiceClient added in v1.0.7

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMessageVerificationServiceClient added in v1.0.7

func NewMessageVerificationServiceClient(cc grpc.ClientConnInterface) MessageVerificationServiceClient

type MessageVerificationServiceServer added in v1.0.7

type MessageVerificationServiceServer interface {
	VerifyMessage(context.Context, *VerifyMessageRequest) (*VerifyMessageResponse, error)
}

MessageVerificationServiceServer is the server API for MessageVerificationService service.

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 added in v1.6.0

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 added in v0.8.0

func (x *NetworkResponse) GetActiveNetwork() uint32

func (*NetworkResponse) ProtoMessage

func (*NetworkResponse) ProtoMessage()

func (*NetworkResponse) ProtoReflect added in v1.6.0

func (x *NetworkResponse) ProtoReflect() protoreflect.Message

func (*NetworkResponse) Reset

func (x *NetworkResponse) Reset()

func (*NetworkResponse) String

func (x *NetworkResponse) String() string

type NetworkServiceClient added in v1.6.0

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNetworkServiceClient added in v1.6.0

func NewNetworkServiceClient(cc grpc.ClientConnInterface) NetworkServiceClient

type NetworkServiceServer added in v1.6.0

type NetworkServiceServer interface {
	GetRawBlock(context.Context, *GetRawBlockRequest) (*GetRawBlockResponse, error)
}

NetworkServiceServer is the server API for NetworkService service.

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 added in v0.8.0

func (x *NextAccountRequest) GetAccountName() string

func (*NextAccountRequest) GetPassphrase added in v0.8.0

func (x *NextAccountRequest) GetPassphrase() []byte

func (*NextAccountRequest) ProtoMessage

func (*NextAccountRequest) ProtoMessage()

func (*NextAccountRequest) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *NextAccountResponse) GetAccountNumber() uint32

func (*NextAccountResponse) ProtoMessage

func (*NextAccountResponse) ProtoMessage()

func (*NextAccountResponse) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *NextAddressRequest) GetAccount() uint32

func (*NextAddressRequest) GetGapPolicy added in v1.0.3

func (*NextAddressRequest) GetKind added in v0.8.0

func (*NextAddressRequest) ProtoMessage

func (*NextAddressRequest) ProtoMessage()

func (*NextAddressRequest) ProtoReflect added in v1.6.0

func (x *NextAddressRequest) ProtoReflect() protoreflect.Message

func (*NextAddressRequest) Reset

func (x *NextAddressRequest) Reset()

func (*NextAddressRequest) String

func (x *NextAddressRequest) String() string

type NextAddressRequest_GapPolicy added in v1.0.3

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 added in v1.6.0

func (NextAddressRequest_GapPolicy) Enum added in v1.6.0

func (NextAddressRequest_GapPolicy) EnumDescriptor deprecated added in v1.0.3

func (NextAddressRequest_GapPolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use NextAddressRequest_GapPolicy.Descriptor instead.

func (NextAddressRequest_GapPolicy) Number added in v1.6.0

func (NextAddressRequest_GapPolicy) String added in v1.0.3

func (NextAddressRequest_GapPolicy) Type added in v1.6.0

type NextAddressRequest_Kind

type NextAddressRequest_Kind int32
const (
	NextAddressRequest_BIP0044_EXTERNAL NextAddressRequest_Kind = 0
	NextAddressRequest_BIP0044_INTERNAL NextAddressRequest_Kind = 1
)

func (NextAddressRequest_Kind) Descriptor added in v1.6.0

func (NextAddressRequest_Kind) Enum added in v1.6.0

func (NextAddressRequest_Kind) EnumDescriptor deprecated

func (NextAddressRequest_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use NextAddressRequest_Kind.Descriptor instead.

func (NextAddressRequest_Kind) Number added in v1.6.0

func (NextAddressRequest_Kind) String

func (x NextAddressRequest_Kind) String() string

func (NextAddressRequest_Kind) Type added in v1.6.0

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 added in v0.8.0

func (x *NextAddressResponse) GetAddress() string

func (*NextAddressResponse) GetPublicKey added in v0.8.0

func (x *NextAddressResponse) GetPublicKey() string

func (*NextAddressResponse) ProtoMessage

func (*NextAddressResponse) ProtoMessage()

func (*NextAddressResponse) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *OpenWalletRequest) GetPublicPassphrase() []byte

func (*OpenWalletRequest) ProtoMessage

func (*OpenWalletRequest) ProtoMessage()

func (*OpenWalletRequest) ProtoReflect added in v1.6.0

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 added in v1.6.0

func (x *OpenWalletResponse) GetWatchingOnly() bool

func (*OpenWalletResponse) ProtoMessage

func (*OpenWalletResponse) ProtoMessage()

func (*OpenWalletResponse) ProtoReflect added in v1.6.0

func (x *OpenWalletResponse) ProtoReflect() protoreflect.Message

func (*OpenWalletResponse) Reset

func (x *OpenWalletResponse) Reset()

func (*OpenWalletResponse) String

func (x *OpenWalletResponse) String() string

type PeerNotification added in v1.6.0

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 added in v1.6.0

func (*PeerNotification) Descriptor() ([]byte, []int)

Deprecated: Use PeerNotification.ProtoReflect.Descriptor instead.

func (*PeerNotification) GetAddress added in v1.6.0

func (x *PeerNotification) GetAddress() string

func (*PeerNotification) GetPeerCount added in v1.6.0

func (x *PeerNotification) GetPeerCount() int32

func (*PeerNotification) ProtoMessage added in v1.6.0

func (*PeerNotification) ProtoMessage()

func (*PeerNotification) ProtoReflect added in v1.6.0

func (x *PeerNotification) ProtoReflect() protoreflect.Message

func (*PeerNotification) Reset added in v1.6.0

func (x *PeerNotification) Reset()

func (*PeerNotification) String added in v1.6.0

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 added in v1.6.0

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 added in v1.6.0

func (x *PingResponse) ProtoReflect() protoreflect.Message

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

type ProcessManagedTicketsRequest added in v1.6.0

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 added in v1.6.0

func (*ProcessManagedTicketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProcessManagedTicketsRequest.ProtoReflect.Descriptor instead.

func (*ProcessManagedTicketsRequest) GetChangeAccount added in v1.6.0

func (x *ProcessManagedTicketsRequest) GetChangeAccount() uint32

func (*ProcessManagedTicketsRequest) GetFeeAccount added in v1.6.0

func (x *ProcessManagedTicketsRequest) GetFeeAccount() uint32

func (*ProcessManagedTicketsRequest) GetVspHost added in v1.6.0

func (x *ProcessManagedTicketsRequest) GetVspHost() string

func (*ProcessManagedTicketsRequest) GetVspPubkey added in v1.6.0

func (x *ProcessManagedTicketsRequest) GetVspPubkey() string

func (*ProcessManagedTicketsRequest) ProtoMessage added in v1.6.0

func (*ProcessManagedTicketsRequest) ProtoMessage()

func (*ProcessManagedTicketsRequest) ProtoReflect added in v1.6.0

func (*ProcessManagedTicketsRequest) Reset added in v1.6.0

func (x *ProcessManagedTicketsRequest) Reset()

func (*ProcessManagedTicketsRequest) String added in v1.6.0

type ProcessManagedTicketsResponse added in v1.6.0

type ProcessManagedTicketsResponse struct {
	// contains filtered or unexported fields
}

func (*ProcessManagedTicketsResponse) Descriptor deprecated added in v1.6.0

func (*ProcessManagedTicketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProcessManagedTicketsResponse.ProtoReflect.Descriptor instead.

func (*ProcessManagedTicketsResponse) ProtoMessage added in v1.6.0

func (*ProcessManagedTicketsResponse) ProtoMessage()

func (*ProcessManagedTicketsResponse) ProtoReflect added in v1.6.0

func (*ProcessManagedTicketsResponse) Reset added in v1.6.0

func (x *ProcessManagedTicketsResponse) Reset()

func (*ProcessManagedTicketsResponse) String added in v1.6.0

type ProcessUnmanagedTicketsRequest added in v1.6.0

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 added in v1.6.0

func (*ProcessUnmanagedTicketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUnmanagedTicketsRequest.ProtoReflect.Descriptor instead.

func (*ProcessUnmanagedTicketsRequest) GetChangeAccount added in v1.6.0

func (x *ProcessUnmanagedTicketsRequest) GetChangeAccount() uint32

func (*ProcessUnmanagedTicketsRequest) GetFeeAccount added in v1.6.0

func (x *ProcessUnmanagedTicketsRequest) GetFeeAccount() uint32

func (*ProcessUnmanagedTicketsRequest) GetVspHost added in v1.6.0

func (x *ProcessUnmanagedTicketsRequest) GetVspHost() string

func (*ProcessUnmanagedTicketsRequest) GetVspPubkey added in v1.6.0

func (x *ProcessUnmanagedTicketsRequest) GetVspPubkey() string

func (*ProcessUnmanagedTicketsRequest) ProtoMessage added in v1.6.0

func (*ProcessUnmanagedTicketsRequest) ProtoMessage()

func (*ProcessUnmanagedTicketsRequest) ProtoReflect added in v1.6.0

func (*ProcessUnmanagedTicketsRequest) Reset added in v1.6.0

func (x *ProcessUnmanagedTicketsRequest) Reset()

func (*ProcessUnmanagedTicketsRequest) String added in v1.6.0

type ProcessUnmanagedTicketsResponse added in v1.6.0

type ProcessUnmanagedTicketsResponse struct {
	// contains filtered or unexported fields
}

func (*ProcessUnmanagedTicketsResponse) Descriptor deprecated added in v1.6.0

func (*ProcessUnmanagedTicketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUnmanagedTicketsResponse.ProtoReflect.Descriptor instead.

func (*ProcessUnmanagedTicketsResponse) ProtoMessage added in v1.6.0

func (*ProcessUnmanagedTicketsResponse) ProtoMessage()

func (*ProcessUnmanagedTicketsResponse) ProtoReflect added in v1.6.0

func (*ProcessUnmanagedTicketsResponse) Reset added in v1.6.0

func (*ProcessUnmanagedTicketsResponse) String added in v1.6.0

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 added in v0.8.0

func (x *PublishTransactionRequest) GetSignedTransaction() []byte

func (*PublishTransactionRequest) ProtoMessage

func (*PublishTransactionRequest) ProtoMessage()

func (*PublishTransactionRequest) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *PublishTransactionResponse) GetTransactionHash() []byte

func (*PublishTransactionResponse) ProtoMessage

func (*PublishTransactionResponse) ProtoMessage()

func (*PublishTransactionResponse) ProtoReflect added in v1.6.0

func (*PublishTransactionResponse) Reset

func (x *PublishTransactionResponse) Reset()

func (*PublishTransactionResponse) String

func (x *PublishTransactionResponse) String() string

type PublishUnminedTransactionsRequest added in v1.2.0

type PublishUnminedTransactionsRequest struct {
	// contains filtered or unexported fields
}

func (*PublishUnminedTransactionsRequest) Descriptor deprecated added in v1.2.0

func (*PublishUnminedTransactionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use PublishUnminedTransactionsRequest.ProtoReflect.Descriptor instead.

func (*PublishUnminedTransactionsRequest) ProtoMessage added in v1.2.0

func (*PublishUnminedTransactionsRequest) ProtoMessage()

func (*PublishUnminedTransactionsRequest) ProtoReflect added in v1.6.0

func (*PublishUnminedTransactionsRequest) Reset added in v1.2.0

func (*PublishUnminedTransactionsRequest) String added in v1.2.0

type PublishUnminedTransactionsResponse added in v1.2.0

type PublishUnminedTransactionsResponse struct {
	// contains filtered or unexported fields
}

func (*PublishUnminedTransactionsResponse) Descriptor deprecated added in v1.2.0

func (*PublishUnminedTransactionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use PublishUnminedTransactionsResponse.ProtoReflect.Descriptor instead.

func (*PublishUnminedTransactionsResponse) ProtoMessage added in v1.2.0

func (*PublishUnminedTransactionsResponse) ProtoMessage()

func (*PublishUnminedTransactionsResponse) ProtoReflect added in v1.6.0

func (*PublishUnminedTransactionsResponse) Reset added in v1.2.0

func (*PublishUnminedTransactionsResponse) String added in v1.2.0

type PurchaseTicketsRequest added in v0.2.0

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"`
	// contains filtered or unexported fields
}

func (*PurchaseTicketsRequest) Descriptor deprecated added in v0.2.0

func (*PurchaseTicketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use PurchaseTicketsRequest.ProtoReflect.Descriptor instead.

func (*PurchaseTicketsRequest) GetAccount added in v0.8.0

func (x *PurchaseTicketsRequest) GetAccount() uint32

func (*PurchaseTicketsRequest) GetChangeAccount added in v1.6.0

func (x *PurchaseTicketsRequest) GetChangeAccount() uint32

func (*PurchaseTicketsRequest) GetCsppServer added in v1.6.0

func (x *PurchaseTicketsRequest) GetCsppServer() string

func (*PurchaseTicketsRequest) GetDontSignTx added in v1.6.0

func (x *PurchaseTicketsRequest) GetDontSignTx() bool

func (*PurchaseTicketsRequest) GetExpiry added in v0.8.0

func (x *PurchaseTicketsRequest) GetExpiry() uint32

func (*PurchaseTicketsRequest) GetMixedAccount added in v1.6.0

func (x *PurchaseTicketsRequest) GetMixedAccount() uint32

func (*PurchaseTicketsRequest) GetMixedAccountBranch added in v1.6.0

func (x *PurchaseTicketsRequest) GetMixedAccountBranch() uint32

func (*PurchaseTicketsRequest) GetMixedSplitAccount added in v1.6.0

func (x *PurchaseTicketsRequest) GetMixedSplitAccount() uint32

func (*PurchaseTicketsRequest) GetNumTickets added in v0.8.0

func (x *PurchaseTicketsRequest) GetNumTickets() uint32

func (*PurchaseTicketsRequest) GetPassphrase added in v0.8.0

func (x *PurchaseTicketsRequest) GetPassphrase() []byte

func (*PurchaseTicketsRequest) GetPoolAddress added in v0.8.0

func (x *PurchaseTicketsRequest) GetPoolAddress() string

func (*PurchaseTicketsRequest) GetPoolFees added in v0.8.0

func (x *PurchaseTicketsRequest) GetPoolFees() float64

func (*PurchaseTicketsRequest) GetRequiredConfirmations added in v0.8.0

func (x *PurchaseTicketsRequest) GetRequiredConfirmations() uint32

func (*PurchaseTicketsRequest) GetSpendLimit added in v0.8.0

func (x *PurchaseTicketsRequest) GetSpendLimit() int64

func (*PurchaseTicketsRequest) GetTicketAddress added in v0.8.0

func (x *PurchaseTicketsRequest) GetTicketAddress() string

func (*PurchaseTicketsRequest) GetTicketFee added in v0.8.0

func (x *PurchaseTicketsRequest) GetTicketFee() int64

func (*PurchaseTicketsRequest) GetTxFee added in v0.8.0

func (x *PurchaseTicketsRequest) GetTxFee() int64

func (*PurchaseTicketsRequest) GetVspHost added in v1.6.0

func (x *PurchaseTicketsRequest) GetVspHost() string

func (*PurchaseTicketsRequest) GetVspPubkey added in v1.6.0

func (x *PurchaseTicketsRequest) GetVspPubkey() string

func (*PurchaseTicketsRequest) ProtoMessage added in v0.2.0

func (*PurchaseTicketsRequest) ProtoMessage()

func (*PurchaseTicketsRequest) ProtoReflect added in v1.6.0

func (x *PurchaseTicketsRequest) ProtoReflect() protoreflect.Message

func (*PurchaseTicketsRequest) Reset added in v0.2.0

func (x *PurchaseTicketsRequest) Reset()

func (*PurchaseTicketsRequest) String added in v0.2.0

func (x *PurchaseTicketsRequest) String() string

type PurchaseTicketsResponse added in v0.2.0

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 added in v0.2.0

func (*PurchaseTicketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use PurchaseTicketsResponse.ProtoReflect.Descriptor instead.

func (*PurchaseTicketsResponse) GetSplitTx added in v1.6.0

func (x *PurchaseTicketsResponse) GetSplitTx() []byte

func (*PurchaseTicketsResponse) GetTicketHashes added in v0.8.0

func (x *PurchaseTicketsResponse) GetTicketHashes() [][]byte

func (*PurchaseTicketsResponse) GetTickets added in v1.6.0

func (x *PurchaseTicketsResponse) GetTickets() [][]byte

func (*PurchaseTicketsResponse) ProtoMessage added in v0.2.0

func (*PurchaseTicketsResponse) ProtoMessage()

func (*PurchaseTicketsResponse) ProtoReflect added in v1.6.0

func (x *PurchaseTicketsResponse) ProtoReflect() protoreflect.Message

func (*PurchaseTicketsResponse) Reset added in v0.2.0

func (x *PurchaseTicketsResponse) Reset()

func (*PurchaseTicketsResponse) String added in v0.2.0

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 added in v0.8.0

func (x *RenameAccountRequest) GetAccountNumber() uint32

func (*RenameAccountRequest) GetNewName added in v0.8.0

func (x *RenameAccountRequest) GetNewName() string

func (*RenameAccountRequest) ProtoMessage

func (*RenameAccountRequest) ProtoMessage()

func (*RenameAccountRequest) ProtoReflect added in v1.6.0

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 added in v1.6.0

func (x *RenameAccountResponse) ProtoReflect() protoreflect.Message

func (*RenameAccountResponse) Reset

func (x *RenameAccountResponse) Reset()

func (*RenameAccountResponse) String

func (x *RenameAccountResponse) String() string

type RescanPointRequest added in v1.6.0

type RescanPointRequest struct {
	// contains filtered or unexported fields
}

func (*RescanPointRequest) Descriptor deprecated added in v1.6.0

func (*RescanPointRequest) Descriptor() ([]byte, []int)

Deprecated: Use RescanPointRequest.ProtoReflect.Descriptor instead.

func (*RescanPointRequest) ProtoMessage added in v1.6.0

func (*RescanPointRequest) ProtoMessage()

func (*RescanPointRequest) ProtoReflect added in v1.6.0

func (x *RescanPointRequest) ProtoReflect() protoreflect.Message

func (*RescanPointRequest) Reset added in v1.6.0

func (x *RescanPointRequest) Reset()

func (*RescanPointRequest) String added in v1.6.0

func (x *RescanPointRequest) String() string

type RescanPointResponse added in v1.6.0

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 added in v1.6.0

func (*RescanPointResponse) Descriptor() ([]byte, []int)

Deprecated: Use RescanPointResponse.ProtoReflect.Descriptor instead.

func (*RescanPointResponse) GetRescanPointHash added in v1.6.0

func (x *RescanPointResponse) GetRescanPointHash() []byte

func (*RescanPointResponse) ProtoMessage added in v1.6.0

func (*RescanPointResponse) ProtoMessage()

func (*RescanPointResponse) ProtoReflect added in v1.6.0

func (x *RescanPointResponse) ProtoReflect() protoreflect.Message

func (*RescanPointResponse) Reset added in v1.6.0

func (x *RescanPointResponse) Reset()

func (*RescanPointResponse) String added in v1.6.0

func (x *RescanPointResponse) String() string

type RescanProgressNotification added in v1.6.0

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 added in v1.6.0

func (*RescanProgressNotification) Descriptor() ([]byte, []int)

Deprecated: Use RescanProgressNotification.ProtoReflect.Descriptor instead.

func (*RescanProgressNotification) GetRescannedThrough added in v1.6.0

func (x *RescanProgressNotification) GetRescannedThrough() int32

func (*RescanProgressNotification) ProtoMessage added in v1.6.0

func (*RescanProgressNotification) ProtoMessage()

func (*RescanProgressNotification) ProtoReflect added in v1.6.0

func (*RescanProgressNotification) Reset added in v1.6.0

func (x *RescanProgressNotification) Reset()

func (*RescanProgressNotification) String added in v1.6.0

func (x *RescanProgressNotification) String() string

type RescanRequest added in v0.7.0

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 added in v0.7.0

func (*RescanRequest) Descriptor() ([]byte, []int)

Deprecated: Use RescanRequest.ProtoReflect.Descriptor instead.

func (*RescanRequest) GetBeginHash added in v1.6.0

func (x *RescanRequest) GetBeginHash() []byte

func (*RescanRequest) GetBeginHeight added in v0.8.0

func (x *RescanRequest) GetBeginHeight() int32

func (*RescanRequest) ProtoMessage added in v0.7.0

func (*RescanRequest) ProtoMessage()

func (*RescanRequest) ProtoReflect added in v1.6.0

func (x *RescanRequest) ProtoReflect() protoreflect.Message

func (*RescanRequest) Reset added in v0.7.0

func (x *RescanRequest) Reset()

func (*RescanRequest) String added in v0.7.0

func (x *RescanRequest) String() string

type RescanResponse added in v0.7.0

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 added in v0.7.0

func (*RescanResponse) Descriptor() ([]byte, []int)

Deprecated: Use RescanResponse.ProtoReflect.Descriptor instead.

func (*RescanResponse) GetRescannedThrough added in v0.8.0

func (x *RescanResponse) GetRescannedThrough() int32

func (*RescanResponse) ProtoMessage added in v0.7.0

func (*RescanResponse) ProtoMessage()

func (*RescanResponse) ProtoReflect added in v1.6.0

func (x *RescanResponse) ProtoReflect() protoreflect.Message

func (*RescanResponse) Reset added in v0.7.0

func (x *RescanResponse) Reset()

func (*RescanResponse) String added in v0.7.0

func (x *RescanResponse) String() string

type RevokeTicketsRequest added in v1.0.3

type RevokeTicketsRequest struct {
	Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeTicketsRequest) Descriptor deprecated added in v1.0.3

func (*RevokeTicketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevokeTicketsRequest.ProtoReflect.Descriptor instead.

func (*RevokeTicketsRequest) GetPassphrase added in v1.0.3

func (x *RevokeTicketsRequest) GetPassphrase() []byte

func (*RevokeTicketsRequest) ProtoMessage added in v1.0.3

func (*RevokeTicketsRequest) ProtoMessage()

func (*RevokeTicketsRequest) ProtoReflect added in v1.6.0

func (x *RevokeTicketsRequest) ProtoReflect() protoreflect.Message

func (*RevokeTicketsRequest) Reset added in v1.0.3

func (x *RevokeTicketsRequest) Reset()

func (*RevokeTicketsRequest) String added in v1.0.3

func (x *RevokeTicketsRequest) String() string

type RevokeTicketsResponse added in v1.0.3

type RevokeTicketsResponse struct {
	// contains filtered or unexported fields
}

func (*RevokeTicketsResponse) Descriptor deprecated added in v1.0.3

func (*RevokeTicketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevokeTicketsResponse.ProtoReflect.Descriptor instead.

func (*RevokeTicketsResponse) ProtoMessage added in v1.0.3

func (*RevokeTicketsResponse) ProtoMessage()

func (*RevokeTicketsResponse) ProtoReflect added in v1.6.0

func (x *RevokeTicketsResponse) ProtoReflect() protoreflect.Message

func (*RevokeTicketsResponse) Reset added in v1.0.3

func (x *RevokeTicketsResponse) Reset()

func (*RevokeTicketsResponse) String added in v1.0.3

func (x *RevokeTicketsResponse) String() string

type RpcSyncRequest added in v1.6.0

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 added in v1.6.0

func (*RpcSyncRequest) Descriptor() ([]byte, []int)

Deprecated: Use RpcSyncRequest.ProtoReflect.Descriptor instead.

func (*RpcSyncRequest) GetCertificate added in v1.6.0

func (x *RpcSyncRequest) GetCertificate() []byte

func (*RpcSyncRequest) GetDiscoverAccounts added in v1.6.0

func (x *RpcSyncRequest) GetDiscoverAccounts() bool

func (*RpcSyncRequest) GetNetworkAddress added in v1.6.0

func (x *RpcSyncRequest) GetNetworkAddress() string

func (*RpcSyncRequest) GetPassword added in v1.6.0

func (x *RpcSyncRequest) GetPassword() []byte

func (*RpcSyncRequest) GetPrivatePassphrase added in v1.6.0

func (x *RpcSyncRequest) GetPrivatePassphrase() []byte

func (*RpcSyncRequest) GetUsername added in v1.6.0

func (x *RpcSyncRequest) GetUsername() string

func (*RpcSyncRequest) ProtoMessage added in v1.6.0

func (*RpcSyncRequest) ProtoMessage()

func (*RpcSyncRequest) ProtoReflect added in v1.6.0

func (x *RpcSyncRequest) ProtoReflect() protoreflect.Message

func (*RpcSyncRequest) Reset added in v1.6.0

func (x *RpcSyncRequest) Reset()

func (*RpcSyncRequest) String added in v1.6.0

func (x *RpcSyncRequest) String() string

type RpcSyncResponse added in v1.6.0

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 added in v1.6.0

func (*RpcSyncResponse) Descriptor() ([]byte, []int)

Deprecated: Use RpcSyncResponse.ProtoReflect.Descriptor instead.

func (*RpcSyncResponse) GetFetchHeaders added in v1.6.0

func (x *RpcSyncResponse) GetFetchHeaders() *FetchHeadersNotification

func (*RpcSyncResponse) GetFetchMissingCfilters added in v1.6.0

func (x *RpcSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification

func (*RpcSyncResponse) GetNotificationType added in v1.6.0

func (x *RpcSyncResponse) GetNotificationType() SyncNotificationType

func (*RpcSyncResponse) GetPeerInformation added in v1.6.0

func (x *RpcSyncResponse) GetPeerInformation() *PeerNotification

func (*RpcSyncResponse) GetRescanProgress added in v1.6.0

func (x *RpcSyncResponse) GetRescanProgress() *RescanProgressNotification

func (*RpcSyncResponse) GetSynced added in v1.6.0

func (x *RpcSyncResponse) GetSynced() bool

func (*RpcSyncResponse) ProtoMessage added in v1.6.0

func (*RpcSyncResponse) ProtoMessage()

func (*RpcSyncResponse) ProtoReflect added in v1.6.0

func (x *RpcSyncResponse) ProtoReflect() protoreflect.Message

func (*RpcSyncResponse) Reset added in v1.6.0

func (x *RpcSyncResponse) Reset()

func (*RpcSyncResponse) String added in v1.6.0

func (x *RpcSyncResponse) String() string

type RunAccountMixerRequest added in v1.6.0

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 added in v1.6.0

func (*RunAccountMixerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RunAccountMixerRequest.ProtoReflect.Descriptor instead.

func (*RunAccountMixerRequest) GetChangeAccount added in v1.6.0

func (x *RunAccountMixerRequest) GetChangeAccount() uint32

func (*RunAccountMixerRequest) GetCsppServer added in v1.6.0

func (x *RunAccountMixerRequest) GetCsppServer() string

func (*RunAccountMixerRequest) GetMixedAccount added in v1.6.0

func (x *RunAccountMixerRequest) GetMixedAccount() uint32

func (*RunAccountMixerRequest) GetMixedAccountBranch added in v1.6.0

func (x *RunAccountMixerRequest) GetMixedAccountBranch() uint32

func (*RunAccountMixerRequest) GetPassphrase added in v1.6.0

func (x *RunAccountMixerRequest) GetPassphrase() []byte

func (*RunAccountMixerRequest) ProtoMessage added in v1.6.0

func (*RunAccountMixerRequest) ProtoMessage()

func (*RunAccountMixerRequest) ProtoReflect added in v1.6.0

func (x *RunAccountMixerRequest) ProtoReflect() protoreflect.Message

func (*RunAccountMixerRequest) Reset added in v1.6.0

func (x *RunAccountMixerRequest) Reset()

func (*RunAccountMixerRequest) String added in v1.6.0

func (x *RunAccountMixerRequest) String() string

type RunAccountMixerResponse added in v1.6.0

type RunAccountMixerResponse struct {
	// contains filtered or unexported fields
}

func (*RunAccountMixerResponse) Descriptor deprecated added in v1.6.0

func (*RunAccountMixerResponse) Descriptor() ([]byte, []int)

Deprecated: Use RunAccountMixerResponse.ProtoReflect.Descriptor instead.

func (*RunAccountMixerResponse) ProtoMessage added in v1.6.0

func (*RunAccountMixerResponse) ProtoMessage()

func (*RunAccountMixerResponse) ProtoReflect added in v1.6.0

func (x *RunAccountMixerResponse) ProtoReflect() protoreflect.Message

func (*RunAccountMixerResponse) Reset added in v1.6.0

func (x *RunAccountMixerResponse) Reset()

func (*RunAccountMixerResponse) String added in v1.6.0

func (x *RunAccountMixerResponse) String() string

type RunTicketBuyerRequest added in v1.6.0

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 added in v1.6.0

func (*RunTicketBuyerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RunTicketBuyerRequest.ProtoReflect.Descriptor instead.

func (*RunTicketBuyerRequest) GetAccount added in v1.6.0

func (x *RunTicketBuyerRequest) GetAccount() uint32

func (*RunTicketBuyerRequest) GetBalanceToMaintain added in v1.6.0

func (x *RunTicketBuyerRequest) GetBalanceToMaintain() int64

func (*RunTicketBuyerRequest) GetChangeAccount added in v1.6.0

func (x *RunTicketBuyerRequest) GetChangeAccount() uint32

func (*RunTicketBuyerRequest) GetCsppServer added in v1.6.0

func (x *RunTicketBuyerRequest) GetCsppServer() string

func (*RunTicketBuyerRequest) GetLimit added in v1.6.0

func (x *RunTicketBuyerRequest) GetLimit() int32

func (*RunTicketBuyerRequest) GetMixedAccount added in v1.6.0

func (x *RunTicketBuyerRequest) GetMixedAccount() uint32

func (*RunTicketBuyerRequest) GetMixedAccountBranch added in v1.6.0

func (x *RunTicketBuyerRequest) GetMixedAccountBranch() uint32

func (*RunTicketBuyerRequest) GetMixedSplitAccount added in v1.6.0

func (x *RunTicketBuyerRequest) GetMixedSplitAccount() uint32

func (*RunTicketBuyerRequest) GetPassphrase added in v1.6.0

func (x *RunTicketBuyerRequest) GetPassphrase() []byte

func (*RunTicketBuyerRequest) GetPoolAddress added in v1.6.0

func (x *RunTicketBuyerRequest) GetPoolAddress() string

func (*RunTicketBuyerRequest) GetPoolFees added in v1.6.0

func (x *RunTicketBuyerRequest) GetPoolFees() float64

func (*RunTicketBuyerRequest) GetVotingAccount added in v1.6.0

func (x *RunTicketBuyerRequest) GetVotingAccount() uint32

func (*RunTicketBuyerRequest) GetVotingAddress added in v1.6.0

func (x *RunTicketBuyerRequest) GetVotingAddress() string

func (*RunTicketBuyerRequest) GetVspHost added in v1.6.0

func (x *RunTicketBuyerRequest) GetVspHost() string

func (*RunTicketBuyerRequest) GetVspPubkey added in v1.6.0

func (x *RunTicketBuyerRequest) GetVspPubkey() string

func (*RunTicketBuyerRequest) ProtoMessage added in v1.6.0

func (*RunTicketBuyerRequest) ProtoMessage()

func (*RunTicketBuyerRequest) ProtoReflect added in v1.6.0

func (x *RunTicketBuyerRequest) ProtoReflect() protoreflect.Message

func (*RunTicketBuyerRequest) Reset added in v1.6.0

func (x *RunTicketBuyerRequest) Reset()

func (*RunTicketBuyerRequest) String added in v1.6.0

func (x *RunTicketBuyerRequest) String() string

type RunTicketBuyerResponse added in v1.6.0

type RunTicketBuyerResponse struct {
	// contains filtered or unexported fields
}

func (*RunTicketBuyerResponse) Descriptor deprecated added in v1.6.0

func (*RunTicketBuyerResponse) Descriptor() ([]byte, []int)

Deprecated: Use RunTicketBuyerResponse.ProtoReflect.Descriptor instead.

func (*RunTicketBuyerResponse) ProtoMessage added in v1.6.0

func (*RunTicketBuyerResponse) ProtoMessage()

func (*RunTicketBuyerResponse) ProtoReflect added in v1.6.0

func (x *RunTicketBuyerResponse) ProtoReflect() protoreflect.Message

func (*RunTicketBuyerResponse) Reset added in v1.6.0

func (x *RunTicketBuyerResponse) Reset()

func (*RunTicketBuyerResponse) String added in v1.6.0

func (x *RunTicketBuyerResponse) String() string

type SeedServiceClient added in v0.7.0

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSeedServiceClient added in v0.7.0

func NewSeedServiceClient(cc grpc.ClientConnInterface) SeedServiceClient

type SeedServiceServer added in v0.7.0

type SeedServiceServer interface {
	GenerateRandomSeed(context.Context, *GenerateRandomSeedRequest) (*GenerateRandomSeedResponse, error)
	DecodeSeed(context.Context, *DecodeSeedRequest) (*DecodeSeedResponse, error)
}

SeedServiceServer is the server API for SeedService service.

type SetAccountPassphraseRequest added in v1.6.0

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 added in v1.6.0

func (*SetAccountPassphraseRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountPassphraseRequest.ProtoReflect.Descriptor instead.

func (*SetAccountPassphraseRequest) GetAccountNumber added in v1.6.0

func (x *SetAccountPassphraseRequest) GetAccountNumber() uint32

func (*SetAccountPassphraseRequest) GetAccountPassphrase added in v1.6.0

func (x *SetAccountPassphraseRequest) GetAccountPassphrase() []byte

func (*SetAccountPassphraseRequest) GetNewAccountPassphrase added in v1.6.0

func (x *SetAccountPassphraseRequest) GetNewAccountPassphrase() []byte

func (*SetAccountPassphraseRequest) GetWalletPassphrase added in v1.6.0

func (x *SetAccountPassphraseRequest) GetWalletPassphrase() []byte

func (*SetAccountPassphraseRequest) ProtoMessage added in v1.6.0

func (*SetAccountPassphraseRequest) ProtoMessage()

func (*SetAccountPassphraseRequest) ProtoReflect added in v1.6.0

func (*SetAccountPassphraseRequest) Reset added in v1.6.0

func (x *SetAccountPassphraseRequest) Reset()

func (*SetAccountPassphraseRequest) String added in v1.6.0

func (x *SetAccountPassphraseRequest) String() string

type SetAccountPassphraseResponse added in v1.6.0

type SetAccountPassphraseResponse struct {
	// contains filtered or unexported fields
}

func (*SetAccountPassphraseResponse) Descriptor deprecated added in v1.6.0

func (*SetAccountPassphraseResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountPassphraseResponse.ProtoReflect.Descriptor instead.

func (*SetAccountPassphraseResponse) ProtoMessage added in v1.6.0

func (*SetAccountPassphraseResponse) ProtoMessage()

func (*SetAccountPassphraseResponse) ProtoReflect added in v1.6.0

func (*SetAccountPassphraseResponse) Reset added in v1.6.0

func (x *SetAccountPassphraseResponse) Reset()

func (*SetAccountPassphraseResponse) String added in v1.6.0

type SetAccountRequest added in v1.0.0

type SetAccountRequest struct {
	Account uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAccountRequest) Descriptor deprecated added in v1.0.0

func (*SetAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountRequest.ProtoReflect.Descriptor instead.

func (*SetAccountRequest) GetAccount added in v1.0.0

func (x *SetAccountRequest) GetAccount() uint32

func (*SetAccountRequest) ProtoMessage added in v1.0.0

func (*SetAccountRequest) ProtoMessage()

func (*SetAccountRequest) ProtoReflect added in v1.6.0

func (x *SetAccountRequest) ProtoReflect() protoreflect.Message

func (*SetAccountRequest) Reset added in v1.0.0

func (x *SetAccountRequest) Reset()

func (*SetAccountRequest) String added in v1.0.0

func (x *SetAccountRequest) String() string

type SetAccountResponse added in v1.0.0

type SetAccountResponse struct {
	// contains filtered or unexported fields
}

func (*SetAccountResponse) Descriptor deprecated added in v1.0.0

func (*SetAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountResponse.ProtoReflect.Descriptor instead.

func (*SetAccountResponse) ProtoMessage added in v1.0.0

func (*SetAccountResponse) ProtoMessage()

func (*SetAccountResponse) ProtoReflect added in v1.6.0

func (x *SetAccountResponse) ProtoReflect() protoreflect.Message

func (*SetAccountResponse) Reset added in v1.0.0

func (x *SetAccountResponse) Reset()

func (*SetAccountResponse) String added in v1.0.0

func (x *SetAccountResponse) String() string

type SetBalanceToMaintainRequest added in v1.0.0

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 added in v1.0.0

func (*SetBalanceToMaintainRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetBalanceToMaintainRequest.ProtoReflect.Descriptor instead.

func (*SetBalanceToMaintainRequest) GetBalanceToMaintain added in v1.0.0

func (x *SetBalanceToMaintainRequest) GetBalanceToMaintain() int64

func (*SetBalanceToMaintainRequest) ProtoMessage added in v1.0.0

func (*SetBalanceToMaintainRequest) ProtoMessage()

func (*SetBalanceToMaintainRequest) ProtoReflect added in v1.6.0

func (*SetBalanceToMaintainRequest) Reset added in v1.0.0

func (x *SetBalanceToMaintainRequest) Reset()

func (*SetBalanceToMaintainRequest) String added in v1.0.0

func (x *SetBalanceToMaintainRequest) String() string

type SetBalanceToMaintainResponse added in v1.0.0

type SetBalanceToMaintainResponse struct {
	// contains filtered or unexported fields
}

func (*SetBalanceToMaintainResponse) Descriptor deprecated added in v1.0.0

func (*SetBalanceToMaintainResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetBalanceToMaintainResponse.ProtoReflect.Descriptor instead.

func (*SetBalanceToMaintainResponse) ProtoMessage added in v1.0.0

func (*SetBalanceToMaintainResponse) ProtoMessage()

func (*SetBalanceToMaintainResponse) ProtoReflect added in v1.6.0

func (*SetBalanceToMaintainResponse) Reset added in v1.0.0

func (x *SetBalanceToMaintainResponse) Reset()

func (*SetBalanceToMaintainResponse) String added in v1.0.0

type SetMaxFeeRequest added in v1.0.0

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 added in v1.0.0

func (*SetMaxFeeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMaxFeeRequest.ProtoReflect.Descriptor instead.

func (*SetMaxFeeRequest) GetMaxFeePerKb added in v1.0.0

func (x *SetMaxFeeRequest) GetMaxFeePerKb() int64

func (*SetMaxFeeRequest) ProtoMessage added in v1.0.0

func (*SetMaxFeeRequest) ProtoMessage()

func (*SetMaxFeeRequest) ProtoReflect added in v1.6.0

func (x *SetMaxFeeRequest) ProtoReflect() protoreflect.Message

func (*SetMaxFeeRequest) Reset added in v1.0.0

func (x *SetMaxFeeRequest) Reset()

func (*SetMaxFeeRequest) String added in v1.0.0

func (x *SetMaxFeeRequest) String() string

type SetMaxFeeResponse added in v1.0.0

type SetMaxFeeResponse struct {
	// contains filtered or unexported fields
}

func (*SetMaxFeeResponse) Descriptor deprecated added in v1.0.0

func (*SetMaxFeeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetMaxFeeResponse.ProtoReflect.Descriptor instead.

func (*SetMaxFeeResponse) ProtoMessage added in v1.0.0

func (*SetMaxFeeResponse) ProtoMessage()

func (*SetMaxFeeResponse) ProtoReflect added in v1.6.0

func (x *SetMaxFeeResponse) ProtoReflect() protoreflect.Message

func (*SetMaxFeeResponse) Reset added in v1.0.0

func (x *SetMaxFeeResponse) Reset()

func (*SetMaxFeeResponse) String added in v1.0.0

func (x *SetMaxFeeResponse) String() string

type SetMaxPerBlockRequest added in v1.0.0

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 added in v1.0.0

func (*SetMaxPerBlockRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMaxPerBlockRequest.ProtoReflect.Descriptor instead.

func (*SetMaxPerBlockRequest) GetMaxPerBlock added in v1.0.0

func (x *SetMaxPerBlockRequest) GetMaxPerBlock() int64

func (*SetMaxPerBlockRequest) ProtoMessage added in v1.0.0

func (*SetMaxPerBlockRequest) ProtoMessage()

func (*SetMaxPerBlockRequest) ProtoReflect added in v1.6.0

func (x *SetMaxPerBlockRequest) ProtoReflect() protoreflect.Message

func (*SetMaxPerBlockRequest) Reset added in v1.0.0

func (x *SetMaxPerBlockRequest) Reset()

func (*SetMaxPerBlockRequest) String added in v1.0.0

func (x *SetMaxPerBlockRequest) String() string

type SetMaxPerBlockResponse added in v1.0.0

type SetMaxPerBlockResponse struct {
	// contains filtered or unexported fields
}

func (*SetMaxPerBlockResponse) Descriptor deprecated added in v1.0.0

func (*SetMaxPerBlockResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetMaxPerBlockResponse.ProtoReflect.Descriptor instead.

func (*SetMaxPerBlockResponse) ProtoMessage added in v1.0.0

func (*SetMaxPerBlockResponse) ProtoMessage()

func (*SetMaxPerBlockResponse) ProtoReflect added in v1.6.0

func (x *SetMaxPerBlockResponse) ProtoReflect() protoreflect.Message

func (*SetMaxPerBlockResponse) Reset added in v1.0.0

func (x *SetMaxPerBlockResponse) Reset()

func (*SetMaxPerBlockResponse) String added in v1.0.0

func (x *SetMaxPerBlockResponse) String() string

type SetMaxPriceAbsoluteRequest added in v1.0.0

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 added in v1.0.0

func (*SetMaxPriceAbsoluteRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMaxPriceAbsoluteRequest.ProtoReflect.Descriptor instead.

func (*SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute added in v1.0.0

func (x *SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute() int64

func (*SetMaxPriceAbsoluteRequest) ProtoMessage added in v1.0.0

func (*SetMaxPriceAbsoluteRequest) ProtoMessage()

func (*SetMaxPriceAbsoluteRequest) ProtoReflect added in v1.6.0

func (*SetMaxPriceAbsoluteRequest) Reset added in v1.0.0

func (x *SetMaxPriceAbsoluteRequest) Reset()

func (*SetMaxPriceAbsoluteRequest) String added in v1.0.0

func (x *SetMaxPriceAbsoluteRequest) String() string

type SetMaxPriceAbsoluteResponse added in v1.0.0

type SetMaxPriceAbsoluteResponse struct {
	// contains filtered or unexported fields
}

func (*SetMaxPriceAbsoluteResponse) Descriptor deprecated added in v1.0.0

func (*SetMaxPriceAbsoluteResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetMaxPriceAbsoluteResponse.ProtoReflect.Descriptor instead.

func (*SetMaxPriceAbsoluteResponse) ProtoMessage added in v1.0.0

func (*SetMaxPriceAbsoluteResponse) ProtoMessage()

func (*SetMaxPriceAbsoluteResponse) ProtoReflect added in v1.6.0

func (*SetMaxPriceAbsoluteResponse) Reset added in v1.0.0

func (x *SetMaxPriceAbsoluteResponse) Reset()

func (*SetMaxPriceAbsoluteResponse) String added in v1.0.0

func (x *SetMaxPriceAbsoluteResponse) String() string

type SetMaxPriceRelativeRequest added in v1.0.0

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 added in v1.0.0

func (*SetMaxPriceRelativeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMaxPriceRelativeRequest.ProtoReflect.Descriptor instead.

func (*SetMaxPriceRelativeRequest) GetMaxPriceRelative added in v1.0.0

func (x *SetMaxPriceRelativeRequest) GetMaxPriceRelative() float64

func (*SetMaxPriceRelativeRequest) ProtoMessage added in v1.0.0

func (*SetMaxPriceRelativeRequest) ProtoMessage()

func (*SetMaxPriceRelativeRequest) ProtoReflect added in v1.6.0

func (*SetMaxPriceRelativeRequest) Reset added in v1.0.0

func (x *SetMaxPriceRelativeRequest) Reset()

func (*SetMaxPriceRelativeRequest) String added in v1.0.0

func (x *SetMaxPriceRelativeRequest) String() string

type SetMaxPriceRelativeResponse added in v1.0.0

type SetMaxPriceRelativeResponse struct {
	// contains filtered or unexported fields
}

func (*SetMaxPriceRelativeResponse) Descriptor deprecated added in v1.0.0

func (*SetMaxPriceRelativeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetMaxPriceRelativeResponse.ProtoReflect.Descriptor instead.

func (*SetMaxPriceRelativeResponse) ProtoMessage added in v1.0.0

func (*SetMaxPriceRelativeResponse) ProtoMessage()

func (*SetMaxPriceRelativeResponse) ProtoReflect added in v1.6.0

func (*SetMaxPriceRelativeResponse) Reset added in v1.0.0

func (x *SetMaxPriceRelativeResponse) Reset()

func (*SetMaxPriceRelativeResponse) String added in v1.0.0

func (x *SetMaxPriceRelativeResponse) String() string

type SetPoolAddressRequest added in v1.0.0

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 added in v1.0.0

func (*SetPoolAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetPoolAddressRequest.ProtoReflect.Descriptor instead.

func (*SetPoolAddressRequest) GetPoolAddress added in v1.0.0

func (x *SetPoolAddressRequest) GetPoolAddress() string

func (*SetPoolAddressRequest) ProtoMessage added in v1.0.0

func (*SetPoolAddressRequest) ProtoMessage()

func (*SetPoolAddressRequest) ProtoReflect added in v1.6.0

func (x *SetPoolAddressRequest) ProtoReflect() protoreflect.Message

func (*SetPoolAddressRequest) Reset added in v1.0.0

func (x *SetPoolAddressRequest) Reset()

func (*SetPoolAddressRequest) String added in v1.0.0

func (x *SetPoolAddressRequest) String() string

type SetPoolAddressResponse added in v1.0.0

type SetPoolAddressResponse struct {
	// contains filtered or unexported fields
}

func (*SetPoolAddressResponse) Descriptor deprecated added in v1.0.0

func (*SetPoolAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetPoolAddressResponse.ProtoReflect.Descriptor instead.

func (*SetPoolAddressResponse) ProtoMessage added in v1.0.0

func (*SetPoolAddressResponse) ProtoMessage()

func (*SetPoolAddressResponse) ProtoReflect added in v1.6.0

func (x *SetPoolAddressResponse) ProtoReflect() protoreflect.Message

func (*SetPoolAddressResponse) Reset added in v1.0.0

func (x *SetPoolAddressResponse) Reset()

func (*SetPoolAddressResponse) String added in v1.0.0

func (x *SetPoolAddressResponse) String() string

type SetPoolFeesRequest added in v1.0.0

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 added in v1.0.0

func (*SetPoolFeesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetPoolFeesRequest.ProtoReflect.Descriptor instead.

func (*SetPoolFeesRequest) GetPoolFees added in v1.0.0

func (x *SetPoolFeesRequest) GetPoolFees() float64

func (*SetPoolFeesRequest) ProtoMessage added in v1.0.0

func (*SetPoolFeesRequest) ProtoMessage()

func (*SetPoolFeesRequest) ProtoReflect added in v1.6.0

func (x *SetPoolFeesRequest) ProtoReflect() protoreflect.Message

func (*SetPoolFeesRequest) Reset added in v1.0.0

func (x *SetPoolFeesRequest) Reset()

func (*SetPoolFeesRequest) String added in v1.0.0

func (x *SetPoolFeesRequest) String() string

type SetPoolFeesResponse added in v1.0.0

type SetPoolFeesResponse struct {
	// contains filtered or unexported fields
}

func (*SetPoolFeesResponse) Descriptor deprecated added in v1.0.0

func (*SetPoolFeesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetPoolFeesResponse.ProtoReflect.Descriptor instead.

func (*SetPoolFeesResponse) ProtoMessage added in v1.0.0

func (*SetPoolFeesResponse) ProtoMessage()

func (*SetPoolFeesResponse) ProtoReflect added in v1.6.0

func (x *SetPoolFeesResponse) ProtoReflect() protoreflect.Message

func (*SetPoolFeesResponse) Reset added in v1.0.0

func (x *SetPoolFeesResponse) Reset()

func (*SetPoolFeesResponse) String added in v1.0.0

func (x *SetPoolFeesResponse) String() string

type SetVoteChoicesRequest added in v1.0.0

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 added in v1.0.0

func (*SetVoteChoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetVoteChoicesRequest.ProtoReflect.Descriptor instead.

func (*SetVoteChoicesRequest) GetChoices added in v1.0.0

func (*SetVoteChoicesRequest) GetTicketHash added in v1.6.0

func (x *SetVoteChoicesRequest) GetTicketHash() []byte

func (*SetVoteChoicesRequest) ProtoMessage added in v1.0.0

func (*SetVoteChoicesRequest) ProtoMessage()

func (*SetVoteChoicesRequest) ProtoReflect added in v1.6.0

func (x *SetVoteChoicesRequest) ProtoReflect() protoreflect.Message

func (*SetVoteChoicesRequest) Reset added in v1.0.0

func (x *SetVoteChoicesRequest) Reset()

func (*SetVoteChoicesRequest) String added in v1.0.0

func (x *SetVoteChoicesRequest) String() string

type SetVoteChoicesRequest_Choice added in v1.0.0

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 added in v1.0.0

func (*SetVoteChoicesRequest_Choice) Descriptor() ([]byte, []int)

Deprecated: Use SetVoteChoicesRequest_Choice.ProtoReflect.Descriptor instead.

func (*SetVoteChoicesRequest_Choice) GetAgendaId added in v1.0.0

func (x *SetVoteChoicesRequest_Choice) GetAgendaId() string

func (*SetVoteChoicesRequest_Choice) GetChoiceId added in v1.0.0

func (x *SetVoteChoicesRequest_Choice) GetChoiceId() string

func (*SetVoteChoicesRequest_Choice) ProtoMessage added in v1.0.0

func (*SetVoteChoicesRequest_Choice) ProtoMessage()

func (*SetVoteChoicesRequest_Choice) ProtoReflect added in v1.6.0

func (*SetVoteChoicesRequest_Choice) Reset added in v1.0.0

func (x *SetVoteChoicesRequest_Choice) Reset()

func (*SetVoteChoicesRequest_Choice) String added in v1.0.0

type SetVoteChoicesResponse added in v1.0.0

type SetVoteChoicesResponse struct {
	Votebits uint32 `protobuf:"varint,1,opt,name=votebits,proto3" json:"votebits,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVoteChoicesResponse) Descriptor deprecated added in v1.0.0

func (*SetVoteChoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetVoteChoicesResponse.ProtoReflect.Descriptor instead.

func (*SetVoteChoicesResponse) GetVotebits added in v1.0.0

func (x *SetVoteChoicesResponse) GetVotebits() uint32

func (*SetVoteChoicesResponse) ProtoMessage added in v1.0.0

func (*SetVoteChoicesResponse) ProtoMessage()

func (*SetVoteChoicesResponse) ProtoReflect added in v1.6.0

func (x *SetVoteChoicesResponse) ProtoReflect() protoreflect.Message

func (*SetVoteChoicesResponse) Reset added in v1.0.0

func (x *SetVoteChoicesResponse) Reset()

func (*SetVoteChoicesResponse) String added in v1.0.0

func (x *SetVoteChoicesResponse) String() string

type SetVotingAddressRequest added in v1.0.0

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 added in v1.0.0

func (*SetVotingAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetVotingAddressRequest.ProtoReflect.Descriptor instead.

func (*SetVotingAddressRequest) GetVotingAddress added in v1.0.0

func (x *SetVotingAddressRequest) GetVotingAddress() string

func (*SetVotingAddressRequest) ProtoMessage added in v1.0.0

func (*SetVotingAddressRequest) ProtoMessage()

func (*SetVotingAddressRequest) ProtoReflect added in v1.6.0

func (x *SetVotingAddressRequest) ProtoReflect() protoreflect.Message

func (*SetVotingAddressRequest) Reset added in v1.0.0

func (x *SetVotingAddressRequest) Reset()

func (*SetVotingAddressRequest) String added in v1.0.0

func (x *SetVotingAddressRequest) String() string

type SetVotingAddressResponse added in v1.0.0

type SetVotingAddressResponse struct {
	// contains filtered or unexported fields
}

func (*SetVotingAddressResponse) Descriptor deprecated added in v1.0.0

func (*SetVotingAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetVotingAddressResponse.ProtoReflect.Descriptor instead.

func (*SetVotingAddressResponse) ProtoMessage added in v1.0.0

func (*SetVotingAddressResponse) ProtoMessage()

func (*SetVotingAddressResponse) ProtoReflect added in v1.6.0

func (x *SetVotingAddressResponse) ProtoReflect() protoreflect.Message

func (*SetVotingAddressResponse) Reset added in v1.0.0

func (x *SetVotingAddressResponse) Reset()

func (*SetVotingAddressResponse) String added in v1.0.0

func (x *SetVotingAddressResponse) String() string

type SetVspdVoteChoicesRequest added in v1.6.1

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 added in v1.6.1

func (*SetVspdVoteChoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetVspdVoteChoicesRequest.ProtoReflect.Descriptor instead.

func (*SetVspdVoteChoicesRequest) GetChangeAccount added in v1.6.1

func (x *SetVspdVoteChoicesRequest) GetChangeAccount() uint32

func (*SetVspdVoteChoicesRequest) GetFeeAccount added in v1.6.1

func (x *SetVspdVoteChoicesRequest) GetFeeAccount() uint32

func (*SetVspdVoteChoicesRequest) GetVspHost added in v1.6.1

func (x *SetVspdVoteChoicesRequest) GetVspHost() string

func (*SetVspdVoteChoicesRequest) GetVspPubkey added in v1.6.1

func (x *SetVspdVoteChoicesRequest) GetVspPubkey() string

func (*SetVspdVoteChoicesRequest) ProtoMessage added in v1.6.1

func (*SetVspdVoteChoicesRequest) ProtoMessage()

func (*SetVspdVoteChoicesRequest) ProtoReflect added in v1.6.1

func (*SetVspdVoteChoicesRequest) Reset added in v1.6.1

func (x *SetVspdVoteChoicesRequest) Reset()

func (*SetVspdVoteChoicesRequest) String added in v1.6.1

func (x *SetVspdVoteChoicesRequest) String() string

type SetVspdVoteChoicesResponse added in v1.6.1

type SetVspdVoteChoicesResponse struct {
	// contains filtered or unexported fields
}

func (*SetVspdVoteChoicesResponse) Descriptor deprecated added in v1.6.1

func (*SetVspdVoteChoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetVspdVoteChoicesResponse.ProtoReflect.Descriptor instead.

func (*SetVspdVoteChoicesResponse) ProtoMessage added in v1.6.1

func (*SetVspdVoteChoicesResponse) ProtoMessage()

func (*SetVspdVoteChoicesResponse) ProtoReflect added in v1.6.1

func (*SetVspdVoteChoicesResponse) Reset added in v1.6.1

func (x *SetVspdVoteChoicesResponse) Reset()

func (*SetVspdVoteChoicesResponse) String added in v1.6.1

func (x *SetVspdVoteChoicesResponse) String() string

type SignHashesRequest added in v1.6.0

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 added in v1.6.0

func (*SignHashesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SignHashesRequest.ProtoReflect.Descriptor instead.

func (*SignHashesRequest) GetAddress added in v1.6.0

func (x *SignHashesRequest) GetAddress() string

func (*SignHashesRequest) GetHashes added in v1.6.0

func (x *SignHashesRequest) GetHashes() [][]byte

func (*SignHashesRequest) GetPassphrase added in v1.6.0

func (x *SignHashesRequest) GetPassphrase() []byte

func (*SignHashesRequest) ProtoMessage added in v1.6.0

func (*SignHashesRequest) ProtoMessage()

func (*SignHashesRequest) ProtoReflect added in v1.6.0

func (x *SignHashesRequest) ProtoReflect() protoreflect.Message

func (*SignHashesRequest) Reset added in v1.6.0

func (x *SignHashesRequest) Reset()

func (*SignHashesRequest) String added in v1.6.0

func (x *SignHashesRequest) String() string

type SignHashesResponse added in v1.6.0

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 added in v1.6.0

func (*SignHashesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SignHashesResponse.ProtoReflect.Descriptor instead.

func (*SignHashesResponse) GetPublicKey added in v1.6.0

func (x *SignHashesResponse) GetPublicKey() []byte

func (*SignHashesResponse) GetSignatures added in v1.6.0

func (x *SignHashesResponse) GetSignatures() [][]byte

func (*SignHashesResponse) ProtoMessage added in v1.6.0

func (*SignHashesResponse) ProtoMessage()

func (*SignHashesResponse) ProtoReflect added in v1.6.0

func (x *SignHashesResponse) ProtoReflect() protoreflect.Message

func (*SignHashesResponse) Reset added in v1.6.0

func (x *SignHashesResponse) Reset()

func (*SignHashesResponse) String added in v1.6.0

func (x *SignHashesResponse) String() string

type SignMessageRequest added in v1.0.7

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 added in v1.0.7

func (*SignMessageRequest) Descriptor() ([]byte, []int)

Deprecated: Use SignMessageRequest.ProtoReflect.Descriptor instead.

func (*SignMessageRequest) GetAddress added in v1.0.7

func (x *SignMessageRequest) GetAddress() string

func (*SignMessageRequest) GetMessage added in v1.0.7

func (x *SignMessageRequest) GetMessage() string

func (*SignMessageRequest) GetPassphrase added in v1.0.7

func (x *SignMessageRequest) GetPassphrase() []byte

func (*SignMessageRequest) ProtoMessage added in v1.0.7

func (*SignMessageRequest) ProtoMessage()

func (*SignMessageRequest) ProtoReflect added in v1.6.0

func (x *SignMessageRequest) ProtoReflect() protoreflect.Message

func (*SignMessageRequest) Reset added in v1.0.7

func (x *SignMessageRequest) Reset()

func (*SignMessageRequest) String added in v1.0.7

func (x *SignMessageRequest) String() string

type SignMessageResponse added in v1.0.7

type SignMessageResponse struct {
	Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignMessageResponse) Descriptor deprecated added in v1.0.7

func (*SignMessageResponse) Descriptor() ([]byte, []int)

Deprecated: Use SignMessageResponse.ProtoReflect.Descriptor instead.

func (*SignMessageResponse) GetSignature added in v1.0.7

func (x *SignMessageResponse) GetSignature() []byte

func (*SignMessageResponse) ProtoMessage added in v1.0.7

func (*SignMessageResponse) ProtoMessage()

func (*SignMessageResponse) ProtoReflect added in v1.6.0

func (x *SignMessageResponse) ProtoReflect() protoreflect.Message

func (*SignMessageResponse) Reset added in v1.0.7

func (x *SignMessageResponse) Reset()

func (*SignMessageResponse) String added in v1.0.7

func (x *SignMessageResponse) String() string

type SignMessagesRequest added in v1.2.0

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 added in v1.2.0

func (*SignMessagesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SignMessagesRequest.ProtoReflect.Descriptor instead.

func (*SignMessagesRequest) GetMessages added in v1.2.0

func (*SignMessagesRequest) GetPassphrase added in v1.2.0

func (x *SignMessagesRequest) GetPassphrase() []byte

func (*SignMessagesRequest) ProtoMessage added in v1.2.0

func (*SignMessagesRequest) ProtoMessage()

func (*SignMessagesRequest) ProtoReflect added in v1.6.0

func (x *SignMessagesRequest) ProtoReflect() protoreflect.Message

func (*SignMessagesRequest) Reset added in v1.2.0

func (x *SignMessagesRequest) Reset()

func (*SignMessagesRequest) String added in v1.2.0

func (x *SignMessagesRequest) String() string

type SignMessagesRequest_Message added in v1.2.0

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 added in v1.2.0

func (*SignMessagesRequest_Message) Descriptor() ([]byte, []int)

Deprecated: Use SignMessagesRequest_Message.ProtoReflect.Descriptor instead.

func (*SignMessagesRequest_Message) GetAddress added in v1.2.0

func (x *SignMessagesRequest_Message) GetAddress() string

func (*SignMessagesRequest_Message) GetMessage added in v1.2.0

func (x *SignMessagesRequest_Message) GetMessage() string

func (*SignMessagesRequest_Message) ProtoMessage added in v1.2.0

func (*SignMessagesRequest_Message) ProtoMessage()

func (*SignMessagesRequest_Message) ProtoReflect added in v1.6.0

func (*SignMessagesRequest_Message) Reset added in v1.2.0

func (x *SignMessagesRequest_Message) Reset()

func (*SignMessagesRequest_Message) String added in v1.2.0

func (x *SignMessagesRequest_Message) String() string

type SignMessagesResponse added in v1.2.0

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 added in v1.2.0

func (*SignMessagesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SignMessagesResponse.ProtoReflect.Descriptor instead.

func (*SignMessagesResponse) GetReplies added in v1.2.0

func (*SignMessagesResponse) ProtoMessage added in v1.2.0

func (*SignMessagesResponse) ProtoMessage()

func (*SignMessagesResponse) ProtoReflect added in v1.6.0

func (x *SignMessagesResponse) ProtoReflect() protoreflect.Message

func (*SignMessagesResponse) Reset added in v1.2.0

func (x *SignMessagesResponse) Reset()

func (*SignMessagesResponse) String added in v1.2.0

func (x *SignMessagesResponse) String() string

type SignMessagesResponse_SignReply added in v1.2.0

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 added in v1.2.0

func (*SignMessagesResponse_SignReply) Descriptor() ([]byte, []int)

Deprecated: Use SignMessagesResponse_SignReply.ProtoReflect.Descriptor instead.

func (*SignMessagesResponse_SignReply) GetError added in v1.2.0

func (x *SignMessagesResponse_SignReply) GetError() string

func (*SignMessagesResponse_SignReply) GetSignature added in v1.2.0

func (x *SignMessagesResponse_SignReply) GetSignature() []byte

func (*SignMessagesResponse_SignReply) ProtoMessage added in v1.2.0

func (*SignMessagesResponse_SignReply) ProtoMessage()

func (*SignMessagesResponse_SignReply) ProtoReflect added in v1.6.0

func (*SignMessagesResponse_SignReply) Reset added in v1.2.0

func (x *SignMessagesResponse_SignReply) Reset()

func (*SignMessagesResponse_SignReply) String added in v1.2.0

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 added in v1.0.7

func (*SignTransactionRequest) GetPassphrase added in v0.8.0

func (x *SignTransactionRequest) GetPassphrase() []byte

func (*SignTransactionRequest) GetSerializedTransaction added in v0.8.0

func (x *SignTransactionRequest) GetSerializedTransaction() []byte

func (*SignTransactionRequest) ProtoMessage

func (*SignTransactionRequest) ProtoMessage()

func (*SignTransactionRequest) ProtoReflect added in v1.6.0

func (x *SignTransactionRequest) ProtoReflect() protoreflect.Message

func (*SignTransactionRequest) Reset

func (x *SignTransactionRequest) Reset()

func (*SignTransactionRequest) String

func (x *SignTransactionRequest) String() string

type SignTransactionRequest_AdditionalScript added in v1.0.7

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 added in v1.0.7

func (*SignTransactionRequest_AdditionalScript) Descriptor() ([]byte, []int)

Deprecated: Use SignTransactionRequest_AdditionalScript.ProtoReflect.Descriptor instead.

func (*SignTransactionRequest_AdditionalScript) GetOutputIndex added in v1.0.7

func (x *SignTransactionRequest_AdditionalScript) GetOutputIndex() uint32

func (*SignTransactionRequest_AdditionalScript) GetPkScript added in v1.0.7

func (x *SignTransactionRequest_AdditionalScript) GetPkScript() []byte

func (*SignTransactionRequest_AdditionalScript) GetTransactionHash added in v1.0.7

func (x *SignTransactionRequest_AdditionalScript) GetTransactionHash() []byte

func (*SignTransactionRequest_AdditionalScript) GetTree added in v1.0.7

func (*SignTransactionRequest_AdditionalScript) ProtoMessage added in v1.0.7

func (*SignTransactionRequest_AdditionalScript) ProtoReflect added in v1.6.0

func (*SignTransactionRequest_AdditionalScript) Reset added in v1.0.7

func (*SignTransactionRequest_AdditionalScript) String added in v1.0.7

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 added in v0.8.0

func (x *SignTransactionResponse) GetTransaction() []byte

func (*SignTransactionResponse) GetUnsignedInputIndexes added in v0.8.0

func (x *SignTransactionResponse) GetUnsignedInputIndexes() []uint32

func (*SignTransactionResponse) ProtoMessage

func (*SignTransactionResponse) ProtoMessage()

func (*SignTransactionResponse) ProtoReflect added in v1.6.0

func (x *SignTransactionResponse) ProtoReflect() protoreflect.Message

func (*SignTransactionResponse) Reset

func (x *SignTransactionResponse) Reset()

func (*SignTransactionResponse) String

func (x *SignTransactionResponse) String() string

type SignTransactionsRequest added in v1.6.0

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 added in v1.6.0

func (*SignTransactionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SignTransactionsRequest.ProtoReflect.Descriptor instead.

func (*SignTransactionsRequest) GetAdditionalScripts added in v1.6.0

func (*SignTransactionsRequest) GetPassphrase added in v1.6.0

func (x *SignTransactionsRequest) GetPassphrase() []byte

func (*SignTransactionsRequest) GetTransactions added in v1.6.0

func (*SignTransactionsRequest) ProtoMessage added in v1.6.0

func (*SignTransactionsRequest) ProtoMessage()

func (*SignTransactionsRequest) ProtoReflect added in v1.6.0

func (x *SignTransactionsRequest) ProtoReflect() protoreflect.Message

func (*SignTransactionsRequest) Reset added in v1.6.0

func (x *SignTransactionsRequest) Reset()

func (*SignTransactionsRequest) String added in v1.6.0

func (x *SignTransactionsRequest) String() string

type SignTransactionsRequest_AdditionalScript added in v1.6.0

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 added in v1.6.0

func (*SignTransactionsRequest_AdditionalScript) Descriptor() ([]byte, []int)

Deprecated: Use SignTransactionsRequest_AdditionalScript.ProtoReflect.Descriptor instead.

func (*SignTransactionsRequest_AdditionalScript) GetOutputIndex added in v1.6.0

func (*SignTransactionsRequest_AdditionalScript) GetPkScript added in v1.6.0

func (*SignTransactionsRequest_AdditionalScript) GetTransactionHash added in v1.6.0

func (x *SignTransactionsRequest_AdditionalScript) GetTransactionHash() []byte

func (*SignTransactionsRequest_AdditionalScript) GetTree added in v1.6.0

func (*SignTransactionsRequest_AdditionalScript) ProtoMessage added in v1.6.0

func (*SignTransactionsRequest_AdditionalScript) ProtoReflect added in v1.6.0

func (*SignTransactionsRequest_AdditionalScript) Reset added in v1.6.0

func (*SignTransactionsRequest_AdditionalScript) String added in v1.6.0

type SignTransactionsRequest_UnsignedTransaction added in v1.6.0

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 added in v1.6.0

Deprecated: Use SignTransactionsRequest_UnsignedTransaction.ProtoReflect.Descriptor instead.

func (*SignTransactionsRequest_UnsignedTransaction) GetSerializedTransaction added in v1.6.0

func (x *SignTransactionsRequest_UnsignedTransaction) GetSerializedTransaction() []byte

func (*SignTransactionsRequest_UnsignedTransaction) ProtoMessage added in v1.6.0

func (*SignTransactionsRequest_UnsignedTransaction) ProtoReflect added in v1.6.0

func (*SignTransactionsRequest_UnsignedTransaction) Reset added in v1.6.0

func (*SignTransactionsRequest_UnsignedTransaction) String added in v1.6.0

type SignTransactionsResponse added in v1.6.0

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 added in v1.6.0

func (*SignTransactionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SignTransactionsResponse.ProtoReflect.Descriptor instead.

func (*SignTransactionsResponse) GetTransactions added in v1.6.0

func (*SignTransactionsResponse) ProtoMessage added in v1.6.0

func (*SignTransactionsResponse) ProtoMessage()

func (*SignTransactionsResponse) ProtoReflect added in v1.6.0

func (x *SignTransactionsResponse) ProtoReflect() protoreflect.Message

func (*SignTransactionsResponse) Reset added in v1.6.0

func (x *SignTransactionsResponse) Reset()

func (*SignTransactionsResponse) String added in v1.6.0

func (x *SignTransactionsResponse) String() string

type SignTransactionsResponse_SignedTransaction added in v1.6.0

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 added in v1.6.0

Deprecated: Use SignTransactionsResponse_SignedTransaction.ProtoReflect.Descriptor instead.

func (*SignTransactionsResponse_SignedTransaction) GetTransaction added in v1.6.0

func (x *SignTransactionsResponse_SignedTransaction) GetTransaction() []byte

func (*SignTransactionsResponse_SignedTransaction) GetUnsignedInputIndexes added in v1.6.0

func (x *SignTransactionsResponse_SignedTransaction) GetUnsignedInputIndexes() []uint32

func (*SignTransactionsResponse_SignedTransaction) ProtoMessage added in v1.6.0

func (*SignTransactionsResponse_SignedTransaction) ProtoReflect added in v1.6.0

func (*SignTransactionsResponse_SignedTransaction) Reset added in v1.6.0

func (*SignTransactionsResponse_SignedTransaction) String added in v1.6.0

type SpenderRequest added in v1.6.0

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 added in v1.6.0

func (*SpenderRequest) Descriptor() ([]byte, []int)

Deprecated: Use SpenderRequest.ProtoReflect.Descriptor instead.

func (*SpenderRequest) GetIndex added in v1.6.0

func (x *SpenderRequest) GetIndex() uint32

func (*SpenderRequest) GetTransactionHash added in v1.6.0

func (x *SpenderRequest) GetTransactionHash() []byte

func (*SpenderRequest) ProtoMessage added in v1.6.0

func (*SpenderRequest) ProtoMessage()

func (*SpenderRequest) ProtoReflect added in v1.6.0

func (x *SpenderRequest) ProtoReflect() protoreflect.Message

func (*SpenderRequest) Reset added in v1.6.0

func (x *SpenderRequest) Reset()

func (*SpenderRequest) String added in v1.6.0

func (x *SpenderRequest) String() string

type SpenderResponse added in v1.6.0

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 added in v1.6.0

func (*SpenderResponse) Descriptor() ([]byte, []int)

Deprecated: Use SpenderResponse.ProtoReflect.Descriptor instead.

func (*SpenderResponse) GetInputIndex added in v1.6.0

func (x *SpenderResponse) GetInputIndex() uint32

func (*SpenderResponse) GetSpenderTransaction added in v1.6.0

func (x *SpenderResponse) GetSpenderTransaction() []byte

func (*SpenderResponse) ProtoMessage added in v1.6.0

func (*SpenderResponse) ProtoMessage()

func (*SpenderResponse) ProtoReflect added in v1.6.0

func (x *SpenderResponse) ProtoReflect() protoreflect.Message

func (*SpenderResponse) Reset added in v1.6.0

func (x *SpenderResponse) Reset()

func (*SpenderResponse) String added in v1.6.0

func (x *SpenderResponse) String() string

type SpvSyncRequest added in v1.6.0

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 added in v1.6.0

func (*SpvSyncRequest) Descriptor() ([]byte, []int)

Deprecated: Use SpvSyncRequest.ProtoReflect.Descriptor instead.

func (*SpvSyncRequest) GetDiscoverAccounts added in v1.6.0

func (x *SpvSyncRequest) GetDiscoverAccounts() bool

func (*SpvSyncRequest) GetPrivatePassphrase added in v1.6.0

func (x *SpvSyncRequest) GetPrivatePassphrase() []byte

func (*SpvSyncRequest) GetSpvConnect added in v1.6.0

func (x *SpvSyncRequest) GetSpvConnect() []string

func (*SpvSyncRequest) ProtoMessage added in v1.6.0

func (*SpvSyncRequest) ProtoMessage()

func (*SpvSyncRequest) ProtoReflect added in v1.6.0

func (x *SpvSyncRequest) ProtoReflect() protoreflect.Message

func (*SpvSyncRequest) Reset added in v1.6.0

func (x *SpvSyncRequest) Reset()

func (*SpvSyncRequest) String added in v1.6.0

func (x *SpvSyncRequest) String() string

type SpvSyncResponse added in v1.6.0

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 added in v1.6.0

func (*SpvSyncResponse) Descriptor() ([]byte, []int)

Deprecated: Use SpvSyncResponse.ProtoReflect.Descriptor instead.

func (*SpvSyncResponse) GetFetchHeaders added in v1.6.0

func (x *SpvSyncResponse) GetFetchHeaders() *FetchHeadersNotification

func (*SpvSyncResponse) GetFetchMissingCfilters added in v1.6.0

func (x *SpvSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification

func (*SpvSyncResponse) GetNotificationType added in v1.6.0

func (x *SpvSyncResponse) GetNotificationType() SyncNotificationType

func (*SpvSyncResponse) GetPeerInformation added in v1.6.0

func (x *SpvSyncResponse) GetPeerInformation() *PeerNotification

func (*SpvSyncResponse) GetRescanProgress added in v1.6.0

func (x *SpvSyncResponse) GetRescanProgress() *RescanProgressNotification

func (*SpvSyncResponse) GetSynced added in v1.6.0

func (x *SpvSyncResponse) GetSynced() bool

func (*SpvSyncResponse) ProtoMessage added in v1.6.0

func (*SpvSyncResponse) ProtoMessage()

func (*SpvSyncResponse) ProtoReflect added in v1.6.0

func (x *SpvSyncResponse) ProtoReflect() protoreflect.Message

func (*SpvSyncResponse) Reset added in v1.6.0

func (x *SpvSyncResponse) Reset()

func (*SpvSyncResponse) String added in v1.6.0

func (x *SpvSyncResponse) String() string

type StakeInfoRequest added in v0.2.0

type StakeInfoRequest struct {
	// contains filtered or unexported fields
}

func (*StakeInfoRequest) Descriptor deprecated added in v0.2.0

func (*StakeInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use StakeInfoRequest.ProtoReflect.Descriptor instead.

func (*StakeInfoRequest) ProtoMessage added in v0.2.0

func (*StakeInfoRequest) ProtoMessage()

func (*StakeInfoRequest) ProtoReflect added in v1.6.0

func (x *StakeInfoRequest) ProtoReflect() protoreflect.Message

func (*StakeInfoRequest) Reset added in v0.2.0

func (x *StakeInfoRequest) Reset()

func (*StakeInfoRequest) String added in v0.2.0

func (x *StakeInfoRequest) String() string

type StakeInfoResponse added in v0.2.0

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 added in v0.2.0

func (*StakeInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use StakeInfoResponse.ProtoReflect.Descriptor instead.

func (*StakeInfoResponse) GetAllMempoolTix added in v0.8.0

func (x *StakeInfoResponse) GetAllMempoolTix() uint32

func (*StakeInfoResponse) GetExpired added in v0.8.0

func (x *StakeInfoResponse) GetExpired() uint32

func (*StakeInfoResponse) GetImmature added in v0.8.0

func (x *StakeInfoResponse) GetImmature() uint32

func (*StakeInfoResponse) GetLive added in v0.8.0

func (x *StakeInfoResponse) GetLive() uint32

func (*StakeInfoResponse) GetMissed added in v0.8.0

func (x *StakeInfoResponse) GetMissed() uint32

func (*StakeInfoResponse) GetOwnMempoolTix added in v0.8.0

func (x *StakeInfoResponse) GetOwnMempoolTix() uint32

func (*StakeInfoResponse) GetPoolSize added in v0.8.0

func (x *StakeInfoResponse) GetPoolSize() uint32

func (*StakeInfoResponse) GetRevoked added in v0.8.0

func (x *StakeInfoResponse) GetRevoked() uint32

func (*StakeInfoResponse) GetTotalSubsidy added in v0.8.0

func (x *StakeInfoResponse) GetTotalSubsidy() int64

func (*StakeInfoResponse) GetUnspent added in v1.6.0

func (x *StakeInfoResponse) GetUnspent() uint32

func (*StakeInfoResponse) GetVoted added in v0.8.0

func (x *StakeInfoResponse) GetVoted() uint32

func (*StakeInfoResponse) ProtoMessage added in v0.2.0

func (*StakeInfoResponse) ProtoMessage()

func (*StakeInfoResponse) ProtoReflect added in v1.6.0

func (x *StakeInfoResponse) ProtoReflect() protoreflect.Message

func (*StakeInfoResponse) Reset added in v0.2.0

func (x *StakeInfoResponse) Reset()

func (*StakeInfoResponse) String added in v0.2.0

func (x *StakeInfoResponse) String() string

type StartAutoBuyerRequest added in v1.0.0

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 added in v1.0.0

func (*StartAutoBuyerRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartAutoBuyerRequest.ProtoReflect.Descriptor instead.

func (*StartAutoBuyerRequest) GetAccount added in v1.0.0

func (x *StartAutoBuyerRequest) GetAccount() uint32

func (*StartAutoBuyerRequest) GetBalanceToMaintain added in v1.0.0

func (x *StartAutoBuyerRequest) GetBalanceToMaintain() int64

func (*StartAutoBuyerRequest) GetMaxFeePerKb added in v1.0.0

func (x *StartAutoBuyerRequest) GetMaxFeePerKb() int64

func (*StartAutoBuyerRequest) GetMaxPerBlock added in v1.0.0

func (x *StartAutoBuyerRequest) GetMaxPerBlock() int64

func (*StartAutoBuyerRequest) GetMaxPriceAbsolute added in v1.0.0

func (x *StartAutoBuyerRequest) GetMaxPriceAbsolute() int64

func (*StartAutoBuyerRequest) GetMaxPriceRelative added in v1.0.0

func (x *StartAutoBuyerRequest) GetMaxPriceRelative() float64

func (*StartAutoBuyerRequest) GetPassphrase added in v1.0.0

func (x *StartAutoBuyerRequest) GetPassphrase() []byte

func (*StartAutoBuyerRequest) GetPoolAddress added in v1.0.0

func (x *StartAutoBuyerRequest) GetPoolAddress() string

func (*StartAutoBuyerRequest) GetPoolFees added in v1.0.0

func (x *StartAutoBuyerRequest) GetPoolFees() float64

func (*StartAutoBuyerRequest) GetVotingAddress added in v1.0.0

func (x *StartAutoBuyerRequest) GetVotingAddress() string

func (*StartAutoBuyerRequest) ProtoMessage added in v1.0.0

func (*StartAutoBuyerRequest) ProtoMessage()

func (*StartAutoBuyerRequest) ProtoReflect added in v1.6.0

func (x *StartAutoBuyerRequest) ProtoReflect() protoreflect.Message

func (*StartAutoBuyerRequest) Reset added in v1.0.0

func (x *StartAutoBuyerRequest) Reset()

func (*StartAutoBuyerRequest) String added in v1.0.0

func (x *StartAutoBuyerRequest) String() string

type StartAutoBuyerResponse added in v1.0.0

type StartAutoBuyerResponse struct {
	// contains filtered or unexported fields
}

func (*StartAutoBuyerResponse) Descriptor deprecated added in v1.0.0

func (*StartAutoBuyerResponse) Descriptor() ([]byte, []int)

Deprecated: Use StartAutoBuyerResponse.ProtoReflect.Descriptor instead.

func (*StartAutoBuyerResponse) ProtoMessage added in v1.0.0

func (*StartAutoBuyerResponse) ProtoMessage()

func (*StartAutoBuyerResponse) ProtoReflect added in v1.6.0

func (x *StartAutoBuyerResponse) ProtoReflect() protoreflect.Message

func (*StartAutoBuyerResponse) Reset added in v1.0.0

func (x *StartAutoBuyerResponse) Reset()

func (*StartAutoBuyerResponse) String added in v1.0.0

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 added in v0.8.0

func (x *StartConsensusRpcRequest) GetCertificate() []byte

func (*StartConsensusRpcRequest) GetNetworkAddress added in v0.8.0

func (x *StartConsensusRpcRequest) GetNetworkAddress() string

func (*StartConsensusRpcRequest) GetPassword added in v0.8.0

func (x *StartConsensusRpcRequest) GetPassword() []byte

func (*StartConsensusRpcRequest) GetUsername added in v0.8.0

func (x *StartConsensusRpcRequest) GetUsername() string

func (*StartConsensusRpcRequest) ProtoMessage

func (*StartConsensusRpcRequest) ProtoMessage()

func (*StartConsensusRpcRequest) ProtoReflect added in v1.6.0

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 added in v1.6.0

func (*StartConsensusRpcResponse) Reset

func (x *StartConsensusRpcResponse) Reset()

func (*StartConsensusRpcResponse) String

func (x *StartConsensusRpcResponse) String() string

type StopAutoBuyerRequest added in v1.0.0

type StopAutoBuyerRequest struct {
	// contains filtered or unexported fields
}

func (*StopAutoBuyerRequest) Descriptor deprecated added in v1.0.0

func (*StopAutoBuyerRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopAutoBuyerRequest.ProtoReflect.Descriptor instead.

func (*StopAutoBuyerRequest) ProtoMessage added in v1.0.0

func (*StopAutoBuyerRequest) ProtoMessage()

func (*StopAutoBuyerRequest) ProtoReflect added in v1.6.0

func (x *StopAutoBuyerRequest) ProtoReflect() protoreflect.Message

func (*StopAutoBuyerRequest) Reset added in v1.0.0

func (x *StopAutoBuyerRequest) Reset()

func (*StopAutoBuyerRequest) String added in v1.0.0

func (x *StopAutoBuyerRequest) String() string

type StopAutoBuyerResponse added in v1.0.0

type StopAutoBuyerResponse struct {
	// contains filtered or unexported fields
}

func (*StopAutoBuyerResponse) Descriptor deprecated added in v1.0.0

func (*StopAutoBuyerResponse) Descriptor() ([]byte, []int)

Deprecated: Use StopAutoBuyerResponse.ProtoReflect.Descriptor instead.

func (*StopAutoBuyerResponse) ProtoMessage added in v1.0.0

func (*StopAutoBuyerResponse) ProtoMessage()

func (*StopAutoBuyerResponse) ProtoReflect added in v1.6.0

func (x *StopAutoBuyerResponse) ProtoReflect() protoreflect.Message

func (*StopAutoBuyerResponse) Reset added in v1.0.0

func (x *StopAutoBuyerResponse) Reset()

func (*StopAutoBuyerResponse) String added in v1.0.0

func (x *StopAutoBuyerResponse) String() string

type SubscribeToBlockNotificationsRequest added in v0.7.0

type SubscribeToBlockNotificationsRequest struct {
	// contains filtered or unexported fields
}

func (*SubscribeToBlockNotificationsRequest) Descriptor deprecated added in v0.7.0

func (*SubscribeToBlockNotificationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeToBlockNotificationsRequest.ProtoReflect.Descriptor instead.

func (*SubscribeToBlockNotificationsRequest) ProtoMessage added in v0.7.0

func (*SubscribeToBlockNotificationsRequest) ProtoMessage()

func (*SubscribeToBlockNotificationsRequest) ProtoReflect added in v1.6.0

func (*SubscribeToBlockNotificationsRequest) Reset added in v0.7.0

func (*SubscribeToBlockNotificationsRequest) String added in v0.7.0

type SubscribeToBlockNotificationsResponse added in v0.7.0

type SubscribeToBlockNotificationsResponse struct {
	// contains filtered or unexported fields
}

func (*SubscribeToBlockNotificationsResponse) Descriptor deprecated added in v0.7.0

func (*SubscribeToBlockNotificationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeToBlockNotificationsResponse.ProtoReflect.Descriptor instead.

func (*SubscribeToBlockNotificationsResponse) ProtoMessage added in v0.7.0

func (*SubscribeToBlockNotificationsResponse) ProtoMessage()

func (*SubscribeToBlockNotificationsResponse) ProtoReflect added in v1.6.0

func (*SubscribeToBlockNotificationsResponse) Reset added in v0.7.0

func (*SubscribeToBlockNotificationsResponse) String added in v0.7.0

type SweepAccountRequest added in v1.6.0

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 added in v1.6.0

func (*SweepAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use SweepAccountRequest.ProtoReflect.Descriptor instead.

func (*SweepAccountRequest) GetDestinationAddress added in v1.6.0

func (x *SweepAccountRequest) GetDestinationAddress() string

func (*SweepAccountRequest) GetFeePerKb added in v1.6.0

func (x *SweepAccountRequest) GetFeePerKb() float64

func (*SweepAccountRequest) GetRequiredConfirmations added in v1.6.0

func (x *SweepAccountRequest) GetRequiredConfirmations() uint32

func (*SweepAccountRequest) GetSourceAccount added in v1.6.0

func (x *SweepAccountRequest) GetSourceAccount() string

func (*SweepAccountRequest) ProtoMessage added in v1.6.0

func (*SweepAccountRequest) ProtoMessage()

func (*SweepAccountRequest) ProtoReflect added in v1.6.0

func (x *SweepAccountRequest) ProtoReflect() protoreflect.Message

func (*SweepAccountRequest) Reset added in v1.6.0

func (x *SweepAccountRequest) Reset()

func (*SweepAccountRequest) String added in v1.6.0

func (x *SweepAccountRequest) String() string

type SweepAccountResponse added in v1.6.0

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 added in v1.6.0

func (*SweepAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use SweepAccountResponse.ProtoReflect.Descriptor instead.

func (*SweepAccountResponse) GetEstimatedSignedSize added in v1.6.0

func (x *SweepAccountResponse) GetEstimatedSignedSize() uint32

func (*SweepAccountResponse) GetTotalOutputAmount added in v1.6.0

func (x *SweepAccountResponse) GetTotalOutputAmount() int64

func (*SweepAccountResponse) GetTotalPreviousOutputAmount added in v1.6.0

func (x *SweepAccountResponse) GetTotalPreviousOutputAmount() int64

func (*SweepAccountResponse) GetUnsignedTransaction added in v1.6.0

func (x *SweepAccountResponse) GetUnsignedTransaction() []byte

func (*SweepAccountResponse) ProtoMessage added in v1.6.0

func (*SweepAccountResponse) ProtoMessage()

func (*SweepAccountResponse) ProtoReflect added in v1.6.0

func (x *SweepAccountResponse) ProtoReflect() protoreflect.Message

func (*SweepAccountResponse) Reset added in v1.6.0

func (x *SweepAccountResponse) Reset()

func (*SweepAccountResponse) String added in v1.6.0

func (x *SweepAccountResponse) String() string

type SyncNotificationType added in v1.6.0

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 added in v1.6.0

func (SyncNotificationType) Enum added in v1.6.0

func (SyncNotificationType) EnumDescriptor deprecated added in v1.6.0

func (SyncNotificationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SyncNotificationType.Descriptor instead.

func (SyncNotificationType) Number added in v1.6.0

func (SyncNotificationType) String added in v1.6.0

func (x SyncNotificationType) String() string

func (SyncNotificationType) Type added in v1.6.0

type SyncVSPTicketsRequest added in v1.6.0

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 added in v1.6.0

func (*SyncVSPTicketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SyncVSPTicketsRequest.ProtoReflect.Descriptor instead.

func (*SyncVSPTicketsRequest) GetAccount added in v1.6.0

func (x *SyncVSPTicketsRequest) GetAccount() uint32

func (*SyncVSPTicketsRequest) GetChangeAccount added in v1.7.1

func (x *SyncVSPTicketsRequest) GetChangeAccount() uint32

func (*SyncVSPTicketsRequest) GetVspHost added in v1.6.0

func (x *SyncVSPTicketsRequest) GetVspHost() string

func (*SyncVSPTicketsRequest) GetVspPubkey added in v1.6.0

func (x *SyncVSPTicketsRequest) GetVspPubkey() string

func (*SyncVSPTicketsRequest) ProtoMessage added in v1.6.0

func (*SyncVSPTicketsRequest) ProtoMessage()

func (*SyncVSPTicketsRequest) ProtoReflect added in v1.6.0

func (x *SyncVSPTicketsRequest) ProtoReflect() protoreflect.Message

func (*SyncVSPTicketsRequest) Reset added in v1.6.0

func (x *SyncVSPTicketsRequest) Reset()

func (*SyncVSPTicketsRequest) String added in v1.6.0

func (x *SyncVSPTicketsRequest) String() string

type SyncVSPTicketsResponse added in v1.6.0

type SyncVSPTicketsResponse struct {
	// contains filtered or unexported fields
}

func (*SyncVSPTicketsResponse) Descriptor deprecated added in v1.6.0

func (*SyncVSPTicketsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SyncVSPTicketsResponse.ProtoReflect.Descriptor instead.

func (*SyncVSPTicketsResponse) ProtoMessage added in v1.6.0

func (*SyncVSPTicketsResponse) ProtoMessage()

func (*SyncVSPTicketsResponse) ProtoReflect added in v1.6.0

func (x *SyncVSPTicketsResponse) ProtoReflect() protoreflect.Message

func (*SyncVSPTicketsResponse) Reset added in v1.6.0

func (x *SyncVSPTicketsResponse) Reset()

func (*SyncVSPTicketsResponse) String added in v1.6.0

func (x *SyncVSPTicketsResponse) String() string

type TicketBuyerConfigRequest added in v1.0.0

type TicketBuyerConfigRequest struct {
	// contains filtered or unexported fields
}

func (*TicketBuyerConfigRequest) Descriptor deprecated added in v1.0.0

func (*TicketBuyerConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use TicketBuyerConfigRequest.ProtoReflect.Descriptor instead.

func (*TicketBuyerConfigRequest) ProtoMessage added in v1.0.0

func (*TicketBuyerConfigRequest) ProtoMessage()

func (*TicketBuyerConfigRequest) ProtoReflect added in v1.6.0

func (x *TicketBuyerConfigRequest) ProtoReflect() protoreflect.Message

func (*TicketBuyerConfigRequest) Reset added in v1.0.0

func (x *TicketBuyerConfigRequest) Reset()

func (*TicketBuyerConfigRequest) String added in v1.0.0

func (x *TicketBuyerConfigRequest) String() string

type TicketBuyerConfigResponse added in v1.0.0

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 added in v1.0.0

func (*TicketBuyerConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use TicketBuyerConfigResponse.ProtoReflect.Descriptor instead.

func (*TicketBuyerConfigResponse) GetAccount added in v1.0.0

func (x *TicketBuyerConfigResponse) GetAccount() uint32

func (*TicketBuyerConfigResponse) GetAvgPriceMode added in v1.0.0

func (x *TicketBuyerConfigResponse) GetAvgPriceMode() string

func (*TicketBuyerConfigResponse) GetAvgPriceVWAPDelta added in v1.0.0

func (x *TicketBuyerConfigResponse) GetAvgPriceVWAPDelta() int64

func (*TicketBuyerConfigResponse) GetBalanceToMaintain added in v1.0.0

func (x *TicketBuyerConfigResponse) GetBalanceToMaintain() int64

func (*TicketBuyerConfigResponse) GetBlocksToAvg added in v1.0.0

func (x *TicketBuyerConfigResponse) GetBlocksToAvg() int64

func (*TicketBuyerConfigResponse) GetDontWaitForTickets added in v1.0.0

func (x *TicketBuyerConfigResponse) GetDontWaitForTickets() bool

func (*TicketBuyerConfigResponse) GetExpiryDelta added in v1.0.0

func (x *TicketBuyerConfigResponse) GetExpiryDelta() int64

func (*TicketBuyerConfigResponse) GetFeeSource added in v1.0.0

func (x *TicketBuyerConfigResponse) GetFeeSource() string

func (*TicketBuyerConfigResponse) GetFeeTargetScaling added in v1.0.0

func (x *TicketBuyerConfigResponse) GetFeeTargetScaling() float64

func (*TicketBuyerConfigResponse) GetMaxFee added in v1.0.0

func (x *TicketBuyerConfigResponse) GetMaxFee() int64

func (*TicketBuyerConfigResponse) GetMaxInMempool added in v1.0.0

func (x *TicketBuyerConfigResponse) GetMaxInMempool() int64

func (*TicketBuyerConfigResponse) GetMaxPerBlock added in v1.0.0

func (x *TicketBuyerConfigResponse) GetMaxPerBlock() int64

func (*TicketBuyerConfigResponse) GetMaxPriceAbsolute added in v1.0.0

func (x *TicketBuyerConfigResponse) GetMaxPriceAbsolute() int64

func (*TicketBuyerConfigResponse) GetMaxPriceRelative added in v1.0.0

func (x *TicketBuyerConfigResponse) GetMaxPriceRelative() float64

func (*TicketBuyerConfigResponse) GetMinFee added in v1.0.0

func (x *TicketBuyerConfigResponse) GetMinFee() int64

func (*TicketBuyerConfigResponse) GetPoolAddress added in v1.0.0

func (x *TicketBuyerConfigResponse) GetPoolAddress() string

func (*TicketBuyerConfigResponse) GetPoolFees added in v1.0.0

func (x *TicketBuyerConfigResponse) GetPoolFees() float64

func (*TicketBuyerConfigResponse) GetSpreadTicketPurchases added in v1.0.0

func (x *TicketBuyerConfigResponse) GetSpreadTicketPurchases() bool

func (*TicketBuyerConfigResponse) GetTxFee added in v1.0.0

func (x *TicketBuyerConfigResponse) GetTxFee() int64

func (*TicketBuyerConfigResponse) GetVotingAddress added in v1.0.0

func (x *TicketBuyerConfigResponse) GetVotingAddress() string

func (*TicketBuyerConfigResponse) ProtoMessage added in v1.0.0

func (*TicketBuyerConfigResponse) ProtoMessage()

func (*TicketBuyerConfigResponse) ProtoReflect added in v1.6.0

func (*TicketBuyerConfigResponse) Reset added in v1.0.0

func (x *TicketBuyerConfigResponse) Reset()

func (*TicketBuyerConfigResponse) String added in v1.0.0

func (x *TicketBuyerConfigResponse) String() string

type TicketBuyerServiceClient added in v1.0.0

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTicketBuyerServiceClient added in v1.0.0

func NewTicketBuyerServiceClient(cc grpc.ClientConnInterface) TicketBuyerServiceClient

type TicketBuyerV2ServiceClient added in v1.6.0

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTicketBuyerV2ServiceClient added in v1.6.0

func NewTicketBuyerV2ServiceClient(cc grpc.ClientConnInterface) TicketBuyerV2ServiceClient

type TicketBuyerV2ServiceServer added in v1.6.0

type TicketBuyerV2ServiceServer interface {
	RunTicketBuyer(*RunTicketBuyerRequest, TicketBuyerV2Service_RunTicketBuyerServer) error
}

TicketBuyerV2ServiceServer is the server API for TicketBuyerV2Service service.

type TicketBuyerV2Service_RunTicketBuyerClient added in v1.6.0

type TicketBuyerV2Service_RunTicketBuyerClient interface {
	Recv() (*RunTicketBuyerResponse, error)
	grpc.ClientStream
}

type TicketBuyerV2Service_RunTicketBuyerServer added in v1.6.0

type TicketBuyerV2Service_RunTicketBuyerServer interface {
	Send(*RunTicketBuyerResponse) error
	grpc.ServerStream
}

type TicketPriceRequest added in v0.2.0

type TicketPriceRequest struct {
	// contains filtered or unexported fields
}

func (*TicketPriceRequest) Descriptor deprecated added in v0.2.0

func (*TicketPriceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TicketPriceRequest.ProtoReflect.Descriptor instead.

func (*TicketPriceRequest) ProtoMessage added in v0.2.0

func (*TicketPriceRequest) ProtoMessage()

func (*TicketPriceRequest) ProtoReflect added in v1.6.0

func (x *TicketPriceRequest) ProtoReflect() protoreflect.Message

func (*TicketPriceRequest) Reset added in v0.2.0

func (x *TicketPriceRequest) Reset()

func (*TicketPriceRequest) String added in v0.2.0

func (x *TicketPriceRequest) String() string

type TicketPriceResponse added in v0.2.0

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 added in v0.2.0

func (*TicketPriceResponse) Descriptor() ([]byte, []int)

Deprecated: Use TicketPriceResponse.ProtoReflect.Descriptor instead.

func (*TicketPriceResponse) GetHeight added in v0.8.0

func (x *TicketPriceResponse) GetHeight() int32

func (*TicketPriceResponse) GetTicketPrice added in v0.8.0

func (x *TicketPriceResponse) GetTicketPrice() int64

func (*TicketPriceResponse) ProtoMessage added in v0.2.0

func (*TicketPriceResponse) ProtoMessage()

func (*TicketPriceResponse) ProtoReflect added in v1.6.0

func (x *TicketPriceResponse) ProtoReflect() protoreflect.Message

func (*TicketPriceResponse) Reset added in v0.2.0

func (x *TicketPriceResponse) Reset()

func (*TicketPriceResponse) String added in v0.2.0

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 added in v0.1.3

func (x *TransactionDetails) GetCredits() []*TransactionDetails_Output

func (*TransactionDetails) GetDebits

func (x *TransactionDetails) GetDebits() []*TransactionDetails_Input

func (*TransactionDetails) GetFee added in v0.8.0

func (x *TransactionDetails) GetFee() int64

func (*TransactionDetails) GetHash added in v0.8.0

func (x *TransactionDetails) GetHash() []byte

func (*TransactionDetails) GetTimestamp added in v0.8.0

func (x *TransactionDetails) GetTimestamp() int64

func (*TransactionDetails) GetTransaction added in v0.8.0

func (x *TransactionDetails) GetTransaction() []byte

func (*TransactionDetails) GetTransactionType added in v1.0.0

func (*TransactionDetails) ProtoMessage

func (*TransactionDetails) ProtoMessage()

func (*TransactionDetails) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *TransactionDetails_Input) GetIndex() uint32

func (*TransactionDetails_Input) GetPreviousAccount added in v0.8.0

func (x *TransactionDetails_Input) GetPreviousAccount() uint32

func (*TransactionDetails_Input) GetPreviousAmount added in v0.8.0

func (x *TransactionDetails_Input) GetPreviousAmount() int64

func (*TransactionDetails_Input) ProtoMessage

func (*TransactionDetails_Input) ProtoMessage()

func (*TransactionDetails_Input) ProtoReflect added in v1.6.0

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 added in v0.8.0

func (x *TransactionDetails_Output) GetAccount() uint32

func (*TransactionDetails_Output) GetAddress added in v0.8.0

func (x *TransactionDetails_Output) GetAddress() string

func (*TransactionDetails_Output) GetAmount added in v0.8.0

func (x *TransactionDetails_Output) GetAmount() int64

func (*TransactionDetails_Output) GetIndex added in v0.8.0

func (x *TransactionDetails_Output) GetIndex() uint32

func (*TransactionDetails_Output) GetInternal added in v0.8.0

func (x *TransactionDetails_Output) GetInternal() bool

func (*TransactionDetails_Output) GetOutputScript added in v0.8.0

func (x *TransactionDetails_Output) GetOutputScript() []byte

func (*TransactionDetails_Output) ProtoMessage

func (*TransactionDetails_Output) ProtoMessage()

func (*TransactionDetails_Output) ProtoReflect added in v1.6.0

func (*TransactionDetails_Output) Reset

func (x *TransactionDetails_Output) Reset()

func (*TransactionDetails_Output) String

func (x *TransactionDetails_Output) String() string

type TransactionDetails_TransactionType added in v1.0.0

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 added in v1.6.0

func (TransactionDetails_TransactionType) Enum added in v1.6.0

func (TransactionDetails_TransactionType) EnumDescriptor deprecated added in v1.0.0

func (TransactionDetails_TransactionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransactionDetails_TransactionType.Descriptor instead.

func (TransactionDetails_TransactionType) Number added in v1.6.0

func (TransactionDetails_TransactionType) String added in v1.0.0

func (TransactionDetails_TransactionType) Type added in v1.6.0

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 added in v1.6.0

func (*TransactionNotificationsRequest) Reset

func (*TransactionNotificationsRequest) 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 added in v1.6.0

func (x *TransactionNotificationsResponse) GetDetachedBlockHeaders() []*DetachedBlockDetails

func (*TransactionNotificationsResponse) GetDetachedBlocks added in v0.8.0

func (x *TransactionNotificationsResponse) GetDetachedBlocks() [][]byte

func (*TransactionNotificationsResponse) GetUnminedTransactionHashes added in v0.8.0

func (x *TransactionNotificationsResponse) GetUnminedTransactionHashes() [][]byte

func (*TransactionNotificationsResponse) GetUnminedTransactions

func (x *TransactionNotificationsResponse) GetUnminedTransactions() []*TransactionDetails

func (*TransactionNotificationsResponse) ProtoMessage

func (*TransactionNotificationsResponse) ProtoMessage()

func (*TransactionNotificationsResponse) ProtoReflect added in v1.6.0

func (*TransactionNotificationsResponse) Reset

func (*TransactionNotificationsResponse) String

type UnimplementedAccountMixerServiceServer added in v1.6.0

type UnimplementedAccountMixerServiceServer struct {
}

UnimplementedAccountMixerServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAccountMixerServiceServer) RunAccountMixer added in v1.6.0

type UnimplementedAgendaServiceServer added in v1.6.0

type UnimplementedAgendaServiceServer struct {
}

UnimplementedAgendaServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAgendaServiceServer) Agendas added in v1.6.0

type UnimplementedDecodeMessageServiceServer added in v1.6.0

type UnimplementedDecodeMessageServiceServer struct {
}

UnimplementedDecodeMessageServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDecodeMessageServiceServer) DecodeRawTransaction added in v1.6.0

type UnimplementedMessageVerificationServiceServer added in v1.6.0

type UnimplementedMessageVerificationServiceServer struct {
}

UnimplementedMessageVerificationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMessageVerificationServiceServer) VerifyMessage added in v1.6.0

type UnimplementedNetworkServiceServer added in v1.6.0

type UnimplementedNetworkServiceServer struct {
}

UnimplementedNetworkServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNetworkServiceServer) GetRawBlock added in v1.6.0

type UnimplementedSeedServiceServer added in v1.6.0

type UnimplementedSeedServiceServer struct {
}

UnimplementedSeedServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSeedServiceServer) DecodeSeed added in v1.6.0

func (*UnimplementedSeedServiceServer) GenerateRandomSeed added in v1.6.0

type UnimplementedTicketBuyerServiceServer added in v1.6.0

type UnimplementedTicketBuyerServiceServer struct {
}

UnimplementedTicketBuyerServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedTicketBuyerServiceServer) SetAccount added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) SetBalanceToMaintain added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) SetMaxFee added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) SetMaxPerBlock added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) SetMaxPriceAbsolute added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) SetMaxPriceRelative added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) SetPoolAddress added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) SetPoolFees added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) SetVotingAddress added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) StartAutoBuyer added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) StopAutoBuyer added in v1.6.0

func (*UnimplementedTicketBuyerServiceServer) TicketBuyerConfig added in v1.6.0

type UnimplementedTicketBuyerV2ServiceServer added in v1.6.0

type UnimplementedTicketBuyerV2ServiceServer struct {
}

UnimplementedTicketBuyerV2ServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedTicketBuyerV2ServiceServer) RunTicketBuyer added in v1.6.0

type UnimplementedVersionServiceServer added in v1.6.0

type UnimplementedVersionServiceServer struct {
}

UnimplementedVersionServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedVersionServiceServer) Version added in v1.6.0

type UnimplementedVotingServiceServer added in v1.6.0

type UnimplementedVotingServiceServer struct {
}

UnimplementedVotingServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedVotingServiceServer) SetVoteChoices added in v1.6.0

func (*UnimplementedVotingServiceServer) VoteChoices added in v1.6.0

type UnimplementedWalletLoaderServiceServer added in v1.6.0

type UnimplementedWalletLoaderServiceServer struct {
}

UnimplementedWalletLoaderServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWalletLoaderServiceServer) CloseWallet added in v1.6.0

func (*UnimplementedWalletLoaderServiceServer) CreateWallet added in v1.6.0

func (*UnimplementedWalletLoaderServiceServer) CreateWatchingOnlyWallet added in v1.6.0

func (*UnimplementedWalletLoaderServiceServer) OpenWallet added in v1.6.0

func (*UnimplementedWalletLoaderServiceServer) RescanPoint added in v1.6.0

func (*UnimplementedWalletLoaderServiceServer) RpcSync added in v1.6.0

func (*UnimplementedWalletLoaderServiceServer) SpvSync added in v1.6.0

func (*UnimplementedWalletLoaderServiceServer) WalletExists added in v1.6.0

type UnimplementedWalletServiceServer added in v1.6.0

type UnimplementedWalletServiceServer struct {
}

UnimplementedWalletServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWalletServiceServer) AbandonTransaction added in v1.6.0

func (*UnimplementedWalletServiceServer) AccountNotifications added in v1.6.0

func (*UnimplementedWalletServiceServer) AccountNumber added in v1.6.0

func (*UnimplementedWalletServiceServer) AccountUnlocked added in v1.7.1

func (*UnimplementedWalletServiceServer) Accounts added in v1.6.0

func (*UnimplementedWalletServiceServer) Balance added in v1.6.0

func (*UnimplementedWalletServiceServer) BestBlock added in v1.6.0

func (*UnimplementedWalletServiceServer) BlockInfo added in v1.6.0

func (*UnimplementedWalletServiceServer) ChangePassphrase added in v1.6.0

func (*UnimplementedWalletServiceServer) CoinType added in v1.6.0

func (*UnimplementedWalletServiceServer) CommittedTickets added in v1.6.0

func (*UnimplementedWalletServiceServer) ConfirmationNotifications added in v1.6.0

func (*UnimplementedWalletServiceServer) ConstructTransaction added in v1.6.0

func (*UnimplementedWalletServiceServer) CreateSignature added in v1.6.0

func (*UnimplementedWalletServiceServer) FundTransaction added in v1.6.0

func (*UnimplementedWalletServiceServer) GetAccountExtendedPrivKey added in v1.6.0

func (*UnimplementedWalletServiceServer) GetAccountExtendedPubKey added in v1.6.0

func (*UnimplementedWalletServiceServer) GetCFilters added in v1.6.0

func (*UnimplementedWalletServiceServer) GetCoinjoinOutputspByAcct added in v1.6.0

func (*UnimplementedWalletServiceServer) GetPeerInfo added in v1.6.0

func (*UnimplementedWalletServiceServer) GetTicket added in v1.6.0

func (*UnimplementedWalletServiceServer) GetTickets added in v1.6.0

func (*UnimplementedWalletServiceServer) GetTrackedVSPTickets added in v1.7.1

func (*UnimplementedWalletServiceServer) GetTransaction added in v1.6.0

func (*UnimplementedWalletServiceServer) GetTransactions added in v1.6.0

func (*UnimplementedWalletServiceServer) GetVSPTicketsByFeeStatus added in v1.6.0

func (*UnimplementedWalletServiceServer) ImportPrivateKey added in v1.6.0

func (*UnimplementedWalletServiceServer) ImportScript added in v1.6.0

func (*UnimplementedWalletServiceServer) LoadActiveDataFilters added in v1.6.0

func (*UnimplementedWalletServiceServer) LockAccount added in v1.6.0

func (*UnimplementedWalletServiceServer) LockWallet added in v1.6.0

func (*UnimplementedWalletServiceServer) Network added in v1.6.0

func (*UnimplementedWalletServiceServer) NextAccount added in v1.6.0

func (*UnimplementedWalletServiceServer) NextAddress added in v1.6.0

func (*UnimplementedWalletServiceServer) Ping added in v1.6.0

func (*UnimplementedWalletServiceServer) ProcessManagedTickets added in v1.6.0

func (*UnimplementedWalletServiceServer) ProcessUnmanagedTickets added in v1.6.0

func (*UnimplementedWalletServiceServer) PublishTransaction added in v1.6.0

func (*UnimplementedWalletServiceServer) PublishUnminedTransactions added in v1.6.0

func (*UnimplementedWalletServiceServer) PurchaseTickets added in v1.6.0

func (*UnimplementedWalletServiceServer) RenameAccount added in v1.6.0

func (*UnimplementedWalletServiceServer) Rescan added in v1.6.0

func (*UnimplementedWalletServiceServer) RevokeTickets added in v1.6.0

func (*UnimplementedWalletServiceServer) SetAccountPassphrase added in v1.6.0

func (*UnimplementedWalletServiceServer) SetVspdVoteChoices added in v1.6.1

func (*UnimplementedWalletServiceServer) SignHashes added in v1.6.0

func (*UnimplementedWalletServiceServer) SignMessage added in v1.6.0

func (*UnimplementedWalletServiceServer) SignMessages added in v1.6.0

func (*UnimplementedWalletServiceServer) SignTransaction added in v1.6.0

func (*UnimplementedWalletServiceServer) SignTransactions added in v1.6.0

func (*UnimplementedWalletServiceServer) Spender added in v1.6.0

func (*UnimplementedWalletServiceServer) StakeInfo added in v1.6.0

func (*UnimplementedWalletServiceServer) SweepAccount added in v1.6.0

func (*UnimplementedWalletServiceServer) SyncVSPFailedTickets added in v1.6.0

func (*UnimplementedWalletServiceServer) TicketPrice added in v1.6.0

func (*UnimplementedWalletServiceServer) TransactionNotifications added in v1.6.0

func (*UnimplementedWalletServiceServer) UnlockAccount added in v1.6.0

func (*UnimplementedWalletServiceServer) UnlockWallet added in v1.6.0

func (*UnimplementedWalletServiceServer) UnspentOutputs added in v1.6.0

func (*UnimplementedWalletServiceServer) ValidateAddress added in v1.6.0

type UnlockAccountRequest added in v1.6.0

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 added in v1.6.0

func (*UnlockAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnlockAccountRequest.ProtoReflect.Descriptor instead.

func (*UnlockAccountRequest) GetAccountNumber added in v1.6.0

func (x *UnlockAccountRequest) GetAccountNumber() uint32

func (*UnlockAccountRequest) GetPassphrase added in v1.6.0

func (x *UnlockAccountRequest) GetPassphrase() []byte

func (*UnlockAccountRequest) ProtoMessage added in v1.6.0

func (*UnlockAccountRequest) ProtoMessage()

func (*UnlockAccountRequest) ProtoReflect added in v1.6.0

func (x *UnlockAccountRequest) ProtoReflect() protoreflect.Message

func (*UnlockAccountRequest) Reset added in v1.6.0

func (x *UnlockAccountRequest) Reset()

func (*UnlockAccountRequest) String added in v1.6.0

func (x *UnlockAccountRequest) String() string

type UnlockAccountResponse added in v1.6.0

type UnlockAccountResponse struct {
	// contains filtered or unexported fields
}

func (*UnlockAccountResponse) Descriptor deprecated added in v1.6.0

func (*UnlockAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnlockAccountResponse.ProtoReflect.Descriptor instead.

func (*UnlockAccountResponse) ProtoMessage added in v1.6.0

func (*UnlockAccountResponse) ProtoMessage()

func (*UnlockAccountResponse) ProtoReflect added in v1.6.0

func (x *UnlockAccountResponse) ProtoReflect() protoreflect.Message

func (*UnlockAccountResponse) Reset added in v1.6.0

func (x *UnlockAccountResponse) Reset()

func (*UnlockAccountResponse) String added in v1.6.0

func (x *UnlockAccountResponse) String() string

type UnlockWalletRequest added in v1.6.0

type UnlockWalletRequest struct {
	Passphrase []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockWalletRequest) Descriptor deprecated added in v1.6.0

func (*UnlockWalletRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnlockWalletRequest.ProtoReflect.Descriptor instead.

func (*UnlockWalletRequest) GetPassphrase added in v1.6.0

func (x *UnlockWalletRequest) GetPassphrase() []byte

func (*UnlockWalletRequest) ProtoMessage added in v1.6.0

func (*UnlockWalletRequest) ProtoMessage()

func (*UnlockWalletRequest) ProtoReflect added in v1.6.0

func (x *UnlockWalletRequest) ProtoReflect() protoreflect.Message

func (*UnlockWalletRequest) Reset added in v1.6.0

func (x *UnlockWalletRequest) Reset()

func (*UnlockWalletRequest) String added in v1.6.0

func (x *UnlockWalletRequest) String() string

type UnlockWalletResponse added in v1.6.0

type UnlockWalletResponse struct {
	// contains filtered or unexported fields
}

func (*UnlockWalletResponse) Descriptor deprecated added in v1.6.0

func (*UnlockWalletResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnlockWalletResponse.ProtoReflect.Descriptor instead.

func (*UnlockWalletResponse) ProtoMessage added in v1.6.0

func (*UnlockWalletResponse) ProtoMessage()

func (*UnlockWalletResponse) ProtoReflect added in v1.6.0

func (x *UnlockWalletResponse) ProtoReflect() protoreflect.Message

func (*UnlockWalletResponse) Reset added in v1.6.0

func (x *UnlockWalletResponse) Reset()

func (*UnlockWalletResponse) String added in v1.6.0

func (x *UnlockWalletResponse) String() string

type UnspentOutputResponse added in v1.2.0

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 added in v1.2.0

func (*UnspentOutputResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnspentOutputResponse.ProtoReflect.Descriptor instead.

func (*UnspentOutputResponse) GetAmount added in v1.2.0

func (x *UnspentOutputResponse) GetAmount() int64

func (*UnspentOutputResponse) GetAmountSum added in v1.2.0

func (x *UnspentOutputResponse) GetAmountSum() int64

func (*UnspentOutputResponse) GetFromCoinbase added in v1.2.0

func (x *UnspentOutputResponse) GetFromCoinbase() bool

func (*UnspentOutputResponse) GetOutputIndex added in v1.2.0

func (x *UnspentOutputResponse) GetOutputIndex() uint32

func (*UnspentOutputResponse) GetPkScript added in v1.2.0

func (x *UnspentOutputResponse) GetPkScript() []byte

func (*UnspentOutputResponse) GetReceiveTime added in v1.2.0

func (x *UnspentOutputResponse) GetReceiveTime() int64

func (*UnspentOutputResponse) GetTransactionHash added in v1.2.0

func (x *UnspentOutputResponse) GetTransactionHash() []byte

func (*UnspentOutputResponse) GetTree added in v1.2.0

func (x *UnspentOutputResponse) GetTree() int32

func (*UnspentOutputResponse) ProtoMessage added in v1.2.0

func (*UnspentOutputResponse) ProtoMessage()

func (*UnspentOutputResponse) ProtoReflect added in v1.6.0

func (x *UnspentOutputResponse) ProtoReflect() protoreflect.Message

func (*UnspentOutputResponse) Reset added in v1.2.0

func (x *UnspentOutputResponse) Reset()

func (*UnspentOutputResponse) String added in v1.2.0

func (x *UnspentOutputResponse) String() string

type UnspentOutputsRequest added in v1.2.0

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 added in v1.2.0

func (*UnspentOutputsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnspentOutputsRequest.ProtoReflect.Descriptor instead.

func (*UnspentOutputsRequest) GetAccount added in v1.2.0

func (x *UnspentOutputsRequest) GetAccount() uint32

func (*UnspentOutputsRequest) GetIncludeImmatureCoinbases added in v1.2.0

func (x *UnspentOutputsRequest) GetIncludeImmatureCoinbases() bool

func (*UnspentOutputsRequest) GetRequiredConfirmations added in v1.2.0

func (x *UnspentOutputsRequest) GetRequiredConfirmations() int32

func (*UnspentOutputsRequest) GetTargetAmount added in v1.2.0

func (x *UnspentOutputsRequest) GetTargetAmount() int64

func (*UnspentOutputsRequest) ProtoMessage added in v1.2.0

func (*UnspentOutputsRequest) ProtoMessage()

func (*UnspentOutputsRequest) ProtoReflect added in v1.6.0

func (x *UnspentOutputsRequest) ProtoReflect() protoreflect.Message

func (*UnspentOutputsRequest) Reset added in v1.2.0

func (x *UnspentOutputsRequest) Reset()

func (*UnspentOutputsRequest) String added in v1.2.0

func (x *UnspentOutputsRequest) String() string

type ValidateAddressRequest added in v1.1.2

type ValidateAddressRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateAddressRequest) Descriptor deprecated added in v1.1.2

func (*ValidateAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateAddressRequest.ProtoReflect.Descriptor instead.

func (*ValidateAddressRequest) GetAddress added in v1.1.2

func (x *ValidateAddressRequest) GetAddress() string

func (*ValidateAddressRequest) ProtoMessage added in v1.1.2

func (*ValidateAddressRequest) ProtoMessage()

func (*ValidateAddressRequest) ProtoReflect added in v1.6.0

func (x *ValidateAddressRequest) ProtoReflect() protoreflect.Message

func (*ValidateAddressRequest) Reset added in v1.1.2

func (x *ValidateAddressRequest) Reset()

func (*ValidateAddressRequest) String added in v1.1.2

func (x *ValidateAddressRequest) String() string

type ValidateAddressResponse added in v1.1.2

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 added in v1.1.2

func (*ValidateAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use ValidateAddressResponse.ProtoReflect.Descriptor instead.

func (*ValidateAddressResponse) GetAccountNumber added in v1.1.2

func (x *ValidateAddressResponse) GetAccountNumber() uint32

func (*ValidateAddressResponse) GetIndex added in v1.6.0

func (x *ValidateAddressResponse) GetIndex() uint32

func (*ValidateAddressResponse) GetIsInternal added in v1.6.0

func (x *ValidateAddressResponse) GetIsInternal() bool

func (*ValidateAddressResponse) GetIsMine added in v1.1.2

func (x *ValidateAddressResponse) GetIsMine() bool

func (*ValidateAddressResponse) GetIsScript added in v1.1.2

func (x *ValidateAddressResponse) GetIsScript() bool

func (*ValidateAddressResponse) GetIsValid added in v1.1.2

func (x *ValidateAddressResponse) GetIsValid() bool

func (*ValidateAddressResponse) GetPayToAddrScript added in v1.1.2

func (x *ValidateAddressResponse) GetPayToAddrScript() []byte

func (*ValidateAddressResponse) GetPkScriptAddrs added in v1.1.2

func (x *ValidateAddressResponse) GetPkScriptAddrs() []string

func (*ValidateAddressResponse) GetPubKey added in v1.1.2

func (x *ValidateAddressResponse) GetPubKey() []byte

func (*ValidateAddressResponse) GetPubKeyAddr added in v1.1.2

func (x *ValidateAddressResponse) GetPubKeyAddr() string

func (*ValidateAddressResponse) GetScriptType added in v1.1.2

func (*ValidateAddressResponse) GetSigsRequired added in v1.1.2

func (x *ValidateAddressResponse) GetSigsRequired() uint32

func (*ValidateAddressResponse) ProtoMessage added in v1.1.2

func (*ValidateAddressResponse) ProtoMessage()

func (*ValidateAddressResponse) ProtoReflect added in v1.6.0

func (x *ValidateAddressResponse) ProtoReflect() protoreflect.Message

func (*ValidateAddressResponse) Reset added in v1.1.2

func (x *ValidateAddressResponse) Reset()

func (*ValidateAddressResponse) String added in v1.1.2

func (x *ValidateAddressResponse) String() string

type ValidateAddressResponse_ScriptType added in v1.1.2

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
)

func (ValidateAddressResponse_ScriptType) Descriptor added in v1.6.0

func (ValidateAddressResponse_ScriptType) Enum added in v1.6.0

func (ValidateAddressResponse_ScriptType) EnumDescriptor deprecated added in v1.1.2

func (ValidateAddressResponse_ScriptType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ValidateAddressResponse_ScriptType.Descriptor instead.

func (ValidateAddressResponse_ScriptType) Number added in v1.6.0

func (ValidateAddressResponse_ScriptType) String added in v1.1.2

func (ValidateAddressResponse_ScriptType) Type added in v1.6.0

type VerifyMessageRequest added in v1.0.7

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 added in v1.0.7

func (*VerifyMessageRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyMessageRequest.ProtoReflect.Descriptor instead.

func (*VerifyMessageRequest) GetAddress added in v1.0.7

func (x *VerifyMessageRequest) GetAddress() string

func (*VerifyMessageRequest) GetMessage added in v1.0.7

func (x *VerifyMessageRequest) GetMessage() string

func (*VerifyMessageRequest) GetSignature added in v1.0.7

func (x *VerifyMessageRequest) GetSignature() []byte

func (*VerifyMessageRequest) ProtoMessage added in v1.0.7

func (*VerifyMessageRequest) ProtoMessage()

func (*VerifyMessageRequest) ProtoReflect added in v1.6.0

func (x *VerifyMessageRequest) ProtoReflect() protoreflect.Message

func (*VerifyMessageRequest) Reset added in v1.0.7

func (x *VerifyMessageRequest) Reset()

func (*VerifyMessageRequest) String added in v1.0.7

func (x *VerifyMessageRequest) String() string

type VerifyMessageResponse added in v1.0.7

type VerifyMessageResponse struct {
	Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMessageResponse) Descriptor deprecated added in v1.0.7

func (*VerifyMessageResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyMessageResponse.ProtoReflect.Descriptor instead.

func (*VerifyMessageResponse) GetValid added in v1.0.7

func (x *VerifyMessageResponse) GetValid() bool

func (*VerifyMessageResponse) ProtoMessage added in v1.0.7

func (*VerifyMessageResponse) ProtoMessage()

func (*VerifyMessageResponse) ProtoReflect added in v1.6.0

func (x *VerifyMessageResponse) ProtoReflect() protoreflect.Message

func (*VerifyMessageResponse) Reset added in v1.0.7

func (x *VerifyMessageResponse) Reset()

func (*VerifyMessageResponse) String added in v1.0.7

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 added in v1.6.0

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 added in v0.8.0

func (x *VersionResponse) GetBuildMetadata() string

func (*VersionResponse) GetMajor added in v0.8.0

func (x *VersionResponse) GetMajor() uint32

func (*VersionResponse) GetMinor added in v0.8.0

func (x *VersionResponse) GetMinor() uint32

func (*VersionResponse) GetPatch added in v0.8.0

func (x *VersionResponse) GetPatch() uint32

func (*VersionResponse) GetPrerelease added in v0.8.0

func (x *VersionResponse) GetPrerelease() string

func (*VersionResponse) GetVersionString added in v0.8.0

func (x *VersionResponse) GetVersionString() string

func (*VersionResponse) ProtoMessage

func (*VersionResponse) ProtoMessage()

func (*VersionResponse) ProtoReflect added in v1.6.0

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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type VersionServiceServer

type VersionServiceServer interface {
	Version(context.Context, *VersionRequest) (*VersionResponse, error)
}

VersionServiceServer is the server API for VersionService service.

type VoteChoicesRequest added in v1.0.0

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 added in v1.0.0

func (*VoteChoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use VoteChoicesRequest.ProtoReflect.Descriptor instead.

func (*VoteChoicesRequest) GetTicketHash added in v1.6.0

func (x *VoteChoicesRequest) GetTicketHash() []byte

func (*VoteChoicesRequest) ProtoMessage added in v1.0.0

func (*VoteChoicesRequest) ProtoMessage()

func (*VoteChoicesRequest) ProtoReflect added in v1.6.0

func (x *VoteChoicesRequest) ProtoReflect() protoreflect.Message

func (*VoteChoicesRequest) Reset added in v1.0.0

func (x *VoteChoicesRequest) Reset()

func (*VoteChoicesRequest) String added in v1.0.0

func (x *VoteChoicesRequest) String() string

type VoteChoicesResponse added in v1.0.0

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 added in v1.0.0

func (*VoteChoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use VoteChoicesResponse.ProtoReflect.Descriptor instead.

func (*VoteChoicesResponse) GetChoices added in v1.0.0

func (*VoteChoicesResponse) GetVersion added in v1.0.0

func (x *VoteChoicesResponse) GetVersion() uint32

func (*VoteChoicesResponse) GetVotebits added in v1.0.0

func (x *VoteChoicesResponse) GetVotebits() uint32

func (*VoteChoicesResponse) ProtoMessage added in v1.0.0

func (*VoteChoicesResponse) ProtoMessage()

func (*VoteChoicesResponse) ProtoReflect added in v1.6.0

func (x *VoteChoicesResponse) ProtoReflect() protoreflect.Message

func (*VoteChoicesResponse) Reset added in v1.0.0

func (x *VoteChoicesResponse) Reset()

func (*VoteChoicesResponse) String added in v1.0.0

func (x *VoteChoicesResponse) String() string

type VoteChoicesResponse_Choice added in v1.0.0

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 added in v1.0.0

func (*VoteChoicesResponse_Choice) Descriptor() ([]byte, []int)

Deprecated: Use VoteChoicesResponse_Choice.ProtoReflect.Descriptor instead.

func (*VoteChoicesResponse_Choice) GetAgendaDescription added in v1.0.0

func (x *VoteChoicesResponse_Choice) GetAgendaDescription() string

func (*VoteChoicesResponse_Choice) GetAgendaId added in v1.0.0

func (x *VoteChoicesResponse_Choice) GetAgendaId() string

func (*VoteChoicesResponse_Choice) GetChoiceDescription added in v1.0.0

func (x *VoteChoicesResponse_Choice) GetChoiceDescription() string

func (*VoteChoicesResponse_Choice) GetChoiceId added in v1.0.0

func (x *VoteChoicesResponse_Choice) GetChoiceId() string

func (*VoteChoicesResponse_Choice) ProtoMessage added in v1.0.0

func (*VoteChoicesResponse_Choice) ProtoMessage()

func (*VoteChoicesResponse_Choice) ProtoReflect added in v1.6.0

func (*VoteChoicesResponse_Choice) Reset added in v1.0.0

func (x *VoteChoicesResponse_Choice) Reset()

func (*VoteChoicesResponse_Choice) String added in v1.0.0

func (x *VoteChoicesResponse_Choice) String() string

type VotingServiceClient added in v1.0.0

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)
}

VotingServiceClient is the client API for VotingService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVotingServiceClient added in v1.0.0

func NewVotingServiceClient(cc grpc.ClientConnInterface) VotingServiceClient

type VotingServiceServer added in v1.0.0

type VotingServiceServer interface {
	VoteChoices(context.Context, *VoteChoicesRequest) (*VoteChoicesResponse, error)
	SetVoteChoices(context.Context, *SetVoteChoicesRequest) (*SetVoteChoicesResponse, error)
}

VotingServiceServer is the server API for VotingService service.

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 added in v1.6.0

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 added in v0.8.0

func (x *WalletExistsResponse) GetExists() bool

func (*WalletExistsResponse) ProtoMessage

func (*WalletExistsResponse) ProtoMessage()

func (*WalletExistsResponse) ProtoReflect added in v1.6.0

func (x *WalletExistsResponse) ProtoReflect() protoreflect.Message

func (*WalletExistsResponse) Reset

func (x *WalletExistsResponse) Reset()

func (*WalletExistsResponse) String

func (x *WalletExistsResponse) String() string

type WalletLoaderServiceClient

WalletLoaderServiceClient is the client API for WalletLoaderService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type WalletLoaderService_RpcSyncClient added in v1.6.0

type WalletLoaderService_RpcSyncClient interface {
	Recv() (*RpcSyncResponse, error)
	grpc.ClientStream
}

type WalletLoaderService_RpcSyncServer added in v1.6.0

type WalletLoaderService_RpcSyncServer interface {
	Send(*RpcSyncResponse) error
	grpc.ServerStream
}

type WalletLoaderService_SpvSyncClient added in v1.6.0

type WalletLoaderService_SpvSyncClient interface {
	Recv() (*SpvSyncResponse, error)
	grpc.ClientStream
}

type WalletLoaderService_SpvSyncServer added in v1.6.0

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)
	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)
	// 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)
	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)
	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)
}

WalletServiceClient is the client API for WalletService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

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)
	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)
	// 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)
	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)
	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)
}

WalletServiceServer is the server API for WalletService service.

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 added in v1.0.3

type WalletService_ConfirmationNotificationsClient interface {
	Send(*ConfirmationNotificationsRequest) error
	Recv() (*ConfirmationNotificationsResponse, error)
	grpc.ClientStream
}

type WalletService_ConfirmationNotificationsServer added in v1.0.3

type WalletService_ConfirmationNotificationsServer interface {
	Send(*ConfirmationNotificationsResponse) error
	Recv() (*ConfirmationNotificationsRequest, error)
	grpc.ServerStream
}

type WalletService_GetCFiltersClient added in v1.6.0

type WalletService_GetCFiltersClient interface {
	Recv() (*GetCFiltersResponse, error)
	grpc.ClientStream
}

type WalletService_GetCFiltersServer added in v1.6.0

type WalletService_GetCFiltersServer interface {
	Send(*GetCFiltersResponse) error
	grpc.ServerStream
}

type WalletService_GetTicketsClient added in v1.1.2

type WalletService_GetTicketsClient interface {
	Recv() (*GetTicketsResponse, error)
	grpc.ClientStream
}

type WalletService_GetTicketsServer added in v1.1.2

type WalletService_GetTicketsServer interface {
	Send(*GetTicketsResponse) error
	grpc.ServerStream
}

type WalletService_GetTransactionsClient added in v0.7.0

type WalletService_GetTransactionsClient interface {
	Recv() (*GetTransactionsResponse, error)
	grpc.ClientStream
}

type WalletService_GetTransactionsServer added in v0.7.0

type WalletService_GetTransactionsServer interface {
	Send(*GetTransactionsResponse) error
	grpc.ServerStream
}

type WalletService_RescanClient added in v0.7.0

type WalletService_RescanClient interface {
	Recv() (*RescanResponse, error)
	grpc.ClientStream
}

type WalletService_RescanServer added in v0.7.0

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 added in v1.2.0

type WalletService_UnspentOutputsClient interface {
	Recv() (*UnspentOutputResponse, error)
	grpc.ClientStream
}

type WalletService_UnspentOutputsServer added in v1.2.0

type WalletService_UnspentOutputsServer interface {
	Send(*UnspentOutputResponse) error
	grpc.ServerStream
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL