walletrpc

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: ISC Imports: 9 Imported by: 1

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

Enum value maps for DecodedTransaction_Output_ScriptClass.

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

Enum value maps for ValidateAddressResponse_ScriptType.

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

Enum value maps for GetVSPTicketsByFeeStatusRequest_FeeStatus.

Functions

func RegisterAccountMixerServiceServer

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

func RegisterAgendaServiceServer

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

func RegisterDecodeMessageServiceServer

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

func RegisterMessageVerificationServiceServer

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

func RegisterNetworkServiceServer

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

func RegisterSeedServiceServer

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

func RegisterTicketBuyerServiceServer

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

func RegisterTicketBuyerV2ServiceServer

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

func RegisterVersionServiceServer

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

func RegisterVotingServiceServer

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

func RegisterWalletLoaderServiceServer

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

func RegisterWalletServiceServer

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

Types

type AbandonTransactionRequest

type AbandonTransactionRequest struct {
	TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*AbandonTransactionRequest) Descriptor deprecated

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

Deprecated: Use AbandonTransactionRequest.ProtoReflect.Descriptor instead.

func (*AbandonTransactionRequest) GetTransactionHash

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

func (*AbandonTransactionRequest) ProtoMessage

func (*AbandonTransactionRequest) ProtoMessage()

func (*AbandonTransactionRequest) ProtoReflect

func (*AbandonTransactionRequest) Reset

func (x *AbandonTransactionRequest) Reset()

func (*AbandonTransactionRequest) String

func (x *AbandonTransactionRequest) String() string

type AbandonTransactionResponse

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

func (*AbandonTransactionResponse) Descriptor deprecated

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

Deprecated: Use AbandonTransactionResponse.ProtoReflect.Descriptor instead.

func (*AbandonTransactionResponse) ProtoMessage

func (*AbandonTransactionResponse) ProtoMessage()

func (*AbandonTransactionResponse) ProtoReflect

func (*AbandonTransactionResponse) Reset

func (x *AbandonTransactionResponse) Reset()

func (*AbandonTransactionResponse) String

func (x *AbandonTransactionResponse) String() string

type AccountBalance

type AccountBalance struct {
	Account      uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	TotalBalance int64  `protobuf:"varint,2,opt,name=total_balance,json=totalBalance,proto3" json:"total_balance,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountBalance) Descriptor deprecated

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

Deprecated: Use AccountBalance.ProtoReflect.Descriptor instead.

func (*AccountBalance) GetAccount

func (x *AccountBalance) GetAccount() uint32

func (*AccountBalance) GetTotalBalance

func (x *AccountBalance) GetTotalBalance() int64

func (*AccountBalance) ProtoMessage

func (*AccountBalance) ProtoMessage()

func (*AccountBalance) ProtoReflect

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

func (*AccountBalance) Reset

func (x *AccountBalance) Reset()

func (*AccountBalance) String

func (x *AccountBalance) String() string

type AccountMixerServiceClient

type AccountMixerServiceClient interface {
	RunAccountMixer(ctx context.Context, in *RunAccountMixerRequest, opts ...grpc.CallOption) (AccountMixerService_RunAccountMixerClient, error)
}

AccountMixerServiceClient is the client API for AccountMixerService service.

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

type AccountMixerServiceServer

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

AccountMixerServiceServer is the server API for AccountMixerService service.

type AccountMixerService_RunAccountMixerClient

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

type AccountMixerService_RunAccountMixerServer

type AccountMixerService_RunAccountMixerServer interface {
	Send(*RunAccountMixerResponse) error
	grpc.ServerStream
}

type AccountNotificationsRequest

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

func (*AccountNotificationsRequest) Descriptor deprecated

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

Deprecated: Use AccountNotificationsRequest.ProtoReflect.Descriptor instead.

func (*AccountNotificationsRequest) ProtoMessage

func (*AccountNotificationsRequest) ProtoMessage()

func (*AccountNotificationsRequest) ProtoReflect

func (*AccountNotificationsRequest) Reset

func (x *AccountNotificationsRequest) Reset()

func (*AccountNotificationsRequest) String

func (x *AccountNotificationsRequest) String() string

type AccountNotificationsResponse

type AccountNotificationsResponse struct {
	AccountNumber    uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	AccountName      string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	ExternalKeyCount uint32 `protobuf:"varint,3,opt,name=external_key_count,json=externalKeyCount,proto3" json:"external_key_count,omitempty"`
	InternalKeyCount uint32 `protobuf:"varint,4,opt,name=internal_key_count,json=internalKeyCount,proto3" json:"internal_key_count,omitempty"`
	ImportedKeyCount uint32 `protobuf:"varint,5,opt,name=imported_key_count,json=importedKeyCount,proto3" json:"imported_key_count,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountNotificationsResponse) Descriptor deprecated

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

Deprecated: Use AccountNotificationsResponse.ProtoReflect.Descriptor instead.

func (*AccountNotificationsResponse) GetAccountName

func (x *AccountNotificationsResponse) GetAccountName() string

func (*AccountNotificationsResponse) GetAccountNumber

func (x *AccountNotificationsResponse) GetAccountNumber() uint32

func (*AccountNotificationsResponse) GetExternalKeyCount

func (x *AccountNotificationsResponse) GetExternalKeyCount() uint32

func (*AccountNotificationsResponse) GetImportedKeyCount

func (x *AccountNotificationsResponse) GetImportedKeyCount() uint32

func (*AccountNotificationsResponse) GetInternalKeyCount

func (x *AccountNotificationsResponse) GetInternalKeyCount() uint32

func (*AccountNotificationsResponse) ProtoMessage

func (*AccountNotificationsResponse) ProtoMessage()

func (*AccountNotificationsResponse) ProtoReflect

func (*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

func (x *AccountNumberRequest) GetAccountName() string

func (*AccountNumberRequest) ProtoMessage

func (*AccountNumberRequest) ProtoMessage()

func (*AccountNumberRequest) ProtoReflect

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

func (*AccountNumberRequest) Reset

func (x *AccountNumberRequest) Reset()

func (*AccountNumberRequest) String

func (x *AccountNumberRequest) String() string

type AccountNumberResponse

type AccountNumberResponse struct {
	AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountNumberResponse) Descriptor deprecated

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

Deprecated: Use AccountNumberResponse.ProtoReflect.Descriptor instead.

func (*AccountNumberResponse) GetAccountNumber

func (x *AccountNumberResponse) GetAccountNumber() uint32

func (*AccountNumberResponse) ProtoMessage

func (*AccountNumberResponse) ProtoMessage()

func (*AccountNumberResponse) ProtoReflect

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

func (*AccountNumberResponse) Reset

func (x *AccountNumberResponse) Reset()

func (*AccountNumberResponse) String

func (x *AccountNumberResponse) String() string

type AccountUnlockedRequest

type AccountUnlockedRequest struct {
	AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountUnlockedRequest) Descriptor deprecated

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

Deprecated: Use AccountUnlockedRequest.ProtoReflect.Descriptor instead.

func (*AccountUnlockedRequest) GetAccountNumber

func (x *AccountUnlockedRequest) GetAccountNumber() uint32

func (*AccountUnlockedRequest) ProtoMessage

func (*AccountUnlockedRequest) ProtoMessage()

func (*AccountUnlockedRequest) ProtoReflect

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

func (*AccountUnlockedRequest) Reset

func (x *AccountUnlockedRequest) Reset()

func (*AccountUnlockedRequest) String

func (x *AccountUnlockedRequest) String() string

type AccountUnlockedResponse

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

func (*AccountUnlockedResponse) Descriptor deprecated

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

Deprecated: Use AccountUnlockedResponse.ProtoReflect.Descriptor instead.

func (*AccountUnlockedResponse) GetUnlocked

func (x *AccountUnlockedResponse) GetUnlocked() bool

func (*AccountUnlockedResponse) ProtoMessage

func (*AccountUnlockedResponse) ProtoMessage()

func (*AccountUnlockedResponse) ProtoReflect

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

func (*AccountUnlockedResponse) Reset

func (x *AccountUnlockedResponse) Reset()

func (*AccountUnlockedResponse) String

func (x *AccountUnlockedResponse) String() string

type AccountsRequest

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

func (*AccountsRequest) Descriptor deprecated

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

Deprecated: Use AccountsRequest.ProtoReflect.Descriptor instead.

func (*AccountsRequest) ProtoMessage

func (*AccountsRequest) ProtoMessage()

func (*AccountsRequest) ProtoReflect

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

func (*AccountsRequest) Reset

func (x *AccountsRequest) Reset()

func (*AccountsRequest) String

func (x *AccountsRequest) String() string

type AccountsResponse

type AccountsResponse struct {
	Accounts           []*AccountsResponse_Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	CurrentBlockHash   []byte                      `protobuf:"bytes,2,opt,name=current_block_hash,json=currentBlockHash,proto3" json:"current_block_hash,omitempty"`
	CurrentBlockHeight int32                       `protobuf:"varint,3,opt,name=current_block_height,json=currentBlockHeight,proto3" json:"current_block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountsResponse) Descriptor deprecated

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

Deprecated: Use AccountsResponse.ProtoReflect.Descriptor instead.

func (*AccountsResponse) GetAccounts

func (x *AccountsResponse) GetAccounts() []*AccountsResponse_Account

func (*AccountsResponse) GetCurrentBlockHash

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

func (*AccountsResponse) GetCurrentBlockHeight

func (x *AccountsResponse) GetCurrentBlockHeight() int32

func (*AccountsResponse) ProtoMessage

func (*AccountsResponse) ProtoMessage()

func (*AccountsResponse) ProtoReflect

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

func (*AccountsResponse) Reset

func (x *AccountsResponse) Reset()

func (*AccountsResponse) String

func (x *AccountsResponse) String() string

type AccountsResponse_Account

type AccountsResponse_Account struct {
	AccountNumber    uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	AccountName      string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	TotalBalance     int64  `protobuf:"varint,3,opt,name=total_balance,json=totalBalance,proto3" json:"total_balance,omitempty"`
	ExternalKeyCount uint32 `protobuf:"varint,4,opt,name=external_key_count,json=externalKeyCount,proto3" json:"external_key_count,omitempty"`
	InternalKeyCount uint32 `protobuf:"varint,5,opt,name=internal_key_count,json=internalKeyCount,proto3" json:"internal_key_count,omitempty"`
	ImportedKeyCount uint32 `protobuf:"varint,6,opt,name=imported_key_count,json=importedKeyCount,proto3" json:"imported_key_count,omitempty"`
	AccountEncrypted bool   `protobuf:"varint,7,opt,name=account_encrypted,json=accountEncrypted,proto3" json:"account_encrypted,omitempty"`
	AccountUnlocked  bool   `protobuf:"varint,8,opt,name=account_unlocked,json=accountUnlocked,proto3" json:"account_unlocked,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountsResponse_Account) Descriptor deprecated

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

Deprecated: Use AccountsResponse_Account.ProtoReflect.Descriptor instead.

func (*AccountsResponse_Account) GetAccountEncrypted

func (x *AccountsResponse_Account) GetAccountEncrypted() bool

func (*AccountsResponse_Account) GetAccountName

func (x *AccountsResponse_Account) GetAccountName() string

func (*AccountsResponse_Account) GetAccountNumber

func (x *AccountsResponse_Account) GetAccountNumber() uint32

func (*AccountsResponse_Account) GetAccountUnlocked

func (x *AccountsResponse_Account) GetAccountUnlocked() bool

func (*AccountsResponse_Account) GetExternalKeyCount

func (x *AccountsResponse_Account) GetExternalKeyCount() uint32

func (*AccountsResponse_Account) GetImportedKeyCount

func (x *AccountsResponse_Account) GetImportedKeyCount() uint32

func (*AccountsResponse_Account) GetInternalKeyCount

func (x *AccountsResponse_Account) GetInternalKeyCount() uint32

func (*AccountsResponse_Account) GetTotalBalance

func (x *AccountsResponse_Account) GetTotalBalance() int64

func (*AccountsResponse_Account) ProtoMessage

func (*AccountsResponse_Account) ProtoMessage()

func (*AccountsResponse_Account) ProtoReflect

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

func (*AccountsResponse_Account) Reset

func (x *AccountsResponse_Account) Reset()

func (*AccountsResponse_Account) String

func (x *AccountsResponse_Account) String() string

type AgendaServiceClient

type AgendaServiceClient interface {
	Agendas(ctx context.Context, in *AgendasRequest, opts ...grpc.CallOption) (*AgendasResponse, error)
}

AgendaServiceClient is the client API for AgendaService service.

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

type AgendaServiceServer

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

AgendaServiceServer is the server API for AgendaService service.

type AgendasRequest

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

func (*AgendasRequest) Descriptor deprecated

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

Deprecated: Use AgendasRequest.ProtoReflect.Descriptor instead.

func (*AgendasRequest) ProtoMessage

func (*AgendasRequest) ProtoMessage()

func (*AgendasRequest) ProtoReflect

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

func (*AgendasRequest) Reset

func (x *AgendasRequest) Reset()

func (*AgendasRequest) String

func (x *AgendasRequest) String() string

type AgendasResponse

type AgendasResponse struct {
	Version uint32                    `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Agendas []*AgendasResponse_Agenda `protobuf:"bytes,2,rep,name=agendas,proto3" json:"agendas,omitempty"`
	// contains filtered or unexported fields
}

func (*AgendasResponse) Descriptor deprecated

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

Deprecated: Use AgendasResponse.ProtoReflect.Descriptor instead.

func (*AgendasResponse) GetAgendas

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

func (*AgendasResponse) GetVersion

func (x *AgendasResponse) GetVersion() uint32

func (*AgendasResponse) ProtoMessage

func (*AgendasResponse) ProtoMessage()

func (*AgendasResponse) ProtoReflect

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

func (*AgendasResponse) Reset

func (x *AgendasResponse) Reset()

func (*AgendasResponse) String

func (x *AgendasResponse) String() string

type AgendasResponse_Agenda

type AgendasResponse_Agenda struct {
	Id          string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string                    `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Mask        uint32                    `protobuf:"varint,3,opt,name=mask,proto3" json:"mask,omitempty"`
	Choices     []*AgendasResponse_Choice `protobuf:"bytes,4,rep,name=choices,proto3" json:"choices,omitempty"`
	StartTime   int64                     `protobuf:"varint,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	ExpireTime  int64                     `protobuf:"varint,6,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

func (*AgendasResponse_Agenda) Descriptor deprecated

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

Deprecated: Use AgendasResponse_Agenda.ProtoReflect.Descriptor instead.

func (*AgendasResponse_Agenda) GetChoices

func (*AgendasResponse_Agenda) GetDescription

func (x *AgendasResponse_Agenda) GetDescription() string

func (*AgendasResponse_Agenda) GetExpireTime

func (x *AgendasResponse_Agenda) GetExpireTime() int64

func (*AgendasResponse_Agenda) GetId

func (x *AgendasResponse_Agenda) GetId() string

func (*AgendasResponse_Agenda) GetMask

func (x *AgendasResponse_Agenda) GetMask() uint32

func (*AgendasResponse_Agenda) GetStartTime

func (x *AgendasResponse_Agenda) GetStartTime() int64

func (*AgendasResponse_Agenda) ProtoMessage

func (*AgendasResponse_Agenda) ProtoMessage()

func (*AgendasResponse_Agenda) ProtoReflect

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

func (*AgendasResponse_Agenda) Reset

func (x *AgendasResponse_Agenda) Reset()

func (*AgendasResponse_Agenda) String

func (x *AgendasResponse_Agenda) String() string

type AgendasResponse_Choice

type AgendasResponse_Choice struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Bits        uint32 `protobuf:"varint,3,opt,name=bits,proto3" json:"bits,omitempty"`
	IsAbstain   bool   `protobuf:"varint,4,opt,name=is_abstain,json=isAbstain,proto3" json:"is_abstain,omitempty"`
	IsNo        bool   `protobuf:"varint,5,opt,name=is_no,json=isNo,proto3" json:"is_no,omitempty"`
	// contains filtered or unexported fields
}

func (*AgendasResponse_Choice) Descriptor deprecated

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

Deprecated: Use AgendasResponse_Choice.ProtoReflect.Descriptor instead.

func (*AgendasResponse_Choice) GetBits

func (x *AgendasResponse_Choice) GetBits() uint32

func (*AgendasResponse_Choice) GetDescription

func (x *AgendasResponse_Choice) GetDescription() string

func (*AgendasResponse_Choice) GetId

func (x *AgendasResponse_Choice) GetId() string

func (*AgendasResponse_Choice) GetIsAbstain

func (x *AgendasResponse_Choice) GetIsAbstain() bool

func (*AgendasResponse_Choice) GetIsNo

func (x *AgendasResponse_Choice) GetIsNo() bool

func (*AgendasResponse_Choice) ProtoMessage

func (*AgendasResponse_Choice) ProtoMessage()

func (*AgendasResponse_Choice) ProtoReflect

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

func (*AgendasResponse_Choice) Reset

func (x *AgendasResponse_Choice) Reset()

func (*AgendasResponse_Choice) String

func (x *AgendasResponse_Choice) String() string

type BalanceRequest

type BalanceRequest struct {
	AccountNumber         uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	RequiredConfirmations int32  `protobuf:"varint,2,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"`
	// contains filtered or unexported fields
}

func (*BalanceRequest) Descriptor deprecated

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

Deprecated: Use BalanceRequest.ProtoReflect.Descriptor instead.

func (*BalanceRequest) GetAccountNumber

func (x *BalanceRequest) GetAccountNumber() uint32

func (*BalanceRequest) GetRequiredConfirmations

func (x *BalanceRequest) GetRequiredConfirmations() int32

func (*BalanceRequest) ProtoMessage

func (*BalanceRequest) ProtoMessage()

func (*BalanceRequest) ProtoReflect

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

func (*BalanceRequest) Reset

func (x *BalanceRequest) Reset()

func (*BalanceRequest) String

func (x *BalanceRequest) String() string

type BalanceResponse

type BalanceResponse struct {
	Total                   int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Spendable               int64 `protobuf:"varint,2,opt,name=spendable,proto3" json:"spendable,omitempty"`
	ImmatureReward          int64 `protobuf:"varint,3,opt,name=immature_reward,json=immatureReward,proto3" json:"immature_reward,omitempty"`
	ImmatureStakeGeneration int64 `` /* 133-byte string literal not displayed */
	LockedByTickets         int64 `protobuf:"varint,5,opt,name=locked_by_tickets,json=lockedByTickets,proto3" json:"locked_by_tickets,omitempty"`
	VotingAuthority         int64 `protobuf:"varint,6,opt,name=voting_authority,json=votingAuthority,proto3" json:"voting_authority,omitempty"`
	Unconfirmed             int64 `protobuf:"varint,7,opt,name=unconfirmed,proto3" json:"unconfirmed,omitempty"`
	// contains filtered or unexported fields
}

func (*BalanceResponse) Descriptor deprecated

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

Deprecated: Use BalanceResponse.ProtoReflect.Descriptor instead.

func (*BalanceResponse) GetImmatureReward

func (x *BalanceResponse) GetImmatureReward() int64

func (*BalanceResponse) GetImmatureStakeGeneration

func (x *BalanceResponse) GetImmatureStakeGeneration() int64

func (*BalanceResponse) GetLockedByTickets

func (x *BalanceResponse) GetLockedByTickets() int64

func (*BalanceResponse) GetSpendable

func (x *BalanceResponse) GetSpendable() int64

func (*BalanceResponse) GetTotal

func (x *BalanceResponse) GetTotal() int64

func (*BalanceResponse) GetUnconfirmed

func (x *BalanceResponse) GetUnconfirmed() int64

func (*BalanceResponse) GetVotingAuthority

func (x *BalanceResponse) GetVotingAuthority() int64

func (*BalanceResponse) ProtoMessage

func (*BalanceResponse) ProtoMessage()

func (*BalanceResponse) ProtoReflect

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

func (*BalanceResponse) Reset

func (x *BalanceResponse) Reset()

func (*BalanceResponse) String

func (x *BalanceResponse) String() string

type BestBlockRequest

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

func (*BestBlockRequest) Descriptor deprecated

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

Deprecated: Use BestBlockRequest.ProtoReflect.Descriptor instead.

func (*BestBlockRequest) ProtoMessage

func (*BestBlockRequest) ProtoMessage()

func (*BestBlockRequest) ProtoReflect

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

func (*BestBlockRequest) Reset

func (x *BestBlockRequest) Reset()

func (*BestBlockRequest) String

func (x *BestBlockRequest) String() string

type BestBlockResponse

type BestBlockResponse struct {
	Height uint32 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Hash   []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*BestBlockResponse) Descriptor deprecated

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

Deprecated: Use BestBlockResponse.ProtoReflect.Descriptor instead.

func (*BestBlockResponse) GetHash

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

func (*BestBlockResponse) GetHeight

func (x *BestBlockResponse) GetHeight() uint32

func (*BestBlockResponse) ProtoMessage

func (*BestBlockResponse) ProtoMessage()

func (*BestBlockResponse) ProtoReflect

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

func (*BestBlockResponse) Reset

func (x *BestBlockResponse) Reset()

func (*BestBlockResponse) String

func (x *BestBlockResponse) String() string

type BlockDetails

type BlockDetails struct {
	Hash           []byte                `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Height         int32                 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Timestamp      int64                 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	ApprovesParent bool                  `protobuf:"varint,5,opt,name=approves_parent,json=approvesParent,proto3" json:"approves_parent,omitempty"`
	Transactions   []*TransactionDetails `protobuf:"bytes,4,rep,name=transactions,proto3" json:"transactions,omitempty"`
	PrevBlock      []byte                `protobuf:"bytes,6,opt,name=prev_block,json=prevBlock,proto3" json:"prev_block,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockDetails) Descriptor deprecated

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

Deprecated: Use BlockDetails.ProtoReflect.Descriptor instead.

func (*BlockDetails) GetApprovesParent

func (x *BlockDetails) GetApprovesParent() bool

func (*BlockDetails) GetHash

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

func (*BlockDetails) GetHeight

func (x *BlockDetails) GetHeight() int32

func (*BlockDetails) GetPrevBlock

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

func (*BlockDetails) GetTimestamp

func (x *BlockDetails) GetTimestamp() int64

func (*BlockDetails) GetTransactions

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

func (*BlockDetails) ProtoMessage

func (*BlockDetails) ProtoMessage()

func (*BlockDetails) ProtoReflect

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

func (*BlockDetails) Reset

func (x *BlockDetails) Reset()

func (*BlockDetails) String

func (x *BlockDetails) String() string

type BlockInfoRequest

type BlockInfoRequest struct {
	BlockHash   []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	BlockHeight int32  `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockInfoRequest) Descriptor deprecated

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

Deprecated: Use BlockInfoRequest.ProtoReflect.Descriptor instead.

func (*BlockInfoRequest) GetBlockHash

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

func (*BlockInfoRequest) GetBlockHeight

func (x *BlockInfoRequest) GetBlockHeight() int32

func (*BlockInfoRequest) ProtoMessage

func (*BlockInfoRequest) ProtoMessage()

func (*BlockInfoRequest) ProtoReflect

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

func (*BlockInfoRequest) Reset

func (x *BlockInfoRequest) Reset()

func (*BlockInfoRequest) String

func (x *BlockInfoRequest) String() string

type BlockInfoResponse

type BlockInfoResponse struct {
	BlockHash        []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	BlockHeight      int32  `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Confirmations    int32  `protobuf:"varint,3,opt,name=confirmations,proto3" json:"confirmations,omitempty"`
	Timestamp        int64  `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	BlockHeader      []byte `protobuf:"bytes,5,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"`
	StakeInvalidated bool   `protobuf:"varint,6,opt,name=stake_invalidated,json=stakeInvalidated,proto3" json:"stake_invalidated,omitempty"`
	ApprovesParent   bool   `protobuf:"varint,7,opt,name=approves_parent,json=approvesParent,proto3" json:"approves_parent,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockInfoResponse) Descriptor deprecated

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

Deprecated: Use BlockInfoResponse.ProtoReflect.Descriptor instead.

func (*BlockInfoResponse) GetApprovesParent

func (x *BlockInfoResponse) GetApprovesParent() bool

func (*BlockInfoResponse) GetBlockHash

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

func (*BlockInfoResponse) GetBlockHeader

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

func (*BlockInfoResponse) GetBlockHeight

func (x *BlockInfoResponse) GetBlockHeight() int32

func (*BlockInfoResponse) GetConfirmations

func (x *BlockInfoResponse) GetConfirmations() int32

func (*BlockInfoResponse) GetStakeInvalidated

func (x *BlockInfoResponse) GetStakeInvalidated() bool

func (*BlockInfoResponse) GetTimestamp

func (x *BlockInfoResponse) GetTimestamp() int64

func (*BlockInfoResponse) ProtoMessage

func (*BlockInfoResponse) ProtoMessage()

func (*BlockInfoResponse) ProtoReflect

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

func (*BlockInfoResponse) Reset

func (x *BlockInfoResponse) Reset()

func (*BlockInfoResponse) String

func (x *BlockInfoResponse) String() string

type ChangePassphraseRequest

type ChangePassphraseRequest struct {
	Key           ChangePassphraseRequest_Key `protobuf:"varint,1,opt,name=key,proto3,enum=walletrpc.ChangePassphraseRequest_Key" json:"key,omitempty"`
	OldPassphrase []byte                      `protobuf:"bytes,2,opt,name=old_passphrase,json=oldPassphrase,proto3" json:"old_passphrase,omitempty"`
	NewPassphrase []byte                      `protobuf:"bytes,3,opt,name=new_passphrase,json=newPassphrase,proto3" json:"new_passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangePassphraseRequest) Descriptor deprecated

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

Deprecated: Use ChangePassphraseRequest.ProtoReflect.Descriptor instead.

func (*ChangePassphraseRequest) GetKey

func (*ChangePassphraseRequest) GetNewPassphrase

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

func (*ChangePassphraseRequest) GetOldPassphrase

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

func (*ChangePassphraseRequest) ProtoMessage

func (*ChangePassphraseRequest) ProtoMessage()

func (*ChangePassphraseRequest) ProtoReflect

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

func (*ChangePassphraseRequest) Reset

func (x *ChangePassphraseRequest) Reset()

func (*ChangePassphraseRequest) String

func (x *ChangePassphraseRequest) String() string

type ChangePassphraseRequest_Key

type ChangePassphraseRequest_Key int32
const (
	ChangePassphraseRequest_PRIVATE ChangePassphraseRequest_Key = 0
	ChangePassphraseRequest_PUBLIC  ChangePassphraseRequest_Key = 1
)

func (ChangePassphraseRequest_Key) Descriptor

func (ChangePassphraseRequest_Key) Enum

func (ChangePassphraseRequest_Key) EnumDescriptor deprecated

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

Deprecated: Use ChangePassphraseRequest_Key.Descriptor instead.

func (ChangePassphraseRequest_Key) Number

func (ChangePassphraseRequest_Key) String

func (ChangePassphraseRequest_Key) Type

type ChangePassphraseResponse

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

func (*ChangePassphraseResponse) Descriptor deprecated

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

Deprecated: Use ChangePassphraseResponse.ProtoReflect.Descriptor instead.

func (*ChangePassphraseResponse) ProtoMessage

func (*ChangePassphraseResponse) ProtoMessage()

func (*ChangePassphraseResponse) ProtoReflect

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

func (*ChangePassphraseResponse) Reset

func (x *ChangePassphraseResponse) Reset()

func (*ChangePassphraseResponse) String

func (x *ChangePassphraseResponse) String() string

type CloseWalletRequest

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

func (*CloseWalletRequest) Descriptor deprecated

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

Deprecated: Use CloseWalletRequest.ProtoReflect.Descriptor instead.

func (*CloseWalletRequest) ProtoMessage

func (*CloseWalletRequest) ProtoMessage()

func (*CloseWalletRequest) ProtoReflect

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

func (*CloseWalletRequest) Reset

func (x *CloseWalletRequest) Reset()

func (*CloseWalletRequest) String

func (x *CloseWalletRequest) String() string

type CloseWalletResponse

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

func (*CloseWalletResponse) Descriptor deprecated

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

Deprecated: Use CloseWalletResponse.ProtoReflect.Descriptor instead.

func (*CloseWalletResponse) ProtoMessage

func (*CloseWalletResponse) ProtoMessage()

func (*CloseWalletResponse) ProtoReflect

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

func (*CloseWalletResponse) Reset

func (x *CloseWalletResponse) Reset()

func (*CloseWalletResponse) String

func (x *CloseWalletResponse) String() string

type CoinTypeRequest

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

func (*CoinTypeRequest) Descriptor deprecated

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

Deprecated: Use CoinTypeRequest.ProtoReflect.Descriptor instead.

func (*CoinTypeRequest) ProtoMessage

func (*CoinTypeRequest) ProtoMessage()

func (*CoinTypeRequest) ProtoReflect

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

func (*CoinTypeRequest) Reset

func (x *CoinTypeRequest) Reset()

func (*CoinTypeRequest) String

func (x *CoinTypeRequest) String() string

type CoinTypeResponse

type CoinTypeResponse struct {
	CoinType uint32 `protobuf:"varint,1,opt,name=coin_type,json=coinType,proto3" json:"coin_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CoinTypeResponse) Descriptor deprecated

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

Deprecated: Use CoinTypeResponse.ProtoReflect.Descriptor instead.

func (*CoinTypeResponse) GetCoinType

func (x *CoinTypeResponse) GetCoinType() uint32

func (*CoinTypeResponse) ProtoMessage

func (*CoinTypeResponse) ProtoMessage()

func (*CoinTypeResponse) ProtoReflect

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

func (*CoinTypeResponse) Reset

func (x *CoinTypeResponse) Reset()

func (*CoinTypeResponse) String

func (x *CoinTypeResponse) String() string

type CoinjoinTxsSumByAcct

type CoinjoinTxsSumByAcct struct {
	AccountNumber  uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	CoinjoinTxsSum int32  `protobuf:"varint,2,opt,name=coinjoin_txs_sum,json=coinjoinTxsSum,proto3" json:"coinjoin_txs_sum,omitempty"`
	// contains filtered or unexported fields
}

func (*CoinjoinTxsSumByAcct) Descriptor deprecated

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

Deprecated: Use CoinjoinTxsSumByAcct.ProtoReflect.Descriptor instead.

func (*CoinjoinTxsSumByAcct) GetAccountNumber

func (x *CoinjoinTxsSumByAcct) GetAccountNumber() uint32

func (*CoinjoinTxsSumByAcct) GetCoinjoinTxsSum

func (x *CoinjoinTxsSumByAcct) GetCoinjoinTxsSum() int32

func (*CoinjoinTxsSumByAcct) ProtoMessage

func (*CoinjoinTxsSumByAcct) ProtoMessage()

func (*CoinjoinTxsSumByAcct) ProtoReflect

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

func (*CoinjoinTxsSumByAcct) Reset

func (x *CoinjoinTxsSumByAcct) Reset()

func (*CoinjoinTxsSumByAcct) String

func (x *CoinjoinTxsSumByAcct) String() string

type CommittedTicketsRequest

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

func (*CommittedTicketsRequest) Descriptor deprecated

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

Deprecated: Use CommittedTicketsRequest.ProtoReflect.Descriptor instead.

func (*CommittedTicketsRequest) GetTickets

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

func (*CommittedTicketsRequest) ProtoMessage

func (*CommittedTicketsRequest) ProtoMessage()

func (*CommittedTicketsRequest) ProtoReflect

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

func (*CommittedTicketsRequest) Reset

func (x *CommittedTicketsRequest) Reset()

func (*CommittedTicketsRequest) String

func (x *CommittedTicketsRequest) String() string

type CommittedTicketsResponse

type CommittedTicketsResponse struct {
	TicketAddresses []*CommittedTicketsResponse_TicketAddress `protobuf:"bytes,1,rep,name=ticketAddresses,proto3" json:"ticketAddresses,omitempty"`
	// contains filtered or unexported fields
}

func (*CommittedTicketsResponse) Descriptor deprecated

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

Deprecated: Use CommittedTicketsResponse.ProtoReflect.Descriptor instead.

func (*CommittedTicketsResponse) GetTicketAddresses

func (*CommittedTicketsResponse) ProtoMessage

func (*CommittedTicketsResponse) ProtoMessage()

func (*CommittedTicketsResponse) ProtoReflect

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

func (*CommittedTicketsResponse) Reset

func (x *CommittedTicketsResponse) Reset()

func (*CommittedTicketsResponse) String

func (x *CommittedTicketsResponse) String() string

type CommittedTicketsResponse_TicketAddress

type CommittedTicketsResponse_TicketAddress struct {
	Ticket  []byte `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*CommittedTicketsResponse_TicketAddress) Descriptor deprecated

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

Deprecated: Use CommittedTicketsResponse_TicketAddress.ProtoReflect.Descriptor instead.

func (*CommittedTicketsResponse_TicketAddress) GetAddress

func (*CommittedTicketsResponse_TicketAddress) GetTicket

func (*CommittedTicketsResponse_TicketAddress) ProtoMessage

func (*CommittedTicketsResponse_TicketAddress) ProtoReflect

func (*CommittedTicketsResponse_TicketAddress) Reset

func (*CommittedTicketsResponse_TicketAddress) String

type ConfirmationNotificationsRequest

type ConfirmationNotificationsRequest struct {
	TxHashes  [][]byte `protobuf:"bytes,1,rep,name=tx_hashes,json=txHashes,proto3" json:"tx_hashes,omitempty"`
	StopAfter int32    `protobuf:"varint,2,opt,name=stop_after,json=stopAfter,proto3" json:"stop_after,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfirmationNotificationsRequest) Descriptor deprecated

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

Deprecated: Use ConfirmationNotificationsRequest.ProtoReflect.Descriptor instead.

func (*ConfirmationNotificationsRequest) GetStopAfter

func (x *ConfirmationNotificationsRequest) GetStopAfter() int32

func (*ConfirmationNotificationsRequest) GetTxHashes

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

func (*ConfirmationNotificationsRequest) ProtoMessage

func (*ConfirmationNotificationsRequest) ProtoMessage()

func (*ConfirmationNotificationsRequest) ProtoReflect

func (*ConfirmationNotificationsRequest) Reset

func (*ConfirmationNotificationsRequest) String

type ConfirmationNotificationsResponse

type ConfirmationNotificationsResponse struct {
	Confirmations []*ConfirmationNotificationsResponse_TransactionConfirmations `protobuf:"bytes,1,rep,name=confirmations,proto3" json:"confirmations,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfirmationNotificationsResponse) Descriptor deprecated

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

Deprecated: Use ConfirmationNotificationsResponse.ProtoReflect.Descriptor instead.

func (*ConfirmationNotificationsResponse) GetConfirmations

func (*ConfirmationNotificationsResponse) ProtoMessage

func (*ConfirmationNotificationsResponse) ProtoMessage()

func (*ConfirmationNotificationsResponse) ProtoReflect

func (*ConfirmationNotificationsResponse) Reset

func (*ConfirmationNotificationsResponse) String

type ConfirmationNotificationsResponse_TransactionConfirmations

type ConfirmationNotificationsResponse_TransactionConfirmations struct {
	TxHash        []byte `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	Confirmations int32  `protobuf:"varint,2,opt,name=confirmations,proto3" json:"confirmations,omitempty"`
	BlockHash     []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	BlockHeight   int32  `protobuf:"varint,4,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfirmationNotificationsResponse_TransactionConfirmations) Descriptor deprecated

Deprecated: Use ConfirmationNotificationsResponse_TransactionConfirmations.ProtoReflect.Descriptor instead.

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHash

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHeight

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetConfirmations

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetTxHash

func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoMessage

func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoReflect

func (*ConfirmationNotificationsResponse_TransactionConfirmations) Reset

func (*ConfirmationNotificationsResponse_TransactionConfirmations) String

type ConstructTransactionRequest

type ConstructTransactionRequest struct {
	SourceAccount            uint32                                               `protobuf:"varint,1,opt,name=source_account,json=sourceAccount,proto3" json:"source_account,omitempty"`
	RequiredConfirmations    int32                                                `protobuf:"varint,2,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"`
	FeePerKb                 int32                                                `protobuf:"varint,3,opt,name=fee_per_kb,json=feePerKb,proto3" json:"fee_per_kb,omitempty"`
	OutputSelectionAlgorithm ConstructTransactionRequest_OutputSelectionAlgorithm `` /* 204-byte string literal not displayed */
	NonChangeOutputs         []*ConstructTransactionRequest_Output                `protobuf:"bytes,5,rep,name=non_change_outputs,json=nonChangeOutputs,proto3" json:"non_change_outputs,omitempty"`
	ChangeDestination        *ConstructTransactionRequest_OutputDestination       `protobuf:"bytes,6,opt,name=change_destination,json=changeDestination,proto3" json:"change_destination,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstructTransactionRequest) Descriptor deprecated

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

Deprecated: Use ConstructTransactionRequest.ProtoReflect.Descriptor instead.

func (*ConstructTransactionRequest) GetChangeDestination

func (*ConstructTransactionRequest) GetFeePerKb

func (x *ConstructTransactionRequest) GetFeePerKb() int32

func (*ConstructTransactionRequest) GetNonChangeOutputs

func (*ConstructTransactionRequest) GetOutputSelectionAlgorithm

func (*ConstructTransactionRequest) GetRequiredConfirmations

func (x *ConstructTransactionRequest) GetRequiredConfirmations() int32

func (*ConstructTransactionRequest) GetSourceAccount

func (x *ConstructTransactionRequest) GetSourceAccount() uint32

func (*ConstructTransactionRequest) ProtoMessage

func (*ConstructTransactionRequest) ProtoMessage()

func (*ConstructTransactionRequest) ProtoReflect

func (*ConstructTransactionRequest) Reset

func (x *ConstructTransactionRequest) Reset()

func (*ConstructTransactionRequest) String

func (x *ConstructTransactionRequest) String() string

type ConstructTransactionRequest_Output

type ConstructTransactionRequest_Output struct {
	Destination *ConstructTransactionRequest_OutputDestination `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
	Amount      int64                                          `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstructTransactionRequest_Output) Descriptor deprecated

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

Deprecated: Use ConstructTransactionRequest_Output.ProtoReflect.Descriptor instead.

func (*ConstructTransactionRequest_Output) GetAmount

func (*ConstructTransactionRequest_Output) GetDestination

func (*ConstructTransactionRequest_Output) ProtoMessage

func (*ConstructTransactionRequest_Output) ProtoMessage()

func (*ConstructTransactionRequest_Output) ProtoReflect

func (*ConstructTransactionRequest_Output) Reset

func (*ConstructTransactionRequest_Output) String

type ConstructTransactionRequest_OutputDestination

type ConstructTransactionRequest_OutputDestination struct {
	Address       string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Script        []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"`
	ScriptVersion uint32 `protobuf:"varint,3,opt,name=script_version,json=scriptVersion,proto3" json:"script_version,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstructTransactionRequest_OutputDestination) Descriptor deprecated

Deprecated: Use ConstructTransactionRequest_OutputDestination.ProtoReflect.Descriptor instead.

func (*ConstructTransactionRequest_OutputDestination) GetAddress

func (*ConstructTransactionRequest_OutputDestination) GetScript

func (*ConstructTransactionRequest_OutputDestination) GetScriptVersion

func (*ConstructTransactionRequest_OutputDestination) ProtoMessage

func (*ConstructTransactionRequest_OutputDestination) ProtoReflect

func (*ConstructTransactionRequest_OutputDestination) Reset

func (*ConstructTransactionRequest_OutputDestination) String

type ConstructTransactionRequest_OutputSelectionAlgorithm

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

func (ConstructTransactionRequest_OutputSelectionAlgorithm) Descriptor

func (ConstructTransactionRequest_OutputSelectionAlgorithm) Enum

func (ConstructTransactionRequest_OutputSelectionAlgorithm) EnumDescriptor deprecated

Deprecated: Use ConstructTransactionRequest_OutputSelectionAlgorithm.Descriptor instead.

func (ConstructTransactionRequest_OutputSelectionAlgorithm) Number

func (ConstructTransactionRequest_OutputSelectionAlgorithm) String

func (ConstructTransactionRequest_OutputSelectionAlgorithm) Type

type ConstructTransactionResponse

type ConstructTransactionResponse struct {
	UnsignedTransaction       []byte `protobuf:"bytes,1,opt,name=unsigned_transaction,json=unsignedTransaction,proto3" json:"unsigned_transaction,omitempty"`
	TotalPreviousOutputAmount int64  `` /* 141-byte string literal not displayed */
	TotalOutputAmount         int64  `protobuf:"varint,3,opt,name=total_output_amount,json=totalOutputAmount,proto3" json:"total_output_amount,omitempty"`
	EstimatedSignedSize       uint32 `protobuf:"varint,4,opt,name=estimated_signed_size,json=estimatedSignedSize,proto3" json:"estimated_signed_size,omitempty"`
	ChangeIndex               int32  `protobuf:"varint,5,opt,name=change_index,json=changeIndex,proto3" json:"change_index,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstructTransactionResponse) Descriptor deprecated

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

Deprecated: Use ConstructTransactionResponse.ProtoReflect.Descriptor instead.

func (*ConstructTransactionResponse) GetChangeIndex

func (x *ConstructTransactionResponse) GetChangeIndex() int32

func (*ConstructTransactionResponse) GetEstimatedSignedSize

func (x *ConstructTransactionResponse) GetEstimatedSignedSize() uint32

func (*ConstructTransactionResponse) GetTotalOutputAmount

func (x *ConstructTransactionResponse) GetTotalOutputAmount() int64

func (*ConstructTransactionResponse) GetTotalPreviousOutputAmount

func (x *ConstructTransactionResponse) GetTotalPreviousOutputAmount() int64

func (*ConstructTransactionResponse) GetUnsignedTransaction

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

func (*ConstructTransactionResponse) ProtoMessage

func (*ConstructTransactionResponse) ProtoMessage()

func (*ConstructTransactionResponse) ProtoReflect

func (*ConstructTransactionResponse) Reset

func (x *ConstructTransactionResponse) Reset()

func (*ConstructTransactionResponse) String

type CreateSignatureRequest

type CreateSignatureRequest struct {
	Passphrase            []byte                             `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Address               string                             `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	SerializedTransaction []byte                             `protobuf:"bytes,3,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"`
	InputIndex            uint32                             `protobuf:"varint,4,opt,name=input_index,json=inputIndex,proto3" json:"input_index,omitempty"`
	HashType              CreateSignatureRequest_SigHashType `` /* 136-byte string literal not displayed */
	PreviousPkScript      []byte                             `protobuf:"bytes,6,opt,name=previous_pk_script,json=previousPkScript,proto3" json:"previous_pk_script,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSignatureRequest) Descriptor deprecated

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

Deprecated: Use CreateSignatureRequest.ProtoReflect.Descriptor instead.

func (*CreateSignatureRequest) GetAddress

func (x *CreateSignatureRequest) GetAddress() string

func (*CreateSignatureRequest) GetHashType

func (*CreateSignatureRequest) GetInputIndex

func (x *CreateSignatureRequest) GetInputIndex() uint32

func (*CreateSignatureRequest) GetPassphrase

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

func (*CreateSignatureRequest) GetPreviousPkScript

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

func (*CreateSignatureRequest) GetSerializedTransaction

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

func (*CreateSignatureRequest) ProtoMessage

func (*CreateSignatureRequest) ProtoMessage()

func (*CreateSignatureRequest) ProtoReflect

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

func (*CreateSignatureRequest) Reset

func (x *CreateSignatureRequest) Reset()

func (*CreateSignatureRequest) String

func (x *CreateSignatureRequest) String() string

type CreateSignatureRequest_SigHashType

type CreateSignatureRequest_SigHashType int32
const (
	CreateSignatureRequest_SIGHASH_OLD          CreateSignatureRequest_SigHashType = 0
	CreateSignatureRequest_SIGHASH_ALL          CreateSignatureRequest_SigHashType = 1
	CreateSignatureRequest_SIGHASH_NONE         CreateSignatureRequest_SigHashType = 2
	CreateSignatureRequest_SIGHASH_SINGLE       CreateSignatureRequest_SigHashType = 3
	CreateSignatureRequest_SIGHASH_ALLVALUE     CreateSignatureRequest_SigHashType = 4
	CreateSignatureRequest_SIGHASH_ANYONECANPAY CreateSignatureRequest_SigHashType = 128
)

func (CreateSignatureRequest_SigHashType) Descriptor

func (CreateSignatureRequest_SigHashType) Enum

func (CreateSignatureRequest_SigHashType) EnumDescriptor deprecated

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

Deprecated: Use CreateSignatureRequest_SigHashType.Descriptor instead.

func (CreateSignatureRequest_SigHashType) Number

func (CreateSignatureRequest_SigHashType) String

func (CreateSignatureRequest_SigHashType) Type

type CreateSignatureResponse

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

func (*CreateSignatureResponse) Descriptor deprecated

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

Deprecated: Use CreateSignatureResponse.ProtoReflect.Descriptor instead.

func (*CreateSignatureResponse) GetPublicKey

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

func (*CreateSignatureResponse) GetSignature

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

func (*CreateSignatureResponse) ProtoMessage

func (*CreateSignatureResponse) ProtoMessage()

func (*CreateSignatureResponse) ProtoReflect

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

func (*CreateSignatureResponse) Reset

func (x *CreateSignatureResponse) Reset()

func (*CreateSignatureResponse) String

func (x *CreateSignatureResponse) String() string

type CreateWalletRequest

type CreateWalletRequest struct {
	PublicPassphrase  []byte `protobuf:"bytes,1,opt,name=public_passphrase,json=publicPassphrase,proto3" json:"public_passphrase,omitempty"`
	PrivatePassphrase []byte `protobuf:"bytes,2,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"`
	Seed              []byte `protobuf:"bytes,3,opt,name=seed,proto3" json:"seed,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWalletRequest) Descriptor deprecated

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

Deprecated: Use CreateWalletRequest.ProtoReflect.Descriptor instead.

func (*CreateWalletRequest) GetPrivatePassphrase

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

func (*CreateWalletRequest) GetPublicPassphrase

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

func (*CreateWalletRequest) GetSeed

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

func (*CreateWalletRequest) ProtoMessage

func (*CreateWalletRequest) ProtoMessage()

func (*CreateWalletRequest) ProtoReflect

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

func (*CreateWalletRequest) Reset

func (x *CreateWalletRequest) Reset()

func (*CreateWalletRequest) String

func (x *CreateWalletRequest) String() string

type CreateWalletResponse

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

func (*CreateWalletResponse) Descriptor deprecated

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

Deprecated: Use CreateWalletResponse.ProtoReflect.Descriptor instead.

func (*CreateWalletResponse) ProtoMessage

func (*CreateWalletResponse) ProtoMessage()

func (*CreateWalletResponse) ProtoReflect

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

func (*CreateWalletResponse) Reset

func (x *CreateWalletResponse) Reset()

func (*CreateWalletResponse) String

func (x *CreateWalletResponse) String() string

type CreateWatchingOnlyWalletRequest

type CreateWatchingOnlyWalletRequest struct {
	ExtendedPubKey   string `protobuf:"bytes,1,opt,name=extended_pub_key,json=extendedPubKey,proto3" json:"extended_pub_key,omitempty"`
	PublicPassphrase []byte `protobuf:"bytes,2,opt,name=public_passphrase,json=publicPassphrase,proto3" json:"public_passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWatchingOnlyWalletRequest) Descriptor deprecated

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

Deprecated: Use CreateWatchingOnlyWalletRequest.ProtoReflect.Descriptor instead.

func (*CreateWatchingOnlyWalletRequest) GetExtendedPubKey

func (x *CreateWatchingOnlyWalletRequest) GetExtendedPubKey() string

func (*CreateWatchingOnlyWalletRequest) GetPublicPassphrase

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

func (*CreateWatchingOnlyWalletRequest) ProtoMessage

func (*CreateWatchingOnlyWalletRequest) ProtoMessage()

func (*CreateWatchingOnlyWalletRequest) ProtoReflect

func (*CreateWatchingOnlyWalletRequest) Reset

func (*CreateWatchingOnlyWalletRequest) String

type CreateWatchingOnlyWalletResponse

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

func (*CreateWatchingOnlyWalletResponse) Descriptor deprecated

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

Deprecated: Use CreateWatchingOnlyWalletResponse.ProtoReflect.Descriptor instead.

func (*CreateWatchingOnlyWalletResponse) ProtoMessage

func (*CreateWatchingOnlyWalletResponse) ProtoMessage()

func (*CreateWatchingOnlyWalletResponse) ProtoReflect

func (*CreateWatchingOnlyWalletResponse) Reset

func (*CreateWatchingOnlyWalletResponse) String

type DecodeMessageServiceClient

type DecodeMessageServiceClient interface {
	DecodeRawTransaction(ctx context.Context, in *DecodeRawTransactionRequest, opts ...grpc.CallOption) (*DecodeRawTransactionResponse, error)
}

DecodeMessageServiceClient is the client API for DecodeMessageService service.

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

type DecodeMessageServiceServer

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

DecodeMessageServiceServer is the server API for DecodeMessageService service.

type DecodeRawTransactionRequest

type DecodeRawTransactionRequest struct {
	SerializedTransaction []byte `protobuf:"bytes,1,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodeRawTransactionRequest) Descriptor deprecated

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

Deprecated: Use DecodeRawTransactionRequest.ProtoReflect.Descriptor instead.

func (*DecodeRawTransactionRequest) GetSerializedTransaction

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

func (*DecodeRawTransactionRequest) ProtoMessage

func (*DecodeRawTransactionRequest) ProtoMessage()

func (*DecodeRawTransactionRequest) ProtoReflect

func (*DecodeRawTransactionRequest) Reset

func (x *DecodeRawTransactionRequest) Reset()

func (*DecodeRawTransactionRequest) String

func (x *DecodeRawTransactionRequest) String() string

type DecodeRawTransactionResponse

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

func (*DecodeRawTransactionResponse) Descriptor deprecated

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

Deprecated: Use DecodeRawTransactionResponse.ProtoReflect.Descriptor instead.

func (*DecodeRawTransactionResponse) GetTransaction

func (x *DecodeRawTransactionResponse) GetTransaction() *DecodedTransaction

func (*DecodeRawTransactionResponse) ProtoMessage

func (*DecodeRawTransactionResponse) ProtoMessage()

func (*DecodeRawTransactionResponse) ProtoReflect

func (*DecodeRawTransactionResponse) Reset

func (x *DecodeRawTransactionResponse) Reset()

func (*DecodeRawTransactionResponse) String

type DecodeSeedRequest

type DecodeSeedRequest struct {
	UserInput string `protobuf:"bytes,1,opt,name=user_input,json=userInput,proto3" json:"user_input,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodeSeedRequest) Descriptor deprecated

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

Deprecated: Use DecodeSeedRequest.ProtoReflect.Descriptor instead.

func (*DecodeSeedRequest) GetUserInput

func (x *DecodeSeedRequest) GetUserInput() string

func (*DecodeSeedRequest) ProtoMessage

func (*DecodeSeedRequest) ProtoMessage()

func (*DecodeSeedRequest) ProtoReflect

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

func (*DecodeSeedRequest) Reset

func (x *DecodeSeedRequest) Reset()

func (*DecodeSeedRequest) String

func (x *DecodeSeedRequest) String() string

type DecodeSeedResponse

type DecodeSeedResponse struct {
	DecodedSeed []byte `protobuf:"bytes,1,opt,name=decoded_seed,json=decodedSeed,proto3" json:"decoded_seed,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodeSeedResponse) Descriptor deprecated

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

Deprecated: Use DecodeSeedResponse.ProtoReflect.Descriptor instead.

func (*DecodeSeedResponse) GetDecodedSeed

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

func (*DecodeSeedResponse) ProtoMessage

func (*DecodeSeedResponse) ProtoMessage()

func (*DecodeSeedResponse) ProtoReflect

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

func (*DecodeSeedResponse) Reset

func (x *DecodeSeedResponse) Reset()

func (*DecodeSeedResponse) String

func (x *DecodeSeedResponse) String() string

type DecodedTransaction

type DecodedTransaction struct {
	TransactionHash []byte                             `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	Version         int32                              `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	LockTime        uint32                             `protobuf:"varint,3,opt,name=lock_time,json=lockTime,proto3" json:"lock_time,omitempty"`
	Expiry          uint32                             `protobuf:"varint,4,opt,name=expiry,proto3" json:"expiry,omitempty"`
	TransactionType TransactionDetails_TransactionType `` /* 157-byte string literal not displayed */
	Inputs          []*DecodedTransaction_Input        `protobuf:"bytes,6,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs         []*DecodedTransaction_Output       `protobuf:"bytes,7,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodedTransaction) Descriptor deprecated

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

Deprecated: Use DecodedTransaction.ProtoReflect.Descriptor instead.

func (*DecodedTransaction) GetExpiry

func (x *DecodedTransaction) GetExpiry() uint32

func (*DecodedTransaction) GetInputs

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

func (*DecodedTransaction) GetLockTime

func (x *DecodedTransaction) GetLockTime() uint32

func (*DecodedTransaction) GetOutputs

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

func (*DecodedTransaction) GetTransactionHash

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

func (*DecodedTransaction) GetTransactionType

func (*DecodedTransaction) GetVersion

func (x *DecodedTransaction) GetVersion() int32

func (*DecodedTransaction) ProtoMessage

func (*DecodedTransaction) ProtoMessage()

func (*DecodedTransaction) ProtoReflect

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

func (*DecodedTransaction) Reset

func (x *DecodedTransaction) Reset()

func (*DecodedTransaction) String

func (x *DecodedTransaction) String() string

type DecodedTransaction_Input

type DecodedTransaction_Input struct {
	PreviousTransactionHash  []byte                            `` /* 132-byte string literal not displayed */
	PreviousTransactionIndex uint32                            `` /* 136-byte string literal not displayed */
	Tree                     DecodedTransaction_Input_TreeType `protobuf:"varint,3,opt,name=tree,proto3,enum=walletrpc.DecodedTransaction_Input_TreeType" json:"tree,omitempty"`
	Sequence                 uint32                            `protobuf:"varint,4,opt,name=sequence,proto3" json:"sequence,omitempty"`
	AmountIn                 int64                             `protobuf:"varint,5,opt,name=amount_in,json=amountIn,proto3" json:"amount_in,omitempty"`
	BlockHeight              uint32                            `protobuf:"varint,6,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	BlockIndex               uint32                            `protobuf:"varint,7,opt,name=block_index,json=blockIndex,proto3" json:"block_index,omitempty"`
	SignatureScript          []byte                            `protobuf:"bytes,8,opt,name=signature_script,json=signatureScript,proto3" json:"signature_script,omitempty"`
	SignatureScriptAsm       string                            `protobuf:"bytes,9,opt,name=signature_script_asm,json=signatureScriptAsm,proto3" json:"signature_script_asm,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodedTransaction_Input) Descriptor deprecated

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

Deprecated: Use DecodedTransaction_Input.ProtoReflect.Descriptor instead.

func (*DecodedTransaction_Input) GetAmountIn

func (x *DecodedTransaction_Input) GetAmountIn() int64

func (*DecodedTransaction_Input) GetBlockHeight

func (x *DecodedTransaction_Input) GetBlockHeight() uint32

func (*DecodedTransaction_Input) GetBlockIndex

func (x *DecodedTransaction_Input) GetBlockIndex() uint32

func (*DecodedTransaction_Input) GetPreviousTransactionHash

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

func (*DecodedTransaction_Input) GetPreviousTransactionIndex

func (x *DecodedTransaction_Input) GetPreviousTransactionIndex() uint32

func (*DecodedTransaction_Input) GetSequence

func (x *DecodedTransaction_Input) GetSequence() uint32

func (*DecodedTransaction_Input) GetSignatureScript

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

func (*DecodedTransaction_Input) GetSignatureScriptAsm

func (x *DecodedTransaction_Input) GetSignatureScriptAsm() string

func (*DecodedTransaction_Input) GetTree

func (*DecodedTransaction_Input) ProtoMessage

func (*DecodedTransaction_Input) ProtoMessage()

func (*DecodedTransaction_Input) ProtoReflect

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

func (*DecodedTransaction_Input) Reset

func (x *DecodedTransaction_Input) Reset()

func (*DecodedTransaction_Input) String

func (x *DecodedTransaction_Input) String() string

type DecodedTransaction_Input_TreeType

type DecodedTransaction_Input_TreeType int32
const (
	DecodedTransaction_Input_REGULAR DecodedTransaction_Input_TreeType = 0
	DecodedTransaction_Input_UNKNOWN DecodedTransaction_Input_TreeType = -1
	DecodedTransaction_Input_STAKE   DecodedTransaction_Input_TreeType = 1
)

func (DecodedTransaction_Input_TreeType) Descriptor

func (DecodedTransaction_Input_TreeType) Enum

func (DecodedTransaction_Input_TreeType) EnumDescriptor deprecated

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

Deprecated: Use DecodedTransaction_Input_TreeType.Descriptor instead.

func (DecodedTransaction_Input_TreeType) Number

func (DecodedTransaction_Input_TreeType) String

func (DecodedTransaction_Input_TreeType) Type

type DecodedTransaction_Output

type DecodedTransaction_Output struct {
	Value              int64                                 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	Index              uint32                                `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Version            int32                                 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Script             []byte                                `protobuf:"bytes,4,opt,name=script,proto3" json:"script,omitempty"`
	ScriptAsm          string                                `protobuf:"bytes,5,opt,name=script_asm,json=scriptAsm,proto3" json:"script_asm,omitempty"`
	RequiredSignatures int32                                 `protobuf:"varint,6,opt,name=required_signatures,json=requiredSignatures,proto3" json:"required_signatures,omitempty"`
	ScriptClass        DecodedTransaction_Output_ScriptClass `` /* 148-byte string literal not displayed */
	Addresses          []string                              `protobuf:"bytes,8,rep,name=addresses,proto3" json:"addresses,omitempty"`
	CommitmentAmount   int64                                 `protobuf:"varint,9,opt,name=commitment_amount,json=commitmentAmount,proto3" json:"commitment_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodedTransaction_Output) Descriptor deprecated

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

Deprecated: Use DecodedTransaction_Output.ProtoReflect.Descriptor instead.

func (*DecodedTransaction_Output) GetAddresses

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

func (*DecodedTransaction_Output) GetCommitmentAmount

func (x *DecodedTransaction_Output) GetCommitmentAmount() int64

func (*DecodedTransaction_Output) GetIndex

func (x *DecodedTransaction_Output) GetIndex() uint32

func (*DecodedTransaction_Output) GetRequiredSignatures

func (x *DecodedTransaction_Output) GetRequiredSignatures() int32

func (*DecodedTransaction_Output) GetScript

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

func (*DecodedTransaction_Output) GetScriptAsm

func (x *DecodedTransaction_Output) GetScriptAsm() string

func (*DecodedTransaction_Output) GetScriptClass

func (*DecodedTransaction_Output) GetValue

func (x *DecodedTransaction_Output) GetValue() int64

func (*DecodedTransaction_Output) GetVersion

func (x *DecodedTransaction_Output) GetVersion() int32

func (*DecodedTransaction_Output) ProtoMessage

func (*DecodedTransaction_Output) ProtoMessage()

func (*DecodedTransaction_Output) ProtoReflect

func (*DecodedTransaction_Output) Reset

func (x *DecodedTransaction_Output) Reset()

func (*DecodedTransaction_Output) String

func (x *DecodedTransaction_Output) String() string

type DecodedTransaction_Output_ScriptClass

type DecodedTransaction_Output_ScriptClass int32
const (
	DecodedTransaction_Output_NON_STANDARD     DecodedTransaction_Output_ScriptClass = 0
	DecodedTransaction_Output_PUB_KEY          DecodedTransaction_Output_ScriptClass = 1
	DecodedTransaction_Output_PUB_KEY_HASH     DecodedTransaction_Output_ScriptClass = 2
	DecodedTransaction_Output_SCRIPT_HASH      DecodedTransaction_Output_ScriptClass = 3
	DecodedTransaction_Output_MULTI_SIG        DecodedTransaction_Output_ScriptClass = 4
	DecodedTransaction_Output_NULL_DATA        DecodedTransaction_Output_ScriptClass = 5
	DecodedTransaction_Output_STAKE_SUBMISSION DecodedTransaction_Output_ScriptClass = 6
	DecodedTransaction_Output_STAKE_GEN        DecodedTransaction_Output_ScriptClass = 7
	DecodedTransaction_Output_STAKE_REVOCATION DecodedTransaction_Output_ScriptClass = 8
	DecodedTransaction_Output_STAKE_SUB_CHANGE DecodedTransaction_Output_ScriptClass = 9
	DecodedTransaction_Output_PUB_KEY_ALT      DecodedTransaction_Output_ScriptClass = 10
	DecodedTransaction_Output_PUB_KEY_HASH_ALT DecodedTransaction_Output_ScriptClass = 11
	DecodedTransaction_Output_TGEN             DecodedTransaction_Output_ScriptClass = 12
	DecodedTransaction_Output_TADD             DecodedTransaction_Output_ScriptClass = 13
)

func (DecodedTransaction_Output_ScriptClass) Descriptor

func (DecodedTransaction_Output_ScriptClass) Enum

func (DecodedTransaction_Output_ScriptClass) EnumDescriptor deprecated

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

Deprecated: Use DecodedTransaction_Output_ScriptClass.Descriptor instead.

func (DecodedTransaction_Output_ScriptClass) Number

func (DecodedTransaction_Output_ScriptClass) String

func (DecodedTransaction_Output_ScriptClass) Type

type DetachedBlockDetails

type DetachedBlockDetails struct {
	Hash      []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Height    int32  `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	PrevBlock []byte `protobuf:"bytes,3,opt,name=prev_block,json=prevBlock,proto3" json:"prev_block,omitempty"`
	Timestamp int64  `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DetachedBlockDetails) Descriptor deprecated

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

Deprecated: Use DetachedBlockDetails.ProtoReflect.Descriptor instead.

func (*DetachedBlockDetails) GetHash

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

func (*DetachedBlockDetails) GetHeight

func (x *DetachedBlockDetails) GetHeight() int32

func (*DetachedBlockDetails) GetPrevBlock

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

func (*DetachedBlockDetails) GetTimestamp

func (x *DetachedBlockDetails) GetTimestamp() int64

func (*DetachedBlockDetails) ProtoMessage

func (*DetachedBlockDetails) ProtoMessage()

func (*DetachedBlockDetails) ProtoReflect

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

func (*DetachedBlockDetails) Reset

func (x *DetachedBlockDetails) Reset()

func (*DetachedBlockDetails) String

func (x *DetachedBlockDetails) String() string

type DiscoverAddressesRequest

type DiscoverAddressesRequest struct {
	DiscoverAccounts  bool   `protobuf:"varint,1,opt,name=discover_accounts,json=discoverAccounts,proto3" json:"discover_accounts,omitempty"`
	PrivatePassphrase []byte `protobuf:"bytes,2,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"`
	StartingBlockHash []byte `protobuf:"bytes,3,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscoverAddressesRequest) Descriptor deprecated

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

Deprecated: Use DiscoverAddressesRequest.ProtoReflect.Descriptor instead.

func (*DiscoverAddressesRequest) GetDiscoverAccounts

func (x *DiscoverAddressesRequest) GetDiscoverAccounts() bool

func (*DiscoverAddressesRequest) GetPrivatePassphrase

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

func (*DiscoverAddressesRequest) GetStartingBlockHash

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

func (*DiscoverAddressesRequest) ProtoMessage

func (*DiscoverAddressesRequest) ProtoMessage()

func (*DiscoverAddressesRequest) ProtoReflect

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

func (*DiscoverAddressesRequest) Reset

func (x *DiscoverAddressesRequest) Reset()

func (*DiscoverAddressesRequest) String

func (x *DiscoverAddressesRequest) String() string

type DiscoverAddressesResponse

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

func (*DiscoverAddressesResponse) Descriptor deprecated

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

Deprecated: Use DiscoverAddressesResponse.ProtoReflect.Descriptor instead.

func (*DiscoverAddressesResponse) ProtoMessage

func (*DiscoverAddressesResponse) ProtoMessage()

func (*DiscoverAddressesResponse) ProtoReflect

func (*DiscoverAddressesResponse) Reset

func (x *DiscoverAddressesResponse) Reset()

func (*DiscoverAddressesResponse) String

func (x *DiscoverAddressesResponse) String() string

type DiscoverUsageRequest

type DiscoverUsageRequest struct {
	DiscoverAccounts  bool   `protobuf:"varint,1,opt,name=discover_accounts,json=discoverAccounts,proto3" json:"discover_accounts,omitempty"`
	GapLimit          uint32 `protobuf:"varint,2,opt,name=gap_limit,json=gapLimit,proto3" json:"gap_limit,omitempty"`
	StartingBlockHash []byte `protobuf:"bytes,3,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscoverUsageRequest) Descriptor deprecated

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

Deprecated: Use DiscoverUsageRequest.ProtoReflect.Descriptor instead.

func (*DiscoverUsageRequest) GetDiscoverAccounts

func (x *DiscoverUsageRequest) GetDiscoverAccounts() bool

func (*DiscoverUsageRequest) GetGapLimit

func (x *DiscoverUsageRequest) GetGapLimit() uint32

func (*DiscoverUsageRequest) GetStartingBlockHash

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

func (*DiscoverUsageRequest) ProtoMessage

func (*DiscoverUsageRequest) ProtoMessage()

func (*DiscoverUsageRequest) ProtoReflect

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

func (*DiscoverUsageRequest) Reset

func (x *DiscoverUsageRequest) Reset()

func (*DiscoverUsageRequest) String

func (x *DiscoverUsageRequest) String() string

type DiscoverUsageResponse

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

func (*DiscoverUsageResponse) Descriptor deprecated

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

Deprecated: Use DiscoverUsageResponse.ProtoReflect.Descriptor instead.

func (*DiscoverUsageResponse) ProtoMessage

func (*DiscoverUsageResponse) ProtoMessage()

func (*DiscoverUsageResponse) ProtoReflect

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

func (*DiscoverUsageResponse) Reset

func (x *DiscoverUsageResponse) Reset()

func (*DiscoverUsageResponse) String

func (x *DiscoverUsageResponse) String() string

type FetchHeadersNotification

type FetchHeadersNotification struct {
	FetchedHeadersCount int32 `protobuf:"varint,1,opt,name=fetched_headers_count,json=fetchedHeadersCount,proto3" json:"fetched_headers_count,omitempty"`
	LastHeaderTime      int64 `protobuf:"varint,2,opt,name=last_header_time,json=lastHeaderTime,proto3" json:"last_header_time,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchHeadersNotification) Descriptor deprecated

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

Deprecated: Use FetchHeadersNotification.ProtoReflect.Descriptor instead.

func (*FetchHeadersNotification) GetFetchedHeadersCount

func (x *FetchHeadersNotification) GetFetchedHeadersCount() int32

func (*FetchHeadersNotification) GetLastHeaderTime

func (x *FetchHeadersNotification) GetLastHeaderTime() int64

func (*FetchHeadersNotification) ProtoMessage

func (*FetchHeadersNotification) ProtoMessage()

func (*FetchHeadersNotification) ProtoReflect

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

func (*FetchHeadersNotification) Reset

func (x *FetchHeadersNotification) Reset()

func (*FetchHeadersNotification) String

func (x *FetchHeadersNotification) String() string

type FetchHeadersRequest

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

func (*FetchHeadersRequest) Descriptor deprecated

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

Deprecated: Use FetchHeadersRequest.ProtoReflect.Descriptor instead.

func (*FetchHeadersRequest) ProtoMessage

func (*FetchHeadersRequest) ProtoMessage()

func (*FetchHeadersRequest) ProtoReflect

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

func (*FetchHeadersRequest) Reset

func (x *FetchHeadersRequest) Reset()

func (*FetchHeadersRequest) String

func (x *FetchHeadersRequest) String() string

type FetchHeadersResponse

type FetchHeadersResponse struct {
	FetchedHeadersCount     uint32 `protobuf:"varint,1,opt,name=fetched_headers_count,json=fetchedHeadersCount,proto3" json:"fetched_headers_count,omitempty"`
	FirstNewBlockHash       []byte `protobuf:"bytes,2,opt,name=first_new_block_hash,json=firstNewBlockHash,proto3" json:"first_new_block_hash,omitempty"`
	FirstNewBlockHeight     int32  `protobuf:"varint,3,opt,name=first_new_block_height,json=firstNewBlockHeight,proto3" json:"first_new_block_height,omitempty"`
	MainChainTipBlockHash   []byte `` /* 130-byte string literal not displayed */
	MainChainTipBlockHeight int32  `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FetchHeadersResponse) Descriptor deprecated

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

Deprecated: Use FetchHeadersResponse.ProtoReflect.Descriptor instead.

func (*FetchHeadersResponse) GetFetchedHeadersCount

func (x *FetchHeadersResponse) GetFetchedHeadersCount() uint32

func (*FetchHeadersResponse) GetFirstNewBlockHash

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

func (*FetchHeadersResponse) GetFirstNewBlockHeight

func (x *FetchHeadersResponse) GetFirstNewBlockHeight() int32

func (*FetchHeadersResponse) GetMainChainTipBlockHash

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

func (*FetchHeadersResponse) GetMainChainTipBlockHeight

func (x *FetchHeadersResponse) GetMainChainTipBlockHeight() int32

func (*FetchHeadersResponse) ProtoMessage

func (*FetchHeadersResponse) ProtoMessage()

func (*FetchHeadersResponse) ProtoReflect

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

func (*FetchHeadersResponse) Reset

func (x *FetchHeadersResponse) Reset()

func (*FetchHeadersResponse) String

func (x *FetchHeadersResponse) String() string

type FetchMissingCFiltersNotification

type FetchMissingCFiltersNotification struct {
	FetchedCfiltersStartHeight int32 `` /* 144-byte string literal not displayed */
	FetchedCfiltersEndHeight   int32 `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FetchMissingCFiltersNotification) Descriptor deprecated

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

Deprecated: Use FetchMissingCFiltersNotification.ProtoReflect.Descriptor instead.

func (*FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight

func (x *FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight() int32

func (*FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight

func (x *FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight() int32

func (*FetchMissingCFiltersNotification) ProtoMessage

func (*FetchMissingCFiltersNotification) ProtoMessage()

func (*FetchMissingCFiltersNotification) ProtoReflect

func (*FetchMissingCFiltersNotification) Reset

func (*FetchMissingCFiltersNotification) String

type FetchMissingCFiltersRequest

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

func (*FetchMissingCFiltersRequest) Descriptor deprecated

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

Deprecated: Use FetchMissingCFiltersRequest.ProtoReflect.Descriptor instead.

func (*FetchMissingCFiltersRequest) ProtoMessage

func (*FetchMissingCFiltersRequest) ProtoMessage()

func (*FetchMissingCFiltersRequest) ProtoReflect

func (*FetchMissingCFiltersRequest) Reset

func (x *FetchMissingCFiltersRequest) Reset()

func (*FetchMissingCFiltersRequest) String

func (x *FetchMissingCFiltersRequest) String() string

type FetchMissingCFiltersResponse

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

func (*FetchMissingCFiltersResponse) Descriptor deprecated

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

Deprecated: Use FetchMissingCFiltersResponse.ProtoReflect.Descriptor instead.

func (*FetchMissingCFiltersResponse) ProtoMessage

func (*FetchMissingCFiltersResponse) ProtoMessage()

func (*FetchMissingCFiltersResponse) ProtoReflect

func (*FetchMissingCFiltersResponse) Reset

func (x *FetchMissingCFiltersResponse) Reset()

func (*FetchMissingCFiltersResponse) String

type FundTransactionRequest

type FundTransactionRequest struct {
	Account                  uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	TargetAmount             int64  `protobuf:"varint,2,opt,name=target_amount,json=targetAmount,proto3" json:"target_amount,omitempty"`
	RequiredConfirmations    int32  `protobuf:"varint,3,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"`
	IncludeImmatureCoinbases bool   `` /* 136-byte string literal not displayed */
	IncludeChangeScript      bool   `protobuf:"varint,5,opt,name=include_change_script,json=includeChangeScript,proto3" json:"include_change_script,omitempty"`
	// contains filtered or unexported fields
}

func (*FundTransactionRequest) Descriptor deprecated

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

Deprecated: Use FundTransactionRequest.ProtoReflect.Descriptor instead.

func (*FundTransactionRequest) GetAccount

func (x *FundTransactionRequest) GetAccount() uint32

func (*FundTransactionRequest) GetIncludeChangeScript

func (x *FundTransactionRequest) GetIncludeChangeScript() bool

func (*FundTransactionRequest) GetIncludeImmatureCoinbases

func (x *FundTransactionRequest) GetIncludeImmatureCoinbases() bool

func (*FundTransactionRequest) GetRequiredConfirmations

func (x *FundTransactionRequest) GetRequiredConfirmations() int32

func (*FundTransactionRequest) GetTargetAmount

func (x *FundTransactionRequest) GetTargetAmount() int64

func (*FundTransactionRequest) ProtoMessage

func (*FundTransactionRequest) ProtoMessage()

func (*FundTransactionRequest) ProtoReflect

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

func (*FundTransactionRequest) Reset

func (x *FundTransactionRequest) Reset()

func (*FundTransactionRequest) String

func (x *FundTransactionRequest) String() string

type FundTransactionResponse

type FundTransactionResponse struct {
	SelectedOutputs []*FundTransactionResponse_PreviousOutput `protobuf:"bytes,1,rep,name=selected_outputs,json=selectedOutputs,proto3" json:"selected_outputs,omitempty"`
	TotalAmount     int64                                     `protobuf:"varint,2,opt,name=total_amount,json=totalAmount,proto3" json:"total_amount,omitempty"`
	ChangePkScript  []byte                                    `protobuf:"bytes,3,opt,name=change_pk_script,json=changePkScript,proto3" json:"change_pk_script,omitempty"`
	// contains filtered or unexported fields
}

func (*FundTransactionResponse) Descriptor deprecated

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

Deprecated: Use FundTransactionResponse.ProtoReflect.Descriptor instead.

func (*FundTransactionResponse) GetChangePkScript

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

func (*FundTransactionResponse) GetSelectedOutputs

func (*FundTransactionResponse) GetTotalAmount

func (x *FundTransactionResponse) GetTotalAmount() int64

func (*FundTransactionResponse) ProtoMessage

func (*FundTransactionResponse) ProtoMessage()

func (*FundTransactionResponse) ProtoReflect

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

func (*FundTransactionResponse) Reset

func (x *FundTransactionResponse) Reset()

func (*FundTransactionResponse) String

func (x *FundTransactionResponse) String() string

type FundTransactionResponse_PreviousOutput

type FundTransactionResponse_PreviousOutput struct {
	TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	OutputIndex     uint32 `protobuf:"varint,2,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"`
	Amount          int64  `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	PkScript        []byte `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"`
	ReceiveTime     int64  `protobuf:"varint,5,opt,name=receive_time,json=receiveTime,proto3" json:"receive_time,omitempty"`
	FromCoinbase    bool   `protobuf:"varint,6,opt,name=from_coinbase,json=fromCoinbase,proto3" json:"from_coinbase,omitempty"`
	Tree            int32  `protobuf:"varint,7,opt,name=tree,proto3" json:"tree,omitempty"`
	// contains filtered or unexported fields
}

func (*FundTransactionResponse_PreviousOutput) Descriptor deprecated

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

Deprecated: Use FundTransactionResponse_PreviousOutput.ProtoReflect.Descriptor instead.

func (*FundTransactionResponse_PreviousOutput) GetAmount

func (*FundTransactionResponse_PreviousOutput) GetFromCoinbase

func (x *FundTransactionResponse_PreviousOutput) GetFromCoinbase() bool

func (*FundTransactionResponse_PreviousOutput) GetOutputIndex

func (x *FundTransactionResponse_PreviousOutput) GetOutputIndex() uint32

func (*FundTransactionResponse_PreviousOutput) GetPkScript

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

func (*FundTransactionResponse_PreviousOutput) GetReceiveTime

func (x *FundTransactionResponse_PreviousOutput) GetReceiveTime() int64

func (*FundTransactionResponse_PreviousOutput) GetTransactionHash

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

func (*FundTransactionResponse_PreviousOutput) GetTree

func (*FundTransactionResponse_PreviousOutput) ProtoMessage

func (*FundTransactionResponse_PreviousOutput) ProtoReflect

func (*FundTransactionResponse_PreviousOutput) Reset

func (*FundTransactionResponse_PreviousOutput) String

type GenerateRandomSeedRequest

type GenerateRandomSeedRequest struct {
	SeedLength uint32 `protobuf:"varint,1,opt,name=seed_length,json=seedLength,proto3" json:"seed_length,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateRandomSeedRequest) Descriptor deprecated

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

Deprecated: Use GenerateRandomSeedRequest.ProtoReflect.Descriptor instead.

func (*GenerateRandomSeedRequest) GetSeedLength

func (x *GenerateRandomSeedRequest) GetSeedLength() uint32

func (*GenerateRandomSeedRequest) ProtoMessage

func (*GenerateRandomSeedRequest) ProtoMessage()

func (*GenerateRandomSeedRequest) ProtoReflect

func (*GenerateRandomSeedRequest) Reset

func (x *GenerateRandomSeedRequest) Reset()

func (*GenerateRandomSeedRequest) String

func (x *GenerateRandomSeedRequest) String() string

type GenerateRandomSeedResponse

type GenerateRandomSeedResponse struct {
	SeedBytes    []byte `protobuf:"bytes,1,opt,name=seed_bytes,json=seedBytes,proto3" json:"seed_bytes,omitempty"`
	SeedHex      string `protobuf:"bytes,2,opt,name=seed_hex,json=seedHex,proto3" json:"seed_hex,omitempty"`
	SeedMnemonic string `protobuf:"bytes,3,opt,name=seed_mnemonic,json=seedMnemonic,proto3" json:"seed_mnemonic,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateRandomSeedResponse) Descriptor deprecated

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

Deprecated: Use GenerateRandomSeedResponse.ProtoReflect.Descriptor instead.

func (*GenerateRandomSeedResponse) GetSeedBytes

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

func (*GenerateRandomSeedResponse) GetSeedHex

func (x *GenerateRandomSeedResponse) GetSeedHex() string

func (*GenerateRandomSeedResponse) GetSeedMnemonic

func (x *GenerateRandomSeedResponse) GetSeedMnemonic() string

func (*GenerateRandomSeedResponse) ProtoMessage

func (*GenerateRandomSeedResponse) ProtoMessage()

func (*GenerateRandomSeedResponse) ProtoReflect

func (*GenerateRandomSeedResponse) Reset

func (x *GenerateRandomSeedResponse) Reset()

func (*GenerateRandomSeedResponse) String

func (x *GenerateRandomSeedResponse) String() string

type GetAccountExtendedPrivKeyRequest

type GetAccountExtendedPrivKeyRequest struct {
	AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	Passphrase    []byte `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountExtendedPrivKeyRequest) Descriptor deprecated

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

Deprecated: Use GetAccountExtendedPrivKeyRequest.ProtoReflect.Descriptor instead.

func (*GetAccountExtendedPrivKeyRequest) GetAccountNumber

func (x *GetAccountExtendedPrivKeyRequest) GetAccountNumber() uint32

func (*GetAccountExtendedPrivKeyRequest) GetPassphrase

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

func (*GetAccountExtendedPrivKeyRequest) ProtoMessage

func (*GetAccountExtendedPrivKeyRequest) ProtoMessage()

func (*GetAccountExtendedPrivKeyRequest) ProtoReflect

func (*GetAccountExtendedPrivKeyRequest) Reset

func (*GetAccountExtendedPrivKeyRequest) String

type GetAccountExtendedPrivKeyResponse

type GetAccountExtendedPrivKeyResponse struct {
	AccExtendedPrivKey string `protobuf:"bytes,1,opt,name=acc_extended_priv_key,json=accExtendedPrivKey,proto3" json:"acc_extended_priv_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountExtendedPrivKeyResponse) Descriptor deprecated

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

Deprecated: Use GetAccountExtendedPrivKeyResponse.ProtoReflect.Descriptor instead.

func (*GetAccountExtendedPrivKeyResponse) GetAccExtendedPrivKey

func (x *GetAccountExtendedPrivKeyResponse) GetAccExtendedPrivKey() string

func (*GetAccountExtendedPrivKeyResponse) ProtoMessage

func (*GetAccountExtendedPrivKeyResponse) ProtoMessage()

func (*GetAccountExtendedPrivKeyResponse) ProtoReflect

func (*GetAccountExtendedPrivKeyResponse) Reset

func (*GetAccountExtendedPrivKeyResponse) String

type GetAccountExtendedPubKeyRequest

type GetAccountExtendedPubKeyRequest struct {
	AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountExtendedPubKeyRequest) Descriptor deprecated

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

Deprecated: Use GetAccountExtendedPubKeyRequest.ProtoReflect.Descriptor instead.

func (*GetAccountExtendedPubKeyRequest) GetAccountNumber

func (x *GetAccountExtendedPubKeyRequest) GetAccountNumber() uint32

func (*GetAccountExtendedPubKeyRequest) ProtoMessage

func (*GetAccountExtendedPubKeyRequest) ProtoMessage()

func (*GetAccountExtendedPubKeyRequest) ProtoReflect

func (*GetAccountExtendedPubKeyRequest) Reset

func (*GetAccountExtendedPubKeyRequest) String

type GetAccountExtendedPubKeyResponse

type GetAccountExtendedPubKeyResponse struct {
	AccExtendedPubKey string `protobuf:"bytes,1,opt,name=acc_extended_pub_key,json=accExtendedPubKey,proto3" json:"acc_extended_pub_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountExtendedPubKeyResponse) Descriptor deprecated

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

Deprecated: Use GetAccountExtendedPubKeyResponse.ProtoReflect.Descriptor instead.

func (*GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey

func (x *GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey() string

func (*GetAccountExtendedPubKeyResponse) ProtoMessage

func (*GetAccountExtendedPubKeyResponse) ProtoMessage()

func (*GetAccountExtendedPubKeyResponse) ProtoReflect

func (*GetAccountExtendedPubKeyResponse) Reset

func (*GetAccountExtendedPubKeyResponse) String

type GetCFiltersRequest

type GetCFiltersRequest struct {
	StartingBlockHash   []byte `protobuf:"bytes,1,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"`
	StartingBlockHeight int32  `protobuf:"zigzag32,2,opt,name=starting_block_height,json=startingBlockHeight,proto3" json:"starting_block_height,omitempty"`
	EndingBlockHash     []byte `protobuf:"bytes,3,opt,name=ending_block_hash,json=endingBlockHash,proto3" json:"ending_block_hash,omitempty"`
	EndingBlockHeight   int32  `protobuf:"zigzag32,4,opt,name=ending_block_height,json=endingBlockHeight,proto3" json:"ending_block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCFiltersRequest) Descriptor deprecated

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

Deprecated: Use GetCFiltersRequest.ProtoReflect.Descriptor instead.

func (*GetCFiltersRequest) GetEndingBlockHash

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

func (*GetCFiltersRequest) GetEndingBlockHeight

func (x *GetCFiltersRequest) GetEndingBlockHeight() int32

func (*GetCFiltersRequest) GetStartingBlockHash

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

func (*GetCFiltersRequest) GetStartingBlockHeight

func (x *GetCFiltersRequest) GetStartingBlockHeight() int32

func (*GetCFiltersRequest) ProtoMessage

func (*GetCFiltersRequest) ProtoMessage()

func (*GetCFiltersRequest) ProtoReflect

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

func (*GetCFiltersRequest) Reset

func (x *GetCFiltersRequest) Reset()

func (*GetCFiltersRequest) String

func (x *GetCFiltersRequest) String() string

type GetCFiltersResponse

type GetCFiltersResponse struct {
	Key       []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Filter    []byte `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	BlockHash []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCFiltersResponse) Descriptor deprecated

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

Deprecated: Use GetCFiltersResponse.ProtoReflect.Descriptor instead.

func (*GetCFiltersResponse) GetBlockHash

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

func (*GetCFiltersResponse) GetFilter

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

func (*GetCFiltersResponse) GetKey

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

func (*GetCFiltersResponse) ProtoMessage

func (*GetCFiltersResponse) ProtoMessage()

func (*GetCFiltersResponse) ProtoReflect

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

func (*GetCFiltersResponse) Reset

func (x *GetCFiltersResponse) Reset()

func (*GetCFiltersResponse) String

func (x *GetCFiltersResponse) String() string

type GetCoinjoinOutputspByAcctRequest

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

func (*GetCoinjoinOutputspByAcctRequest) Descriptor deprecated

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

Deprecated: Use GetCoinjoinOutputspByAcctRequest.ProtoReflect.Descriptor instead.

func (*GetCoinjoinOutputspByAcctRequest) ProtoMessage

func (*GetCoinjoinOutputspByAcctRequest) ProtoMessage()

func (*GetCoinjoinOutputspByAcctRequest) ProtoReflect

func (*GetCoinjoinOutputspByAcctRequest) Reset

func (*GetCoinjoinOutputspByAcctRequest) String

type GetCoinjoinOutputspByAcctResponse

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

func (*GetCoinjoinOutputspByAcctResponse) Descriptor deprecated

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

Deprecated: Use GetCoinjoinOutputspByAcctResponse.ProtoReflect.Descriptor instead.

func (*GetCoinjoinOutputspByAcctResponse) GetData

func (*GetCoinjoinOutputspByAcctResponse) ProtoMessage

func (*GetCoinjoinOutputspByAcctResponse) ProtoMessage()

func (*GetCoinjoinOutputspByAcctResponse) ProtoReflect

func (*GetCoinjoinOutputspByAcctResponse) Reset

func (*GetCoinjoinOutputspByAcctResponse) String

type GetPeerInfoRequest

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

func (*GetPeerInfoRequest) Descriptor deprecated

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

Deprecated: Use GetPeerInfoRequest.ProtoReflect.Descriptor instead.

func (*GetPeerInfoRequest) ProtoMessage

func (*GetPeerInfoRequest) ProtoMessage()

func (*GetPeerInfoRequest) ProtoReflect

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

func (*GetPeerInfoRequest) Reset

func (x *GetPeerInfoRequest) Reset()

func (*GetPeerInfoRequest) String

func (x *GetPeerInfoRequest) String() string

type GetPeerInfoResponse

type GetPeerInfoResponse struct {
	PeerInfo []*GetPeerInfoResponse_PeerInfo `protobuf:"bytes,1,rep,name=peer_info,json=peerInfo,proto3" json:"peer_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPeerInfoResponse) Descriptor deprecated

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

Deprecated: Use GetPeerInfoResponse.ProtoReflect.Descriptor instead.

func (*GetPeerInfoResponse) GetPeerInfo

func (*GetPeerInfoResponse) ProtoMessage

func (*GetPeerInfoResponse) ProtoMessage()

func (*GetPeerInfoResponse) ProtoReflect

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

func (*GetPeerInfoResponse) Reset

func (x *GetPeerInfoResponse) Reset()

func (*GetPeerInfoResponse) String

func (x *GetPeerInfoResponse) String() string

type GetPeerInfoResponse_PeerInfo

type GetPeerInfoResponse_PeerInfo struct {
	Id             int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Addr           string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	AddrLocal      string `protobuf:"bytes,3,opt,name=addr_local,json=addrLocal,proto3" json:"addr_local,omitempty"`
	Services       string `protobuf:"bytes,4,opt,name=services,proto3" json:"services,omitempty"`
	Version        uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	SubVer         string `protobuf:"bytes,6,opt,name=sub_ver,json=subVer,proto3" json:"sub_ver,omitempty"`
	StartingHeight int64  `protobuf:"varint,7,opt,name=starting_height,json=startingHeight,proto3" json:"starting_height,omitempty"`
	BanScore       int32  `protobuf:"varint,8,opt,name=ban_score,json=banScore,proto3" json:"ban_score,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPeerInfoResponse_PeerInfo) Descriptor deprecated

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

Deprecated: Use GetPeerInfoResponse_PeerInfo.ProtoReflect.Descriptor instead.

func (*GetPeerInfoResponse_PeerInfo) GetAddr

func (x *GetPeerInfoResponse_PeerInfo) GetAddr() string

func (*GetPeerInfoResponse_PeerInfo) GetAddrLocal

func (x *GetPeerInfoResponse_PeerInfo) GetAddrLocal() string

func (*GetPeerInfoResponse_PeerInfo) GetBanScore

func (x *GetPeerInfoResponse_PeerInfo) GetBanScore() int32

func (*GetPeerInfoResponse_PeerInfo) GetId

func (*GetPeerInfoResponse_PeerInfo) GetServices

func (x *GetPeerInfoResponse_PeerInfo) GetServices() string

func (*GetPeerInfoResponse_PeerInfo) GetStartingHeight

func (x *GetPeerInfoResponse_PeerInfo) GetStartingHeight() int64

func (*GetPeerInfoResponse_PeerInfo) GetSubVer

func (x *GetPeerInfoResponse_PeerInfo) GetSubVer() string

func (*GetPeerInfoResponse_PeerInfo) GetVersion

func (x *GetPeerInfoResponse_PeerInfo) GetVersion() uint32

func (*GetPeerInfoResponse_PeerInfo) ProtoMessage

func (*GetPeerInfoResponse_PeerInfo) ProtoMessage()

func (*GetPeerInfoResponse_PeerInfo) ProtoReflect

func (*GetPeerInfoResponse_PeerInfo) Reset

func (x *GetPeerInfoResponse_PeerInfo) Reset()

func (*GetPeerInfoResponse_PeerInfo) String

type GetRawBlockRequest

type GetRawBlockRequest struct {
	BlockHash   []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	BlockHeight int32  `protobuf:"zigzag32,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRawBlockRequest) Descriptor deprecated

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

Deprecated: Use GetRawBlockRequest.ProtoReflect.Descriptor instead.

func (*GetRawBlockRequest) GetBlockHash

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

func (*GetRawBlockRequest) GetBlockHeight

func (x *GetRawBlockRequest) GetBlockHeight() int32

func (*GetRawBlockRequest) ProtoMessage

func (*GetRawBlockRequest) ProtoMessage()

func (*GetRawBlockRequest) ProtoReflect

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

func (*GetRawBlockRequest) Reset

func (x *GetRawBlockRequest) Reset()

func (*GetRawBlockRequest) String

func (x *GetRawBlockRequest) String() string

type GetRawBlockResponse

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

func (*GetRawBlockResponse) Descriptor deprecated

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

Deprecated: Use GetRawBlockResponse.ProtoReflect.Descriptor instead.

func (*GetRawBlockResponse) GetBlock

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

func (*GetRawBlockResponse) ProtoMessage

func (*GetRawBlockResponse) ProtoMessage()

func (*GetRawBlockResponse) ProtoReflect

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

func (*GetRawBlockResponse) Reset

func (x *GetRawBlockResponse) Reset()

func (*GetRawBlockResponse) String

func (x *GetRawBlockResponse) String() string

type GetTicketRequest

type GetTicketRequest struct {
	TicketHash []byte `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTicketRequest) Descriptor deprecated

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

Deprecated: Use GetTicketRequest.ProtoReflect.Descriptor instead.

func (*GetTicketRequest) GetTicketHash

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

func (*GetTicketRequest) ProtoMessage

func (*GetTicketRequest) ProtoMessage()

func (*GetTicketRequest) ProtoReflect

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

func (*GetTicketRequest) Reset

func (x *GetTicketRequest) Reset()

func (*GetTicketRequest) String

func (x *GetTicketRequest) String() string

type GetTicketsRequest

type GetTicketsRequest struct {
	StartingBlockHash   []byte `protobuf:"bytes,1,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"`
	StartingBlockHeight int32  `protobuf:"zigzag32,2,opt,name=starting_block_height,json=startingBlockHeight,proto3" json:"starting_block_height,omitempty"`
	EndingBlockHash     []byte `protobuf:"bytes,3,opt,name=ending_block_hash,json=endingBlockHash,proto3" json:"ending_block_hash,omitempty"`
	EndingBlockHeight   int32  `protobuf:"varint,4,opt,name=ending_block_height,json=endingBlockHeight,proto3" json:"ending_block_height,omitempty"`
	TargetTicketCount   int32  `protobuf:"varint,5,opt,name=target_ticket_count,json=targetTicketCount,proto3" json:"target_ticket_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTicketsRequest) Descriptor deprecated

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

Deprecated: Use GetTicketsRequest.ProtoReflect.Descriptor instead.

func (*GetTicketsRequest) GetEndingBlockHash

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

func (*GetTicketsRequest) GetEndingBlockHeight

func (x *GetTicketsRequest) GetEndingBlockHeight() int32

func (*GetTicketsRequest) GetStartingBlockHash

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

func (*GetTicketsRequest) GetStartingBlockHeight

func (x *GetTicketsRequest) GetStartingBlockHeight() int32

func (*GetTicketsRequest) GetTargetTicketCount

func (x *GetTicketsRequest) GetTargetTicketCount() int32

func (*GetTicketsRequest) ProtoMessage

func (*GetTicketsRequest) ProtoMessage()

func (*GetTicketsRequest) ProtoReflect

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

func (*GetTicketsRequest) Reset

func (x *GetTicketsRequest) Reset()

func (*GetTicketsRequest) String

func (x *GetTicketsRequest) String() string

type GetTicketsResponse

type GetTicketsResponse struct {
	Ticket  *GetTicketsResponse_TicketDetails `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	Block   *GetTicketsResponse_BlockDetails  `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
	VspHost string                            `protobuf:"bytes,3,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTicketsResponse) Descriptor deprecated

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

Deprecated: Use GetTicketsResponse.ProtoReflect.Descriptor instead.

func (*GetTicketsResponse) GetBlock

func (*GetTicketsResponse) GetTicket

func (*GetTicketsResponse) GetVspHost added in v2.0.2

func (x *GetTicketsResponse) GetVspHost() string

func (*GetTicketsResponse) ProtoMessage

func (*GetTicketsResponse) ProtoMessage()

func (*GetTicketsResponse) ProtoReflect

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

func (*GetTicketsResponse) Reset

func (x *GetTicketsResponse) Reset()

func (*GetTicketsResponse) String

func (x *GetTicketsResponse) String() string

type GetTicketsResponse_BlockDetails

type GetTicketsResponse_BlockDetails struct {
	Hash      []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Height    int32  `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Timestamp int64  `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTicketsResponse_BlockDetails) Descriptor deprecated

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

Deprecated: Use GetTicketsResponse_BlockDetails.ProtoReflect.Descriptor instead.

func (*GetTicketsResponse_BlockDetails) GetHash

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

func (*GetTicketsResponse_BlockDetails) GetHeight

func (x *GetTicketsResponse_BlockDetails) GetHeight() int32

func (*GetTicketsResponse_BlockDetails) GetTimestamp

func (x *GetTicketsResponse_BlockDetails) GetTimestamp() int64

func (*GetTicketsResponse_BlockDetails) ProtoMessage

func (*GetTicketsResponse_BlockDetails) ProtoMessage()

func (*GetTicketsResponse_BlockDetails) ProtoReflect

func (*GetTicketsResponse_BlockDetails) Reset

func (*GetTicketsResponse_BlockDetails) String

type GetTicketsResponse_TicketDetails

type GetTicketsResponse_TicketDetails struct {
	Ticket       *TransactionDetails                           `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	Spender      *TransactionDetails                           `protobuf:"bytes,2,opt,name=spender,proto3" json:"spender,omitempty"`
	TicketStatus GetTicketsResponse_TicketDetails_TicketStatus `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetTicketsResponse_TicketDetails) Descriptor deprecated

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

Deprecated: Use GetTicketsResponse_TicketDetails.ProtoReflect.Descriptor instead.

func (*GetTicketsResponse_TicketDetails) GetSpender

func (*GetTicketsResponse_TicketDetails) GetTicket

func (*GetTicketsResponse_TicketDetails) GetTicketStatus

func (*GetTicketsResponse_TicketDetails) ProtoMessage

func (*GetTicketsResponse_TicketDetails) ProtoMessage()

func (*GetTicketsResponse_TicketDetails) ProtoReflect

func (*GetTicketsResponse_TicketDetails) Reset

func (*GetTicketsResponse_TicketDetails) String

type GetTicketsResponse_TicketDetails_TicketStatus

type GetTicketsResponse_TicketDetails_TicketStatus int32
const (
	GetTicketsResponse_TicketDetails_UNKNOWN  GetTicketsResponse_TicketDetails_TicketStatus = 0
	GetTicketsResponse_TicketDetails_UNMINED  GetTicketsResponse_TicketDetails_TicketStatus = 1
	GetTicketsResponse_TicketDetails_IMMATURE GetTicketsResponse_TicketDetails_TicketStatus = 2
	GetTicketsResponse_TicketDetails_LIVE     GetTicketsResponse_TicketDetails_TicketStatus = 3
	GetTicketsResponse_TicketDetails_VOTED    GetTicketsResponse_TicketDetails_TicketStatus = 4
	GetTicketsResponse_TicketDetails_MISSED   GetTicketsResponse_TicketDetails_TicketStatus = 5
	GetTicketsResponse_TicketDetails_EXPIRED  GetTicketsResponse_TicketDetails_TicketStatus = 6
	GetTicketsResponse_TicketDetails_REVOKED  GetTicketsResponse_TicketDetails_TicketStatus = 7
)

func (GetTicketsResponse_TicketDetails_TicketStatus) Descriptor

func (GetTicketsResponse_TicketDetails_TicketStatus) Enum

func (GetTicketsResponse_TicketDetails_TicketStatus) EnumDescriptor deprecated

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

Deprecated: Use GetTicketsResponse_TicketDetails_TicketStatus.Descriptor instead.

func (GetTicketsResponse_TicketDetails_TicketStatus) Number

func (GetTicketsResponse_TicketDetails_TicketStatus) String

func (GetTicketsResponse_TicketDetails_TicketStatus) Type

type GetTrackedVSPTicketsRequest

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

func (*GetTrackedVSPTicketsRequest) Descriptor deprecated

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

Deprecated: Use GetTrackedVSPTicketsRequest.ProtoReflect.Descriptor instead.

func (*GetTrackedVSPTicketsRequest) ProtoMessage

func (*GetTrackedVSPTicketsRequest) ProtoMessage()

func (*GetTrackedVSPTicketsRequest) ProtoReflect

func (*GetTrackedVSPTicketsRequest) Reset

func (x *GetTrackedVSPTicketsRequest) Reset()

func (*GetTrackedVSPTicketsRequest) String

func (x *GetTrackedVSPTicketsRequest) String() string

type GetTrackedVSPTicketsResponse

type GetTrackedVSPTicketsResponse struct {
	Vsps []*GetTrackedVSPTicketsResponse_VSP `protobuf:"bytes,1,rep,name=vsps,proto3" json:"vsps,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrackedVSPTicketsResponse) Descriptor deprecated

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

Deprecated: Use GetTrackedVSPTicketsResponse.ProtoReflect.Descriptor instead.

func (*GetTrackedVSPTicketsResponse) GetVsps

func (*GetTrackedVSPTicketsResponse) ProtoMessage

func (*GetTrackedVSPTicketsResponse) ProtoMessage()

func (*GetTrackedVSPTicketsResponse) ProtoReflect

func (*GetTrackedVSPTicketsResponse) Reset

func (x *GetTrackedVSPTicketsResponse) Reset()

func (*GetTrackedVSPTicketsResponse) String

type GetTrackedVSPTicketsResponse_Ticket

type GetTrackedVSPTicketsResponse_Ticket struct {
	TicketHash        []byte `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"`
	VotingAddress     string `protobuf:"bytes,2,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"`
	CommitmentAddress string `protobuf:"bytes,3,opt,name=commitment_address,json=commitmentAddress,proto3" json:"commitment_address,omitempty"`
	State             uint32 `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	Fee               int64  `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"`
	FeeHash           []byte `protobuf:"bytes,6,opt,name=fee_hash,json=feeHash,proto3" json:"fee_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrackedVSPTicketsResponse_Ticket) Descriptor deprecated

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

Deprecated: Use GetTrackedVSPTicketsResponse_Ticket.ProtoReflect.Descriptor instead.

func (*GetTrackedVSPTicketsResponse_Ticket) GetCommitmentAddress

func (x *GetTrackedVSPTicketsResponse_Ticket) GetCommitmentAddress() string

func (*GetTrackedVSPTicketsResponse_Ticket) GetFee

func (*GetTrackedVSPTicketsResponse_Ticket) GetFeeHash

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

func (*GetTrackedVSPTicketsResponse_Ticket) GetState

func (*GetTrackedVSPTicketsResponse_Ticket) GetTicketHash

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

func (*GetTrackedVSPTicketsResponse_Ticket) GetVotingAddress

func (x *GetTrackedVSPTicketsResponse_Ticket) GetVotingAddress() string

func (*GetTrackedVSPTicketsResponse_Ticket) ProtoMessage

func (*GetTrackedVSPTicketsResponse_Ticket) ProtoMessage()

func (*GetTrackedVSPTicketsResponse_Ticket) ProtoReflect

func (*GetTrackedVSPTicketsResponse_Ticket) Reset

func (*GetTrackedVSPTicketsResponse_Ticket) String

type GetTrackedVSPTicketsResponse_VSP

type GetTrackedVSPTicketsResponse_VSP struct {
	Host    string                                 `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Tickets []*GetTrackedVSPTicketsResponse_Ticket `protobuf:"bytes,2,rep,name=tickets,proto3" json:"tickets,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrackedVSPTicketsResponse_VSP) Descriptor deprecated

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

Deprecated: Use GetTrackedVSPTicketsResponse_VSP.ProtoReflect.Descriptor instead.

func (*GetTrackedVSPTicketsResponse_VSP) GetHost

func (*GetTrackedVSPTicketsResponse_VSP) GetTickets

func (*GetTrackedVSPTicketsResponse_VSP) ProtoMessage

func (*GetTrackedVSPTicketsResponse_VSP) ProtoMessage()

func (*GetTrackedVSPTicketsResponse_VSP) ProtoReflect

func (*GetTrackedVSPTicketsResponse_VSP) Reset

func (*GetTrackedVSPTicketsResponse_VSP) String

type GetTransactionRequest

type GetTransactionRequest struct {
	TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionRequest) Descriptor deprecated

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

Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead.

func (*GetTransactionRequest) GetTransactionHash

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

func (*GetTransactionRequest) ProtoMessage

func (*GetTransactionRequest) ProtoMessage()

func (*GetTransactionRequest) ProtoReflect

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

func (*GetTransactionRequest) Reset

func (x *GetTransactionRequest) Reset()

func (*GetTransactionRequest) String

func (x *GetTransactionRequest) String() string

type GetTransactionResponse

type GetTransactionResponse struct {
	Transaction   *TransactionDetails `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Confirmations int32               `protobuf:"varint,2,opt,name=confirmations,proto3" json:"confirmations,omitempty"`
	BlockHash     []byte              `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionResponse) Descriptor deprecated

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

Deprecated: Use GetTransactionResponse.ProtoReflect.Descriptor instead.

func (*GetTransactionResponse) GetBlockHash

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

func (*GetTransactionResponse) GetConfirmations

func (x *GetTransactionResponse) GetConfirmations() int32

func (*GetTransactionResponse) GetTransaction

func (x *GetTransactionResponse) GetTransaction() *TransactionDetails

func (*GetTransactionResponse) ProtoMessage

func (*GetTransactionResponse) ProtoMessage()

func (*GetTransactionResponse) ProtoReflect

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

func (*GetTransactionResponse) Reset

func (x *GetTransactionResponse) Reset()

func (*GetTransactionResponse) String

func (x *GetTransactionResponse) String() string

type GetTransactionsRequest

type GetTransactionsRequest struct {

	// Optionally specify the starting block from which to begin including all transactions.
	// Either the starting block hash or height may be specified, but not both.
	// If a block height is specified and is negative, the absolute value becomes the number of
	// last blocks to include.  That is, given a current chain height of 1000 and a starting block
	// height of -3, transaction notifications will be created for blocks 998, 999, and 1000.
	// If both options are excluded, transaction results are created for transactions since the
	// genesis block.
	StartingBlockHash   []byte `protobuf:"bytes,1,opt,name=starting_block_hash,json=startingBlockHash,proto3" json:"starting_block_hash,omitempty"`
	StartingBlockHeight int32  `protobuf:"zigzag32,2,opt,name=starting_block_height,json=startingBlockHeight,proto3" json:"starting_block_height,omitempty"`
	// Optionally specify the last block that transaction results may appear in.
	// Either the ending block hash or height may be specified, but not both.
	// If both are excluded, transaction results are created for all transactions
	// through the best block, and include all unmined transactions.
	EndingBlockHash   []byte `protobuf:"bytes,3,opt,name=ending_block_hash,json=endingBlockHash,proto3" json:"ending_block_hash,omitempty"`
	EndingBlockHeight int32  `protobuf:"varint,4,opt,name=ending_block_height,json=endingBlockHeight,proto3" json:"ending_block_height,omitempty"`
	// Include at least this many of the newest transactions if they exist.
	// Cannot be used when the ending block hash is specified.
	//
	// TODO: remove until spec adds it back in some way.
	MinimumRecentTransactions int32 `` /* 139-byte string literal not displayed */
	// Try to include at most this many transactions in the reply
	TargetTransactionCount int32 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetTransactionsRequest) Descriptor deprecated

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

Deprecated: Use GetTransactionsRequest.ProtoReflect.Descriptor instead.

func (*GetTransactionsRequest) GetEndingBlockHash

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

func (*GetTransactionsRequest) GetEndingBlockHeight

func (x *GetTransactionsRequest) GetEndingBlockHeight() int32

func (*GetTransactionsRequest) GetMinimumRecentTransactions

func (x *GetTransactionsRequest) GetMinimumRecentTransactions() int32

func (*GetTransactionsRequest) GetStartingBlockHash

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

func (*GetTransactionsRequest) GetStartingBlockHeight

func (x *GetTransactionsRequest) GetStartingBlockHeight() int32

func (*GetTransactionsRequest) GetTargetTransactionCount

func (x *GetTransactionsRequest) GetTargetTransactionCount() int32

func (*GetTransactionsRequest) ProtoMessage

func (*GetTransactionsRequest) ProtoMessage()

func (*GetTransactionsRequest) ProtoReflect

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

func (*GetTransactionsRequest) Reset

func (x *GetTransactionsRequest) Reset()

func (*GetTransactionsRequest) String

func (x *GetTransactionsRequest) String() string

type GetTransactionsResponse

type GetTransactionsResponse struct {
	MinedTransactions   *BlockDetails         `protobuf:"bytes,1,opt,name=mined_transactions,json=minedTransactions,proto3" json:"mined_transactions,omitempty"`
	UnminedTransactions []*TransactionDetails `protobuf:"bytes,2,rep,name=unmined_transactions,json=unminedTransactions,proto3" json:"unmined_transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionsResponse) Descriptor deprecated

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

Deprecated: Use GetTransactionsResponse.ProtoReflect.Descriptor instead.

func (*GetTransactionsResponse) GetMinedTransactions

func (x *GetTransactionsResponse) GetMinedTransactions() *BlockDetails

func (*GetTransactionsResponse) GetUnminedTransactions

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

func (*GetTransactionsResponse) ProtoMessage

func (*GetTransactionsResponse) ProtoMessage()

func (*GetTransactionsResponse) ProtoReflect

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

func (*GetTransactionsResponse) Reset

func (x *GetTransactionsResponse) Reset()

func (*GetTransactionsResponse) String

func (x *GetTransactionsResponse) String() string

type GetVSPTicketsByFeeStatusRequest

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

func (*GetVSPTicketsByFeeStatusRequest) Descriptor deprecated

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

Deprecated: Use GetVSPTicketsByFeeStatusRequest.ProtoReflect.Descriptor instead.

func (*GetVSPTicketsByFeeStatusRequest) GetFeeStatus

func (*GetVSPTicketsByFeeStatusRequest) ProtoMessage

func (*GetVSPTicketsByFeeStatusRequest) ProtoMessage()

func (*GetVSPTicketsByFeeStatusRequest) ProtoReflect

func (*GetVSPTicketsByFeeStatusRequest) Reset

func (*GetVSPTicketsByFeeStatusRequest) String

type GetVSPTicketsByFeeStatusRequest_FeeStatus

type GetVSPTicketsByFeeStatusRequest_FeeStatus int32
const (
	GetVSPTicketsByFeeStatusRequest_VSP_FEE_PROCESS_STARTED   GetVSPTicketsByFeeStatusRequest_FeeStatus = 0
	GetVSPTicketsByFeeStatusRequest_VSP_FEE_PROCESS_PAID      GetVSPTicketsByFeeStatusRequest_FeeStatus = 1
	GetVSPTicketsByFeeStatusRequest_VSP_FEE_PROCESS_ERRORED   GetVSPTicketsByFeeStatusRequest_FeeStatus = 2
	GetVSPTicketsByFeeStatusRequest_VSP_FEE_PROCESS_CONFIRMED GetVSPTicketsByFeeStatusRequest_FeeStatus = 3
)

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Descriptor

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Enum

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) EnumDescriptor deprecated

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

Deprecated: Use GetVSPTicketsByFeeStatusRequest_FeeStatus.Descriptor instead.

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Number

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) String

func (GetVSPTicketsByFeeStatusRequest_FeeStatus) Type

type GetVSPTicketsByFeeStatusResponse

type GetVSPTicketsByFeeStatusResponse struct {
	TicketsHashes [][]byte `protobuf:"bytes,1,rep,name=tickets_hashes,json=ticketsHashes,proto3" json:"tickets_hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVSPTicketsByFeeStatusResponse) Descriptor deprecated

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

Deprecated: Use GetVSPTicketsByFeeStatusResponse.ProtoReflect.Descriptor instead.

func (*GetVSPTicketsByFeeStatusResponse) GetTicketsHashes

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

func (*GetVSPTicketsByFeeStatusResponse) ProtoMessage

func (*GetVSPTicketsByFeeStatusResponse) ProtoMessage()

func (*GetVSPTicketsByFeeStatusResponse) ProtoReflect

func (*GetVSPTicketsByFeeStatusResponse) Reset

func (*GetVSPTicketsByFeeStatusResponse) String

type ImportExtendedPublicKeyRequest

type ImportExtendedPublicKeyRequest struct {
	Xpub        string `protobuf:"bytes,1,opt,name=xpub,proto3" json:"xpub,omitempty"`
	AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	Rescan      bool   `protobuf:"varint,3,opt,name=rescan,proto3" json:"rescan,omitempty"`
	ScanFrom    int32  `protobuf:"varint,4,opt,name=scan_from,json=scanFrom,proto3" json:"scan_from,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportExtendedPublicKeyRequest) Descriptor deprecated

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

Deprecated: Use ImportExtendedPublicKeyRequest.ProtoReflect.Descriptor instead.

func (*ImportExtendedPublicKeyRequest) GetAccountName

func (x *ImportExtendedPublicKeyRequest) GetAccountName() string

func (*ImportExtendedPublicKeyRequest) GetRescan

func (x *ImportExtendedPublicKeyRequest) GetRescan() bool

func (*ImportExtendedPublicKeyRequest) GetScanFrom

func (x *ImportExtendedPublicKeyRequest) GetScanFrom() int32

func (*ImportExtendedPublicKeyRequest) GetXpub

func (*ImportExtendedPublicKeyRequest) ProtoMessage

func (*ImportExtendedPublicKeyRequest) ProtoMessage()

func (*ImportExtendedPublicKeyRequest) ProtoReflect

func (*ImportExtendedPublicKeyRequest) Reset

func (x *ImportExtendedPublicKeyRequest) Reset()

func (*ImportExtendedPublicKeyRequest) String

type ImportExtendedPublicKeyResponse

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

func (*ImportExtendedPublicKeyResponse) Descriptor deprecated

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

Deprecated: Use ImportExtendedPublicKeyResponse.ProtoReflect.Descriptor instead.

func (*ImportExtendedPublicKeyResponse) ProtoMessage

func (*ImportExtendedPublicKeyResponse) ProtoMessage()

func (*ImportExtendedPublicKeyResponse) ProtoReflect

func (*ImportExtendedPublicKeyResponse) Reset

func (*ImportExtendedPublicKeyResponse) String

type ImportPrivateKeyRequest

type ImportPrivateKeyRequest struct {
	Passphrase    []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Account       uint32 `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"`
	PrivateKeyWif string `protobuf:"bytes,3,opt,name=private_key_wif,json=privateKeyWif,proto3" json:"private_key_wif,omitempty"`
	Rescan        bool   `protobuf:"varint,4,opt,name=rescan,proto3" json:"rescan,omitempty"`
	ScanFrom      int32  `protobuf:"varint,5,opt,name=scan_from,json=scanFrom,proto3" json:"scan_from,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportPrivateKeyRequest) Descriptor deprecated

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

Deprecated: Use ImportPrivateKeyRequest.ProtoReflect.Descriptor instead.

func (*ImportPrivateKeyRequest) GetAccount

func (x *ImportPrivateKeyRequest) GetAccount() uint32

func (*ImportPrivateKeyRequest) GetPassphrase

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

func (*ImportPrivateKeyRequest) GetPrivateKeyWif

func (x *ImportPrivateKeyRequest) GetPrivateKeyWif() string

func (*ImportPrivateKeyRequest) GetRescan

func (x *ImportPrivateKeyRequest) GetRescan() bool

func (*ImportPrivateKeyRequest) GetScanFrom

func (x *ImportPrivateKeyRequest) GetScanFrom() int32

func (*ImportPrivateKeyRequest) ProtoMessage

func (*ImportPrivateKeyRequest) ProtoMessage()

func (*ImportPrivateKeyRequest) ProtoReflect

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

func (*ImportPrivateKeyRequest) Reset

func (x *ImportPrivateKeyRequest) Reset()

func (*ImportPrivateKeyRequest) String

func (x *ImportPrivateKeyRequest) String() string

type ImportPrivateKeyResponse

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

func (*ImportPrivateKeyResponse) Descriptor deprecated

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

Deprecated: Use ImportPrivateKeyResponse.ProtoReflect.Descriptor instead.

func (*ImportPrivateKeyResponse) ProtoMessage

func (*ImportPrivateKeyResponse) ProtoMessage()

func (*ImportPrivateKeyResponse) ProtoReflect

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

func (*ImportPrivateKeyResponse) Reset

func (x *ImportPrivateKeyResponse) Reset()

func (*ImportPrivateKeyResponse) String

func (x *ImportPrivateKeyResponse) String() string

type ImportScriptRequest

type ImportScriptRequest struct {
	Passphrase        []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Script            []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"`
	Rescan            bool   `protobuf:"varint,3,opt,name=rescan,proto3" json:"rescan,omitempty"`
	ScanFrom          int32  `protobuf:"varint,4,opt,name=scan_from,json=scanFrom,proto3" json:"scan_from,omitempty"`
	RequireRedeemable bool   `protobuf:"varint,5,opt,name=require_redeemable,json=requireRedeemable,proto3" json:"require_redeemable,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportScriptRequest) Descriptor deprecated

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

Deprecated: Use ImportScriptRequest.ProtoReflect.Descriptor instead.

func (*ImportScriptRequest) GetPassphrase

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

func (*ImportScriptRequest) GetRequireRedeemable

func (x *ImportScriptRequest) GetRequireRedeemable() bool

func (*ImportScriptRequest) GetRescan

func (x *ImportScriptRequest) GetRescan() bool

func (*ImportScriptRequest) GetScanFrom

func (x *ImportScriptRequest) GetScanFrom() int32

func (*ImportScriptRequest) GetScript

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

func (*ImportScriptRequest) ProtoMessage

func (*ImportScriptRequest) ProtoMessage()

func (*ImportScriptRequest) ProtoReflect

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

func (*ImportScriptRequest) Reset

func (x *ImportScriptRequest) Reset()

func (*ImportScriptRequest) String

func (x *ImportScriptRequest) String() string

type ImportScriptResponse

type ImportScriptResponse struct {
	P2ShAddress string `protobuf:"bytes,1,opt,name=p2sh_address,json=p2shAddress,proto3" json:"p2sh_address,omitempty"`
	Redeemable  bool   `protobuf:"varint,2,opt,name=redeemable,proto3" json:"redeemable,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportScriptResponse) Descriptor deprecated

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

Deprecated: Use ImportScriptResponse.ProtoReflect.Descriptor instead.

func (*ImportScriptResponse) GetP2ShAddress

func (x *ImportScriptResponse) GetP2ShAddress() string

func (*ImportScriptResponse) GetRedeemable

func (x *ImportScriptResponse) GetRedeemable() bool

func (*ImportScriptResponse) ProtoMessage

func (*ImportScriptResponse) ProtoMessage()

func (*ImportScriptResponse) ProtoReflect

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

func (*ImportScriptResponse) Reset

func (x *ImportScriptResponse) Reset()

func (*ImportScriptResponse) String

func (x *ImportScriptResponse) String() string

type ImportVotingAccountFromSeedRequest

type ImportVotingAccountFromSeedRequest struct {
	Seed             []byte `protobuf:"bytes,1,opt,name=seed,proto3" json:"seed,omitempty"`
	Name             string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Passphrase       []byte `protobuf:"bytes,3,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Rescan           bool   `protobuf:"varint,4,opt,name=rescan,proto3" json:"rescan,omitempty"`
	ScanFrom         int32  `protobuf:"varint,5,opt,name=scan_from,json=scanFrom,proto3" json:"scan_from,omitempty"`
	DiscoverUsage    bool   `protobuf:"varint,6,opt,name=discover_usage,json=discoverUsage,proto3" json:"discover_usage,omitempty"`
	DiscoverFrom     int32  `protobuf:"varint,7,opt,name=discover_from,json=discoverFrom,proto3" json:"discover_from,omitempty"`
	DiscoverGapLimit int32  `protobuf:"varint,8,opt,name=discover_gap_limit,json=discoverGapLimit,proto3" json:"discover_gap_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportVotingAccountFromSeedRequest) Descriptor deprecated

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

Deprecated: Use ImportVotingAccountFromSeedRequest.ProtoReflect.Descriptor instead.

func (*ImportVotingAccountFromSeedRequest) GetDiscoverFrom

func (x *ImportVotingAccountFromSeedRequest) GetDiscoverFrom() int32

func (*ImportVotingAccountFromSeedRequest) GetDiscoverGapLimit

func (x *ImportVotingAccountFromSeedRequest) GetDiscoverGapLimit() int32

func (*ImportVotingAccountFromSeedRequest) GetDiscoverUsage

func (x *ImportVotingAccountFromSeedRequest) GetDiscoverUsage() bool

func (*ImportVotingAccountFromSeedRequest) GetName

func (*ImportVotingAccountFromSeedRequest) GetPassphrase

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

func (*ImportVotingAccountFromSeedRequest) GetRescan

func (*ImportVotingAccountFromSeedRequest) GetScanFrom

func (x *ImportVotingAccountFromSeedRequest) GetScanFrom() int32

func (*ImportVotingAccountFromSeedRequest) GetSeed

func (*ImportVotingAccountFromSeedRequest) ProtoMessage

func (*ImportVotingAccountFromSeedRequest) ProtoMessage()

func (*ImportVotingAccountFromSeedRequest) ProtoReflect

func (*ImportVotingAccountFromSeedRequest) Reset

func (*ImportVotingAccountFromSeedRequest) String

type ImportVotingAccountFromSeedResponse

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

func (*ImportVotingAccountFromSeedResponse) Descriptor deprecated

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

Deprecated: Use ImportVotingAccountFromSeedResponse.ProtoReflect.Descriptor instead.

func (*ImportVotingAccountFromSeedResponse) GetAccount

func (*ImportVotingAccountFromSeedResponse) ProtoMessage

func (*ImportVotingAccountFromSeedResponse) ProtoMessage()

func (*ImportVotingAccountFromSeedResponse) ProtoReflect

func (*ImportVotingAccountFromSeedResponse) Reset

func (*ImportVotingAccountFromSeedResponse) String

type LoadActiveDataFiltersRequest

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

func (*LoadActiveDataFiltersRequest) Descriptor deprecated

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

Deprecated: Use LoadActiveDataFiltersRequest.ProtoReflect.Descriptor instead.

func (*LoadActiveDataFiltersRequest) ProtoMessage

func (*LoadActiveDataFiltersRequest) ProtoMessage()

func (*LoadActiveDataFiltersRequest) ProtoReflect

func (*LoadActiveDataFiltersRequest) Reset

func (x *LoadActiveDataFiltersRequest) Reset()

func (*LoadActiveDataFiltersRequest) String

type LoadActiveDataFiltersResponse

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

func (*LoadActiveDataFiltersResponse) Descriptor deprecated

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

Deprecated: Use LoadActiveDataFiltersResponse.ProtoReflect.Descriptor instead.

func (*LoadActiveDataFiltersResponse) ProtoMessage

func (*LoadActiveDataFiltersResponse) ProtoMessage()

func (*LoadActiveDataFiltersResponse) ProtoReflect

func (*LoadActiveDataFiltersResponse) Reset

func (x *LoadActiveDataFiltersResponse) Reset()

func (*LoadActiveDataFiltersResponse) String

type LockAccountRequest

type LockAccountRequest struct {
	AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	// contains filtered or unexported fields
}

func (*LockAccountRequest) Descriptor deprecated

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

Deprecated: Use LockAccountRequest.ProtoReflect.Descriptor instead.

func (*LockAccountRequest) GetAccountNumber

func (x *LockAccountRequest) GetAccountNumber() uint32

func (*LockAccountRequest) ProtoMessage

func (*LockAccountRequest) ProtoMessage()

func (*LockAccountRequest) ProtoReflect

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

func (*LockAccountRequest) Reset

func (x *LockAccountRequest) Reset()

func (*LockAccountRequest) String

func (x *LockAccountRequest) String() string

type LockAccountResponse

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

func (*LockAccountResponse) Descriptor deprecated

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

Deprecated: Use LockAccountResponse.ProtoReflect.Descriptor instead.

func (*LockAccountResponse) ProtoMessage

func (*LockAccountResponse) ProtoMessage()

func (*LockAccountResponse) ProtoReflect

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

func (*LockAccountResponse) Reset

func (x *LockAccountResponse) Reset()

func (*LockAccountResponse) String

func (x *LockAccountResponse) String() string

type LockWalletRequest

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

func (*LockWalletRequest) Descriptor deprecated

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

Deprecated: Use LockWalletRequest.ProtoReflect.Descriptor instead.

func (*LockWalletRequest) ProtoMessage

func (*LockWalletRequest) ProtoMessage()

func (*LockWalletRequest) ProtoReflect

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

func (*LockWalletRequest) Reset

func (x *LockWalletRequest) Reset()

func (*LockWalletRequest) String

func (x *LockWalletRequest) String() string

type LockWalletResponse

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

func (*LockWalletResponse) Descriptor deprecated

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

Deprecated: Use LockWalletResponse.ProtoReflect.Descriptor instead.

func (*LockWalletResponse) ProtoMessage

func (*LockWalletResponse) ProtoMessage()

func (*LockWalletResponse) ProtoReflect

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

func (*LockWalletResponse) Reset

func (x *LockWalletResponse) Reset()

func (*LockWalletResponse) String

func (x *LockWalletResponse) String() string

type MessageVerificationServiceClient

type MessageVerificationServiceClient interface {
	VerifyMessage(ctx context.Context, in *VerifyMessageRequest, opts ...grpc.CallOption) (*VerifyMessageResponse, error)
}

MessageVerificationServiceClient is the client API for MessageVerificationService service.

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

type MessageVerificationServiceServer

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

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

func (*NetworkRequest) Reset

func (x *NetworkRequest) Reset()

func (*NetworkRequest) String

func (x *NetworkRequest) String() string

type NetworkResponse

type NetworkResponse struct {
	ActiveNetwork uint32 `protobuf:"varint,1,opt,name=active_network,json=activeNetwork,proto3" json:"active_network,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkResponse) Descriptor deprecated

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

Deprecated: Use NetworkResponse.ProtoReflect.Descriptor instead.

func (*NetworkResponse) GetActiveNetwork

func (x *NetworkResponse) GetActiveNetwork() uint32

func (*NetworkResponse) ProtoMessage

func (*NetworkResponse) ProtoMessage()

func (*NetworkResponse) ProtoReflect

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

func (*NetworkResponse) Reset

func (x *NetworkResponse) Reset()

func (*NetworkResponse) String

func (x *NetworkResponse) String() string

type NetworkServiceClient

type NetworkServiceClient interface {
	GetRawBlock(ctx context.Context, in *GetRawBlockRequest, opts ...grpc.CallOption) (*GetRawBlockResponse, error)
}

NetworkServiceClient is the client API for NetworkService service.

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

type NetworkServiceServer

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

func (x *NextAccountRequest) GetAccountName() string

func (*NextAccountRequest) GetPassphrase

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

func (*NextAccountRequest) ProtoMessage

func (*NextAccountRequest) ProtoMessage()

func (*NextAccountRequest) ProtoReflect

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

func (*NextAccountRequest) Reset

func (x *NextAccountRequest) Reset()

func (*NextAccountRequest) String

func (x *NextAccountRequest) String() string

type NextAccountResponse

type NextAccountResponse struct {
	AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	// contains filtered or unexported fields
}

func (*NextAccountResponse) Descriptor deprecated

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

Deprecated: Use NextAccountResponse.ProtoReflect.Descriptor instead.

func (*NextAccountResponse) GetAccountNumber

func (x *NextAccountResponse) GetAccountNumber() uint32

func (*NextAccountResponse) ProtoMessage

func (*NextAccountResponse) ProtoMessage()

func (*NextAccountResponse) ProtoReflect

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

func (*NextAccountResponse) Reset

func (x *NextAccountResponse) Reset()

func (*NextAccountResponse) String

func (x *NextAccountResponse) String() string

type NextAddressRequest

type NextAddressRequest struct {
	Account   uint32                       `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	Kind      NextAddressRequest_Kind      `protobuf:"varint,2,opt,name=kind,proto3,enum=walletrpc.NextAddressRequest_Kind" json:"kind,omitempty"`
	GapPolicy NextAddressRequest_GapPolicy `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NextAddressRequest) Descriptor deprecated

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

Deprecated: Use NextAddressRequest.ProtoReflect.Descriptor instead.

func (*NextAddressRequest) GetAccount

func (x *NextAddressRequest) GetAccount() uint32

func (*NextAddressRequest) GetGapPolicy

func (*NextAddressRequest) GetKind

func (*NextAddressRequest) ProtoMessage

func (*NextAddressRequest) ProtoMessage()

func (*NextAddressRequest) ProtoReflect

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

func (*NextAddressRequest) Reset

func (x *NextAddressRequest) Reset()

func (*NextAddressRequest) String

func (x *NextAddressRequest) String() string

type NextAddressRequest_GapPolicy

type NextAddressRequest_GapPolicy int32
const (
	NextAddressRequest_GAP_POLICY_UNSPECIFIED NextAddressRequest_GapPolicy = 0
	NextAddressRequest_GAP_POLICY_ERROR       NextAddressRequest_GapPolicy = 1
	NextAddressRequest_GAP_POLICY_IGNORE      NextAddressRequest_GapPolicy = 2
	NextAddressRequest_GAP_POLICY_WRAP        NextAddressRequest_GapPolicy = 3
)

func (NextAddressRequest_GapPolicy) Descriptor

func (NextAddressRequest_GapPolicy) Enum

func (NextAddressRequest_GapPolicy) EnumDescriptor deprecated

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

Deprecated: Use NextAddressRequest_GapPolicy.Descriptor instead.

func (NextAddressRequest_GapPolicy) Number

func (NextAddressRequest_GapPolicy) String

func (NextAddressRequest_GapPolicy) Type

type NextAddressRequest_Kind

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

func (NextAddressRequest_Kind) Descriptor

func (NextAddressRequest_Kind) Enum

func (NextAddressRequest_Kind) EnumDescriptor deprecated

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

Deprecated: Use NextAddressRequest_Kind.Descriptor instead.

func (NextAddressRequest_Kind) Number

func (NextAddressRequest_Kind) String

func (x NextAddressRequest_Kind) String() string

func (NextAddressRequest_Kind) Type

type NextAddressResponse

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

func (*NextAddressResponse) Descriptor deprecated

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

Deprecated: Use NextAddressResponse.ProtoReflect.Descriptor instead.

func (*NextAddressResponse) GetAddress

func (x *NextAddressResponse) GetAddress() string

func (*NextAddressResponse) GetPublicKey

func (x *NextAddressResponse) GetPublicKey() string

func (*NextAddressResponse) ProtoMessage

func (*NextAddressResponse) ProtoMessage()

func (*NextAddressResponse) ProtoReflect

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

func (*NextAddressResponse) Reset

func (x *NextAddressResponse) Reset()

func (*NextAddressResponse) String

func (x *NextAddressResponse) String() string

type OpenWalletRequest

type OpenWalletRequest struct {
	PublicPassphrase []byte `protobuf:"bytes,1,opt,name=public_passphrase,json=publicPassphrase,proto3" json:"public_passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenWalletRequest) Descriptor deprecated

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

Deprecated: Use OpenWalletRequest.ProtoReflect.Descriptor instead.

func (*OpenWalletRequest) GetPublicPassphrase

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

func (*OpenWalletRequest) ProtoMessage

func (*OpenWalletRequest) ProtoMessage()

func (*OpenWalletRequest) ProtoReflect

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

func (*OpenWalletRequest) Reset

func (x *OpenWalletRequest) Reset()

func (*OpenWalletRequest) String

func (x *OpenWalletRequest) String() string

type OpenWalletResponse

type OpenWalletResponse struct {
	WatchingOnly bool `protobuf:"varint,1,opt,name=watching_only,json=watchingOnly,proto3" json:"watching_only,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenWalletResponse) Descriptor deprecated

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

Deprecated: Use OpenWalletResponse.ProtoReflect.Descriptor instead.

func (*OpenWalletResponse) GetWatchingOnly

func (x *OpenWalletResponse) GetWatchingOnly() bool

func (*OpenWalletResponse) ProtoMessage

func (*OpenWalletResponse) ProtoMessage()

func (*OpenWalletResponse) ProtoReflect

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

func (*OpenWalletResponse) Reset

func (x *OpenWalletResponse) Reset()

func (*OpenWalletResponse) String

func (x *OpenWalletResponse) String() string

type PeerNotification

type PeerNotification struct {
	PeerCount int32  `protobuf:"varint,1,opt,name=peer_count,json=peerCount,proto3" json:"peer_count,omitempty"`
	Address   string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerNotification) Descriptor deprecated

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

Deprecated: Use PeerNotification.ProtoReflect.Descriptor instead.

func (*PeerNotification) GetAddress

func (x *PeerNotification) GetAddress() string

func (*PeerNotification) GetPeerCount

func (x *PeerNotification) GetPeerCount() int32

func (*PeerNotification) ProtoMessage

func (*PeerNotification) ProtoMessage()

func (*PeerNotification) ProtoReflect

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

func (*PeerNotification) Reset

func (x *PeerNotification) Reset()

func (*PeerNotification) String

func (x *PeerNotification) String() string

type PingRequest

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

func (*PingRequest) Descriptor deprecated

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

Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

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

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

type PingResponse

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

func (*PingResponse) Descriptor deprecated

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

Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

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

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

type ProcessManagedTicketsRequest

type ProcessManagedTicketsRequest struct {
	VspHost       string `protobuf:"bytes,1,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"`
	VspPubkey     string `protobuf:"bytes,2,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"`
	FeeAccount    uint32 `protobuf:"varint,3,opt,name=fee_account,json=feeAccount,proto3" json:"fee_account,omitempty"`
	ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessManagedTicketsRequest) Descriptor deprecated

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

Deprecated: Use ProcessManagedTicketsRequest.ProtoReflect.Descriptor instead.

func (*ProcessManagedTicketsRequest) GetChangeAccount

func (x *ProcessManagedTicketsRequest) GetChangeAccount() uint32

func (*ProcessManagedTicketsRequest) GetFeeAccount

func (x *ProcessManagedTicketsRequest) GetFeeAccount() uint32

func (*ProcessManagedTicketsRequest) GetVspHost

func (x *ProcessManagedTicketsRequest) GetVspHost() string

func (*ProcessManagedTicketsRequest) GetVspPubkey

func (x *ProcessManagedTicketsRequest) GetVspPubkey() string

func (*ProcessManagedTicketsRequest) ProtoMessage

func (*ProcessManagedTicketsRequest) ProtoMessage()

func (*ProcessManagedTicketsRequest) ProtoReflect

func (*ProcessManagedTicketsRequest) Reset

func (x *ProcessManagedTicketsRequest) Reset()

func (*ProcessManagedTicketsRequest) String

type ProcessManagedTicketsResponse

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

func (*ProcessManagedTicketsResponse) Descriptor deprecated

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

Deprecated: Use ProcessManagedTicketsResponse.ProtoReflect.Descriptor instead.

func (*ProcessManagedTicketsResponse) ProtoMessage

func (*ProcessManagedTicketsResponse) ProtoMessage()

func (*ProcessManagedTicketsResponse) ProtoReflect

func (*ProcessManagedTicketsResponse) Reset

func (x *ProcessManagedTicketsResponse) Reset()

func (*ProcessManagedTicketsResponse) String

type ProcessUnmanagedTicketsRequest

type ProcessUnmanagedTicketsRequest struct {
	VspHost       string `protobuf:"bytes,1,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"`
	VspPubkey     string `protobuf:"bytes,2,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"`
	FeeAccount    uint32 `protobuf:"varint,3,opt,name=fee_account,json=feeAccount,proto3" json:"fee_account,omitempty"`
	ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessUnmanagedTicketsRequest) Descriptor deprecated

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

Deprecated: Use ProcessUnmanagedTicketsRequest.ProtoReflect.Descriptor instead.

func (*ProcessUnmanagedTicketsRequest) GetChangeAccount

func (x *ProcessUnmanagedTicketsRequest) GetChangeAccount() uint32

func (*ProcessUnmanagedTicketsRequest) GetFeeAccount

func (x *ProcessUnmanagedTicketsRequest) GetFeeAccount() uint32

func (*ProcessUnmanagedTicketsRequest) GetVspHost

func (x *ProcessUnmanagedTicketsRequest) GetVspHost() string

func (*ProcessUnmanagedTicketsRequest) GetVspPubkey

func (x *ProcessUnmanagedTicketsRequest) GetVspPubkey() string

func (*ProcessUnmanagedTicketsRequest) ProtoMessage

func (*ProcessUnmanagedTicketsRequest) ProtoMessage()

func (*ProcessUnmanagedTicketsRequest) ProtoReflect

func (*ProcessUnmanagedTicketsRequest) Reset

func (x *ProcessUnmanagedTicketsRequest) Reset()

func (*ProcessUnmanagedTicketsRequest) String

type ProcessUnmanagedTicketsResponse

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

func (*ProcessUnmanagedTicketsResponse) Descriptor deprecated

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

Deprecated: Use ProcessUnmanagedTicketsResponse.ProtoReflect.Descriptor instead.

func (*ProcessUnmanagedTicketsResponse) ProtoMessage

func (*ProcessUnmanagedTicketsResponse) ProtoMessage()

func (*ProcessUnmanagedTicketsResponse) ProtoReflect

func (*ProcessUnmanagedTicketsResponse) Reset

func (*ProcessUnmanagedTicketsResponse) String

type PublishTransactionRequest

type PublishTransactionRequest struct {
	SignedTransaction []byte `protobuf:"bytes,1,opt,name=signed_transaction,json=signedTransaction,proto3" json:"signed_transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishTransactionRequest) Descriptor deprecated

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

Deprecated: Use PublishTransactionRequest.ProtoReflect.Descriptor instead.

func (*PublishTransactionRequest) GetSignedTransaction

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

func (*PublishTransactionRequest) ProtoMessage

func (*PublishTransactionRequest) ProtoMessage()

func (*PublishTransactionRequest) ProtoReflect

func (*PublishTransactionRequest) Reset

func (x *PublishTransactionRequest) Reset()

func (*PublishTransactionRequest) String

func (x *PublishTransactionRequest) String() string

type PublishTransactionResponse

type PublishTransactionResponse struct {
	TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishTransactionResponse) Descriptor deprecated

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

Deprecated: Use PublishTransactionResponse.ProtoReflect.Descriptor instead.

func (*PublishTransactionResponse) GetTransactionHash

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

func (*PublishTransactionResponse) ProtoMessage

func (*PublishTransactionResponse) ProtoMessage()

func (*PublishTransactionResponse) ProtoReflect

func (*PublishTransactionResponse) Reset

func (x *PublishTransactionResponse) Reset()

func (*PublishTransactionResponse) String

func (x *PublishTransactionResponse) String() string

type PublishUnminedTransactionsRequest

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

func (*PublishUnminedTransactionsRequest) Descriptor deprecated

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

Deprecated: Use PublishUnminedTransactionsRequest.ProtoReflect.Descriptor instead.

func (*PublishUnminedTransactionsRequest) ProtoMessage

func (*PublishUnminedTransactionsRequest) ProtoMessage()

func (*PublishUnminedTransactionsRequest) ProtoReflect

func (*PublishUnminedTransactionsRequest) Reset

func (*PublishUnminedTransactionsRequest) String

type PublishUnminedTransactionsResponse

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

func (*PublishUnminedTransactionsResponse) Descriptor deprecated

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

Deprecated: Use PublishUnminedTransactionsResponse.ProtoReflect.Descriptor instead.

func (*PublishUnminedTransactionsResponse) ProtoMessage

func (*PublishUnminedTransactionsResponse) ProtoMessage()

func (*PublishUnminedTransactionsResponse) ProtoReflect

func (*PublishUnminedTransactionsResponse) Reset

func (*PublishUnminedTransactionsResponse) String

type PurchaseTicketsRequest

type PurchaseTicketsRequest struct {
	Passphrase            []byte  `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Account               uint32  `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"`
	SpendLimit            int64   `protobuf:"varint,3,opt,name=spend_limit,json=spendLimit,proto3" json:"spend_limit,omitempty"`
	RequiredConfirmations uint32  `protobuf:"varint,4,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"`
	TicketAddress         string  `protobuf:"bytes,5,opt,name=ticket_address,json=ticketAddress,proto3" json:"ticket_address,omitempty"`
	NumTickets            uint32  `protobuf:"varint,6,opt,name=num_tickets,json=numTickets,proto3" json:"num_tickets,omitempty"`
	PoolAddress           string  `protobuf:"bytes,7,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"`
	PoolFees              float64 `protobuf:"fixed64,8,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"`
	Expiry                uint32  `protobuf:"varint,9,opt,name=expiry,proto3" json:"expiry,omitempty"`
	TxFee                 int64   `protobuf:"varint,10,opt,name=tx_fee,json=txFee,proto3" json:"tx_fee,omitempty"`
	TicketFee             int64   `protobuf:"varint,11,opt,name=ticket_fee,json=ticketFee,proto3" json:"ticket_fee,omitempty"`
	DontSignTx            bool    `protobuf:"varint,12,opt,name=dont_sign_tx,json=dontSignTx,proto3" json:"dont_sign_tx,omitempty"`
	CsppServer            string  `protobuf:"bytes,13,opt,name=cspp_server,json=csppServer,proto3" json:"cspp_server,omitempty"`
	MixedAccount          uint32  `protobuf:"varint,14,opt,name=mixed_account,json=mixedAccount,proto3" json:"mixed_account,omitempty"`
	MixedAccountBranch    uint32  `protobuf:"varint,15,opt,name=mixed_account_branch,json=mixedAccountBranch,proto3" json:"mixed_account_branch,omitempty"`
	MixedSplitAccount     uint32  `protobuf:"varint,16,opt,name=mixed_split_account,json=mixedSplitAccount,proto3" json:"mixed_split_account,omitempty"`
	ChangeAccount         uint32  `protobuf:"varint,17,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"`
	VspHost               string  `protobuf:"bytes,18,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"`
	VspPubkey             string  `protobuf:"bytes,19,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"`
	// contains filtered or unexported fields
}

func (*PurchaseTicketsRequest) Descriptor deprecated

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

Deprecated: Use PurchaseTicketsRequest.ProtoReflect.Descriptor instead.

func (*PurchaseTicketsRequest) GetAccount

func (x *PurchaseTicketsRequest) GetAccount() uint32

func (*PurchaseTicketsRequest) GetChangeAccount

func (x *PurchaseTicketsRequest) GetChangeAccount() uint32

func (*PurchaseTicketsRequest) GetCsppServer

func (x *PurchaseTicketsRequest) GetCsppServer() string

func (*PurchaseTicketsRequest) GetDontSignTx

func (x *PurchaseTicketsRequest) GetDontSignTx() bool

func (*PurchaseTicketsRequest) GetExpiry

func (x *PurchaseTicketsRequest) GetExpiry() uint32

func (*PurchaseTicketsRequest) GetMixedAccount

func (x *PurchaseTicketsRequest) GetMixedAccount() uint32

func (*PurchaseTicketsRequest) GetMixedAccountBranch

func (x *PurchaseTicketsRequest) GetMixedAccountBranch() uint32

func (*PurchaseTicketsRequest) GetMixedSplitAccount

func (x *PurchaseTicketsRequest) GetMixedSplitAccount() uint32

func (*PurchaseTicketsRequest) GetNumTickets

func (x *PurchaseTicketsRequest) GetNumTickets() uint32

func (*PurchaseTicketsRequest) GetPassphrase

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

func (*PurchaseTicketsRequest) GetPoolAddress

func (x *PurchaseTicketsRequest) GetPoolAddress() string

func (*PurchaseTicketsRequest) GetPoolFees

func (x *PurchaseTicketsRequest) GetPoolFees() float64

func (*PurchaseTicketsRequest) GetRequiredConfirmations

func (x *PurchaseTicketsRequest) GetRequiredConfirmations() uint32

func (*PurchaseTicketsRequest) GetSpendLimit

func (x *PurchaseTicketsRequest) GetSpendLimit() int64

func (*PurchaseTicketsRequest) GetTicketAddress

func (x *PurchaseTicketsRequest) GetTicketAddress() string

func (*PurchaseTicketsRequest) GetTicketFee

func (x *PurchaseTicketsRequest) GetTicketFee() int64

func (*PurchaseTicketsRequest) GetTxFee

func (x *PurchaseTicketsRequest) GetTxFee() int64

func (*PurchaseTicketsRequest) GetVspHost

func (x *PurchaseTicketsRequest) GetVspHost() string

func (*PurchaseTicketsRequest) GetVspPubkey

func (x *PurchaseTicketsRequest) GetVspPubkey() string

func (*PurchaseTicketsRequest) ProtoMessage

func (*PurchaseTicketsRequest) ProtoMessage()

func (*PurchaseTicketsRequest) ProtoReflect

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

func (*PurchaseTicketsRequest) Reset

func (x *PurchaseTicketsRequest) Reset()

func (*PurchaseTicketsRequest) String

func (x *PurchaseTicketsRequest) String() string

type PurchaseTicketsResponse

type PurchaseTicketsResponse struct {
	TicketHashes [][]byte `protobuf:"bytes,1,rep,name=ticket_hashes,json=ticketHashes,proto3" json:"ticket_hashes,omitempty"`
	Tickets      [][]byte `protobuf:"bytes,2,rep,name=tickets,proto3" json:"tickets,omitempty"`
	SplitTx      []byte   `protobuf:"bytes,3,opt,name=split_tx,json=splitTx,proto3" json:"split_tx,omitempty"`
	// contains filtered or unexported fields
}

func (*PurchaseTicketsResponse) Descriptor deprecated

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

Deprecated: Use PurchaseTicketsResponse.ProtoReflect.Descriptor instead.

func (*PurchaseTicketsResponse) GetSplitTx

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

func (*PurchaseTicketsResponse) GetTicketHashes

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

func (*PurchaseTicketsResponse) GetTickets

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

func (*PurchaseTicketsResponse) ProtoMessage

func (*PurchaseTicketsResponse) ProtoMessage()

func (*PurchaseTicketsResponse) ProtoReflect

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

func (*PurchaseTicketsResponse) Reset

func (x *PurchaseTicketsResponse) Reset()

func (*PurchaseTicketsResponse) String

func (x *PurchaseTicketsResponse) String() string

type RenameAccountRequest

type RenameAccountRequest struct {
	AccountNumber uint32 `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	NewName       string `protobuf:"bytes,2,opt,name=new_name,json=newName,proto3" json:"new_name,omitempty"`
	// contains filtered or unexported fields
}

func (*RenameAccountRequest) Descriptor deprecated

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

Deprecated: Use RenameAccountRequest.ProtoReflect.Descriptor instead.

func (*RenameAccountRequest) GetAccountNumber

func (x *RenameAccountRequest) GetAccountNumber() uint32

func (*RenameAccountRequest) GetNewName

func (x *RenameAccountRequest) GetNewName() string

func (*RenameAccountRequest) ProtoMessage

func (*RenameAccountRequest) ProtoMessage()

func (*RenameAccountRequest) ProtoReflect

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

func (*RenameAccountRequest) Reset

func (x *RenameAccountRequest) Reset()

func (*RenameAccountRequest) String

func (x *RenameAccountRequest) String() string

type RenameAccountResponse

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

func (*RenameAccountResponse) Descriptor deprecated

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

Deprecated: Use RenameAccountResponse.ProtoReflect.Descriptor instead.

func (*RenameAccountResponse) ProtoMessage

func (*RenameAccountResponse) ProtoMessage()

func (*RenameAccountResponse) ProtoReflect

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

func (*RenameAccountResponse) Reset

func (x *RenameAccountResponse) Reset()

func (*RenameAccountResponse) String

func (x *RenameAccountResponse) String() string

type RescanPointRequest

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

func (*RescanPointRequest) Descriptor deprecated

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

Deprecated: Use RescanPointRequest.ProtoReflect.Descriptor instead.

func (*RescanPointRequest) ProtoMessage

func (*RescanPointRequest) ProtoMessage()

func (*RescanPointRequest) ProtoReflect

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

func (*RescanPointRequest) Reset

func (x *RescanPointRequest) Reset()

func (*RescanPointRequest) String

func (x *RescanPointRequest) String() string

type RescanPointResponse

type RescanPointResponse struct {
	RescanPointHash []byte `protobuf:"bytes,1,opt,name=rescan_point_hash,json=rescanPointHash,proto3" json:"rescan_point_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*RescanPointResponse) Descriptor deprecated

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

Deprecated: Use RescanPointResponse.ProtoReflect.Descriptor instead.

func (*RescanPointResponse) GetRescanPointHash

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

func (*RescanPointResponse) ProtoMessage

func (*RescanPointResponse) ProtoMessage()

func (*RescanPointResponse) ProtoReflect

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

func (*RescanPointResponse) Reset

func (x *RescanPointResponse) Reset()

func (*RescanPointResponse) String

func (x *RescanPointResponse) String() string

type RescanProgressNotification

type RescanProgressNotification struct {
	RescannedThrough int32 `protobuf:"varint,1,opt,name=rescanned_through,json=rescannedThrough,proto3" json:"rescanned_through,omitempty"`
	// contains filtered or unexported fields
}

func (*RescanProgressNotification) Descriptor deprecated

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

Deprecated: Use RescanProgressNotification.ProtoReflect.Descriptor instead.

func (*RescanProgressNotification) GetRescannedThrough

func (x *RescanProgressNotification) GetRescannedThrough() int32

func (*RescanProgressNotification) ProtoMessage

func (*RescanProgressNotification) ProtoMessage()

func (*RescanProgressNotification) ProtoReflect

func (*RescanProgressNotification) Reset

func (x *RescanProgressNotification) Reset()

func (*RescanProgressNotification) String

func (x *RescanProgressNotification) String() string

type RescanRequest

type RescanRequest struct {
	BeginHeight int32  `protobuf:"varint,1,opt,name=begin_height,json=beginHeight,proto3" json:"begin_height,omitempty"`
	BeginHash   []byte `protobuf:"bytes,2,opt,name=begin_hash,json=beginHash,proto3" json:"begin_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*RescanRequest) Descriptor deprecated

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

Deprecated: Use RescanRequest.ProtoReflect.Descriptor instead.

func (*RescanRequest) GetBeginHash

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

func (*RescanRequest) GetBeginHeight

func (x *RescanRequest) GetBeginHeight() int32

func (*RescanRequest) ProtoMessage

func (*RescanRequest) ProtoMessage()

func (*RescanRequest) ProtoReflect

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

func (*RescanRequest) Reset

func (x *RescanRequest) Reset()

func (*RescanRequest) String

func (x *RescanRequest) String() string

type RescanResponse

type RescanResponse struct {
	RescannedThrough int32 `protobuf:"varint,1,opt,name=rescanned_through,json=rescannedThrough,proto3" json:"rescanned_through,omitempty"`
	// contains filtered or unexported fields
}

func (*RescanResponse) Descriptor deprecated

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

Deprecated: Use RescanResponse.ProtoReflect.Descriptor instead.

func (*RescanResponse) GetRescannedThrough

func (x *RescanResponse) GetRescannedThrough() int32

func (*RescanResponse) ProtoMessage

func (*RescanResponse) ProtoMessage()

func (*RescanResponse) ProtoReflect

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

func (*RescanResponse) Reset

func (x *RescanResponse) Reset()

func (*RescanResponse) String

func (x *RescanResponse) String() string

type RevokeTicketRequest

type RevokeTicketRequest struct {
	TicketHash []byte `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeTicketRequest) Descriptor deprecated

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

Deprecated: Use RevokeTicketRequest.ProtoReflect.Descriptor instead.

func (*RevokeTicketRequest) GetTicketHash

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

func (*RevokeTicketRequest) ProtoMessage

func (*RevokeTicketRequest) ProtoMessage()

func (*RevokeTicketRequest) ProtoReflect

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

func (*RevokeTicketRequest) Reset

func (x *RevokeTicketRequest) Reset()

func (*RevokeTicketRequest) String

func (x *RevokeTicketRequest) String() string

type RevokeTicketResponse

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

func (*RevokeTicketResponse) Descriptor deprecated

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

Deprecated: Use RevokeTicketResponse.ProtoReflect.Descriptor instead.

func (*RevokeTicketResponse) ProtoMessage

func (*RevokeTicketResponse) ProtoMessage()

func (*RevokeTicketResponse) ProtoReflect

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

func (*RevokeTicketResponse) Reset

func (x *RevokeTicketResponse) Reset()

func (*RevokeTicketResponse) String

func (x *RevokeTicketResponse) String() string

type RevokeTicketsRequest

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

func (*RevokeTicketsRequest) Descriptor deprecated

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

Deprecated: Use RevokeTicketsRequest.ProtoReflect.Descriptor instead.

func (*RevokeTicketsRequest) GetPassphrase

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

func (*RevokeTicketsRequest) ProtoMessage

func (*RevokeTicketsRequest) ProtoMessage()

func (*RevokeTicketsRequest) ProtoReflect

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

func (*RevokeTicketsRequest) Reset

func (x *RevokeTicketsRequest) Reset()

func (*RevokeTicketsRequest) String

func (x *RevokeTicketsRequest) String() string

type RevokeTicketsResponse

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

func (*RevokeTicketsResponse) Descriptor deprecated

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

Deprecated: Use RevokeTicketsResponse.ProtoReflect.Descriptor instead.

func (*RevokeTicketsResponse) ProtoMessage

func (*RevokeTicketsResponse) ProtoMessage()

func (*RevokeTicketsResponse) ProtoReflect

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

func (*RevokeTicketsResponse) Reset

func (x *RevokeTicketsResponse) Reset()

func (*RevokeTicketsResponse) String

func (x *RevokeTicketsResponse) String() string

type RpcSyncRequest

type RpcSyncRequest struct {
	NetworkAddress    string `protobuf:"bytes,1,opt,name=network_address,json=networkAddress,proto3" json:"network_address,omitempty"`
	Username          string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Password          []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	Certificate       []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"`
	DiscoverAccounts  bool   `protobuf:"varint,5,opt,name=discover_accounts,json=discoverAccounts,proto3" json:"discover_accounts,omitempty"`
	PrivatePassphrase []byte `protobuf:"bytes,6,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*RpcSyncRequest) Descriptor deprecated

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

Deprecated: Use RpcSyncRequest.ProtoReflect.Descriptor instead.

func (*RpcSyncRequest) GetCertificate

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

func (*RpcSyncRequest) GetDiscoverAccounts

func (x *RpcSyncRequest) GetDiscoverAccounts() bool

func (*RpcSyncRequest) GetNetworkAddress

func (x *RpcSyncRequest) GetNetworkAddress() string

func (*RpcSyncRequest) GetPassword

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

func (*RpcSyncRequest) GetPrivatePassphrase

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

func (*RpcSyncRequest) GetUsername

func (x *RpcSyncRequest) GetUsername() string

func (*RpcSyncRequest) ProtoMessage

func (*RpcSyncRequest) ProtoMessage()

func (*RpcSyncRequest) ProtoReflect

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

func (*RpcSyncRequest) Reset

func (x *RpcSyncRequest) Reset()

func (*RpcSyncRequest) String

func (x *RpcSyncRequest) String() string

type RpcSyncResponse

type RpcSyncResponse struct {
	Synced               bool                              `protobuf:"varint,1,opt,name=synced,proto3" json:"synced,omitempty"`
	NotificationType     SyncNotificationType              `` /* 146-byte string literal not displayed */
	FetchHeaders         *FetchHeadersNotification         `protobuf:"bytes,3,opt,name=fetch_headers,json=fetchHeaders,proto3" json:"fetch_headers,omitempty"`
	FetchMissingCfilters *FetchMissingCFiltersNotification `protobuf:"bytes,4,opt,name=fetch_missing_cfilters,json=fetchMissingCfilters,proto3" json:"fetch_missing_cfilters,omitempty"`
	RescanProgress       *RescanProgressNotification       `protobuf:"bytes,5,opt,name=rescan_progress,json=rescanProgress,proto3" json:"rescan_progress,omitempty"`
	PeerInformation      *PeerNotification                 `protobuf:"bytes,6,opt,name=peer_information,json=peerInformation,proto3" json:"peer_information,omitempty"`
	// contains filtered or unexported fields
}

func (*RpcSyncResponse) Descriptor deprecated

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

Deprecated: Use RpcSyncResponse.ProtoReflect.Descriptor instead.

func (*RpcSyncResponse) GetFetchHeaders

func (x *RpcSyncResponse) GetFetchHeaders() *FetchHeadersNotification

func (*RpcSyncResponse) GetFetchMissingCfilters

func (x *RpcSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification

func (*RpcSyncResponse) GetNotificationType

func (x *RpcSyncResponse) GetNotificationType() SyncNotificationType

func (*RpcSyncResponse) GetPeerInformation

func (x *RpcSyncResponse) GetPeerInformation() *PeerNotification

func (*RpcSyncResponse) GetRescanProgress

func (x *RpcSyncResponse) GetRescanProgress() *RescanProgressNotification

func (*RpcSyncResponse) GetSynced

func (x *RpcSyncResponse) GetSynced() bool

func (*RpcSyncResponse) ProtoMessage

func (*RpcSyncResponse) ProtoMessage()

func (*RpcSyncResponse) ProtoReflect

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

func (*RpcSyncResponse) Reset

func (x *RpcSyncResponse) Reset()

func (*RpcSyncResponse) String

func (x *RpcSyncResponse) String() string

type RunAccountMixerRequest

type RunAccountMixerRequest struct {
	Passphrase         []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	MixedAccount       uint32 `protobuf:"varint,2,opt,name=mixed_account,json=mixedAccount,proto3" json:"mixed_account,omitempty"`
	MixedAccountBranch uint32 `protobuf:"varint,3,opt,name=mixed_account_branch,json=mixedAccountBranch,proto3" json:"mixed_account_branch,omitempty"`
	ChangeAccount      uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"`
	CsppServer         string `protobuf:"bytes,5,opt,name=cspp_server,json=csppServer,proto3" json:"cspp_server,omitempty"`
	// contains filtered or unexported fields
}

func (*RunAccountMixerRequest) Descriptor deprecated

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

Deprecated: Use RunAccountMixerRequest.ProtoReflect.Descriptor instead.

func (*RunAccountMixerRequest) GetChangeAccount

func (x *RunAccountMixerRequest) GetChangeAccount() uint32

func (*RunAccountMixerRequest) GetCsppServer

func (x *RunAccountMixerRequest) GetCsppServer() string

func (*RunAccountMixerRequest) GetMixedAccount

func (x *RunAccountMixerRequest) GetMixedAccount() uint32

func (*RunAccountMixerRequest) GetMixedAccountBranch

func (x *RunAccountMixerRequest) GetMixedAccountBranch() uint32

func (*RunAccountMixerRequest) GetPassphrase

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

func (*RunAccountMixerRequest) ProtoMessage

func (*RunAccountMixerRequest) ProtoMessage()

func (*RunAccountMixerRequest) ProtoReflect

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

func (*RunAccountMixerRequest) Reset

func (x *RunAccountMixerRequest) Reset()

func (*RunAccountMixerRequest) String

func (x *RunAccountMixerRequest) String() string

type RunAccountMixerResponse

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

func (*RunAccountMixerResponse) Descriptor deprecated

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

Deprecated: Use RunAccountMixerResponse.ProtoReflect.Descriptor instead.

func (*RunAccountMixerResponse) ProtoMessage

func (*RunAccountMixerResponse) ProtoMessage()

func (*RunAccountMixerResponse) ProtoReflect

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

func (*RunAccountMixerResponse) Reset

func (x *RunAccountMixerResponse) Reset()

func (*RunAccountMixerResponse) String

func (x *RunAccountMixerResponse) String() string

type RunTicketBuyerRequest

type RunTicketBuyerRequest struct {
	Passphrase         []byte  `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Account            uint32  `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"`
	VotingAccount      uint32  `protobuf:"varint,3,opt,name=voting_account,json=votingAccount,proto3" json:"voting_account,omitempty"`
	BalanceToMaintain  int64   `protobuf:"varint,4,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"`
	VotingAddress      string  `protobuf:"bytes,5,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"`
	PoolAddress        string  `protobuf:"bytes,6,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"`
	PoolFees           float64 `protobuf:"fixed64,7,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"`
	VspHost            string  `protobuf:"bytes,8,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"`
	VspPubkey          string  `protobuf:"bytes,9,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"`
	Limit              int32   `protobuf:"varint,10,opt,name=limit,proto3" json:"limit,omitempty"`
	CsppServer         string  `protobuf:"bytes,11,opt,name=cspp_server,json=csppServer,proto3" json:"cspp_server,omitempty"`
	MixedAccount       uint32  `protobuf:"varint,12,opt,name=mixed_account,json=mixedAccount,proto3" json:"mixed_account,omitempty"`
	MixedAccountBranch uint32  `protobuf:"varint,13,opt,name=mixed_account_branch,json=mixedAccountBranch,proto3" json:"mixed_account_branch,omitempty"`
	MixedSplitAccount  uint32  `protobuf:"varint,14,opt,name=mixed_split_account,json=mixedSplitAccount,proto3" json:"mixed_split_account,omitempty"`
	ChangeAccount      uint32  `protobuf:"varint,15,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"`
	// contains filtered or unexported fields
}

func (*RunTicketBuyerRequest) Descriptor deprecated

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

Deprecated: Use RunTicketBuyerRequest.ProtoReflect.Descriptor instead.

func (*RunTicketBuyerRequest) GetAccount

func (x *RunTicketBuyerRequest) GetAccount() uint32

func (*RunTicketBuyerRequest) GetBalanceToMaintain

func (x *RunTicketBuyerRequest) GetBalanceToMaintain() int64

func (*RunTicketBuyerRequest) GetChangeAccount

func (x *RunTicketBuyerRequest) GetChangeAccount() uint32

func (*RunTicketBuyerRequest) GetCsppServer

func (x *RunTicketBuyerRequest) GetCsppServer() string

func (*RunTicketBuyerRequest) GetLimit

func (x *RunTicketBuyerRequest) GetLimit() int32

func (*RunTicketBuyerRequest) GetMixedAccount

func (x *RunTicketBuyerRequest) GetMixedAccount() uint32

func (*RunTicketBuyerRequest) GetMixedAccountBranch

func (x *RunTicketBuyerRequest) GetMixedAccountBranch() uint32

func (*RunTicketBuyerRequest) GetMixedSplitAccount

func (x *RunTicketBuyerRequest) GetMixedSplitAccount() uint32

func (*RunTicketBuyerRequest) GetPassphrase

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

func (*RunTicketBuyerRequest) GetPoolAddress

func (x *RunTicketBuyerRequest) GetPoolAddress() string

func (*RunTicketBuyerRequest) GetPoolFees

func (x *RunTicketBuyerRequest) GetPoolFees() float64

func (*RunTicketBuyerRequest) GetVotingAccount

func (x *RunTicketBuyerRequest) GetVotingAccount() uint32

func (*RunTicketBuyerRequest) GetVotingAddress

func (x *RunTicketBuyerRequest) GetVotingAddress() string

func (*RunTicketBuyerRequest) GetVspHost

func (x *RunTicketBuyerRequest) GetVspHost() string

func (*RunTicketBuyerRequest) GetVspPubkey

func (x *RunTicketBuyerRequest) GetVspPubkey() string

func (*RunTicketBuyerRequest) ProtoMessage

func (*RunTicketBuyerRequest) ProtoMessage()

func (*RunTicketBuyerRequest) ProtoReflect

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

func (*RunTicketBuyerRequest) Reset

func (x *RunTicketBuyerRequest) Reset()

func (*RunTicketBuyerRequest) String

func (x *RunTicketBuyerRequest) String() string

type RunTicketBuyerResponse

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

func (*RunTicketBuyerResponse) Descriptor deprecated

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

Deprecated: Use RunTicketBuyerResponse.ProtoReflect.Descriptor instead.

func (*RunTicketBuyerResponse) ProtoMessage

func (*RunTicketBuyerResponse) ProtoMessage()

func (*RunTicketBuyerResponse) ProtoReflect

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

func (*RunTicketBuyerResponse) Reset

func (x *RunTicketBuyerResponse) Reset()

func (*RunTicketBuyerResponse) String

func (x *RunTicketBuyerResponse) String() string

type SeedServiceClient

type SeedServiceClient interface {
	GenerateRandomSeed(ctx context.Context, in *GenerateRandomSeedRequest, opts ...grpc.CallOption) (*GenerateRandomSeedResponse, error)
	DecodeSeed(ctx context.Context, in *DecodeSeedRequest, opts ...grpc.CallOption) (*DecodeSeedResponse, error)
}

SeedServiceClient is the client API for SeedService service.

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

type SeedServiceServer

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

type SetAccountPassphraseRequest struct {
	AccountPassphrase    []byte `protobuf:"bytes,1,opt,name=account_passphrase,json=accountPassphrase,proto3" json:"account_passphrase,omitempty"`
	NewAccountPassphrase []byte `protobuf:"bytes,2,opt,name=new_account_passphrase,json=newAccountPassphrase,proto3" json:"new_account_passphrase,omitempty"`
	AccountNumber        uint32 `protobuf:"varint,3,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	// used only in case account pass not yet set.
	WalletPassphrase []byte `protobuf:"bytes,4,opt,name=wallet_passphrase,json=walletPassphrase,proto3" json:"wallet_passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAccountPassphraseRequest) Descriptor deprecated

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

Deprecated: Use SetAccountPassphraseRequest.ProtoReflect.Descriptor instead.

func (*SetAccountPassphraseRequest) GetAccountNumber

func (x *SetAccountPassphraseRequest) GetAccountNumber() uint32

func (*SetAccountPassphraseRequest) GetAccountPassphrase

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

func (*SetAccountPassphraseRequest) GetNewAccountPassphrase

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

func (*SetAccountPassphraseRequest) GetWalletPassphrase

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

func (*SetAccountPassphraseRequest) ProtoMessage

func (*SetAccountPassphraseRequest) ProtoMessage()

func (*SetAccountPassphraseRequest) ProtoReflect

func (*SetAccountPassphraseRequest) Reset

func (x *SetAccountPassphraseRequest) Reset()

func (*SetAccountPassphraseRequest) String

func (x *SetAccountPassphraseRequest) String() string

type SetAccountPassphraseResponse

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

func (*SetAccountPassphraseResponse) Descriptor deprecated

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

Deprecated: Use SetAccountPassphraseResponse.ProtoReflect.Descriptor instead.

func (*SetAccountPassphraseResponse) ProtoMessage

func (*SetAccountPassphraseResponse) ProtoMessage()

func (*SetAccountPassphraseResponse) ProtoReflect

func (*SetAccountPassphraseResponse) Reset

func (x *SetAccountPassphraseResponse) Reset()

func (*SetAccountPassphraseResponse) String

type SetAccountRequest

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

func (*SetAccountRequest) Descriptor deprecated

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

Deprecated: Use SetAccountRequest.ProtoReflect.Descriptor instead.

func (*SetAccountRequest) GetAccount

func (x *SetAccountRequest) GetAccount() uint32

func (*SetAccountRequest) ProtoMessage

func (*SetAccountRequest) ProtoMessage()

func (*SetAccountRequest) ProtoReflect

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

func (*SetAccountRequest) Reset

func (x *SetAccountRequest) Reset()

func (*SetAccountRequest) String

func (x *SetAccountRequest) String() string

type SetAccountResponse

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

func (*SetAccountResponse) Descriptor deprecated

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

Deprecated: Use SetAccountResponse.ProtoReflect.Descriptor instead.

func (*SetAccountResponse) ProtoMessage

func (*SetAccountResponse) ProtoMessage()

func (*SetAccountResponse) ProtoReflect

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

func (*SetAccountResponse) Reset

func (x *SetAccountResponse) Reset()

func (*SetAccountResponse) String

func (x *SetAccountResponse) String() string

type SetBalanceToMaintainRequest

type SetBalanceToMaintainRequest struct {
	BalanceToMaintain int64 `protobuf:"varint,1,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"`
	// contains filtered or unexported fields
}

func (*SetBalanceToMaintainRequest) Descriptor deprecated

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

Deprecated: Use SetBalanceToMaintainRequest.ProtoReflect.Descriptor instead.

func (*SetBalanceToMaintainRequest) GetBalanceToMaintain

func (x *SetBalanceToMaintainRequest) GetBalanceToMaintain() int64

func (*SetBalanceToMaintainRequest) ProtoMessage

func (*SetBalanceToMaintainRequest) ProtoMessage()

func (*SetBalanceToMaintainRequest) ProtoReflect

func (*SetBalanceToMaintainRequest) Reset

func (x *SetBalanceToMaintainRequest) Reset()

func (*SetBalanceToMaintainRequest) String

func (x *SetBalanceToMaintainRequest) String() string

type SetBalanceToMaintainResponse

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

func (*SetBalanceToMaintainResponse) Descriptor deprecated

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

Deprecated: Use SetBalanceToMaintainResponse.ProtoReflect.Descriptor instead.

func (*SetBalanceToMaintainResponse) ProtoMessage

func (*SetBalanceToMaintainResponse) ProtoMessage()

func (*SetBalanceToMaintainResponse) ProtoReflect

func (*SetBalanceToMaintainResponse) Reset

func (x *SetBalanceToMaintainResponse) Reset()

func (*SetBalanceToMaintainResponse) String

type SetMaxFeeRequest

type SetMaxFeeRequest struct {
	MaxFeePerKb int64 `protobuf:"varint,1,opt,name=max_fee_per_kb,json=maxFeePerKb,proto3" json:"max_fee_per_kb,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMaxFeeRequest) Descriptor deprecated

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

Deprecated: Use SetMaxFeeRequest.ProtoReflect.Descriptor instead.

func (*SetMaxFeeRequest) GetMaxFeePerKb

func (x *SetMaxFeeRequest) GetMaxFeePerKb() int64

func (*SetMaxFeeRequest) ProtoMessage

func (*SetMaxFeeRequest) ProtoMessage()

func (*SetMaxFeeRequest) ProtoReflect

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

func (*SetMaxFeeRequest) Reset

func (x *SetMaxFeeRequest) Reset()

func (*SetMaxFeeRequest) String

func (x *SetMaxFeeRequest) String() string

type SetMaxFeeResponse

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

func (*SetMaxFeeResponse) Descriptor deprecated

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

Deprecated: Use SetMaxFeeResponse.ProtoReflect.Descriptor instead.

func (*SetMaxFeeResponse) ProtoMessage

func (*SetMaxFeeResponse) ProtoMessage()

func (*SetMaxFeeResponse) ProtoReflect

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

func (*SetMaxFeeResponse) Reset

func (x *SetMaxFeeResponse) Reset()

func (*SetMaxFeeResponse) String

func (x *SetMaxFeeResponse) String() string

type SetMaxPerBlockRequest

type SetMaxPerBlockRequest struct {
	MaxPerBlock int64 `protobuf:"varint,1,opt,name=max_per_block,json=maxPerBlock,proto3" json:"max_per_block,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMaxPerBlockRequest) Descriptor deprecated

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

Deprecated: Use SetMaxPerBlockRequest.ProtoReflect.Descriptor instead.

func (*SetMaxPerBlockRequest) GetMaxPerBlock

func (x *SetMaxPerBlockRequest) GetMaxPerBlock() int64

func (*SetMaxPerBlockRequest) ProtoMessage

func (*SetMaxPerBlockRequest) ProtoMessage()

func (*SetMaxPerBlockRequest) ProtoReflect

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

func (*SetMaxPerBlockRequest) Reset

func (x *SetMaxPerBlockRequest) Reset()

func (*SetMaxPerBlockRequest) String

func (x *SetMaxPerBlockRequest) String() string

type SetMaxPerBlockResponse

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

func (*SetMaxPerBlockResponse) Descriptor deprecated

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

Deprecated: Use SetMaxPerBlockResponse.ProtoReflect.Descriptor instead.

func (*SetMaxPerBlockResponse) ProtoMessage

func (*SetMaxPerBlockResponse) ProtoMessage()

func (*SetMaxPerBlockResponse) ProtoReflect

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

func (*SetMaxPerBlockResponse) Reset

func (x *SetMaxPerBlockResponse) Reset()

func (*SetMaxPerBlockResponse) String

func (x *SetMaxPerBlockResponse) String() string

type SetMaxPriceAbsoluteRequest

type SetMaxPriceAbsoluteRequest struct {
	MaxPriceAbsolute int64 `protobuf:"varint,1,opt,name=max_price_absolute,json=maxPriceAbsolute,proto3" json:"max_price_absolute,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMaxPriceAbsoluteRequest) Descriptor deprecated

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

Deprecated: Use SetMaxPriceAbsoluteRequest.ProtoReflect.Descriptor instead.

func (*SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute

func (x *SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute() int64

func (*SetMaxPriceAbsoluteRequest) ProtoMessage

func (*SetMaxPriceAbsoluteRequest) ProtoMessage()

func (*SetMaxPriceAbsoluteRequest) ProtoReflect

func (*SetMaxPriceAbsoluteRequest) Reset

func (x *SetMaxPriceAbsoluteRequest) Reset()

func (*SetMaxPriceAbsoluteRequest) String

func (x *SetMaxPriceAbsoluteRequest) String() string

type SetMaxPriceAbsoluteResponse

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

func (*SetMaxPriceAbsoluteResponse) Descriptor deprecated

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

Deprecated: Use SetMaxPriceAbsoluteResponse.ProtoReflect.Descriptor instead.

func (*SetMaxPriceAbsoluteResponse) ProtoMessage

func (*SetMaxPriceAbsoluteResponse) ProtoMessage()

func (*SetMaxPriceAbsoluteResponse) ProtoReflect

func (*SetMaxPriceAbsoluteResponse) Reset

func (x *SetMaxPriceAbsoluteResponse) Reset()

func (*SetMaxPriceAbsoluteResponse) String

func (x *SetMaxPriceAbsoluteResponse) String() string

type SetMaxPriceRelativeRequest

type SetMaxPriceRelativeRequest struct {
	MaxPriceRelative float64 `protobuf:"fixed64,1,opt,name=max_price_relative,json=maxPriceRelative,proto3" json:"max_price_relative,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMaxPriceRelativeRequest) Descriptor deprecated

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

Deprecated: Use SetMaxPriceRelativeRequest.ProtoReflect.Descriptor instead.

func (*SetMaxPriceRelativeRequest) GetMaxPriceRelative

func (x *SetMaxPriceRelativeRequest) GetMaxPriceRelative() float64

func (*SetMaxPriceRelativeRequest) ProtoMessage

func (*SetMaxPriceRelativeRequest) ProtoMessage()

func (*SetMaxPriceRelativeRequest) ProtoReflect

func (*SetMaxPriceRelativeRequest) Reset

func (x *SetMaxPriceRelativeRequest) Reset()

func (*SetMaxPriceRelativeRequest) String

func (x *SetMaxPriceRelativeRequest) String() string

type SetMaxPriceRelativeResponse

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

func (*SetMaxPriceRelativeResponse) Descriptor deprecated

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

Deprecated: Use SetMaxPriceRelativeResponse.ProtoReflect.Descriptor instead.

func (*SetMaxPriceRelativeResponse) ProtoMessage

func (*SetMaxPriceRelativeResponse) ProtoMessage()

func (*SetMaxPriceRelativeResponse) ProtoReflect

func (*SetMaxPriceRelativeResponse) Reset

func (x *SetMaxPriceRelativeResponse) Reset()

func (*SetMaxPriceRelativeResponse) String

func (x *SetMaxPriceRelativeResponse) String() string

type SetPoolAddressRequest

type SetPoolAddressRequest struct {
	PoolAddress string `protobuf:"bytes,1,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPoolAddressRequest) Descriptor deprecated

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

Deprecated: Use SetPoolAddressRequest.ProtoReflect.Descriptor instead.

func (*SetPoolAddressRequest) GetPoolAddress

func (x *SetPoolAddressRequest) GetPoolAddress() string

func (*SetPoolAddressRequest) ProtoMessage

func (*SetPoolAddressRequest) ProtoMessage()

func (*SetPoolAddressRequest) ProtoReflect

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

func (*SetPoolAddressRequest) Reset

func (x *SetPoolAddressRequest) Reset()

func (*SetPoolAddressRequest) String

func (x *SetPoolAddressRequest) String() string

type SetPoolAddressResponse

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

func (*SetPoolAddressResponse) Descriptor deprecated

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

Deprecated: Use SetPoolAddressResponse.ProtoReflect.Descriptor instead.

func (*SetPoolAddressResponse) ProtoMessage

func (*SetPoolAddressResponse) ProtoMessage()

func (*SetPoolAddressResponse) ProtoReflect

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

func (*SetPoolAddressResponse) Reset

func (x *SetPoolAddressResponse) Reset()

func (*SetPoolAddressResponse) String

func (x *SetPoolAddressResponse) String() string

type SetPoolFeesRequest

type SetPoolFeesRequest struct {
	PoolFees float64 `protobuf:"fixed64,1,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPoolFeesRequest) Descriptor deprecated

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

Deprecated: Use SetPoolFeesRequest.ProtoReflect.Descriptor instead.

func (*SetPoolFeesRequest) GetPoolFees

func (x *SetPoolFeesRequest) GetPoolFees() float64

func (*SetPoolFeesRequest) ProtoMessage

func (*SetPoolFeesRequest) ProtoMessage()

func (*SetPoolFeesRequest) ProtoReflect

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

func (*SetPoolFeesRequest) Reset

func (x *SetPoolFeesRequest) Reset()

func (*SetPoolFeesRequest) String

func (x *SetPoolFeesRequest) String() string

type SetPoolFeesResponse

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

func (*SetPoolFeesResponse) Descriptor deprecated

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

Deprecated: Use SetPoolFeesResponse.ProtoReflect.Descriptor instead.

func (*SetPoolFeesResponse) ProtoMessage

func (*SetPoolFeesResponse) ProtoMessage()

func (*SetPoolFeesResponse) ProtoReflect

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

func (*SetPoolFeesResponse) Reset

func (x *SetPoolFeesResponse) Reset()

func (*SetPoolFeesResponse) String

func (x *SetPoolFeesResponse) String() string

type SetTreasuryPolicyRequest added in v2.0.2

type SetTreasuryPolicyRequest struct {
	Key        []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Policy     string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"`
	TicketHash []byte `protobuf:"bytes,3,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTreasuryPolicyRequest) Descriptor deprecated added in v2.0.2

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

Deprecated: Use SetTreasuryPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetTreasuryPolicyRequest) GetKey added in v2.0.2

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

func (*SetTreasuryPolicyRequest) GetPolicy added in v2.0.2

func (x *SetTreasuryPolicyRequest) GetPolicy() string

func (*SetTreasuryPolicyRequest) GetTicketHash added in v2.0.2

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

func (*SetTreasuryPolicyRequest) ProtoMessage added in v2.0.2

func (*SetTreasuryPolicyRequest) ProtoMessage()

func (*SetTreasuryPolicyRequest) ProtoReflect added in v2.0.2

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

func (*SetTreasuryPolicyRequest) Reset added in v2.0.2

func (x *SetTreasuryPolicyRequest) Reset()

func (*SetTreasuryPolicyRequest) String added in v2.0.2

func (x *SetTreasuryPolicyRequest) String() string

type SetTreasuryPolicyResponse added in v2.0.2

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

func (*SetTreasuryPolicyResponse) Descriptor deprecated added in v2.0.2

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

Deprecated: Use SetTreasuryPolicyResponse.ProtoReflect.Descriptor instead.

func (*SetTreasuryPolicyResponse) ProtoMessage added in v2.0.2

func (*SetTreasuryPolicyResponse) ProtoMessage()

func (*SetTreasuryPolicyResponse) ProtoReflect added in v2.0.2

func (*SetTreasuryPolicyResponse) Reset added in v2.0.2

func (x *SetTreasuryPolicyResponse) Reset()

func (*SetTreasuryPolicyResponse) String added in v2.0.2

func (x *SetTreasuryPolicyResponse) String() string

type SetVoteChoicesRequest

type SetVoteChoicesRequest struct {
	Choices    []*SetVoteChoicesRequest_Choice `protobuf:"bytes,1,rep,name=choices,proto3" json:"choices,omitempty"`
	TicketHash []byte                          `protobuf:"bytes,2,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVoteChoicesRequest) Descriptor deprecated

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

Deprecated: Use SetVoteChoicesRequest.ProtoReflect.Descriptor instead.

func (*SetVoteChoicesRequest) GetChoices

func (*SetVoteChoicesRequest) GetTicketHash

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

func (*SetVoteChoicesRequest) ProtoMessage

func (*SetVoteChoicesRequest) ProtoMessage()

func (*SetVoteChoicesRequest) ProtoReflect

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

func (*SetVoteChoicesRequest) Reset

func (x *SetVoteChoicesRequest) Reset()

func (*SetVoteChoicesRequest) String

func (x *SetVoteChoicesRequest) String() string

type SetVoteChoicesRequest_Choice

type SetVoteChoicesRequest_Choice struct {
	AgendaId string `protobuf:"bytes,1,opt,name=agenda_id,json=agendaId,proto3" json:"agenda_id,omitempty"`
	ChoiceId string `protobuf:"bytes,2,opt,name=choice_id,json=choiceId,proto3" json:"choice_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVoteChoicesRequest_Choice) Descriptor deprecated

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

Deprecated: Use SetVoteChoicesRequest_Choice.ProtoReflect.Descriptor instead.

func (*SetVoteChoicesRequest_Choice) GetAgendaId

func (x *SetVoteChoicesRequest_Choice) GetAgendaId() string

func (*SetVoteChoicesRequest_Choice) GetChoiceId

func (x *SetVoteChoicesRequest_Choice) GetChoiceId() string

func (*SetVoteChoicesRequest_Choice) ProtoMessage

func (*SetVoteChoicesRequest_Choice) ProtoMessage()

func (*SetVoteChoicesRequest_Choice) ProtoReflect

func (*SetVoteChoicesRequest_Choice) Reset

func (x *SetVoteChoicesRequest_Choice) Reset()

func (*SetVoteChoicesRequest_Choice) String

type SetVoteChoicesResponse

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

func (*SetVoteChoicesResponse) Descriptor deprecated

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

Deprecated: Use SetVoteChoicesResponse.ProtoReflect.Descriptor instead.

func (*SetVoteChoicesResponse) GetVotebits

func (x *SetVoteChoicesResponse) GetVotebits() uint32

func (*SetVoteChoicesResponse) ProtoMessage

func (*SetVoteChoicesResponse) ProtoMessage()

func (*SetVoteChoicesResponse) ProtoReflect

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

func (*SetVoteChoicesResponse) Reset

func (x *SetVoteChoicesResponse) Reset()

func (*SetVoteChoicesResponse) String

func (x *SetVoteChoicesResponse) String() string

type SetVotingAddressRequest

type SetVotingAddressRequest struct {
	VotingAddress string `protobuf:"bytes,1,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVotingAddressRequest) Descriptor deprecated

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

Deprecated: Use SetVotingAddressRequest.ProtoReflect.Descriptor instead.

func (*SetVotingAddressRequest) GetVotingAddress

func (x *SetVotingAddressRequest) GetVotingAddress() string

func (*SetVotingAddressRequest) ProtoMessage

func (*SetVotingAddressRequest) ProtoMessage()

func (*SetVotingAddressRequest) ProtoReflect

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

func (*SetVotingAddressRequest) Reset

func (x *SetVotingAddressRequest) Reset()

func (*SetVotingAddressRequest) String

func (x *SetVotingAddressRequest) String() string

type SetVotingAddressResponse

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

func (*SetVotingAddressResponse) Descriptor deprecated

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

Deprecated: Use SetVotingAddressResponse.ProtoReflect.Descriptor instead.

func (*SetVotingAddressResponse) ProtoMessage

func (*SetVotingAddressResponse) ProtoMessage()

func (*SetVotingAddressResponse) ProtoReflect

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

func (*SetVotingAddressResponse) Reset

func (x *SetVotingAddressResponse) Reset()

func (*SetVotingAddressResponse) String

func (x *SetVotingAddressResponse) String() string

type SetVspdVoteChoicesRequest

type SetVspdVoteChoicesRequest struct {
	VspHost       string `protobuf:"bytes,1,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"`
	VspPubkey     string `protobuf:"bytes,2,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"`
	FeeAccount    uint32 `protobuf:"varint,3,opt,name=fee_account,json=feeAccount,proto3" json:"fee_account,omitempty"`
	ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVspdVoteChoicesRequest) Descriptor deprecated

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

Deprecated: Use SetVspdVoteChoicesRequest.ProtoReflect.Descriptor instead.

func (*SetVspdVoteChoicesRequest) GetChangeAccount

func (x *SetVspdVoteChoicesRequest) GetChangeAccount() uint32

func (*SetVspdVoteChoicesRequest) GetFeeAccount

func (x *SetVspdVoteChoicesRequest) GetFeeAccount() uint32

func (*SetVspdVoteChoicesRequest) GetVspHost

func (x *SetVspdVoteChoicesRequest) GetVspHost() string

func (*SetVspdVoteChoicesRequest) GetVspPubkey

func (x *SetVspdVoteChoicesRequest) GetVspPubkey() string

func (*SetVspdVoteChoicesRequest) ProtoMessage

func (*SetVspdVoteChoicesRequest) ProtoMessage()

func (*SetVspdVoteChoicesRequest) ProtoReflect

func (*SetVspdVoteChoicesRequest) Reset

func (x *SetVspdVoteChoicesRequest) Reset()

func (*SetVspdVoteChoicesRequest) String

func (x *SetVspdVoteChoicesRequest) String() string

type SetVspdVoteChoicesResponse

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

func (*SetVspdVoteChoicesResponse) Descriptor deprecated

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

Deprecated: Use SetVspdVoteChoicesResponse.ProtoReflect.Descriptor instead.

func (*SetVspdVoteChoicesResponse) ProtoMessage

func (*SetVspdVoteChoicesResponse) ProtoMessage()

func (*SetVspdVoteChoicesResponse) ProtoReflect

func (*SetVspdVoteChoicesResponse) Reset

func (x *SetVspdVoteChoicesResponse) Reset()

func (*SetVspdVoteChoicesResponse) String

func (x *SetVspdVoteChoicesResponse) String() string

type SignHashesRequest

type SignHashesRequest struct {
	Passphrase []byte   `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Address    string   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Hashes     [][]byte `protobuf:"bytes,3,rep,name=hashes,proto3" json:"hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*SignHashesRequest) Descriptor deprecated

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

Deprecated: Use SignHashesRequest.ProtoReflect.Descriptor instead.

func (*SignHashesRequest) GetAddress

func (x *SignHashesRequest) GetAddress() string

func (*SignHashesRequest) GetHashes

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

func (*SignHashesRequest) GetPassphrase

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

func (*SignHashesRequest) ProtoMessage

func (*SignHashesRequest) ProtoMessage()

func (*SignHashesRequest) ProtoReflect

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

func (*SignHashesRequest) Reset

func (x *SignHashesRequest) Reset()

func (*SignHashesRequest) String

func (x *SignHashesRequest) String() string

type SignHashesResponse

type SignHashesResponse struct {
	PublicKey  []byte   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Signatures [][]byte `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"`
	// contains filtered or unexported fields
}

func (*SignHashesResponse) Descriptor deprecated

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

Deprecated: Use SignHashesResponse.ProtoReflect.Descriptor instead.

func (*SignHashesResponse) GetPublicKey

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

func (*SignHashesResponse) GetSignatures

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

func (*SignHashesResponse) ProtoMessage

func (*SignHashesResponse) ProtoMessage()

func (*SignHashesResponse) ProtoReflect

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

func (*SignHashesResponse) Reset

func (x *SignHashesResponse) Reset()

func (*SignHashesResponse) String

func (x *SignHashesResponse) String() string

type SignMessageRequest

type SignMessageRequest struct {
	Address    string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Message    string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Passphrase []byte `protobuf:"bytes,3,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	// contains filtered or unexported fields
}

func (*SignMessageRequest) Descriptor deprecated

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

Deprecated: Use SignMessageRequest.ProtoReflect.Descriptor instead.

func (*SignMessageRequest) GetAddress

func (x *SignMessageRequest) GetAddress() string

func (*SignMessageRequest) GetMessage

func (x *SignMessageRequest) GetMessage() string

func (*SignMessageRequest) GetPassphrase

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

func (*SignMessageRequest) ProtoMessage

func (*SignMessageRequest) ProtoMessage()

func (*SignMessageRequest) ProtoReflect

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

func (*SignMessageRequest) Reset

func (x *SignMessageRequest) Reset()

func (*SignMessageRequest) String

func (x *SignMessageRequest) String() string

type SignMessageResponse

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

func (*SignMessageResponse) Descriptor deprecated

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

Deprecated: Use SignMessageResponse.ProtoReflect.Descriptor instead.

func (*SignMessageResponse) GetSignature

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

func (*SignMessageResponse) ProtoMessage

func (*SignMessageResponse) ProtoMessage()

func (*SignMessageResponse) ProtoReflect

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

func (*SignMessageResponse) Reset

func (x *SignMessageResponse) Reset()

func (*SignMessageResponse) String

func (x *SignMessageResponse) String() string

type SignMessagesRequest

type SignMessagesRequest struct {
	Passphrase []byte                         `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Messages   []*SignMessagesRequest_Message `protobuf:"bytes,2,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*SignMessagesRequest) Descriptor deprecated

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

Deprecated: Use SignMessagesRequest.ProtoReflect.Descriptor instead.

func (*SignMessagesRequest) GetMessages

func (*SignMessagesRequest) GetPassphrase

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

func (*SignMessagesRequest) ProtoMessage

func (*SignMessagesRequest) ProtoMessage()

func (*SignMessagesRequest) ProtoReflect

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

func (*SignMessagesRequest) Reset

func (x *SignMessagesRequest) Reset()

func (*SignMessagesRequest) String

func (x *SignMessagesRequest) String() string

type SignMessagesRequest_Message

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

func (*SignMessagesRequest_Message) Descriptor deprecated

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

Deprecated: Use SignMessagesRequest_Message.ProtoReflect.Descriptor instead.

func (*SignMessagesRequest_Message) GetAddress

func (x *SignMessagesRequest_Message) GetAddress() string

func (*SignMessagesRequest_Message) GetMessage

func (x *SignMessagesRequest_Message) GetMessage() string

func (*SignMessagesRequest_Message) ProtoMessage

func (*SignMessagesRequest_Message) ProtoMessage()

func (*SignMessagesRequest_Message) ProtoReflect

func (*SignMessagesRequest_Message) Reset

func (x *SignMessagesRequest_Message) Reset()

func (*SignMessagesRequest_Message) String

func (x *SignMessagesRequest_Message) String() string

type SignMessagesResponse

type SignMessagesResponse struct {
	Replies []*SignMessagesResponse_SignReply `protobuf:"bytes,1,rep,name=replies,proto3" json:"replies,omitempty"`
	// contains filtered or unexported fields
}

func (*SignMessagesResponse) Descriptor deprecated

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

Deprecated: Use SignMessagesResponse.ProtoReflect.Descriptor instead.

func (*SignMessagesResponse) GetReplies

func (*SignMessagesResponse) ProtoMessage

func (*SignMessagesResponse) ProtoMessage()

func (*SignMessagesResponse) ProtoReflect

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

func (*SignMessagesResponse) Reset

func (x *SignMessagesResponse) Reset()

func (*SignMessagesResponse) String

func (x *SignMessagesResponse) String() string

type SignMessagesResponse_SignReply

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

func (*SignMessagesResponse_SignReply) Descriptor deprecated

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

Deprecated: Use SignMessagesResponse_SignReply.ProtoReflect.Descriptor instead.

func (*SignMessagesResponse_SignReply) GetError

func (x *SignMessagesResponse_SignReply) GetError() string

func (*SignMessagesResponse_SignReply) GetSignature

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

func (*SignMessagesResponse_SignReply) ProtoMessage

func (*SignMessagesResponse_SignReply) ProtoMessage()

func (*SignMessagesResponse_SignReply) ProtoReflect

func (*SignMessagesResponse_SignReply) Reset

func (x *SignMessagesResponse_SignReply) Reset()

func (*SignMessagesResponse_SignReply) String

type SignTransactionRequest

type SignTransactionRequest struct {
	Passphrase            []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	SerializedTransaction []byte `protobuf:"bytes,2,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"`
	// If no indexes are specified, signatures scripts will be added for
	// every input. If any input indexes are specified, only those inputs
	// will be signed.  Rather than returning an incompletely signed
	// transaction if any of the inputs to be signed can not be, the RPC
	// immediately errors.
	// repeated uint32 input_indexes = 3;
	AdditionalScripts []*SignTransactionRequest_AdditionalScript `protobuf:"bytes,4,rep,name=additional_scripts,json=additionalScripts,proto3" json:"additional_scripts,omitempty"`
	// contains filtered or unexported fields
}

func (*SignTransactionRequest) Descriptor deprecated

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

Deprecated: Use SignTransactionRequest.ProtoReflect.Descriptor instead.

func (*SignTransactionRequest) GetAdditionalScripts

func (*SignTransactionRequest) GetPassphrase

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

func (*SignTransactionRequest) GetSerializedTransaction

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

func (*SignTransactionRequest) ProtoMessage

func (*SignTransactionRequest) ProtoMessage()

func (*SignTransactionRequest) ProtoReflect

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

func (*SignTransactionRequest) Reset

func (x *SignTransactionRequest) Reset()

func (*SignTransactionRequest) String

func (x *SignTransactionRequest) String() string

type SignTransactionRequest_AdditionalScript

type SignTransactionRequest_AdditionalScript struct {
	TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	OutputIndex     uint32 `protobuf:"varint,2,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"`
	Tree            int32  `protobuf:"varint,3,opt,name=tree,proto3" json:"tree,omitempty"`
	PkScript        []byte `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"`
	// contains filtered or unexported fields
}

func (*SignTransactionRequest_AdditionalScript) Descriptor deprecated

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

Deprecated: Use SignTransactionRequest_AdditionalScript.ProtoReflect.Descriptor instead.

func (*SignTransactionRequest_AdditionalScript) GetOutputIndex

func (x *SignTransactionRequest_AdditionalScript) GetOutputIndex() uint32

func (*SignTransactionRequest_AdditionalScript) GetPkScript

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

func (*SignTransactionRequest_AdditionalScript) GetTransactionHash

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

func (*SignTransactionRequest_AdditionalScript) GetTree

func (*SignTransactionRequest_AdditionalScript) ProtoMessage

func (*SignTransactionRequest_AdditionalScript) ProtoReflect

func (*SignTransactionRequest_AdditionalScript) Reset

func (*SignTransactionRequest_AdditionalScript) String

type SignTransactionResponse

type SignTransactionResponse struct {
	Transaction          []byte   `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	UnsignedInputIndexes []uint32 `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SignTransactionResponse) Descriptor deprecated

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

Deprecated: Use SignTransactionResponse.ProtoReflect.Descriptor instead.

func (*SignTransactionResponse) GetTransaction

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

func (*SignTransactionResponse) GetUnsignedInputIndexes

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

func (*SignTransactionResponse) ProtoMessage

func (*SignTransactionResponse) ProtoMessage()

func (*SignTransactionResponse) ProtoReflect

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

func (*SignTransactionResponse) Reset

func (x *SignTransactionResponse) Reset()

func (*SignTransactionResponse) String

func (x *SignTransactionResponse) String() string

type SignTransactionsRequest

type SignTransactionsRequest struct {
	Passphrase        []byte                                         `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Transactions      []*SignTransactionsRequest_UnsignedTransaction `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"`
	AdditionalScripts []*SignTransactionsRequest_AdditionalScript    `protobuf:"bytes,3,rep,name=additional_scripts,json=additionalScripts,proto3" json:"additional_scripts,omitempty"`
	// contains filtered or unexported fields
}

func (*SignTransactionsRequest) Descriptor deprecated

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

Deprecated: Use SignTransactionsRequest.ProtoReflect.Descriptor instead.

func (*SignTransactionsRequest) GetAdditionalScripts

func (*SignTransactionsRequest) GetPassphrase

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

func (*SignTransactionsRequest) GetTransactions

func (*SignTransactionsRequest) ProtoMessage

func (*SignTransactionsRequest) ProtoMessage()

func (*SignTransactionsRequest) ProtoReflect

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

func (*SignTransactionsRequest) Reset

func (x *SignTransactionsRequest) Reset()

func (*SignTransactionsRequest) String

func (x *SignTransactionsRequest) String() string

type SignTransactionsRequest_AdditionalScript

type SignTransactionsRequest_AdditionalScript struct {
	TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	OutputIndex     uint32 `protobuf:"varint,2,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"`
	Tree            int32  `protobuf:"varint,3,opt,name=tree,proto3" json:"tree,omitempty"`
	PkScript        []byte `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"`
	// contains filtered or unexported fields
}

func (*SignTransactionsRequest_AdditionalScript) Descriptor deprecated

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

Deprecated: Use SignTransactionsRequest_AdditionalScript.ProtoReflect.Descriptor instead.

func (*SignTransactionsRequest_AdditionalScript) GetOutputIndex

func (*SignTransactionsRequest_AdditionalScript) GetPkScript

func (*SignTransactionsRequest_AdditionalScript) GetTransactionHash

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

func (*SignTransactionsRequest_AdditionalScript) GetTree

func (*SignTransactionsRequest_AdditionalScript) ProtoMessage

func (*SignTransactionsRequest_AdditionalScript) ProtoReflect

func (*SignTransactionsRequest_AdditionalScript) Reset

func (*SignTransactionsRequest_AdditionalScript) String

type SignTransactionsRequest_UnsignedTransaction

type SignTransactionsRequest_UnsignedTransaction struct {
	SerializedTransaction []byte `protobuf:"bytes,1,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*SignTransactionsRequest_UnsignedTransaction) Descriptor deprecated

Deprecated: Use SignTransactionsRequest_UnsignedTransaction.ProtoReflect.Descriptor instead.

func (*SignTransactionsRequest_UnsignedTransaction) GetSerializedTransaction

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

func (*SignTransactionsRequest_UnsignedTransaction) ProtoMessage

func (*SignTransactionsRequest_UnsignedTransaction) ProtoReflect

func (*SignTransactionsRequest_UnsignedTransaction) Reset

func (*SignTransactionsRequest_UnsignedTransaction) String

type SignTransactionsResponse

type SignTransactionsResponse struct {
	Transactions []*SignTransactionsResponse_SignedTransaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*SignTransactionsResponse) Descriptor deprecated

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

Deprecated: Use SignTransactionsResponse.ProtoReflect.Descriptor instead.

func (*SignTransactionsResponse) GetTransactions

func (*SignTransactionsResponse) ProtoMessage

func (*SignTransactionsResponse) ProtoMessage()

func (*SignTransactionsResponse) ProtoReflect

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

func (*SignTransactionsResponse) Reset

func (x *SignTransactionsResponse) Reset()

func (*SignTransactionsResponse) String

func (x *SignTransactionsResponse) String() string

type SignTransactionsResponse_SignedTransaction

type SignTransactionsResponse_SignedTransaction struct {
	Transaction          []byte   `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	UnsignedInputIndexes []uint32 `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SignTransactionsResponse_SignedTransaction) Descriptor deprecated

Deprecated: Use SignTransactionsResponse_SignedTransaction.ProtoReflect.Descriptor instead.

func (*SignTransactionsResponse_SignedTransaction) GetTransaction

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

func (*SignTransactionsResponse_SignedTransaction) GetUnsignedInputIndexes

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

func (*SignTransactionsResponse_SignedTransaction) ProtoMessage

func (*SignTransactionsResponse_SignedTransaction) ProtoReflect

func (*SignTransactionsResponse_SignedTransaction) Reset

func (*SignTransactionsResponse_SignedTransaction) String

type SpenderRequest

type SpenderRequest struct {
	TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	Index           uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*SpenderRequest) Descriptor deprecated

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

Deprecated: Use SpenderRequest.ProtoReflect.Descriptor instead.

func (*SpenderRequest) GetIndex

func (x *SpenderRequest) GetIndex() uint32

func (*SpenderRequest) GetTransactionHash

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

func (*SpenderRequest) ProtoMessage

func (*SpenderRequest) ProtoMessage()

func (*SpenderRequest) ProtoReflect

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

func (*SpenderRequest) Reset

func (x *SpenderRequest) Reset()

func (*SpenderRequest) String

func (x *SpenderRequest) String() string

type SpenderResponse

type SpenderResponse struct {
	SpenderTransaction []byte `protobuf:"bytes,1,opt,name=spender_transaction,json=spenderTransaction,proto3" json:"spender_transaction,omitempty"`
	InputIndex         uint32 `protobuf:"varint,2,opt,name=input_index,json=inputIndex,proto3" json:"input_index,omitempty"`
	// contains filtered or unexported fields
}

func (*SpenderResponse) Descriptor deprecated

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

Deprecated: Use SpenderResponse.ProtoReflect.Descriptor instead.

func (*SpenderResponse) GetInputIndex

func (x *SpenderResponse) GetInputIndex() uint32

func (*SpenderResponse) GetSpenderTransaction

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

func (*SpenderResponse) ProtoMessage

func (*SpenderResponse) ProtoMessage()

func (*SpenderResponse) ProtoReflect

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

func (*SpenderResponse) Reset

func (x *SpenderResponse) Reset()

func (*SpenderResponse) String

func (x *SpenderResponse) String() string

type SpvSyncRequest

type SpvSyncRequest struct {
	DiscoverAccounts  bool     `protobuf:"varint,1,opt,name=discover_accounts,json=discoverAccounts,proto3" json:"discover_accounts,omitempty"`
	PrivatePassphrase []byte   `protobuf:"bytes,2,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"`
	SpvConnect        []string `protobuf:"bytes,3,rep,name=spv_connect,json=spvConnect,proto3" json:"spv_connect,omitempty"`
	// contains filtered or unexported fields
}

func (*SpvSyncRequest) Descriptor deprecated

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

Deprecated: Use SpvSyncRequest.ProtoReflect.Descriptor instead.

func (*SpvSyncRequest) GetDiscoverAccounts

func (x *SpvSyncRequest) GetDiscoverAccounts() bool

func (*SpvSyncRequest) GetPrivatePassphrase

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

func (*SpvSyncRequest) GetSpvConnect

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

func (*SpvSyncRequest) ProtoMessage

func (*SpvSyncRequest) ProtoMessage()

func (*SpvSyncRequest) ProtoReflect

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

func (*SpvSyncRequest) Reset

func (x *SpvSyncRequest) Reset()

func (*SpvSyncRequest) String

func (x *SpvSyncRequest) String() string

type SpvSyncResponse

type SpvSyncResponse struct {
	Synced               bool                              `protobuf:"varint,1,opt,name=synced,proto3" json:"synced,omitempty"`
	NotificationType     SyncNotificationType              `` /* 146-byte string literal not displayed */
	FetchHeaders         *FetchHeadersNotification         `protobuf:"bytes,3,opt,name=fetch_headers,json=fetchHeaders,proto3" json:"fetch_headers,omitempty"`
	FetchMissingCfilters *FetchMissingCFiltersNotification `protobuf:"bytes,4,opt,name=fetch_missing_cfilters,json=fetchMissingCfilters,proto3" json:"fetch_missing_cfilters,omitempty"`
	RescanProgress       *RescanProgressNotification       `protobuf:"bytes,5,opt,name=rescan_progress,json=rescanProgress,proto3" json:"rescan_progress,omitempty"`
	PeerInformation      *PeerNotification                 `protobuf:"bytes,6,opt,name=peer_information,json=peerInformation,proto3" json:"peer_information,omitempty"`
	// contains filtered or unexported fields
}

func (*SpvSyncResponse) Descriptor deprecated

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

Deprecated: Use SpvSyncResponse.ProtoReflect.Descriptor instead.

func (*SpvSyncResponse) GetFetchHeaders

func (x *SpvSyncResponse) GetFetchHeaders() *FetchHeadersNotification

func (*SpvSyncResponse) GetFetchMissingCfilters

func (x *SpvSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification

func (*SpvSyncResponse) GetNotificationType

func (x *SpvSyncResponse) GetNotificationType() SyncNotificationType

func (*SpvSyncResponse) GetPeerInformation

func (x *SpvSyncResponse) GetPeerInformation() *PeerNotification

func (*SpvSyncResponse) GetRescanProgress

func (x *SpvSyncResponse) GetRescanProgress() *RescanProgressNotification

func (*SpvSyncResponse) GetSynced

func (x *SpvSyncResponse) GetSynced() bool

func (*SpvSyncResponse) ProtoMessage

func (*SpvSyncResponse) ProtoMessage()

func (*SpvSyncResponse) ProtoReflect

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

func (*SpvSyncResponse) Reset

func (x *SpvSyncResponse) Reset()

func (*SpvSyncResponse) String

func (x *SpvSyncResponse) String() string

type StakeInfoRequest

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

func (*StakeInfoRequest) Descriptor deprecated

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

Deprecated: Use StakeInfoRequest.ProtoReflect.Descriptor instead.

func (*StakeInfoRequest) ProtoMessage

func (*StakeInfoRequest) ProtoMessage()

func (*StakeInfoRequest) ProtoReflect

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

func (*StakeInfoRequest) Reset

func (x *StakeInfoRequest) Reset()

func (*StakeInfoRequest) String

func (x *StakeInfoRequest) String() string

type StakeInfoResponse

type StakeInfoResponse struct {
	PoolSize      uint32 `protobuf:"varint,1,opt,name=pool_size,json=poolSize,proto3" json:"pool_size,omitempty"`
	AllMempoolTix uint32 `protobuf:"varint,2,opt,name=all_mempool_tix,json=allMempoolTix,proto3" json:"all_mempool_tix,omitempty"`
	OwnMempoolTix uint32 `protobuf:"varint,3,opt,name=own_mempool_tix,json=ownMempoolTix,proto3" json:"own_mempool_tix,omitempty"`
	Immature      uint32 `protobuf:"varint,4,opt,name=immature,proto3" json:"immature,omitempty"`
	Live          uint32 `protobuf:"varint,5,opt,name=live,proto3" json:"live,omitempty"`
	Voted         uint32 `protobuf:"varint,6,opt,name=voted,proto3" json:"voted,omitempty"`
	Missed        uint32 `protobuf:"varint,7,opt,name=missed,proto3" json:"missed,omitempty"`
	Revoked       uint32 `protobuf:"varint,8,opt,name=revoked,proto3" json:"revoked,omitempty"`
	Expired       uint32 `protobuf:"varint,9,opt,name=expired,proto3" json:"expired,omitempty"`
	TotalSubsidy  int64  `protobuf:"varint,10,opt,name=total_subsidy,json=totalSubsidy,proto3" json:"total_subsidy,omitempty"`
	Unspent       uint32 `protobuf:"varint,11,opt,name=unspent,proto3" json:"unspent,omitempty"`
	// contains filtered or unexported fields
}

func (*StakeInfoResponse) Descriptor deprecated

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

Deprecated: Use StakeInfoResponse.ProtoReflect.Descriptor instead.

func (*StakeInfoResponse) GetAllMempoolTix

func (x *StakeInfoResponse) GetAllMempoolTix() uint32

func (*StakeInfoResponse) GetExpired

func (x *StakeInfoResponse) GetExpired() uint32

func (*StakeInfoResponse) GetImmature

func (x *StakeInfoResponse) GetImmature() uint32

func (*StakeInfoResponse) GetLive

func (x *StakeInfoResponse) GetLive() uint32

func (*StakeInfoResponse) GetMissed

func (x *StakeInfoResponse) GetMissed() uint32

func (*StakeInfoResponse) GetOwnMempoolTix

func (x *StakeInfoResponse) GetOwnMempoolTix() uint32

func (*StakeInfoResponse) GetPoolSize

func (x *StakeInfoResponse) GetPoolSize() uint32

func (*StakeInfoResponse) GetRevoked

func (x *StakeInfoResponse) GetRevoked() uint32

func (*StakeInfoResponse) GetTotalSubsidy

func (x *StakeInfoResponse) GetTotalSubsidy() int64

func (*StakeInfoResponse) GetUnspent

func (x *StakeInfoResponse) GetUnspent() uint32

func (*StakeInfoResponse) GetVoted

func (x *StakeInfoResponse) GetVoted() uint32

func (*StakeInfoResponse) ProtoMessage

func (*StakeInfoResponse) ProtoMessage()

func (*StakeInfoResponse) ProtoReflect

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

func (*StakeInfoResponse) Reset

func (x *StakeInfoResponse) Reset()

func (*StakeInfoResponse) String

func (x *StakeInfoResponse) String() string

type StartAutoBuyerRequest

type StartAutoBuyerRequest struct {
	Passphrase        []byte  `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	Account           uint32  `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"`
	BalanceToMaintain int64   `protobuf:"varint,3,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"`
	MaxFeePerKb       int64   `protobuf:"varint,4,opt,name=max_fee_per_kb,json=maxFeePerKb,proto3" json:"max_fee_per_kb,omitempty"`
	MaxPriceRelative  float64 `protobuf:"fixed64,5,opt,name=max_price_relative,json=maxPriceRelative,proto3" json:"max_price_relative,omitempty"`
	MaxPriceAbsolute  int64   `protobuf:"varint,6,opt,name=max_price_absolute,json=maxPriceAbsolute,proto3" json:"max_price_absolute,omitempty"`
	VotingAddress     string  `protobuf:"bytes,7,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"`
	PoolAddress       string  `protobuf:"bytes,8,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"`
	PoolFees          float64 `protobuf:"fixed64,9,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"`
	MaxPerBlock       int64   `protobuf:"varint,10,opt,name=max_per_block,json=maxPerBlock,proto3" json:"max_per_block,omitempty"`
	// contains filtered or unexported fields
}

func (*StartAutoBuyerRequest) Descriptor deprecated

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

Deprecated: Use StartAutoBuyerRequest.ProtoReflect.Descriptor instead.

func (*StartAutoBuyerRequest) GetAccount

func (x *StartAutoBuyerRequest) GetAccount() uint32

func (*StartAutoBuyerRequest) GetBalanceToMaintain

func (x *StartAutoBuyerRequest) GetBalanceToMaintain() int64

func (*StartAutoBuyerRequest) GetMaxFeePerKb

func (x *StartAutoBuyerRequest) GetMaxFeePerKb() int64

func (*StartAutoBuyerRequest) GetMaxPerBlock

func (x *StartAutoBuyerRequest) GetMaxPerBlock() int64

func (*StartAutoBuyerRequest) GetMaxPriceAbsolute

func (x *StartAutoBuyerRequest) GetMaxPriceAbsolute() int64

func (*StartAutoBuyerRequest) GetMaxPriceRelative

func (x *StartAutoBuyerRequest) GetMaxPriceRelative() float64

func (*StartAutoBuyerRequest) GetPassphrase

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

func (*StartAutoBuyerRequest) GetPoolAddress

func (x *StartAutoBuyerRequest) GetPoolAddress() string

func (*StartAutoBuyerRequest) GetPoolFees

func (x *StartAutoBuyerRequest) GetPoolFees() float64

func (*StartAutoBuyerRequest) GetVotingAddress

func (x *StartAutoBuyerRequest) GetVotingAddress() string

func (*StartAutoBuyerRequest) ProtoMessage

func (*StartAutoBuyerRequest) ProtoMessage()

func (*StartAutoBuyerRequest) ProtoReflect

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

func (*StartAutoBuyerRequest) Reset

func (x *StartAutoBuyerRequest) Reset()

func (*StartAutoBuyerRequest) String

func (x *StartAutoBuyerRequest) String() string

type StartAutoBuyerResponse

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

func (*StartAutoBuyerResponse) Descriptor deprecated

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

Deprecated: Use StartAutoBuyerResponse.ProtoReflect.Descriptor instead.

func (*StartAutoBuyerResponse) ProtoMessage

func (*StartAutoBuyerResponse) ProtoMessage()

func (*StartAutoBuyerResponse) ProtoReflect

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

func (*StartAutoBuyerResponse) Reset

func (x *StartAutoBuyerResponse) Reset()

func (*StartAutoBuyerResponse) String

func (x *StartAutoBuyerResponse) String() string

type StartConsensusRpcRequest

type StartConsensusRpcRequest struct {
	NetworkAddress string `protobuf:"bytes,1,opt,name=network_address,json=networkAddress,proto3" json:"network_address,omitempty"`
	Username       string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Password       []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	Certificate    []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"`
	// contains filtered or unexported fields
}

func (*StartConsensusRpcRequest) Descriptor deprecated

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

Deprecated: Use StartConsensusRpcRequest.ProtoReflect.Descriptor instead.

func (*StartConsensusRpcRequest) GetCertificate

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

func (*StartConsensusRpcRequest) GetNetworkAddress

func (x *StartConsensusRpcRequest) GetNetworkAddress() string

func (*StartConsensusRpcRequest) GetPassword

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

func (*StartConsensusRpcRequest) GetUsername

func (x *StartConsensusRpcRequest) GetUsername() string

func (*StartConsensusRpcRequest) ProtoMessage

func (*StartConsensusRpcRequest) ProtoMessage()

func (*StartConsensusRpcRequest) ProtoReflect

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

func (*StartConsensusRpcRequest) Reset

func (x *StartConsensusRpcRequest) Reset()

func (*StartConsensusRpcRequest) String

func (x *StartConsensusRpcRequest) String() string

type StartConsensusRpcResponse

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

func (*StartConsensusRpcResponse) Descriptor deprecated

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

Deprecated: Use StartConsensusRpcResponse.ProtoReflect.Descriptor instead.

func (*StartConsensusRpcResponse) ProtoMessage

func (*StartConsensusRpcResponse) ProtoMessage()

func (*StartConsensusRpcResponse) ProtoReflect

func (*StartConsensusRpcResponse) Reset

func (x *StartConsensusRpcResponse) Reset()

func (*StartConsensusRpcResponse) String

func (x *StartConsensusRpcResponse) String() string

type StopAutoBuyerRequest

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

func (*StopAutoBuyerRequest) Descriptor deprecated

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

Deprecated: Use StopAutoBuyerRequest.ProtoReflect.Descriptor instead.

func (*StopAutoBuyerRequest) ProtoMessage

func (*StopAutoBuyerRequest) ProtoMessage()

func (*StopAutoBuyerRequest) ProtoReflect

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

func (*StopAutoBuyerRequest) Reset

func (x *StopAutoBuyerRequest) Reset()

func (*StopAutoBuyerRequest) String

func (x *StopAutoBuyerRequest) String() string

type StopAutoBuyerResponse

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

func (*StopAutoBuyerResponse) Descriptor deprecated

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

Deprecated: Use StopAutoBuyerResponse.ProtoReflect.Descriptor instead.

func (*StopAutoBuyerResponse) ProtoMessage

func (*StopAutoBuyerResponse) ProtoMessage()

func (*StopAutoBuyerResponse) ProtoReflect

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

func (*StopAutoBuyerResponse) Reset

func (x *StopAutoBuyerResponse) Reset()

func (*StopAutoBuyerResponse) String

func (x *StopAutoBuyerResponse) String() string

type SubscribeToBlockNotificationsRequest

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

func (*SubscribeToBlockNotificationsRequest) Descriptor deprecated

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

Deprecated: Use SubscribeToBlockNotificationsRequest.ProtoReflect.Descriptor instead.

func (*SubscribeToBlockNotificationsRequest) ProtoMessage

func (*SubscribeToBlockNotificationsRequest) ProtoMessage()

func (*SubscribeToBlockNotificationsRequest) ProtoReflect

func (*SubscribeToBlockNotificationsRequest) Reset

func (*SubscribeToBlockNotificationsRequest) String

type SubscribeToBlockNotificationsResponse

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

func (*SubscribeToBlockNotificationsResponse) Descriptor deprecated

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

Deprecated: Use SubscribeToBlockNotificationsResponse.ProtoReflect.Descriptor instead.

func (*SubscribeToBlockNotificationsResponse) ProtoMessage

func (*SubscribeToBlockNotificationsResponse) ProtoMessage()

func (*SubscribeToBlockNotificationsResponse) ProtoReflect

func (*SubscribeToBlockNotificationsResponse) Reset

func (*SubscribeToBlockNotificationsResponse) String

type SweepAccountRequest

type SweepAccountRequest struct {
	SourceAccount         string  `protobuf:"bytes,1,opt,name=source_account,json=sourceAccount,proto3" json:"source_account,omitempty"`
	DestinationAddress    string  `protobuf:"bytes,2,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	RequiredConfirmations uint32  `protobuf:"varint,3,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"`
	FeePerKb              float64 `protobuf:"fixed64,4,opt,name=fee_per_kb,json=feePerKb,proto3" json:"fee_per_kb,omitempty"`
	// contains filtered or unexported fields
}

func (*SweepAccountRequest) Descriptor deprecated

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

Deprecated: Use SweepAccountRequest.ProtoReflect.Descriptor instead.

func (*SweepAccountRequest) GetDestinationAddress

func (x *SweepAccountRequest) GetDestinationAddress() string

func (*SweepAccountRequest) GetFeePerKb

func (x *SweepAccountRequest) GetFeePerKb() float64

func (*SweepAccountRequest) GetRequiredConfirmations

func (x *SweepAccountRequest) GetRequiredConfirmations() uint32

func (*SweepAccountRequest) GetSourceAccount

func (x *SweepAccountRequest) GetSourceAccount() string

func (*SweepAccountRequest) ProtoMessage

func (*SweepAccountRequest) ProtoMessage()

func (*SweepAccountRequest) ProtoReflect

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

func (*SweepAccountRequest) Reset

func (x *SweepAccountRequest) Reset()

func (*SweepAccountRequest) String

func (x *SweepAccountRequest) String() string

type SweepAccountResponse

type SweepAccountResponse struct {
	UnsignedTransaction       []byte `protobuf:"bytes,1,opt,name=unsigned_transaction,json=unsignedTransaction,proto3" json:"unsigned_transaction,omitempty"`
	TotalPreviousOutputAmount int64  `` /* 141-byte string literal not displayed */
	TotalOutputAmount         int64  `protobuf:"varint,3,opt,name=total_output_amount,json=totalOutputAmount,proto3" json:"total_output_amount,omitempty"`
	EstimatedSignedSize       uint32 `protobuf:"varint,4,opt,name=estimated_signed_size,json=estimatedSignedSize,proto3" json:"estimated_signed_size,omitempty"`
	// contains filtered or unexported fields
}

func (*SweepAccountResponse) Descriptor deprecated

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

Deprecated: Use SweepAccountResponse.ProtoReflect.Descriptor instead.

func (*SweepAccountResponse) GetEstimatedSignedSize

func (x *SweepAccountResponse) GetEstimatedSignedSize() uint32

func (*SweepAccountResponse) GetTotalOutputAmount

func (x *SweepAccountResponse) GetTotalOutputAmount() int64

func (*SweepAccountResponse) GetTotalPreviousOutputAmount

func (x *SweepAccountResponse) GetTotalPreviousOutputAmount() int64

func (*SweepAccountResponse) GetUnsignedTransaction

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

func (*SweepAccountResponse) ProtoMessage

func (*SweepAccountResponse) ProtoMessage()

func (*SweepAccountResponse) ProtoReflect

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

func (*SweepAccountResponse) Reset

func (x *SweepAccountResponse) Reset()

func (*SweepAccountResponse) String

func (x *SweepAccountResponse) String() string

type SyncNotificationType

type SyncNotificationType int32
const (
	SyncNotificationType_SYNCED                            SyncNotificationType = 0
	SyncNotificationType_UNSYNCED                          SyncNotificationType = 1
	SyncNotificationType_PEER_CONNECTED                    SyncNotificationType = 2
	SyncNotificationType_PEER_DISCONNECTED                 SyncNotificationType = 3
	SyncNotificationType_FETCHED_MISSING_CFILTERS_STARTED  SyncNotificationType = 4
	SyncNotificationType_FETCHED_MISSING_CFILTERS_PROGRESS SyncNotificationType = 5
	SyncNotificationType_FETCHED_MISSING_CFILTERS_FINISHED SyncNotificationType = 6
	SyncNotificationType_FETCHED_HEADERS_STARTED           SyncNotificationType = 7
	SyncNotificationType_FETCHED_HEADERS_PROGRESS          SyncNotificationType = 8
	SyncNotificationType_FETCHED_HEADERS_FINISHED          SyncNotificationType = 9
	SyncNotificationType_DISCOVER_ADDRESSES_STARTED        SyncNotificationType = 10
	SyncNotificationType_DISCOVER_ADDRESSES_FINISHED       SyncNotificationType = 11
	SyncNotificationType_RESCAN_STARTED                    SyncNotificationType = 12
	SyncNotificationType_RESCAN_PROGRESS                   SyncNotificationType = 13
	SyncNotificationType_RESCAN_FINISHED                   SyncNotificationType = 14
)

func (SyncNotificationType) Descriptor

func (SyncNotificationType) Enum

func (SyncNotificationType) EnumDescriptor deprecated

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

Deprecated: Use SyncNotificationType.Descriptor instead.

func (SyncNotificationType) Number

func (SyncNotificationType) String

func (x SyncNotificationType) String() string

func (SyncNotificationType) Type

type SyncVSPTicketsRequest

type SyncVSPTicketsRequest struct {
	VspHost       string `protobuf:"bytes,1,opt,name=vsp_host,json=vspHost,proto3" json:"vsp_host,omitempty"`
	VspPubkey     string `protobuf:"bytes,2,opt,name=vsp_pubkey,json=vspPubkey,proto3" json:"vsp_pubkey,omitempty"`
	Account       uint32 `protobuf:"varint,3,opt,name=account,proto3" json:"account,omitempty"`
	ChangeAccount uint32 `protobuf:"varint,4,opt,name=change_account,json=changeAccount,proto3" json:"change_account,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncVSPTicketsRequest) Descriptor deprecated

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

Deprecated: Use SyncVSPTicketsRequest.ProtoReflect.Descriptor instead.

func (*SyncVSPTicketsRequest) GetAccount

func (x *SyncVSPTicketsRequest) GetAccount() uint32

func (*SyncVSPTicketsRequest) GetChangeAccount

func (x *SyncVSPTicketsRequest) GetChangeAccount() uint32

func (*SyncVSPTicketsRequest) GetVspHost

func (x *SyncVSPTicketsRequest) GetVspHost() string

func (*SyncVSPTicketsRequest) GetVspPubkey

func (x *SyncVSPTicketsRequest) GetVspPubkey() string

func (*SyncVSPTicketsRequest) ProtoMessage

func (*SyncVSPTicketsRequest) ProtoMessage()

func (*SyncVSPTicketsRequest) ProtoReflect

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

func (*SyncVSPTicketsRequest) Reset

func (x *SyncVSPTicketsRequest) Reset()

func (*SyncVSPTicketsRequest) String

func (x *SyncVSPTicketsRequest) String() string

type SyncVSPTicketsResponse

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

func (*SyncVSPTicketsResponse) Descriptor deprecated

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

Deprecated: Use SyncVSPTicketsResponse.ProtoReflect.Descriptor instead.

func (*SyncVSPTicketsResponse) ProtoMessage

func (*SyncVSPTicketsResponse) ProtoMessage()

func (*SyncVSPTicketsResponse) ProtoReflect

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

func (*SyncVSPTicketsResponse) Reset

func (x *SyncVSPTicketsResponse) Reset()

func (*SyncVSPTicketsResponse) String

func (x *SyncVSPTicketsResponse) String() string

type TicketBuyerConfigRequest

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

func (*TicketBuyerConfigRequest) Descriptor deprecated

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

Deprecated: Use TicketBuyerConfigRequest.ProtoReflect.Descriptor instead.

func (*TicketBuyerConfigRequest) ProtoMessage

func (*TicketBuyerConfigRequest) ProtoMessage()

func (*TicketBuyerConfigRequest) ProtoReflect

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

func (*TicketBuyerConfigRequest) Reset

func (x *TicketBuyerConfigRequest) Reset()

func (*TicketBuyerConfigRequest) String

func (x *TicketBuyerConfigRequest) String() string

type TicketBuyerConfigResponse

type TicketBuyerConfigResponse struct {
	Account               uint32  `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	AvgPriceMode          string  `protobuf:"bytes,2,opt,name=avg_price_mode,json=avgPriceMode,proto3" json:"avg_price_mode,omitempty"`
	AvgPriceVWAPDelta     int64   `protobuf:"varint,3,opt,name=avg_priceVWAP_delta,json=avgPriceVWAPDelta,proto3" json:"avg_priceVWAP_delta,omitempty"`
	BalanceToMaintain     int64   `protobuf:"varint,4,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"`
	BlocksToAvg           int64   `protobuf:"varint,5,opt,name=blocks_to_avg,json=blocksToAvg,proto3" json:"blocks_to_avg,omitempty"`
	DontWaitForTickets    bool    `protobuf:"varint,6,opt,name=dont_wait_for_tickets,json=dontWaitForTickets,proto3" json:"dont_wait_for_tickets,omitempty"`
	ExpiryDelta           int64   `protobuf:"varint,7,opt,name=expiry_delta,json=expiryDelta,proto3" json:"expiry_delta,omitempty"`
	FeeSource             string  `protobuf:"bytes,8,opt,name=fee_source,json=feeSource,proto3" json:"fee_source,omitempty"`
	FeeTargetScaling      float64 `protobuf:"fixed64,9,opt,name=fee_target_scaling,json=feeTargetScaling,proto3" json:"fee_target_scaling,omitempty"`
	MinFee                int64   `protobuf:"varint,10,opt,name=min_fee,json=minFee,proto3" json:"min_fee,omitempty"`
	MaxFee                int64   `protobuf:"varint,12,opt,name=max_fee,json=maxFee,proto3" json:"max_fee,omitempty"`
	MaxPerBlock           int64   `protobuf:"varint,13,opt,name=max_per_block,json=maxPerBlock,proto3" json:"max_per_block,omitempty"`
	MaxPriceAbsolute      int64   `protobuf:"varint,14,opt,name=max_price_absolute,json=maxPriceAbsolute,proto3" json:"max_price_absolute,omitempty"`
	MaxPriceRelative      float64 `protobuf:"fixed64,15,opt,name=max_price_relative,json=maxPriceRelative,proto3" json:"max_price_relative,omitempty"`
	MaxInMempool          int64   `protobuf:"varint,17,opt,name=max_in_mempool,json=maxInMempool,proto3" json:"max_in_mempool,omitempty"`
	PoolAddress           string  `protobuf:"bytes,18,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"`
	PoolFees              float64 `protobuf:"fixed64,19,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"`
	SpreadTicketPurchases bool    `` /* 128-byte string literal not displayed */
	VotingAddress         string  `protobuf:"bytes,21,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"`
	TxFee                 int64   `protobuf:"varint,22,opt,name=tx_fee,json=txFee,proto3" json:"tx_fee,omitempty"`
	// contains filtered or unexported fields
}

func (*TicketBuyerConfigResponse) Descriptor deprecated

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

Deprecated: Use TicketBuyerConfigResponse.ProtoReflect.Descriptor instead.

func (*TicketBuyerConfigResponse) GetAccount

func (x *TicketBuyerConfigResponse) GetAccount() uint32

func (*TicketBuyerConfigResponse) GetAvgPriceMode

func (x *TicketBuyerConfigResponse) GetAvgPriceMode() string

func (*TicketBuyerConfigResponse) GetAvgPriceVWAPDelta

func (x *TicketBuyerConfigResponse) GetAvgPriceVWAPDelta() int64

func (*TicketBuyerConfigResponse) GetBalanceToMaintain

func (x *TicketBuyerConfigResponse) GetBalanceToMaintain() int64

func (*TicketBuyerConfigResponse) GetBlocksToAvg

func (x *TicketBuyerConfigResponse) GetBlocksToAvg() int64

func (*TicketBuyerConfigResponse) GetDontWaitForTickets

func (x *TicketBuyerConfigResponse) GetDontWaitForTickets() bool

func (*TicketBuyerConfigResponse) GetExpiryDelta

func (x *TicketBuyerConfigResponse) GetExpiryDelta() int64

func (*TicketBuyerConfigResponse) GetFeeSource

func (x *TicketBuyerConfigResponse) GetFeeSource() string

func (*TicketBuyerConfigResponse) GetFeeTargetScaling

func (x *TicketBuyerConfigResponse) GetFeeTargetScaling() float64

func (*TicketBuyerConfigResponse) GetMaxFee

func (x *TicketBuyerConfigResponse) GetMaxFee() int64

func (*TicketBuyerConfigResponse) GetMaxInMempool

func (x *TicketBuyerConfigResponse) GetMaxInMempool() int64

func (*TicketBuyerConfigResponse) GetMaxPerBlock

func (x *TicketBuyerConfigResponse) GetMaxPerBlock() int64

func (*TicketBuyerConfigResponse) GetMaxPriceAbsolute

func (x *TicketBuyerConfigResponse) GetMaxPriceAbsolute() int64

func (*TicketBuyerConfigResponse) GetMaxPriceRelative

func (x *TicketBuyerConfigResponse) GetMaxPriceRelative() float64

func (*TicketBuyerConfigResponse) GetMinFee

func (x *TicketBuyerConfigResponse) GetMinFee() int64

func (*TicketBuyerConfigResponse) GetPoolAddress

func (x *TicketBuyerConfigResponse) GetPoolAddress() string

func (*TicketBuyerConfigResponse) GetPoolFees

func (x *TicketBuyerConfigResponse) GetPoolFees() float64

func (*TicketBuyerConfigResponse) GetSpreadTicketPurchases

func (x *TicketBuyerConfigResponse) GetSpreadTicketPurchases() bool

func (*TicketBuyerConfigResponse) GetTxFee

func (x *TicketBuyerConfigResponse) GetTxFee() int64

func (*TicketBuyerConfigResponse) GetVotingAddress

func (x *TicketBuyerConfigResponse) GetVotingAddress() string

func (*TicketBuyerConfigResponse) ProtoMessage

func (*TicketBuyerConfigResponse) ProtoMessage()

func (*TicketBuyerConfigResponse) ProtoReflect

func (*TicketBuyerConfigResponse) Reset

func (x *TicketBuyerConfigResponse) Reset()

func (*TicketBuyerConfigResponse) String

func (x *TicketBuyerConfigResponse) String() string

type TicketBuyerServiceClient

type TicketBuyerServiceClient interface {
	StartAutoBuyer(ctx context.Context, in *StartAutoBuyerRequest, opts ...grpc.CallOption) (*StartAutoBuyerResponse, error)
	StopAutoBuyer(ctx context.Context, in *StopAutoBuyerRequest, opts ...grpc.CallOption) (*StopAutoBuyerResponse, error)
	TicketBuyerConfig(ctx context.Context, in *TicketBuyerConfigRequest, opts ...grpc.CallOption) (*TicketBuyerConfigResponse, error)
	SetAccount(ctx context.Context, in *SetAccountRequest, opts ...grpc.CallOption) (*SetAccountResponse, error)
	SetBalanceToMaintain(ctx context.Context, in *SetBalanceToMaintainRequest, opts ...grpc.CallOption) (*SetBalanceToMaintainResponse, error)
	SetMaxFee(ctx context.Context, in *SetMaxFeeRequest, opts ...grpc.CallOption) (*SetMaxFeeResponse, error)
	SetMaxPriceRelative(ctx context.Context, in *SetMaxPriceRelativeRequest, opts ...grpc.CallOption) (*SetMaxPriceRelativeResponse, error)
	SetMaxPriceAbsolute(ctx context.Context, in *SetMaxPriceAbsoluteRequest, opts ...grpc.CallOption) (*SetMaxPriceAbsoluteResponse, error)
	SetVotingAddress(ctx context.Context, in *SetVotingAddressRequest, opts ...grpc.CallOption) (*SetVotingAddressResponse, error)
	SetPoolAddress(ctx context.Context, in *SetPoolAddressRequest, opts ...grpc.CallOption) (*SetPoolAddressResponse, error)
	SetPoolFees(ctx context.Context, in *SetPoolFeesRequest, opts ...grpc.CallOption) (*SetPoolFeesResponse, error)
	SetMaxPerBlock(ctx context.Context, in *SetMaxPerBlockRequest, opts ...grpc.CallOption) (*SetMaxPerBlockResponse, error)
}

TicketBuyerServiceClient is the client API for TicketBuyerService service.

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

type TicketBuyerV2ServiceClient

type TicketBuyerV2ServiceClient interface {
	RunTicketBuyer(ctx context.Context, in *RunTicketBuyerRequest, opts ...grpc.CallOption) (TicketBuyerV2Service_RunTicketBuyerClient, error)
}

TicketBuyerV2ServiceClient is the client API for TicketBuyerV2Service service.

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

type TicketBuyerV2ServiceServer

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

TicketBuyerV2ServiceServer is the server API for TicketBuyerV2Service service.

type TicketBuyerV2Service_RunTicketBuyerClient

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

type TicketBuyerV2Service_RunTicketBuyerServer

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

type TicketPriceRequest

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

func (*TicketPriceRequest) Descriptor deprecated

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

Deprecated: Use TicketPriceRequest.ProtoReflect.Descriptor instead.

func (*TicketPriceRequest) ProtoMessage

func (*TicketPriceRequest) ProtoMessage()

func (*TicketPriceRequest) ProtoReflect

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

func (*TicketPriceRequest) Reset

func (x *TicketPriceRequest) Reset()

func (*TicketPriceRequest) String

func (x *TicketPriceRequest) String() string

type TicketPriceResponse

type TicketPriceResponse struct {
	TicketPrice int64 `protobuf:"varint,1,opt,name=ticket_price,json=ticketPrice,proto3" json:"ticket_price,omitempty"`
	Height      int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*TicketPriceResponse) Descriptor deprecated

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

Deprecated: Use TicketPriceResponse.ProtoReflect.Descriptor instead.

func (*TicketPriceResponse) GetHeight

func (x *TicketPriceResponse) GetHeight() int32

func (*TicketPriceResponse) GetTicketPrice

func (x *TicketPriceResponse) GetTicketPrice() int64

func (*TicketPriceResponse) ProtoMessage

func (*TicketPriceResponse) ProtoMessage()

func (*TicketPriceResponse) ProtoReflect

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

func (*TicketPriceResponse) Reset

func (x *TicketPriceResponse) Reset()

func (*TicketPriceResponse) String

func (x *TicketPriceResponse) String() string

type TransactionDetails

type TransactionDetails struct {
	Hash            []byte                             `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Transaction     []byte                             `protobuf:"bytes,2,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Debits          []*TransactionDetails_Input        `protobuf:"bytes,3,rep,name=debits,proto3" json:"debits,omitempty"`
	Credits         []*TransactionDetails_Output       `protobuf:"bytes,4,rep,name=credits,proto3" json:"credits,omitempty"`
	Fee             int64                              `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"`
	Timestamp       int64                              `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // May be earlier than a block timestamp, but never later.
	TransactionType TransactionDetails_TransactionType ``                                                                         /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransactionDetails) Descriptor deprecated

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

Deprecated: Use TransactionDetails.ProtoReflect.Descriptor instead.

func (*TransactionDetails) GetCredits

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

func (*TransactionDetails) GetDebits

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

func (*TransactionDetails) GetFee

func (x *TransactionDetails) GetFee() int64

func (*TransactionDetails) GetHash

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

func (*TransactionDetails) GetTimestamp

func (x *TransactionDetails) GetTimestamp() int64

func (*TransactionDetails) GetTransaction

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

func (*TransactionDetails) GetTransactionType

func (*TransactionDetails) ProtoMessage

func (*TransactionDetails) ProtoMessage()

func (*TransactionDetails) ProtoReflect

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

func (*TransactionDetails) Reset

func (x *TransactionDetails) Reset()

func (*TransactionDetails) String

func (x *TransactionDetails) String() string

type TransactionDetails_Input

type TransactionDetails_Input struct {
	Index           uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	PreviousAccount uint32 `protobuf:"varint,2,opt,name=previous_account,json=previousAccount,proto3" json:"previous_account,omitempty"`
	PreviousAmount  int64  `protobuf:"varint,3,opt,name=previous_amount,json=previousAmount,proto3" json:"previous_amount,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionDetails_Input) Descriptor deprecated

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

Deprecated: Use TransactionDetails_Input.ProtoReflect.Descriptor instead.

func (*TransactionDetails_Input) GetIndex

func (x *TransactionDetails_Input) GetIndex() uint32

func (*TransactionDetails_Input) GetPreviousAccount

func (x *TransactionDetails_Input) GetPreviousAccount() uint32

func (*TransactionDetails_Input) GetPreviousAmount

func (x *TransactionDetails_Input) GetPreviousAmount() int64

func (*TransactionDetails_Input) ProtoMessage

func (*TransactionDetails_Input) ProtoMessage()

func (*TransactionDetails_Input) ProtoReflect

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

func (*TransactionDetails_Input) Reset

func (x *TransactionDetails_Input) Reset()

func (*TransactionDetails_Input) String

func (x *TransactionDetails_Input) String() string

type TransactionDetails_Output

type TransactionDetails_Output struct {
	Index        uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Account      uint32 `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"`
	Internal     bool   `protobuf:"varint,3,opt,name=internal,proto3" json:"internal,omitempty"`
	Amount       int64  `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"`
	Address      string `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"`
	OutputScript []byte `protobuf:"bytes,6,opt,name=output_script,json=outputScript,proto3" json:"output_script,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionDetails_Output) Descriptor deprecated

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

Deprecated: Use TransactionDetails_Output.ProtoReflect.Descriptor instead.

func (*TransactionDetails_Output) GetAccount

func (x *TransactionDetails_Output) GetAccount() uint32

func (*TransactionDetails_Output) GetAddress

func (x *TransactionDetails_Output) GetAddress() string

func (*TransactionDetails_Output) GetAmount

func (x *TransactionDetails_Output) GetAmount() int64

func (*TransactionDetails_Output) GetIndex

func (x *TransactionDetails_Output) GetIndex() uint32

func (*TransactionDetails_Output) GetInternal

func (x *TransactionDetails_Output) GetInternal() bool

func (*TransactionDetails_Output) GetOutputScript

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

func (*TransactionDetails_Output) ProtoMessage

func (*TransactionDetails_Output) ProtoMessage()

func (*TransactionDetails_Output) ProtoReflect

func (*TransactionDetails_Output) Reset

func (x *TransactionDetails_Output) Reset()

func (*TransactionDetails_Output) String

func (x *TransactionDetails_Output) String() string

type TransactionDetails_TransactionType

type TransactionDetails_TransactionType int32
const (
	TransactionDetails_REGULAR         TransactionDetails_TransactionType = 0
	TransactionDetails_COINBASE        TransactionDetails_TransactionType = 4
	TransactionDetails_TICKET_PURCHASE TransactionDetails_TransactionType = 1
	TransactionDetails_VOTE            TransactionDetails_TransactionType = 2
	TransactionDetails_REVOCATION      TransactionDetails_TransactionType = 3
)

func (TransactionDetails_TransactionType) Descriptor

func (TransactionDetails_TransactionType) Enum

func (TransactionDetails_TransactionType) EnumDescriptor deprecated

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

Deprecated: Use TransactionDetails_TransactionType.Descriptor instead.

func (TransactionDetails_TransactionType) Number

func (TransactionDetails_TransactionType) String

func (TransactionDetails_TransactionType) Type

type TransactionNotificationsRequest

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

func (*TransactionNotificationsRequest) Descriptor deprecated

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

Deprecated: Use TransactionNotificationsRequest.ProtoReflect.Descriptor instead.

func (*TransactionNotificationsRequest) ProtoMessage

func (*TransactionNotificationsRequest) ProtoMessage()

func (*TransactionNotificationsRequest) ProtoReflect

func (*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

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

func (*TransactionNotificationsResponse) GetDetachedBlocks

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

func (*TransactionNotificationsResponse) GetUnminedTransactionHashes

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

func (*TransactionNotificationsResponse) GetUnminedTransactions

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

func (*TransactionNotificationsResponse) ProtoMessage

func (*TransactionNotificationsResponse) ProtoMessage()

func (*TransactionNotificationsResponse) ProtoReflect

func (*TransactionNotificationsResponse) Reset

func (*TransactionNotificationsResponse) String

type TreasuryPoliciesRequest added in v2.0.2

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

func (*TreasuryPoliciesRequest) Descriptor deprecated added in v2.0.2

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

Deprecated: Use TreasuryPoliciesRequest.ProtoReflect.Descriptor instead.

func (*TreasuryPoliciesRequest) ProtoMessage added in v2.0.2

func (*TreasuryPoliciesRequest) ProtoMessage()

func (*TreasuryPoliciesRequest) ProtoReflect added in v2.0.2

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

func (*TreasuryPoliciesRequest) Reset added in v2.0.2

func (x *TreasuryPoliciesRequest) Reset()

func (*TreasuryPoliciesRequest) String added in v2.0.2

func (x *TreasuryPoliciesRequest) String() string

type TreasuryPoliciesResponse added in v2.0.2

type TreasuryPoliciesResponse struct {
	Policies []*TreasuryPoliciesResponse_Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*TreasuryPoliciesResponse) Descriptor deprecated added in v2.0.2

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

Deprecated: Use TreasuryPoliciesResponse.ProtoReflect.Descriptor instead.

func (*TreasuryPoliciesResponse) GetPolicies added in v2.0.2

func (*TreasuryPoliciesResponse) ProtoMessage added in v2.0.2

func (*TreasuryPoliciesResponse) ProtoMessage()

func (*TreasuryPoliciesResponse) ProtoReflect added in v2.0.2

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

func (*TreasuryPoliciesResponse) Reset added in v2.0.2

func (x *TreasuryPoliciesResponse) Reset()

func (*TreasuryPoliciesResponse) String added in v2.0.2

func (x *TreasuryPoliciesResponse) String() string

type TreasuryPoliciesResponse_Policy added in v2.0.2

type TreasuryPoliciesResponse_Policy struct {
	Key        []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Policy     string `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"`
	TicketHash []byte `protobuf:"bytes,3,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*TreasuryPoliciesResponse_Policy) Descriptor deprecated added in v2.0.2

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

Deprecated: Use TreasuryPoliciesResponse_Policy.ProtoReflect.Descriptor instead.

func (*TreasuryPoliciesResponse_Policy) GetKey added in v2.0.2

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

func (*TreasuryPoliciesResponse_Policy) GetPolicy added in v2.0.2

func (x *TreasuryPoliciesResponse_Policy) GetPolicy() string

func (*TreasuryPoliciesResponse_Policy) GetTicketHash added in v2.0.2

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

func (*TreasuryPoliciesResponse_Policy) ProtoMessage added in v2.0.2

func (*TreasuryPoliciesResponse_Policy) ProtoMessage()

func (*TreasuryPoliciesResponse_Policy) ProtoReflect added in v2.0.2

func (*TreasuryPoliciesResponse_Policy) Reset added in v2.0.2

func (*TreasuryPoliciesResponse_Policy) String added in v2.0.2

type UnimplementedAccountMixerServiceServer

type UnimplementedAccountMixerServiceServer struct {
}

UnimplementedAccountMixerServiceServer can be embedded to have forward compatible implementations.

type UnimplementedAgendaServiceServer

type UnimplementedAgendaServiceServer struct {
}

UnimplementedAgendaServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAgendaServiceServer) Agendas

type UnimplementedDecodeMessageServiceServer

type UnimplementedDecodeMessageServiceServer struct {
}

UnimplementedDecodeMessageServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDecodeMessageServiceServer) DecodeRawTransaction

type UnimplementedMessageVerificationServiceServer

type UnimplementedMessageVerificationServiceServer struct {
}

UnimplementedMessageVerificationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMessageVerificationServiceServer) VerifyMessage

type UnimplementedNetworkServiceServer

type UnimplementedNetworkServiceServer struct {
}

UnimplementedNetworkServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNetworkServiceServer) GetRawBlock

type UnimplementedSeedServiceServer

type UnimplementedSeedServiceServer struct {
}

UnimplementedSeedServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSeedServiceServer) DecodeSeed

func (*UnimplementedSeedServiceServer) GenerateRandomSeed

type UnimplementedTicketBuyerServiceServer

type UnimplementedTicketBuyerServiceServer struct {
}

UnimplementedTicketBuyerServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedTicketBuyerServiceServer) SetAccount

func (*UnimplementedTicketBuyerServiceServer) SetBalanceToMaintain

func (*UnimplementedTicketBuyerServiceServer) SetMaxFee

func (*UnimplementedTicketBuyerServiceServer) SetMaxPerBlock

func (*UnimplementedTicketBuyerServiceServer) SetMaxPriceAbsolute

func (*UnimplementedTicketBuyerServiceServer) SetMaxPriceRelative

func (*UnimplementedTicketBuyerServiceServer) SetPoolAddress

func (*UnimplementedTicketBuyerServiceServer) SetPoolFees

func (*UnimplementedTicketBuyerServiceServer) SetVotingAddress

func (*UnimplementedTicketBuyerServiceServer) StartAutoBuyer

func (*UnimplementedTicketBuyerServiceServer) StopAutoBuyer

func (*UnimplementedTicketBuyerServiceServer) TicketBuyerConfig

type UnimplementedTicketBuyerV2ServiceServer

type UnimplementedTicketBuyerV2ServiceServer struct {
}

UnimplementedTicketBuyerV2ServiceServer can be embedded to have forward compatible implementations.

type UnimplementedVersionServiceServer

type UnimplementedVersionServiceServer struct {
}

UnimplementedVersionServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedVersionServiceServer) Version

type UnimplementedVotingServiceServer

type UnimplementedVotingServiceServer struct {
}

UnimplementedVotingServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedVotingServiceServer) SetTreasuryPolicy added in v2.0.2

func (*UnimplementedVotingServiceServer) SetVoteChoices

func (*UnimplementedVotingServiceServer) TreasuryPolicies added in v2.0.2

func (*UnimplementedVotingServiceServer) VoteChoices

type UnimplementedWalletLoaderServiceServer

type UnimplementedWalletLoaderServiceServer struct {
}

UnimplementedWalletLoaderServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWalletLoaderServiceServer) CloseWallet

func (*UnimplementedWalletLoaderServiceServer) CreateWallet

func (*UnimplementedWalletLoaderServiceServer) OpenWallet

func (*UnimplementedWalletLoaderServiceServer) RescanPoint

func (*UnimplementedWalletLoaderServiceServer) RpcSync

func (*UnimplementedWalletLoaderServiceServer) SpvSync

func (*UnimplementedWalletLoaderServiceServer) WalletExists

type UnimplementedWalletServiceServer

type UnimplementedWalletServiceServer struct {
}

UnimplementedWalletServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWalletServiceServer) AbandonTransaction

func (*UnimplementedWalletServiceServer) AccountNumber

func (*UnimplementedWalletServiceServer) AccountUnlocked

func (*UnimplementedWalletServiceServer) Accounts

func (*UnimplementedWalletServiceServer) Balance

func (*UnimplementedWalletServiceServer) BestBlock

func (*UnimplementedWalletServiceServer) BlockInfo

func (*UnimplementedWalletServiceServer) ChangePassphrase

func (*UnimplementedWalletServiceServer) CoinType

func (*UnimplementedWalletServiceServer) CommittedTickets

func (*UnimplementedWalletServiceServer) ConfirmationNotifications

func (*UnimplementedWalletServiceServer) ConstructTransaction

func (*UnimplementedWalletServiceServer) CreateSignature

func (*UnimplementedWalletServiceServer) DiscoverUsage

func (*UnimplementedWalletServiceServer) FundTransaction

func (*UnimplementedWalletServiceServer) GetCFilters

func (*UnimplementedWalletServiceServer) GetPeerInfo

func (*UnimplementedWalletServiceServer) GetTicket

func (*UnimplementedWalletServiceServer) GetTickets

func (*UnimplementedWalletServiceServer) GetTrackedVSPTickets

func (*UnimplementedWalletServiceServer) GetTransaction

func (*UnimplementedWalletServiceServer) GetTransactions

func (*UnimplementedWalletServiceServer) ImportPrivateKey

func (*UnimplementedWalletServiceServer) ImportScript

func (*UnimplementedWalletServiceServer) LockAccount

func (*UnimplementedWalletServiceServer) LockWallet

func (*UnimplementedWalletServiceServer) Network

func (*UnimplementedWalletServiceServer) NextAccount

func (*UnimplementedWalletServiceServer) NextAddress

func (*UnimplementedWalletServiceServer) Ping

func (*UnimplementedWalletServiceServer) PublishTransaction

func (*UnimplementedWalletServiceServer) PurchaseTickets

func (*UnimplementedWalletServiceServer) RenameAccount

func (*UnimplementedWalletServiceServer) Rescan

func (*UnimplementedWalletServiceServer) RevokeTicket

func (*UnimplementedWalletServiceServer) RevokeTickets

func (*UnimplementedWalletServiceServer) SetAccountPassphrase

func (*UnimplementedWalletServiceServer) SetVspdVoteChoices

func (*UnimplementedWalletServiceServer) SignHashes

func (*UnimplementedWalletServiceServer) SignMessage

func (*UnimplementedWalletServiceServer) SignMessages

func (*UnimplementedWalletServiceServer) SignTransaction

func (*UnimplementedWalletServiceServer) SignTransactions

func (*UnimplementedWalletServiceServer) Spender

func (*UnimplementedWalletServiceServer) StakeInfo

func (*UnimplementedWalletServiceServer) SweepAccount

func (*UnimplementedWalletServiceServer) SyncVSPFailedTickets

func (*UnimplementedWalletServiceServer) TicketPrice

func (*UnimplementedWalletServiceServer) UnlockAccount

func (*UnimplementedWalletServiceServer) UnlockWallet

func (*UnimplementedWalletServiceServer) UnspentOutputs

func (*UnimplementedWalletServiceServer) ValidateAddress

type UnlockAccountRequest

type UnlockAccountRequest struct {
	Passphrase    []byte `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	AccountNumber uint32 `protobuf:"varint,2,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockAccountRequest) Descriptor deprecated

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

Deprecated: Use UnlockAccountRequest.ProtoReflect.Descriptor instead.

func (*UnlockAccountRequest) GetAccountNumber

func (x *UnlockAccountRequest) GetAccountNumber() uint32

func (*UnlockAccountRequest) GetPassphrase

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

func (*UnlockAccountRequest) ProtoMessage

func (*UnlockAccountRequest) ProtoMessage()

func (*UnlockAccountRequest) ProtoReflect

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

func (*UnlockAccountRequest) Reset

func (x *UnlockAccountRequest) Reset()

func (*UnlockAccountRequest) String

func (x *UnlockAccountRequest) String() string

type UnlockAccountResponse

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

func (*UnlockAccountResponse) Descriptor deprecated

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

Deprecated: Use UnlockAccountResponse.ProtoReflect.Descriptor instead.

func (*UnlockAccountResponse) ProtoMessage

func (*UnlockAccountResponse) ProtoMessage()

func (*UnlockAccountResponse) ProtoReflect

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

func (*UnlockAccountResponse) Reset

func (x *UnlockAccountResponse) Reset()

func (*UnlockAccountResponse) String

func (x *UnlockAccountResponse) String() string

type UnlockWalletRequest

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

func (*UnlockWalletRequest) Descriptor deprecated

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

Deprecated: Use UnlockWalletRequest.ProtoReflect.Descriptor instead.

func (*UnlockWalletRequest) GetPassphrase

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

func (*UnlockWalletRequest) ProtoMessage

func (*UnlockWalletRequest) ProtoMessage()

func (*UnlockWalletRequest) ProtoReflect

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

func (*UnlockWalletRequest) Reset

func (x *UnlockWalletRequest) Reset()

func (*UnlockWalletRequest) String

func (x *UnlockWalletRequest) String() string

type UnlockWalletResponse

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

func (*UnlockWalletResponse) Descriptor deprecated

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

Deprecated: Use UnlockWalletResponse.ProtoReflect.Descriptor instead.

func (*UnlockWalletResponse) ProtoMessage

func (*UnlockWalletResponse) ProtoMessage()

func (*UnlockWalletResponse) ProtoReflect

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

func (*UnlockWalletResponse) Reset

func (x *UnlockWalletResponse) Reset()

func (*UnlockWalletResponse) String

func (x *UnlockWalletResponse) String() string

type UnspentOutputResponse

type UnspentOutputResponse struct {
	TransactionHash []byte `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	OutputIndex     uint32 `protobuf:"varint,2,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"`
	Amount          int64  `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	PkScript        []byte `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"`
	ReceiveTime     int64  `protobuf:"varint,5,opt,name=receive_time,json=receiveTime,proto3" json:"receive_time,omitempty"`
	FromCoinbase    bool   `protobuf:"varint,6,opt,name=from_coinbase,json=fromCoinbase,proto3" json:"from_coinbase,omitempty"`
	Tree            int32  `protobuf:"varint,7,opt,name=tree,proto3" json:"tree,omitempty"`
	AmountSum       int64  `protobuf:"varint,8,opt,name=amount_sum,json=amountSum,proto3" json:"amount_sum,omitempty"`
	// contains filtered or unexported fields
}

func (*UnspentOutputResponse) Descriptor deprecated

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

Deprecated: Use UnspentOutputResponse.ProtoReflect.Descriptor instead.

func (*UnspentOutputResponse) GetAmount

func (x *UnspentOutputResponse) GetAmount() int64

func (*UnspentOutputResponse) GetAmountSum

func (x *UnspentOutputResponse) GetAmountSum() int64

func (*UnspentOutputResponse) GetFromCoinbase

func (x *UnspentOutputResponse) GetFromCoinbase() bool

func (*UnspentOutputResponse) GetOutputIndex

func (x *UnspentOutputResponse) GetOutputIndex() uint32

func (*UnspentOutputResponse) GetPkScript

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

func (*UnspentOutputResponse) GetReceiveTime

func (x *UnspentOutputResponse) GetReceiveTime() int64

func (*UnspentOutputResponse) GetTransactionHash

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

func (*UnspentOutputResponse) GetTree

func (x *UnspentOutputResponse) GetTree() int32

func (*UnspentOutputResponse) ProtoMessage

func (*UnspentOutputResponse) ProtoMessage()

func (*UnspentOutputResponse) ProtoReflect

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

func (*UnspentOutputResponse) Reset

func (x *UnspentOutputResponse) Reset()

func (*UnspentOutputResponse) String

func (x *UnspentOutputResponse) String() string

type UnspentOutputsRequest

type UnspentOutputsRequest struct {
	Account                  uint32 `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	TargetAmount             int64  `protobuf:"varint,2,opt,name=target_amount,json=targetAmount,proto3" json:"target_amount,omitempty"`
	RequiredConfirmations    int32  `protobuf:"varint,3,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"`
	IncludeImmatureCoinbases bool   `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UnspentOutputsRequest) Descriptor deprecated

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

Deprecated: Use UnspentOutputsRequest.ProtoReflect.Descriptor instead.

func (*UnspentOutputsRequest) GetAccount

func (x *UnspentOutputsRequest) GetAccount() uint32

func (*UnspentOutputsRequest) GetIncludeImmatureCoinbases

func (x *UnspentOutputsRequest) GetIncludeImmatureCoinbases() bool

func (*UnspentOutputsRequest) GetRequiredConfirmations

func (x *UnspentOutputsRequest) GetRequiredConfirmations() int32

func (*UnspentOutputsRequest) GetTargetAmount

func (x *UnspentOutputsRequest) GetTargetAmount() int64

func (*UnspentOutputsRequest) ProtoMessage

func (*UnspentOutputsRequest) ProtoMessage()

func (*UnspentOutputsRequest) ProtoReflect

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

func (*UnspentOutputsRequest) Reset

func (x *UnspentOutputsRequest) Reset()

func (*UnspentOutputsRequest) String

func (x *UnspentOutputsRequest) String() string

type ValidateAddressRequest

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

func (*ValidateAddressRequest) Descriptor deprecated

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

Deprecated: Use ValidateAddressRequest.ProtoReflect.Descriptor instead.

func (*ValidateAddressRequest) GetAddress

func (x *ValidateAddressRequest) GetAddress() string

func (*ValidateAddressRequest) ProtoMessage

func (*ValidateAddressRequest) ProtoMessage()

func (*ValidateAddressRequest) ProtoReflect

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

func (*ValidateAddressRequest) Reset

func (x *ValidateAddressRequest) Reset()

func (*ValidateAddressRequest) String

func (x *ValidateAddressRequest) String() string

type ValidateAddressResponse

type ValidateAddressResponse struct {
	IsValid         bool                               `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"`
	IsMine          bool                               `protobuf:"varint,2,opt,name=is_mine,json=isMine,proto3" json:"is_mine,omitempty"`
	AccountNumber   uint32                             `protobuf:"varint,3,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	PubKeyAddr      string                             `protobuf:"bytes,4,opt,name=pub_key_addr,json=pubKeyAddr,proto3" json:"pub_key_addr,omitempty"`
	PubKey          []byte                             `protobuf:"bytes,5,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	IsScript        bool                               `protobuf:"varint,6,opt,name=is_script,json=isScript,proto3" json:"is_script,omitempty"`
	PkScriptAddrs   []string                           `protobuf:"bytes,7,rep,name=pk_script_addrs,json=pkScriptAddrs,proto3" json:"pk_script_addrs,omitempty"`
	ScriptType      ValidateAddressResponse_ScriptType `` /* 142-byte string literal not displayed */
	PayToAddrScript []byte                             `protobuf:"bytes,9,opt,name=pay_to_addr_script,json=payToAddrScript,proto3" json:"pay_to_addr_script,omitempty"`
	SigsRequired    uint32                             `protobuf:"varint,10,opt,name=sigs_required,json=sigsRequired,proto3" json:"sigs_required,omitempty"`
	IsInternal      bool                               `protobuf:"varint,11,opt,name=is_internal,json=isInternal,proto3" json:"is_internal,omitempty"`
	Index           uint32                             `protobuf:"varint,12,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateAddressResponse) Descriptor deprecated

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

Deprecated: Use ValidateAddressResponse.ProtoReflect.Descriptor instead.

func (*ValidateAddressResponse) GetAccountNumber

func (x *ValidateAddressResponse) GetAccountNumber() uint32

func (*ValidateAddressResponse) GetIndex

func (x *ValidateAddressResponse) GetIndex() uint32

func (*ValidateAddressResponse) GetIsInternal

func (x *ValidateAddressResponse) GetIsInternal() bool

func (*ValidateAddressResponse) GetIsMine

func (x *ValidateAddressResponse) GetIsMine() bool

func (*ValidateAddressResponse) GetIsScript

func (x *ValidateAddressResponse) GetIsScript() bool

func (*ValidateAddressResponse) GetIsValid

func (x *ValidateAddressResponse) GetIsValid() bool

func (*ValidateAddressResponse) GetPayToAddrScript

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

func (*ValidateAddressResponse) GetPkScriptAddrs

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

func (*ValidateAddressResponse) GetPubKey

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

func (*ValidateAddressResponse) GetPubKeyAddr

func (x *ValidateAddressResponse) GetPubKeyAddr() string

func (*ValidateAddressResponse) GetScriptType

func (*ValidateAddressResponse) GetSigsRequired

func (x *ValidateAddressResponse) GetSigsRequired() uint32

func (*ValidateAddressResponse) ProtoMessage

func (*ValidateAddressResponse) ProtoMessage()

func (*ValidateAddressResponse) ProtoReflect

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

func (*ValidateAddressResponse) Reset

func (x *ValidateAddressResponse) Reset()

func (*ValidateAddressResponse) String

func (x *ValidateAddressResponse) String() string

type ValidateAddressResponse_ScriptType

type ValidateAddressResponse_ScriptType int32
const (
	ValidateAddressResponse_NonStandardTy     ValidateAddressResponse_ScriptType = 0
	ValidateAddressResponse_PubKeyTy          ValidateAddressResponse_ScriptType = 1
	ValidateAddressResponse_PubKeyHashTy      ValidateAddressResponse_ScriptType = 2
	ValidateAddressResponse_ScriptHashTy      ValidateAddressResponse_ScriptType = 3
	ValidateAddressResponse_MultiSigTy        ValidateAddressResponse_ScriptType = 4
	ValidateAddressResponse_NullDataTy        ValidateAddressResponse_ScriptType = 5
	ValidateAddressResponse_StakeSubmissionTy ValidateAddressResponse_ScriptType = 6
	ValidateAddressResponse_StakeGenTy        ValidateAddressResponse_ScriptType = 7
	ValidateAddressResponse_StakeRevocationTy ValidateAddressResponse_ScriptType = 8
	ValidateAddressResponse_StakeSubChangeTy  ValidateAddressResponse_ScriptType = 9
	ValidateAddressResponse_PubkeyAltTy       ValidateAddressResponse_ScriptType = 10
	ValidateAddressResponse_PubkeyHashAltTy   ValidateAddressResponse_ScriptType = 11
	ValidateAddressResponse_TreasuryGenTy     ValidateAddressResponse_ScriptType = 12
	ValidateAddressResponse_TreasuryAddTy     ValidateAddressResponse_ScriptType = 13
)

func (ValidateAddressResponse_ScriptType) Descriptor

func (ValidateAddressResponse_ScriptType) Enum

func (ValidateAddressResponse_ScriptType) EnumDescriptor deprecated

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

Deprecated: Use ValidateAddressResponse_ScriptType.Descriptor instead.

func (ValidateAddressResponse_ScriptType) Number

func (ValidateAddressResponse_ScriptType) String

func (ValidateAddressResponse_ScriptType) Type

type VerifyMessageRequest

type VerifyMessageRequest struct {
	Address   string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Message   string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMessageRequest) Descriptor deprecated

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

Deprecated: Use VerifyMessageRequest.ProtoReflect.Descriptor instead.

func (*VerifyMessageRequest) GetAddress

func (x *VerifyMessageRequest) GetAddress() string

func (*VerifyMessageRequest) GetMessage

func (x *VerifyMessageRequest) GetMessage() string

func (*VerifyMessageRequest) GetSignature

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

func (*VerifyMessageRequest) ProtoMessage

func (*VerifyMessageRequest) ProtoMessage()

func (*VerifyMessageRequest) ProtoReflect

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

func (*VerifyMessageRequest) Reset

func (x *VerifyMessageRequest) Reset()

func (*VerifyMessageRequest) String

func (x *VerifyMessageRequest) String() string

type VerifyMessageResponse

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

func (*VerifyMessageResponse) Descriptor deprecated

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

Deprecated: Use VerifyMessageResponse.ProtoReflect.Descriptor instead.

func (*VerifyMessageResponse) GetValid

func (x *VerifyMessageResponse) GetValid() bool

func (*VerifyMessageResponse) ProtoMessage

func (*VerifyMessageResponse) ProtoMessage()

func (*VerifyMessageResponse) ProtoReflect

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

func (*VerifyMessageResponse) Reset

func (x *VerifyMessageResponse) Reset()

func (*VerifyMessageResponse) String

func (x *VerifyMessageResponse) String() string

type VersionRequest

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

func (*VersionRequest) Descriptor deprecated

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

Deprecated: Use VersionRequest.ProtoReflect.Descriptor instead.

func (*VersionRequest) ProtoMessage

func (*VersionRequest) ProtoMessage()

func (*VersionRequest) ProtoReflect

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

func (*VersionRequest) Reset

func (x *VersionRequest) Reset()

func (*VersionRequest) String

func (x *VersionRequest) String() string

type VersionResponse

type VersionResponse struct {
	VersionString string `protobuf:"bytes,1,opt,name=version_string,json=versionString,proto3" json:"version_string,omitempty"`
	Major         uint32 `protobuf:"varint,2,opt,name=major,proto3" json:"major,omitempty"`
	Minor         uint32 `protobuf:"varint,3,opt,name=minor,proto3" json:"minor,omitempty"`
	Patch         uint32 `protobuf:"varint,4,opt,name=patch,proto3" json:"patch,omitempty"`
	Prerelease    string `protobuf:"bytes,5,opt,name=prerelease,proto3" json:"prerelease,omitempty"`
	BuildMetadata string `protobuf:"bytes,6,opt,name=build_metadata,json=buildMetadata,proto3" json:"build_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionResponse) Descriptor deprecated

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

Deprecated: Use VersionResponse.ProtoReflect.Descriptor instead.

func (*VersionResponse) GetBuildMetadata

func (x *VersionResponse) GetBuildMetadata() string

func (*VersionResponse) GetMajor

func (x *VersionResponse) GetMajor() uint32

func (*VersionResponse) GetMinor

func (x *VersionResponse) GetMinor() uint32

func (*VersionResponse) GetPatch

func (x *VersionResponse) GetPatch() uint32

func (*VersionResponse) GetPrerelease

func (x *VersionResponse) GetPrerelease() string

func (*VersionResponse) GetVersionString

func (x *VersionResponse) GetVersionString() string

func (*VersionResponse) ProtoMessage

func (*VersionResponse) ProtoMessage()

func (*VersionResponse) ProtoReflect

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

func (*VersionResponse) Reset

func (x *VersionResponse) Reset()

func (*VersionResponse) String

func (x *VersionResponse) String() string

type VersionServiceClient

type VersionServiceClient interface {
	Version(ctx context.Context, in *VersionRequest, opts ...grpc.CallOption) (*VersionResponse, error)
}

VersionServiceClient is the client API for VersionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://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

type VoteChoicesRequest struct {
	TicketHash []byte `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteChoicesRequest) Descriptor deprecated

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

Deprecated: Use VoteChoicesRequest.ProtoReflect.Descriptor instead.

func (*VoteChoicesRequest) GetTicketHash

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

func (*VoteChoicesRequest) ProtoMessage

func (*VoteChoicesRequest) ProtoMessage()

func (*VoteChoicesRequest) ProtoReflect

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

func (*VoteChoicesRequest) Reset

func (x *VoteChoicesRequest) Reset()

func (*VoteChoicesRequest) String

func (x *VoteChoicesRequest) String() string

type VoteChoicesResponse

type VoteChoicesResponse struct {
	Version  uint32                        `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Choices  []*VoteChoicesResponse_Choice `protobuf:"bytes,2,rep,name=choices,proto3" json:"choices,omitempty"`
	Votebits uint32                        `protobuf:"varint,3,opt,name=votebits,proto3" json:"votebits,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteChoicesResponse) Descriptor deprecated

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

Deprecated: Use VoteChoicesResponse.ProtoReflect.Descriptor instead.

func (*VoteChoicesResponse) GetChoices

func (*VoteChoicesResponse) GetVersion

func (x *VoteChoicesResponse) GetVersion() uint32

func (*VoteChoicesResponse) GetVotebits

func (x *VoteChoicesResponse) GetVotebits() uint32

func (*VoteChoicesResponse) ProtoMessage

func (*VoteChoicesResponse) ProtoMessage()

func (*VoteChoicesResponse) ProtoReflect

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

func (*VoteChoicesResponse) Reset

func (x *VoteChoicesResponse) Reset()

func (*VoteChoicesResponse) String

func (x *VoteChoicesResponse) String() string

type VoteChoicesResponse_Choice

type VoteChoicesResponse_Choice struct {
	AgendaId          string `protobuf:"bytes,1,opt,name=agenda_id,json=agendaId,proto3" json:"agenda_id,omitempty"`
	AgendaDescription string `protobuf:"bytes,2,opt,name=agenda_description,json=agendaDescription,proto3" json:"agenda_description,omitempty"`
	ChoiceId          string `protobuf:"bytes,3,opt,name=choice_id,json=choiceId,proto3" json:"choice_id,omitempty"`
	ChoiceDescription string `protobuf:"bytes,4,opt,name=choice_description,json=choiceDescription,proto3" json:"choice_description,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteChoicesResponse_Choice) Descriptor deprecated

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

Deprecated: Use VoteChoicesResponse_Choice.ProtoReflect.Descriptor instead.

func (*VoteChoicesResponse_Choice) GetAgendaDescription

func (x *VoteChoicesResponse_Choice) GetAgendaDescription() string

func (*VoteChoicesResponse_Choice) GetAgendaId

func (x *VoteChoicesResponse_Choice) GetAgendaId() string

func (*VoteChoicesResponse_Choice) GetChoiceDescription

func (x *VoteChoicesResponse_Choice) GetChoiceDescription() string

func (*VoteChoicesResponse_Choice) GetChoiceId

func (x *VoteChoicesResponse_Choice) GetChoiceId() string

func (*VoteChoicesResponse_Choice) ProtoMessage

func (*VoteChoicesResponse_Choice) ProtoMessage()

func (*VoteChoicesResponse_Choice) ProtoReflect

func (*VoteChoicesResponse_Choice) Reset

func (x *VoteChoicesResponse_Choice) Reset()

func (*VoteChoicesResponse_Choice) String

func (x *VoteChoicesResponse_Choice) String() string

type VotingServiceClient

type VotingServiceClient interface {
	VoteChoices(ctx context.Context, in *VoteChoicesRequest, opts ...grpc.CallOption) (*VoteChoicesResponse, error)
	SetVoteChoices(ctx context.Context, in *SetVoteChoicesRequest, opts ...grpc.CallOption) (*SetVoteChoicesResponse, error)
	TreasuryPolicies(ctx context.Context, in *TreasuryPoliciesRequest, opts ...grpc.CallOption) (*TreasuryPoliciesResponse, error)
	SetTreasuryPolicy(ctx context.Context, in *SetTreasuryPolicyRequest, opts ...grpc.CallOption) (*SetTreasuryPolicyResponse, error)
}

VotingServiceClient is the client API for VotingService service.

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

type VotingServiceServer

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

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

func (*WalletExistsRequest) Reset

func (x *WalletExistsRequest) Reset()

func (*WalletExistsRequest) String

func (x *WalletExistsRequest) String() string

type WalletExistsResponse

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

func (*WalletExistsResponse) Descriptor deprecated

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

Deprecated: Use WalletExistsResponse.ProtoReflect.Descriptor instead.

func (*WalletExistsResponse) GetExists

func (x *WalletExistsResponse) GetExists() bool

func (*WalletExistsResponse) ProtoMessage

func (*WalletExistsResponse) ProtoMessage()

func (*WalletExistsResponse) ProtoReflect

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

func (*WalletExistsResponse) Reset

func (x *WalletExistsResponse) Reset()

func (*WalletExistsResponse) String

func (x *WalletExistsResponse) String() string

type WalletLoaderServiceClient

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

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

type WalletLoaderService_RpcSyncServer

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

type WalletLoaderService_SpvSyncClient

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

type WalletLoaderService_SpvSyncServer

type WalletLoaderService_SpvSyncServer interface {
	Send(*SpvSyncResponse) error
	grpc.ServerStream
}

type WalletServiceClient

type WalletServiceClient interface {
	// Queries
	Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
	Network(ctx context.Context, in *NetworkRequest, opts ...grpc.CallOption) (*NetworkResponse, error)
	CoinType(ctx context.Context, in *CoinTypeRequest, opts ...grpc.CallOption) (*CoinTypeResponse, error)
	AccountNumber(ctx context.Context, in *AccountNumberRequest, opts ...grpc.CallOption) (*AccountNumberResponse, error)
	Accounts(ctx context.Context, in *AccountsRequest, opts ...grpc.CallOption) (*AccountsResponse, error)
	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)
	ImportExtendedPublicKey(ctx context.Context, in *ImportExtendedPublicKeyRequest, opts ...grpc.CallOption) (*ImportExtendedPublicKeyResponse, error)
	ImportVotingAccountFromSeed(ctx context.Context, in *ImportVotingAccountFromSeedRequest, opts ...grpc.CallOption) (*ImportVotingAccountFromSeedResponse, error)
	ImportScript(ctx context.Context, in *ImportScriptRequest, opts ...grpc.CallOption) (*ImportScriptResponse, error)
	FundTransaction(ctx context.Context, in *FundTransactionRequest, opts ...grpc.CallOption) (*FundTransactionResponse, error)
	UnspentOutputs(ctx context.Context, in *UnspentOutputsRequest, opts ...grpc.CallOption) (WalletService_UnspentOutputsClient, error)
	ConstructTransaction(ctx context.Context, in *ConstructTransactionRequest, opts ...grpc.CallOption) (*ConstructTransactionResponse, error)
	SignTransaction(ctx context.Context, in *SignTransactionRequest, opts ...grpc.CallOption) (*SignTransactionResponse, error)
	SignTransactions(ctx context.Context, in *SignTransactionsRequest, opts ...grpc.CallOption) (*SignTransactionsResponse, error)
	CreateSignature(ctx context.Context, in *CreateSignatureRequest, opts ...grpc.CallOption) (*CreateSignatureResponse, error)
	PublishTransaction(ctx context.Context, in *PublishTransactionRequest, opts ...grpc.CallOption) (*PublishTransactionResponse, error)
	PublishUnminedTransactions(ctx context.Context, in *PublishUnminedTransactionsRequest, opts ...grpc.CallOption) (*PublishUnminedTransactionsResponse, error)
	PurchaseTickets(ctx context.Context, in *PurchaseTicketsRequest, opts ...grpc.CallOption) (*PurchaseTicketsResponse, error)
	RevokeTicket(ctx context.Context, in *RevokeTicketRequest, opts ...grpc.CallOption) (*RevokeTicketResponse, error)
	RevokeTickets(ctx context.Context, in *RevokeTicketsRequest, opts ...grpc.CallOption) (*RevokeTicketsResponse, error)
	LoadActiveDataFilters(ctx context.Context, in *LoadActiveDataFiltersRequest, opts ...grpc.CallOption) (*LoadActiveDataFiltersResponse, error)
	SignMessage(ctx context.Context, in *SignMessageRequest, opts ...grpc.CallOption) (*SignMessageResponse, error)
	SignMessages(ctx context.Context, in *SignMessagesRequest, opts ...grpc.CallOption) (*SignMessagesResponse, error)
	ValidateAddress(ctx context.Context, in *ValidateAddressRequest, opts ...grpc.CallOption) (*ValidateAddressResponse, error)
	CommittedTickets(ctx context.Context, in *CommittedTicketsRequest, opts ...grpc.CallOption) (*CommittedTicketsResponse, error)
	SweepAccount(ctx context.Context, in *SweepAccountRequest, opts ...grpc.CallOption) (*SweepAccountResponse, error)
	AbandonTransaction(ctx context.Context, in *AbandonTransactionRequest, opts ...grpc.CallOption) (*AbandonTransactionResponse, error)
	SignHashes(ctx context.Context, in *SignHashesRequest, opts ...grpc.CallOption) (*SignHashesResponse, error)
	GetCoinjoinOutputspByAcct(ctx context.Context, in *GetCoinjoinOutputspByAcctRequest, opts ...grpc.CallOption) (*GetCoinjoinOutputspByAcctResponse, error)
	SetAccountPassphrase(ctx context.Context, in *SetAccountPassphraseRequest, opts ...grpc.CallOption) (*SetAccountPassphraseResponse, error)
	UnlockAccount(ctx context.Context, in *UnlockAccountRequest, opts ...grpc.CallOption) (*UnlockAccountResponse, error)
	LockAccount(ctx context.Context, in *LockAccountRequest, opts ...grpc.CallOption) (*LockAccountResponse, error)
	UnlockWallet(ctx context.Context, in *UnlockWalletRequest, opts ...grpc.CallOption) (*UnlockWalletResponse, error)
	LockWallet(ctx context.Context, in *LockWalletRequest, opts ...grpc.CallOption) (*LockWalletResponse, error)
	AccountUnlocked(ctx context.Context, in *AccountUnlockedRequest, opts ...grpc.CallOption) (*AccountUnlockedResponse, error)
	SyncVSPFailedTickets(ctx context.Context, in *SyncVSPTicketsRequest, opts ...grpc.CallOption) (*SyncVSPTicketsResponse, error)
	GetVSPTicketsByFeeStatus(ctx context.Context, in *GetVSPTicketsByFeeStatusRequest, opts ...grpc.CallOption) (*GetVSPTicketsByFeeStatusResponse, error)
	ProcessManagedTickets(ctx context.Context, in *ProcessManagedTicketsRequest, opts ...grpc.CallOption) (*ProcessManagedTicketsResponse, error)
	ProcessUnmanagedTickets(ctx context.Context, in *ProcessUnmanagedTicketsRequest, opts ...grpc.CallOption) (*ProcessUnmanagedTicketsResponse, error)
	SetVspdVoteChoices(ctx context.Context, in *SetVspdVoteChoicesRequest, opts ...grpc.CallOption) (*SetVspdVoteChoicesResponse, error)
	GetTrackedVSPTickets(ctx context.Context, in *GetTrackedVSPTicketsRequest, opts ...grpc.CallOption) (*GetTrackedVSPTicketsResponse, error)
	DiscoverUsage(ctx context.Context, in *DiscoverUsageRequest, opts ...grpc.CallOption) (*DiscoverUsageResponse, error)
}

WalletServiceClient is the client API for WalletService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://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)
	ImportExtendedPublicKey(context.Context, *ImportExtendedPublicKeyRequest) (*ImportExtendedPublicKeyResponse, error)
	ImportVotingAccountFromSeed(context.Context, *ImportVotingAccountFromSeedRequest) (*ImportVotingAccountFromSeedResponse, error)
	ImportScript(context.Context, *ImportScriptRequest) (*ImportScriptResponse, error)
	FundTransaction(context.Context, *FundTransactionRequest) (*FundTransactionResponse, error)
	UnspentOutputs(*UnspentOutputsRequest, WalletService_UnspentOutputsServer) error
	ConstructTransaction(context.Context, *ConstructTransactionRequest) (*ConstructTransactionResponse, error)
	SignTransaction(context.Context, *SignTransactionRequest) (*SignTransactionResponse, error)
	SignTransactions(context.Context, *SignTransactionsRequest) (*SignTransactionsResponse, error)
	CreateSignature(context.Context, *CreateSignatureRequest) (*CreateSignatureResponse, error)
	PublishTransaction(context.Context, *PublishTransactionRequest) (*PublishTransactionResponse, error)
	PublishUnminedTransactions(context.Context, *PublishUnminedTransactionsRequest) (*PublishUnminedTransactionsResponse, error)
	PurchaseTickets(context.Context, *PurchaseTicketsRequest) (*PurchaseTicketsResponse, error)
	RevokeTicket(context.Context, *RevokeTicketRequest) (*RevokeTicketResponse, error)
	RevokeTickets(context.Context, *RevokeTicketsRequest) (*RevokeTicketsResponse, error)
	LoadActiveDataFilters(context.Context, *LoadActiveDataFiltersRequest) (*LoadActiveDataFiltersResponse, error)
	SignMessage(context.Context, *SignMessageRequest) (*SignMessageResponse, error)
	SignMessages(context.Context, *SignMessagesRequest) (*SignMessagesResponse, error)
	ValidateAddress(context.Context, *ValidateAddressRequest) (*ValidateAddressResponse, error)
	CommittedTickets(context.Context, *CommittedTicketsRequest) (*CommittedTicketsResponse, error)
	SweepAccount(context.Context, *SweepAccountRequest) (*SweepAccountResponse, error)
	AbandonTransaction(context.Context, *AbandonTransactionRequest) (*AbandonTransactionResponse, error)
	SignHashes(context.Context, *SignHashesRequest) (*SignHashesResponse, error)
	GetCoinjoinOutputspByAcct(context.Context, *GetCoinjoinOutputspByAcctRequest) (*GetCoinjoinOutputspByAcctResponse, error)
	SetAccountPassphrase(context.Context, *SetAccountPassphraseRequest) (*SetAccountPassphraseResponse, error)
	UnlockAccount(context.Context, *UnlockAccountRequest) (*UnlockAccountResponse, error)
	LockAccount(context.Context, *LockAccountRequest) (*LockAccountResponse, error)
	UnlockWallet(context.Context, *UnlockWalletRequest) (*UnlockWalletResponse, error)
	LockWallet(context.Context, *LockWalletRequest) (*LockWalletResponse, error)
	AccountUnlocked(context.Context, *AccountUnlockedRequest) (*AccountUnlockedResponse, error)
	SyncVSPFailedTickets(context.Context, *SyncVSPTicketsRequest) (*SyncVSPTicketsResponse, error)
	GetVSPTicketsByFeeStatus(context.Context, *GetVSPTicketsByFeeStatusRequest) (*GetVSPTicketsByFeeStatusResponse, error)
	ProcessManagedTickets(context.Context, *ProcessManagedTicketsRequest) (*ProcessManagedTicketsResponse, error)
	ProcessUnmanagedTickets(context.Context, *ProcessUnmanagedTicketsRequest) (*ProcessUnmanagedTicketsResponse, error)
	SetVspdVoteChoices(context.Context, *SetVspdVoteChoicesRequest) (*SetVspdVoteChoicesResponse, error)
	GetTrackedVSPTickets(context.Context, *GetTrackedVSPTicketsRequest) (*GetTrackedVSPTicketsResponse, error)
	DiscoverUsage(context.Context, *DiscoverUsageRequest) (*DiscoverUsageResponse, error)
}

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

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

type WalletService_ConfirmationNotificationsServer

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

type WalletService_GetCFiltersClient

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

type WalletService_GetCFiltersServer

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

type WalletService_GetTicketsClient

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

type WalletService_GetTicketsServer

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

type WalletService_GetTransactionsClient

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

type WalletService_GetTransactionsServer

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

type WalletService_RescanClient

type WalletService_RescanClient interface {
	Recv() (*RescanResponse, error)
	grpc.ClientStream
}

type WalletService_RescanServer

type WalletService_RescanServer interface {
	Send(*RescanResponse) error
	grpc.ServerStream
}

type WalletService_TransactionNotificationsClient

type WalletService_TransactionNotificationsClient interface {
	Recv() (*TransactionNotificationsResponse, error)
	grpc.ClientStream
}

type WalletService_TransactionNotificationsServer

type WalletService_TransactionNotificationsServer interface {
	Send(*TransactionNotificationsResponse) error
	grpc.ServerStream
}

type WalletService_UnspentOutputsClient

type WalletService_UnspentOutputsClient interface {
	Recv() (*UnspentOutputResponse, error)
	grpc.ClientStream
}

type WalletService_UnspentOutputsServer

type WalletService_UnspentOutputsServer interface {
	Send(*UnspentOutputResponse) error
	grpc.ServerStream
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL