walletrpc

package
v0.0.0-...-9e8562e Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2019 License: ISC Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChangePassphraseRequest_Key_name = map[int32]string{
	0: "PRIVATE",
	1: "PUBLIC",
}
View Source
var ChangePassphraseRequest_Key_value = map[string]int32{
	"PRIVATE": 0,
	"PUBLIC":  1,
}
View Source
var ConstructTransactionRequest_OutputSelectionAlgorithm_name = map[int32]string{
	0: "UNSPECIFIED",
	1: "ALL",
}
View Source
var ConstructTransactionRequest_OutputSelectionAlgorithm_value = map[string]int32{
	"UNSPECIFIED": 0,
	"ALL":         1,
}
View Source
var CreateSignatureRequest_SigHashType_name = map[int32]string{
	0:   "SIGHASH_OLD",
	1:   "SIGHASH_ALL",
	2:   "SIGHASH_NONE",
	3:   "SIGHASH_SINGLE",
	4:   "SIGHASH_ALLVALUE",
	128: "SIGHASH_ANYONECANPAY",
}
View Source
var CreateSignatureRequest_SigHashType_value = map[string]int32{
	"SIGHASH_OLD":          0,
	"SIGHASH_ALL":          1,
	"SIGHASH_NONE":         2,
	"SIGHASH_SINGLE":       3,
	"SIGHASH_ALLVALUE":     4,
	"SIGHASH_ANYONECANPAY": 128,
}
View Source
var DecodedTransaction_Input_TreeType_name = map[int32]string{
	0:  "REGULAR",
	-1: "UNKNOWN",
	1:  "STAKE",
}
View Source
var DecodedTransaction_Input_TreeType_value = map[string]int32{
	"REGULAR": 0,
	"UNKNOWN": -1,
	"STAKE":   1,
}
View Source
var DecodedTransaction_Output_ScriptClass_name = map[int32]string{
	0:  "NON_STANDARD",
	1:  "PUB_KEY",
	2:  "PUB_KEY_HASH",
	3:  "SCRIPT_HASH",
	4:  "MULTI_SIG",
	5:  "NULL_DATA",
	6:  "STAKE_SUBMISSION",
	7:  "STAKE_GEN",
	8:  "STAKE_REVOCATION",
	9:  "STAKE_SUB_CHANGE",
	10: "PUB_KEY_ALT",
	11: "PUB_KEY_HASH_ALT",
}
View Source
var DecodedTransaction_Output_ScriptClass_value = map[string]int32{
	"NON_STANDARD":     0,
	"PUB_KEY":          1,
	"PUB_KEY_HASH":     2,
	"SCRIPT_HASH":      3,
	"MULTI_SIG":        4,
	"NULL_DATA":        5,
	"STAKE_SUBMISSION": 6,
	"STAKE_GEN":        7,
	"STAKE_REVOCATION": 8,
	"STAKE_SUB_CHANGE": 9,
	"PUB_KEY_ALT":      10,
	"PUB_KEY_HASH_ALT": 11,
}
View Source
var GetTicketsResponse_TicketDetails_TicketStatus_name = map[int32]string{
	0: "UNKNOWN",
	1: "UNMINED",
	2: "IMMATURE",
	3: "LIVE",
	4: "VOTED",
	5: "MISSED",
	6: "EXPIRED",
	7: "REVOKED",
}
View Source
var GetTicketsResponse_TicketDetails_TicketStatus_value = map[string]int32{
	"UNKNOWN":  0,
	"UNMINED":  1,
	"IMMATURE": 2,
	"LIVE":     3,
	"VOTED":    4,
	"MISSED":   5,
	"EXPIRED":  6,
	"REVOKED":  7,
}
View Source
var NextAddressRequest_GapPolicy_name = map[int32]string{
	0: "GAP_POLICY_UNSPECIFIED",
	1: "GAP_POLICY_ERROR",
	2: "GAP_POLICY_IGNORE",
	3: "GAP_POLICY_WRAP",
}
View Source
var NextAddressRequest_GapPolicy_value = map[string]int32{
	"GAP_POLICY_UNSPECIFIED": 0,
	"GAP_POLICY_ERROR":       1,
	"GAP_POLICY_IGNORE":      2,
	"GAP_POLICY_WRAP":        3,
}
View Source
var NextAddressRequest_Kind_name = map[int32]string{
	0: "BIP0044_EXTERNAL",
	1: "BIP0044_INTERNAL",
}
View Source
var NextAddressRequest_Kind_value = map[string]int32{
	"BIP0044_EXTERNAL": 0,
	"BIP0044_INTERNAL": 1,
}
View Source
var SyncNotificationType_name = map[int32]string{
	0:  "SYNCED",
	1:  "UNSYNCED",
	2:  "PEER_CONNECTED",
	3:  "PEER_DISCONNECTED",
	4:  "FETCHED_MISSING_CFILTERS_STARTED",
	5:  "FETCHED_MISSING_CFILTERS_PROGRESS",
	6:  "FETCHED_MISSING_CFILTERS_FINISHED",
	7:  "FETCHED_HEADERS_STARTED",
	8:  "FETCHED_HEADERS_PROGRESS",
	9:  "FETCHED_HEADERS_FINISHED",
	10: "DISCOVER_ADDRESSES_STARTED",
	11: "DISCOVER_ADDRESSES_FINISHED",
	12: "RESCAN_STARTED",
	13: "RESCAN_PROGRESS",
	14: "RESCAN_FINISHED",
}
View Source
var SyncNotificationType_value = map[string]int32{
	"SYNCED":                            0,
	"UNSYNCED":                          1,
	"PEER_CONNECTED":                    2,
	"PEER_DISCONNECTED":                 3,
	"FETCHED_MISSING_CFILTERS_STARTED":  4,
	"FETCHED_MISSING_CFILTERS_PROGRESS": 5,
	"FETCHED_MISSING_CFILTERS_FINISHED": 6,
	"FETCHED_HEADERS_STARTED":           7,
	"FETCHED_HEADERS_PROGRESS":          8,
	"FETCHED_HEADERS_FINISHED":          9,
	"DISCOVER_ADDRESSES_STARTED":        10,
	"DISCOVER_ADDRESSES_FINISHED":       11,
	"RESCAN_STARTED":                    12,
	"RESCAN_PROGRESS":                   13,
	"RESCAN_FINISHED":                   14,
}
View Source
var TransactionDetails_TransactionType_name = map[int32]string{
	0: "REGULAR",
	4: "COINBASE",
	1: "TICKET_PURCHASE",
	2: "VOTE",
	3: "REVOCATION",
}
View Source
var TransactionDetails_TransactionType_value = map[string]int32{
	"REGULAR":         0,
	"COINBASE":        4,
	"TICKET_PURCHASE": 1,
	"VOTE":            2,
	"REVOCATION":      3,
}
View Source
var ValidateAddressResponse_ScriptType_name = map[int32]string{
	0:  "NonStandardTy",
	1:  "PubKeyTy",
	2:  "PubKeyHashTy",
	3:  "ScriptHashTy",
	4:  "MultiSigTy",
	5:  "NullDataTy",
	6:  "StakeSubmissionTy",
	7:  "StakeGenTy",
	8:  "StakeRevocationTy",
	9:  "StakeSubChangeTy",
	10: "PubkeyAltTy",
	11: "PubkeyHashAltTy",
}
View Source
var ValidateAddressResponse_ScriptType_value = map[string]int32{
	"NonStandardTy":     0,
	"PubKeyTy":          1,
	"PubKeyHashTy":      2,
	"ScriptHashTy":      3,
	"MultiSigTy":        4,
	"NullDataTy":        5,
	"StakeSubmissionTy": 6,
	"StakeGenTy":        7,
	"StakeRevocationTy": 8,
	"StakeSubChangeTy":  9,
	"PubkeyAltTy":       10,
	"PubkeyHashAltTy":   11,
}

Functions

func RegisterAgendaServiceServer

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

func RegisterDecodeMessageServiceServer

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

func RegisterMessageVerificationServiceServer

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

func RegisterSeedServiceServer

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

func RegisterTicketBuyerServiceServer

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

func RegisterTicketBuyerV2ServiceServer

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

func RegisterVersionServiceServer

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

func RegisterVotingServiceServer

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

func RegisterWalletLoaderServiceServer

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

func RegisterWalletServiceServer

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

Types

type AccountBalance

type AccountBalance struct {
	Account              uint32   `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	TotalBalance         int64    `protobuf:"varint,2,opt,name=total_balance,json=totalBalance,proto3" json:"total_balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountBalance) Descriptor

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

func (*AccountBalance) GetAccount

func (m *AccountBalance) GetAccount() uint32

func (*AccountBalance) GetTotalBalance

func (m *AccountBalance) GetTotalBalance() int64

func (*AccountBalance) ProtoMessage

func (*AccountBalance) ProtoMessage()

func (*AccountBalance) Reset

func (m *AccountBalance) Reset()

func (*AccountBalance) String

func (m *AccountBalance) String() string

func (*AccountBalance) XXX_DiscardUnknown

func (m *AccountBalance) XXX_DiscardUnknown()

func (*AccountBalance) XXX_Marshal

func (m *AccountBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountBalance) XXX_Merge

func (m *AccountBalance) XXX_Merge(src proto.Message)

func (*AccountBalance) XXX_Size

func (m *AccountBalance) XXX_Size() int

func (*AccountBalance) XXX_Unmarshal

func (m *AccountBalance) XXX_Unmarshal(b []byte) error

type AccountNotificationsRequest

type AccountNotificationsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountNotificationsRequest) Descriptor

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

func (*AccountNotificationsRequest) ProtoMessage

func (*AccountNotificationsRequest) ProtoMessage()

func (*AccountNotificationsRequest) Reset

func (m *AccountNotificationsRequest) Reset()

func (*AccountNotificationsRequest) String

func (m *AccountNotificationsRequest) String() string

func (*AccountNotificationsRequest) XXX_DiscardUnknown

func (m *AccountNotificationsRequest) XXX_DiscardUnknown()

func (*AccountNotificationsRequest) XXX_Marshal

func (m *AccountNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountNotificationsRequest) XXX_Merge

func (m *AccountNotificationsRequest) XXX_Merge(src proto.Message)

func (*AccountNotificationsRequest) XXX_Size

func (m *AccountNotificationsRequest) XXX_Size() int

func (*AccountNotificationsRequest) XXX_Unmarshal

func (m *AccountNotificationsRequest) XXX_Unmarshal(b []byte) error

type AccountNotificationsResponse

type AccountNotificationsResponse struct {
	AccountNumber        uint32   `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	AccountName          string   `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	ExternalKeyCount     uint32   `protobuf:"varint,3,opt,name=external_key_count,json=externalKeyCount,proto3" json:"external_key_count,omitempty"`
	InternalKeyCount     uint32   `protobuf:"varint,4,opt,name=internal_key_count,json=internalKeyCount,proto3" json:"internal_key_count,omitempty"`
	ImportedKeyCount     uint32   `protobuf:"varint,5,opt,name=imported_key_count,json=importedKeyCount,proto3" json:"imported_key_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountNotificationsResponse) Descriptor

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

func (*AccountNotificationsResponse) GetAccountName

func (m *AccountNotificationsResponse) GetAccountName() string

func (*AccountNotificationsResponse) GetAccountNumber

func (m *AccountNotificationsResponse) GetAccountNumber() uint32

func (*AccountNotificationsResponse) GetExternalKeyCount

func (m *AccountNotificationsResponse) GetExternalKeyCount() uint32

func (*AccountNotificationsResponse) GetImportedKeyCount

func (m *AccountNotificationsResponse) GetImportedKeyCount() uint32

func (*AccountNotificationsResponse) GetInternalKeyCount

func (m *AccountNotificationsResponse) GetInternalKeyCount() uint32

func (*AccountNotificationsResponse) ProtoMessage

func (*AccountNotificationsResponse) ProtoMessage()

func (*AccountNotificationsResponse) Reset

func (m *AccountNotificationsResponse) Reset()

func (*AccountNotificationsResponse) String

func (*AccountNotificationsResponse) XXX_DiscardUnknown

func (m *AccountNotificationsResponse) XXX_DiscardUnknown()

func (*AccountNotificationsResponse) XXX_Marshal

func (m *AccountNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountNotificationsResponse) XXX_Merge

func (m *AccountNotificationsResponse) XXX_Merge(src proto.Message)

func (*AccountNotificationsResponse) XXX_Size

func (m *AccountNotificationsResponse) XXX_Size() int

func (*AccountNotificationsResponse) XXX_Unmarshal

func (m *AccountNotificationsResponse) XXX_Unmarshal(b []byte) error

type AccountNumberRequest

type AccountNumberRequest struct {
	AccountName          string   `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountNumberRequest) Descriptor

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

func (*AccountNumberRequest) GetAccountName

func (m *AccountNumberRequest) GetAccountName() string

func (*AccountNumberRequest) ProtoMessage

func (*AccountNumberRequest) ProtoMessage()

func (*AccountNumberRequest) Reset

func (m *AccountNumberRequest) Reset()

func (*AccountNumberRequest) String

func (m *AccountNumberRequest) String() string

func (*AccountNumberRequest) XXX_DiscardUnknown

func (m *AccountNumberRequest) XXX_DiscardUnknown()

func (*AccountNumberRequest) XXX_Marshal

func (m *AccountNumberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountNumberRequest) XXX_Merge

func (m *AccountNumberRequest) XXX_Merge(src proto.Message)

func (*AccountNumberRequest) XXX_Size

func (m *AccountNumberRequest) XXX_Size() int

func (*AccountNumberRequest) XXX_Unmarshal

func (m *AccountNumberRequest) XXX_Unmarshal(b []byte) error

type AccountNumberResponse

type AccountNumberResponse struct {
	AccountNumber        uint32   `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountNumberResponse) Descriptor

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

func (*AccountNumberResponse) GetAccountNumber

func (m *AccountNumberResponse) GetAccountNumber() uint32

func (*AccountNumberResponse) ProtoMessage

func (*AccountNumberResponse) ProtoMessage()

func (*AccountNumberResponse) Reset

func (m *AccountNumberResponse) Reset()

func (*AccountNumberResponse) String

func (m *AccountNumberResponse) String() string

func (*AccountNumberResponse) XXX_DiscardUnknown

func (m *AccountNumberResponse) XXX_DiscardUnknown()

func (*AccountNumberResponse) XXX_Marshal

func (m *AccountNumberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountNumberResponse) XXX_Merge

func (m *AccountNumberResponse) XXX_Merge(src proto.Message)

func (*AccountNumberResponse) XXX_Size

func (m *AccountNumberResponse) XXX_Size() int

func (*AccountNumberResponse) XXX_Unmarshal

func (m *AccountNumberResponse) XXX_Unmarshal(b []byte) error

type AccountsRequest

type AccountsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountsRequest) Descriptor

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

func (*AccountsRequest) ProtoMessage

func (*AccountsRequest) ProtoMessage()

func (*AccountsRequest) Reset

func (m *AccountsRequest) Reset()

func (*AccountsRequest) String

func (m *AccountsRequest) String() string

func (*AccountsRequest) XXX_DiscardUnknown

func (m *AccountsRequest) XXX_DiscardUnknown()

func (*AccountsRequest) XXX_Marshal

func (m *AccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountsRequest) XXX_Merge

func (m *AccountsRequest) XXX_Merge(src proto.Message)

func (*AccountsRequest) XXX_Size

func (m *AccountsRequest) XXX_Size() int

func (*AccountsRequest) XXX_Unmarshal

func (m *AccountsRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*AccountsResponse) Descriptor

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

func (*AccountsResponse) GetAccounts

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

func (*AccountsResponse) GetCurrentBlockHash

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

func (*AccountsResponse) GetCurrentBlockHeight

func (m *AccountsResponse) GetCurrentBlockHeight() int32

func (*AccountsResponse) ProtoMessage

func (*AccountsResponse) ProtoMessage()

func (*AccountsResponse) Reset

func (m *AccountsResponse) Reset()

func (*AccountsResponse) String

func (m *AccountsResponse) String() string

func (*AccountsResponse) XXX_DiscardUnknown

func (m *AccountsResponse) XXX_DiscardUnknown()

func (*AccountsResponse) XXX_Marshal

func (m *AccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountsResponse) XXX_Merge

func (m *AccountsResponse) XXX_Merge(src proto.Message)

func (*AccountsResponse) XXX_Size

func (m *AccountsResponse) XXX_Size() int

func (*AccountsResponse) XXX_Unmarshal

func (m *AccountsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountsResponse_Account) Descriptor

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

func (*AccountsResponse_Account) GetAccountName

func (m *AccountsResponse_Account) GetAccountName() string

func (*AccountsResponse_Account) GetAccountNumber

func (m *AccountsResponse_Account) GetAccountNumber() uint32

func (*AccountsResponse_Account) GetExternalKeyCount

func (m *AccountsResponse_Account) GetExternalKeyCount() uint32

func (*AccountsResponse_Account) GetImportedKeyCount

func (m *AccountsResponse_Account) GetImportedKeyCount() uint32

func (*AccountsResponse_Account) GetInternalKeyCount

func (m *AccountsResponse_Account) GetInternalKeyCount() uint32

func (*AccountsResponse_Account) GetTotalBalance

func (m *AccountsResponse_Account) GetTotalBalance() int64

func (*AccountsResponse_Account) ProtoMessage

func (*AccountsResponse_Account) ProtoMessage()

func (*AccountsResponse_Account) Reset

func (m *AccountsResponse_Account) Reset()

func (*AccountsResponse_Account) String

func (m *AccountsResponse_Account) String() string

func (*AccountsResponse_Account) XXX_DiscardUnknown

func (m *AccountsResponse_Account) XXX_DiscardUnknown()

func (*AccountsResponse_Account) XXX_Marshal

func (m *AccountsResponse_Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountsResponse_Account) XXX_Merge

func (m *AccountsResponse_Account) XXX_Merge(src proto.Message)

func (*AccountsResponse_Account) XXX_Size

func (m *AccountsResponse_Account) XXX_Size() int

func (*AccountsResponse_Account) XXX_Unmarshal

func (m *AccountsResponse_Account) XXX_Unmarshal(b []byte) error

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.

func NewAgendaServiceClient

func NewAgendaServiceClient(cc *grpc.ClientConn) AgendaServiceClient

type AgendaServiceServer

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

AgendaServiceServer is the server API for AgendaService service.

type AgendasRequest

type AgendasRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AgendasRequest) Descriptor

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

func (*AgendasRequest) ProtoMessage

func (*AgendasRequest) ProtoMessage()

func (*AgendasRequest) Reset

func (m *AgendasRequest) Reset()

func (*AgendasRequest) String

func (m *AgendasRequest) String() string

func (*AgendasRequest) XXX_DiscardUnknown

func (m *AgendasRequest) XXX_DiscardUnknown()

func (*AgendasRequest) XXX_Marshal

func (m *AgendasRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AgendasRequest) XXX_Merge

func (m *AgendasRequest) XXX_Merge(src proto.Message)

func (*AgendasRequest) XXX_Size

func (m *AgendasRequest) XXX_Size() int

func (*AgendasRequest) XXX_Unmarshal

func (m *AgendasRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*AgendasResponse) Descriptor

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

func (*AgendasResponse) GetAgendas

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

func (*AgendasResponse) GetVersion

func (m *AgendasResponse) GetVersion() uint32

func (*AgendasResponse) ProtoMessage

func (*AgendasResponse) ProtoMessage()

func (*AgendasResponse) Reset

func (m *AgendasResponse) Reset()

func (*AgendasResponse) String

func (m *AgendasResponse) String() string

func (*AgendasResponse) XXX_DiscardUnknown

func (m *AgendasResponse) XXX_DiscardUnknown()

func (*AgendasResponse) XXX_Marshal

func (m *AgendasResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AgendasResponse) XXX_Merge

func (m *AgendasResponse) XXX_Merge(src proto.Message)

func (*AgendasResponse) XXX_Size

func (m *AgendasResponse) XXX_Size() int

func (*AgendasResponse) XXX_Unmarshal

func (m *AgendasResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*AgendasResponse_Agenda) Descriptor

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

func (*AgendasResponse_Agenda) GetChoices

func (*AgendasResponse_Agenda) GetDescription

func (m *AgendasResponse_Agenda) GetDescription() string

func (*AgendasResponse_Agenda) GetExpireTime

func (m *AgendasResponse_Agenda) GetExpireTime() int64

func (*AgendasResponse_Agenda) GetId

func (m *AgendasResponse_Agenda) GetId() string

func (*AgendasResponse_Agenda) GetMask

func (m *AgendasResponse_Agenda) GetMask() uint32

func (*AgendasResponse_Agenda) GetStartTime

func (m *AgendasResponse_Agenda) GetStartTime() int64

func (*AgendasResponse_Agenda) ProtoMessage

func (*AgendasResponse_Agenda) ProtoMessage()

func (*AgendasResponse_Agenda) Reset

func (m *AgendasResponse_Agenda) Reset()

func (*AgendasResponse_Agenda) String

func (m *AgendasResponse_Agenda) String() string

func (*AgendasResponse_Agenda) XXX_DiscardUnknown

func (m *AgendasResponse_Agenda) XXX_DiscardUnknown()

func (*AgendasResponse_Agenda) XXX_Marshal

func (m *AgendasResponse_Agenda) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AgendasResponse_Agenda) XXX_Merge

func (m *AgendasResponse_Agenda) XXX_Merge(src proto.Message)

func (*AgendasResponse_Agenda) XXX_Size

func (m *AgendasResponse_Agenda) XXX_Size() int

func (*AgendasResponse_Agenda) XXX_Unmarshal

func (m *AgendasResponse_Agenda) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AgendasResponse_Choice) Descriptor

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

func (*AgendasResponse_Choice) GetBits

func (m *AgendasResponse_Choice) GetBits() uint32

func (*AgendasResponse_Choice) GetDescription

func (m *AgendasResponse_Choice) GetDescription() string

func (*AgendasResponse_Choice) GetId

func (m *AgendasResponse_Choice) GetId() string

func (*AgendasResponse_Choice) GetIsAbstain

func (m *AgendasResponse_Choice) GetIsAbstain() bool

func (*AgendasResponse_Choice) GetIsNo

func (m *AgendasResponse_Choice) GetIsNo() bool

func (*AgendasResponse_Choice) ProtoMessage

func (*AgendasResponse_Choice) ProtoMessage()

func (*AgendasResponse_Choice) Reset

func (m *AgendasResponse_Choice) Reset()

func (*AgendasResponse_Choice) String

func (m *AgendasResponse_Choice) String() string

func (*AgendasResponse_Choice) XXX_DiscardUnknown

func (m *AgendasResponse_Choice) XXX_DiscardUnknown()

func (*AgendasResponse_Choice) XXX_Marshal

func (m *AgendasResponse_Choice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AgendasResponse_Choice) XXX_Merge

func (m *AgendasResponse_Choice) XXX_Merge(src proto.Message)

func (*AgendasResponse_Choice) XXX_Size

func (m *AgendasResponse_Choice) XXX_Size() int

func (*AgendasResponse_Choice) XXX_Unmarshal

func (m *AgendasResponse_Choice) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*BalanceRequest) Descriptor

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

func (*BalanceRequest) GetAccountNumber

func (m *BalanceRequest) GetAccountNumber() uint32

func (*BalanceRequest) GetRequiredConfirmations

func (m *BalanceRequest) GetRequiredConfirmations() int32

func (*BalanceRequest) ProtoMessage

func (*BalanceRequest) ProtoMessage()

func (*BalanceRequest) Reset

func (m *BalanceRequest) Reset()

func (*BalanceRequest) String

func (m *BalanceRequest) String() string

func (*BalanceRequest) XXX_DiscardUnknown

func (m *BalanceRequest) XXX_DiscardUnknown()

func (*BalanceRequest) XXX_Marshal

func (m *BalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BalanceRequest) XXX_Merge

func (m *BalanceRequest) XXX_Merge(src proto.Message)

func (*BalanceRequest) XXX_Size

func (m *BalanceRequest) XXX_Size() int

func (*BalanceRequest) XXX_Unmarshal

func (m *BalanceRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*BalanceResponse) Descriptor

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

func (*BalanceResponse) GetImmatureReward

func (m *BalanceResponse) GetImmatureReward() int64

func (*BalanceResponse) GetImmatureStakeGeneration

func (m *BalanceResponse) GetImmatureStakeGeneration() int64

func (*BalanceResponse) GetLockedByTickets

func (m *BalanceResponse) GetLockedByTickets() int64

func (*BalanceResponse) GetSpendable

func (m *BalanceResponse) GetSpendable() int64

func (*BalanceResponse) GetTotal

func (m *BalanceResponse) GetTotal() int64

func (*BalanceResponse) GetUnconfirmed

func (m *BalanceResponse) GetUnconfirmed() int64

func (*BalanceResponse) GetVotingAuthority

func (m *BalanceResponse) GetVotingAuthority() int64

func (*BalanceResponse) ProtoMessage

func (*BalanceResponse) ProtoMessage()

func (*BalanceResponse) Reset

func (m *BalanceResponse) Reset()

func (*BalanceResponse) String

func (m *BalanceResponse) String() string

func (*BalanceResponse) XXX_DiscardUnknown

func (m *BalanceResponse) XXX_DiscardUnknown()

func (*BalanceResponse) XXX_Marshal

func (m *BalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BalanceResponse) XXX_Merge

func (m *BalanceResponse) XXX_Merge(src proto.Message)

func (*BalanceResponse) XXX_Size

func (m *BalanceResponse) XXX_Size() int

func (*BalanceResponse) XXX_Unmarshal

func (m *BalanceResponse) XXX_Unmarshal(b []byte) error

type BestBlockRequest

type BestBlockRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BestBlockRequest) Descriptor

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

func (*BestBlockRequest) ProtoMessage

func (*BestBlockRequest) ProtoMessage()

func (*BestBlockRequest) Reset

func (m *BestBlockRequest) Reset()

func (*BestBlockRequest) String

func (m *BestBlockRequest) String() string

func (*BestBlockRequest) XXX_DiscardUnknown

func (m *BestBlockRequest) XXX_DiscardUnknown()

func (*BestBlockRequest) XXX_Marshal

func (m *BestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BestBlockRequest) XXX_Merge

func (m *BestBlockRequest) XXX_Merge(src proto.Message)

func (*BestBlockRequest) XXX_Size

func (m *BestBlockRequest) XXX_Size() int

func (*BestBlockRequest) XXX_Unmarshal

func (m *BestBlockRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BestBlockResponse) Descriptor

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

func (*BestBlockResponse) GetHash

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

func (*BestBlockResponse) GetHeight

func (m *BestBlockResponse) GetHeight() uint32

func (*BestBlockResponse) ProtoMessage

func (*BestBlockResponse) ProtoMessage()

func (*BestBlockResponse) Reset

func (m *BestBlockResponse) Reset()

func (*BestBlockResponse) String

func (m *BestBlockResponse) String() string

func (*BestBlockResponse) XXX_DiscardUnknown

func (m *BestBlockResponse) XXX_DiscardUnknown()

func (*BestBlockResponse) XXX_Marshal

func (m *BestBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BestBlockResponse) XXX_Merge

func (m *BestBlockResponse) XXX_Merge(src proto.Message)

func (*BestBlockResponse) XXX_Size

func (m *BestBlockResponse) XXX_Size() int

func (*BestBlockResponse) XXX_Unmarshal

func (m *BestBlockResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*BlockDetails) Descriptor

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

func (*BlockDetails) GetApprovesParent

func (m *BlockDetails) GetApprovesParent() bool

func (*BlockDetails) GetHash

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

func (*BlockDetails) GetHeight

func (m *BlockDetails) GetHeight() int32

func (*BlockDetails) GetTimestamp

func (m *BlockDetails) GetTimestamp() int64

func (*BlockDetails) GetTransactions

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

func (*BlockDetails) ProtoMessage

func (*BlockDetails) ProtoMessage()

func (*BlockDetails) Reset

func (m *BlockDetails) Reset()

func (*BlockDetails) String

func (m *BlockDetails) String() string

func (*BlockDetails) XXX_DiscardUnknown

func (m *BlockDetails) XXX_DiscardUnknown()

func (*BlockDetails) XXX_Marshal

func (m *BlockDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockDetails) XXX_Merge

func (m *BlockDetails) XXX_Merge(src proto.Message)

func (*BlockDetails) XXX_Size

func (m *BlockDetails) XXX_Size() int

func (*BlockDetails) XXX_Unmarshal

func (m *BlockDetails) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockInfoRequest) Descriptor

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

func (*BlockInfoRequest) GetBlockHash

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

func (*BlockInfoRequest) GetBlockHeight

func (m *BlockInfoRequest) GetBlockHeight() int32

func (*BlockInfoRequest) ProtoMessage

func (*BlockInfoRequest) ProtoMessage()

func (*BlockInfoRequest) Reset

func (m *BlockInfoRequest) Reset()

func (*BlockInfoRequest) String

func (m *BlockInfoRequest) String() string

func (*BlockInfoRequest) XXX_DiscardUnknown

func (m *BlockInfoRequest) XXX_DiscardUnknown()

func (*BlockInfoRequest) XXX_Marshal

func (m *BlockInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockInfoRequest) XXX_Merge

func (m *BlockInfoRequest) XXX_Merge(src proto.Message)

func (*BlockInfoRequest) XXX_Size

func (m *BlockInfoRequest) XXX_Size() int

func (*BlockInfoRequest) XXX_Unmarshal

func (m *BlockInfoRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockInfoResponse) Descriptor

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

func (*BlockInfoResponse) GetApprovesParent

func (m *BlockInfoResponse) GetApprovesParent() bool

func (*BlockInfoResponse) GetBlockHash

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

func (*BlockInfoResponse) GetBlockHeader

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

func (*BlockInfoResponse) GetBlockHeight

func (m *BlockInfoResponse) GetBlockHeight() int32

func (*BlockInfoResponse) GetConfirmations

func (m *BlockInfoResponse) GetConfirmations() int32

func (*BlockInfoResponse) GetStakeInvalidated

func (m *BlockInfoResponse) GetStakeInvalidated() bool

func (*BlockInfoResponse) GetTimestamp

func (m *BlockInfoResponse) GetTimestamp() int64

func (*BlockInfoResponse) ProtoMessage

func (*BlockInfoResponse) ProtoMessage()

func (*BlockInfoResponse) Reset

func (m *BlockInfoResponse) Reset()

func (*BlockInfoResponse) String

func (m *BlockInfoResponse) String() string

func (*BlockInfoResponse) XXX_DiscardUnknown

func (m *BlockInfoResponse) XXX_DiscardUnknown()

func (*BlockInfoResponse) XXX_Marshal

func (m *BlockInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockInfoResponse) XXX_Merge

func (m *BlockInfoResponse) XXX_Merge(src proto.Message)

func (*BlockInfoResponse) XXX_Size

func (m *BlockInfoResponse) XXX_Size() int

func (*BlockInfoResponse) XXX_Unmarshal

func (m *BlockInfoResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*ChangePassphraseRequest) Descriptor

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

func (*ChangePassphraseRequest) GetKey

func (*ChangePassphraseRequest) GetNewPassphrase

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

func (*ChangePassphraseRequest) GetOldPassphrase

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

func (*ChangePassphraseRequest) ProtoMessage

func (*ChangePassphraseRequest) ProtoMessage()

func (*ChangePassphraseRequest) Reset

func (m *ChangePassphraseRequest) Reset()

func (*ChangePassphraseRequest) String

func (m *ChangePassphraseRequest) String() string

func (*ChangePassphraseRequest) XXX_DiscardUnknown

func (m *ChangePassphraseRequest) XXX_DiscardUnknown()

func (*ChangePassphraseRequest) XXX_Marshal

func (m *ChangePassphraseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangePassphraseRequest) XXX_Merge

func (m *ChangePassphraseRequest) XXX_Merge(src proto.Message)

func (*ChangePassphraseRequest) XXX_Size

func (m *ChangePassphraseRequest) XXX_Size() int

func (*ChangePassphraseRequest) XXX_Unmarshal

func (m *ChangePassphraseRequest) XXX_Unmarshal(b []byte) error

type ChangePassphraseRequest_Key

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

func (ChangePassphraseRequest_Key) EnumDescriptor

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

func (ChangePassphraseRequest_Key) String

type ChangePassphraseResponse

type ChangePassphraseResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChangePassphraseResponse) Descriptor

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

func (*ChangePassphraseResponse) ProtoMessage

func (*ChangePassphraseResponse) ProtoMessage()

func (*ChangePassphraseResponse) Reset

func (m *ChangePassphraseResponse) Reset()

func (*ChangePassphraseResponse) String

func (m *ChangePassphraseResponse) String() string

func (*ChangePassphraseResponse) XXX_DiscardUnknown

func (m *ChangePassphraseResponse) XXX_DiscardUnknown()

func (*ChangePassphraseResponse) XXX_Marshal

func (m *ChangePassphraseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangePassphraseResponse) XXX_Merge

func (m *ChangePassphraseResponse) XXX_Merge(src proto.Message)

func (*ChangePassphraseResponse) XXX_Size

func (m *ChangePassphraseResponse) XXX_Size() int

func (*ChangePassphraseResponse) XXX_Unmarshal

func (m *ChangePassphraseResponse) XXX_Unmarshal(b []byte) error

type CloseWalletRequest

type CloseWalletRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CloseWalletRequest) Descriptor

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

func (*CloseWalletRequest) ProtoMessage

func (*CloseWalletRequest) ProtoMessage()

func (*CloseWalletRequest) Reset

func (m *CloseWalletRequest) Reset()

func (*CloseWalletRequest) String

func (m *CloseWalletRequest) String() string

func (*CloseWalletRequest) XXX_DiscardUnknown

func (m *CloseWalletRequest) XXX_DiscardUnknown()

func (*CloseWalletRequest) XXX_Marshal

func (m *CloseWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CloseWalletRequest) XXX_Merge

func (m *CloseWalletRequest) XXX_Merge(src proto.Message)

func (*CloseWalletRequest) XXX_Size

func (m *CloseWalletRequest) XXX_Size() int

func (*CloseWalletRequest) XXX_Unmarshal

func (m *CloseWalletRequest) XXX_Unmarshal(b []byte) error

type CloseWalletResponse

type CloseWalletResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CloseWalletResponse) Descriptor

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

func (*CloseWalletResponse) ProtoMessage

func (*CloseWalletResponse) ProtoMessage()

func (*CloseWalletResponse) Reset

func (m *CloseWalletResponse) Reset()

func (*CloseWalletResponse) String

func (m *CloseWalletResponse) String() string

func (*CloseWalletResponse) XXX_DiscardUnknown

func (m *CloseWalletResponse) XXX_DiscardUnknown()

func (*CloseWalletResponse) XXX_Marshal

func (m *CloseWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CloseWalletResponse) XXX_Merge

func (m *CloseWalletResponse) XXX_Merge(src proto.Message)

func (*CloseWalletResponse) XXX_Size

func (m *CloseWalletResponse) XXX_Size() int

func (*CloseWalletResponse) XXX_Unmarshal

func (m *CloseWalletResponse) XXX_Unmarshal(b []byte) error

type CoinTypeRequest

type CoinTypeRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CoinTypeRequest) Descriptor

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

func (*CoinTypeRequest) ProtoMessage

func (*CoinTypeRequest) ProtoMessage()

func (*CoinTypeRequest) Reset

func (m *CoinTypeRequest) Reset()

func (*CoinTypeRequest) String

func (m *CoinTypeRequest) String() string

func (*CoinTypeRequest) XXX_DiscardUnknown

func (m *CoinTypeRequest) XXX_DiscardUnknown()

func (*CoinTypeRequest) XXX_Marshal

func (m *CoinTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CoinTypeRequest) XXX_Merge

func (m *CoinTypeRequest) XXX_Merge(src proto.Message)

func (*CoinTypeRequest) XXX_Size

func (m *CoinTypeRequest) XXX_Size() int

func (*CoinTypeRequest) XXX_Unmarshal

func (m *CoinTypeRequest) XXX_Unmarshal(b []byte) error

type CoinTypeResponse

type CoinTypeResponse struct {
	CoinType             uint32   `protobuf:"varint,1,opt,name=coin_type,json=coinType,proto3" json:"coin_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CoinTypeResponse) Descriptor

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

func (*CoinTypeResponse) GetCoinType

func (m *CoinTypeResponse) GetCoinType() uint32

func (*CoinTypeResponse) ProtoMessage

func (*CoinTypeResponse) ProtoMessage()

func (*CoinTypeResponse) Reset

func (m *CoinTypeResponse) Reset()

func (*CoinTypeResponse) String

func (m *CoinTypeResponse) String() string

func (*CoinTypeResponse) XXX_DiscardUnknown

func (m *CoinTypeResponse) XXX_DiscardUnknown()

func (*CoinTypeResponse) XXX_Marshal

func (m *CoinTypeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CoinTypeResponse) XXX_Merge

func (m *CoinTypeResponse) XXX_Merge(src proto.Message)

func (*CoinTypeResponse) XXX_Size

func (m *CoinTypeResponse) XXX_Size() int

func (*CoinTypeResponse) XXX_Unmarshal

func (m *CoinTypeResponse) XXX_Unmarshal(b []byte) error

type CommittedTicketsRequest

type CommittedTicketsRequest struct {
	Tickets              [][]byte `protobuf:"bytes,1,rep,name=tickets,proto3" json:"tickets,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommittedTicketsRequest) Descriptor

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

func (*CommittedTicketsRequest) GetTickets

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

func (*CommittedTicketsRequest) ProtoMessage

func (*CommittedTicketsRequest) ProtoMessage()

func (*CommittedTicketsRequest) Reset

func (m *CommittedTicketsRequest) Reset()

func (*CommittedTicketsRequest) String

func (m *CommittedTicketsRequest) String() string

func (*CommittedTicketsRequest) XXX_DiscardUnknown

func (m *CommittedTicketsRequest) XXX_DiscardUnknown()

func (*CommittedTicketsRequest) XXX_Marshal

func (m *CommittedTicketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommittedTicketsRequest) XXX_Merge

func (m *CommittedTicketsRequest) XXX_Merge(src proto.Message)

func (*CommittedTicketsRequest) XXX_Size

func (m *CommittedTicketsRequest) XXX_Size() int

func (*CommittedTicketsRequest) XXX_Unmarshal

func (m *CommittedTicketsRequest) XXX_Unmarshal(b []byte) error

type CommittedTicketsResponse

type CommittedTicketsResponse struct {
	TicketAddresses      []*CommittedTicketsResponse_TicketAddress `protobuf:"bytes,1,rep,name=ticketAddresses,proto3" json:"ticketAddresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CommittedTicketsResponse) Descriptor

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

func (*CommittedTicketsResponse) GetTicketAddresses

func (*CommittedTicketsResponse) ProtoMessage

func (*CommittedTicketsResponse) ProtoMessage()

func (*CommittedTicketsResponse) Reset

func (m *CommittedTicketsResponse) Reset()

func (*CommittedTicketsResponse) String

func (m *CommittedTicketsResponse) String() string

func (*CommittedTicketsResponse) XXX_DiscardUnknown

func (m *CommittedTicketsResponse) XXX_DiscardUnknown()

func (*CommittedTicketsResponse) XXX_Marshal

func (m *CommittedTicketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommittedTicketsResponse) XXX_Merge

func (m *CommittedTicketsResponse) XXX_Merge(src proto.Message)

func (*CommittedTicketsResponse) XXX_Size

func (m *CommittedTicketsResponse) XXX_Size() int

func (*CommittedTicketsResponse) XXX_Unmarshal

func (m *CommittedTicketsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommittedTicketsResponse_TicketAddress) Descriptor

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

func (*CommittedTicketsResponse_TicketAddress) GetAddress

func (*CommittedTicketsResponse_TicketAddress) GetTicket

func (*CommittedTicketsResponse_TicketAddress) ProtoMessage

func (*CommittedTicketsResponse_TicketAddress) Reset

func (*CommittedTicketsResponse_TicketAddress) String

func (*CommittedTicketsResponse_TicketAddress) XXX_DiscardUnknown

func (m *CommittedTicketsResponse_TicketAddress) XXX_DiscardUnknown()

func (*CommittedTicketsResponse_TicketAddress) XXX_Marshal

func (m *CommittedTicketsResponse_TicketAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommittedTicketsResponse_TicketAddress) XXX_Merge

func (*CommittedTicketsResponse_TicketAddress) XXX_Size

func (*CommittedTicketsResponse_TicketAddress) XXX_Unmarshal

func (m *CommittedTicketsResponse_TicketAddress) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfirmationNotificationsRequest) Descriptor

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

func (*ConfirmationNotificationsRequest) GetStopAfter

func (m *ConfirmationNotificationsRequest) GetStopAfter() int32

func (*ConfirmationNotificationsRequest) GetTxHashes

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

func (*ConfirmationNotificationsRequest) ProtoMessage

func (*ConfirmationNotificationsRequest) ProtoMessage()

func (*ConfirmationNotificationsRequest) Reset

func (*ConfirmationNotificationsRequest) String

func (*ConfirmationNotificationsRequest) XXX_DiscardUnknown

func (m *ConfirmationNotificationsRequest) XXX_DiscardUnknown()

func (*ConfirmationNotificationsRequest) XXX_Marshal

func (m *ConfirmationNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfirmationNotificationsRequest) XXX_Merge

func (*ConfirmationNotificationsRequest) XXX_Size

func (m *ConfirmationNotificationsRequest) XXX_Size() int

func (*ConfirmationNotificationsRequest) XXX_Unmarshal

func (m *ConfirmationNotificationsRequest) XXX_Unmarshal(b []byte) error

type ConfirmationNotificationsResponse

type ConfirmationNotificationsResponse struct {
	Confirmations        []*ConfirmationNotificationsResponse_TransactionConfirmations `protobuf:"bytes,1,rep,name=confirmations,proto3" json:"confirmations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                      `json:"-"`
	XXX_unrecognized     []byte                                                        `json:"-"`
	XXX_sizecache        int32                                                         `json:"-"`
}

func (*ConfirmationNotificationsResponse) Descriptor

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

func (*ConfirmationNotificationsResponse) GetConfirmations

func (*ConfirmationNotificationsResponse) ProtoMessage

func (*ConfirmationNotificationsResponse) ProtoMessage()

func (*ConfirmationNotificationsResponse) Reset

func (*ConfirmationNotificationsResponse) String

func (*ConfirmationNotificationsResponse) XXX_DiscardUnknown

func (m *ConfirmationNotificationsResponse) XXX_DiscardUnknown()

func (*ConfirmationNotificationsResponse) XXX_Marshal

func (m *ConfirmationNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfirmationNotificationsResponse) XXX_Merge

func (*ConfirmationNotificationsResponse) XXX_Size

func (m *ConfirmationNotificationsResponse) XXX_Size() int

func (*ConfirmationNotificationsResponse) XXX_Unmarshal

func (m *ConfirmationNotificationsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfirmationNotificationsResponse_TransactionConfirmations) Descriptor

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHash

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetBlockHeight

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetConfirmations

func (*ConfirmationNotificationsResponse_TransactionConfirmations) GetTxHash

func (*ConfirmationNotificationsResponse_TransactionConfirmations) ProtoMessage

func (*ConfirmationNotificationsResponse_TransactionConfirmations) Reset

func (*ConfirmationNotificationsResponse_TransactionConfirmations) String

func (*ConfirmationNotificationsResponse_TransactionConfirmations) XXX_DiscardUnknown

func (*ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Marshal

func (m *ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Merge

func (*ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Size

func (*ConfirmationNotificationsResponse_TransactionConfirmations) XXX_Unmarshal

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"`
	XXX_NoUnkeyedLiteral     struct{}                                             `json:"-"`
	XXX_unrecognized         []byte                                               `json:"-"`
	XXX_sizecache            int32                                                `json:"-"`
}

func (*ConstructTransactionRequest) Descriptor

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

func (*ConstructTransactionRequest) GetChangeDestination

func (*ConstructTransactionRequest) GetFeePerKb

func (m *ConstructTransactionRequest) GetFeePerKb() int32

func (*ConstructTransactionRequest) GetNonChangeOutputs

func (*ConstructTransactionRequest) GetOutputSelectionAlgorithm

func (*ConstructTransactionRequest) GetRequiredConfirmations

func (m *ConstructTransactionRequest) GetRequiredConfirmations() int32

func (*ConstructTransactionRequest) GetSourceAccount

func (m *ConstructTransactionRequest) GetSourceAccount() uint32

func (*ConstructTransactionRequest) ProtoMessage

func (*ConstructTransactionRequest) ProtoMessage()

func (*ConstructTransactionRequest) Reset

func (m *ConstructTransactionRequest) Reset()

func (*ConstructTransactionRequest) String

func (m *ConstructTransactionRequest) String() string

func (*ConstructTransactionRequest) XXX_DiscardUnknown

func (m *ConstructTransactionRequest) XXX_DiscardUnknown()

func (*ConstructTransactionRequest) XXX_Marshal

func (m *ConstructTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConstructTransactionRequest) XXX_Merge

func (m *ConstructTransactionRequest) XXX_Merge(src proto.Message)

func (*ConstructTransactionRequest) XXX_Size

func (m *ConstructTransactionRequest) XXX_Size() int

func (*ConstructTransactionRequest) XXX_Unmarshal

func (m *ConstructTransactionRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*ConstructTransactionRequest_Output) Descriptor

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

func (*ConstructTransactionRequest_Output) GetAmount

func (*ConstructTransactionRequest_Output) GetDestination

func (*ConstructTransactionRequest_Output) ProtoMessage

func (*ConstructTransactionRequest_Output) ProtoMessage()

func (*ConstructTransactionRequest_Output) Reset

func (*ConstructTransactionRequest_Output) String

func (*ConstructTransactionRequest_Output) XXX_DiscardUnknown

func (m *ConstructTransactionRequest_Output) XXX_DiscardUnknown()

func (*ConstructTransactionRequest_Output) XXX_Marshal

func (m *ConstructTransactionRequest_Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConstructTransactionRequest_Output) XXX_Merge

func (*ConstructTransactionRequest_Output) XXX_Size

func (*ConstructTransactionRequest_Output) XXX_Unmarshal

func (m *ConstructTransactionRequest_Output) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConstructTransactionRequest_OutputDestination) Descriptor

func (*ConstructTransactionRequest_OutputDestination) GetAddress

func (*ConstructTransactionRequest_OutputDestination) GetScript

func (*ConstructTransactionRequest_OutputDestination) GetScriptVersion

func (*ConstructTransactionRequest_OutputDestination) ProtoMessage

func (*ConstructTransactionRequest_OutputDestination) Reset

func (*ConstructTransactionRequest_OutputDestination) String

func (*ConstructTransactionRequest_OutputDestination) XXX_DiscardUnknown

func (m *ConstructTransactionRequest_OutputDestination) XXX_DiscardUnknown()

func (*ConstructTransactionRequest_OutputDestination) XXX_Marshal

func (m *ConstructTransactionRequest_OutputDestination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConstructTransactionRequest_OutputDestination) XXX_Merge

func (*ConstructTransactionRequest_OutputDestination) XXX_Size

func (*ConstructTransactionRequest_OutputDestination) XXX_Unmarshal

type ConstructTransactionRequest_OutputSelectionAlgorithm

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

func (ConstructTransactionRequest_OutputSelectionAlgorithm) EnumDescriptor

func (ConstructTransactionRequest_OutputSelectionAlgorithm) String

type ConstructTransactionResponse

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

func (*ConstructTransactionResponse) Descriptor

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

func (*ConstructTransactionResponse) GetChangeIndex

func (m *ConstructTransactionResponse) GetChangeIndex() int32

func (*ConstructTransactionResponse) GetEstimatedSignedSize

func (m *ConstructTransactionResponse) GetEstimatedSignedSize() uint32

func (*ConstructTransactionResponse) GetTotalOutputAmount

func (m *ConstructTransactionResponse) GetTotalOutputAmount() int64

func (*ConstructTransactionResponse) GetTotalPreviousOutputAmount

func (m *ConstructTransactionResponse) GetTotalPreviousOutputAmount() int64

func (*ConstructTransactionResponse) GetUnsignedTransaction

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

func (*ConstructTransactionResponse) ProtoMessage

func (*ConstructTransactionResponse) ProtoMessage()

func (*ConstructTransactionResponse) Reset

func (m *ConstructTransactionResponse) Reset()

func (*ConstructTransactionResponse) String

func (*ConstructTransactionResponse) XXX_DiscardUnknown

func (m *ConstructTransactionResponse) XXX_DiscardUnknown()

func (*ConstructTransactionResponse) XXX_Marshal

func (m *ConstructTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConstructTransactionResponse) XXX_Merge

func (m *ConstructTransactionResponse) XXX_Merge(src proto.Message)

func (*ConstructTransactionResponse) XXX_Size

func (m *ConstructTransactionResponse) XXX_Size() int

func (*ConstructTransactionResponse) XXX_Unmarshal

func (m *ConstructTransactionResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral  struct{}                           `json:"-"`
	XXX_unrecognized      []byte                             `json:"-"`
	XXX_sizecache         int32                              `json:"-"`
}

func (*CreateSignatureRequest) Descriptor

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

func (*CreateSignatureRequest) GetAddress

func (m *CreateSignatureRequest) GetAddress() string

func (*CreateSignatureRequest) GetHashType

func (*CreateSignatureRequest) GetInputIndex

func (m *CreateSignatureRequest) GetInputIndex() uint32

func (*CreateSignatureRequest) GetPassphrase

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

func (*CreateSignatureRequest) GetPreviousPkScript

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

func (*CreateSignatureRequest) GetSerializedTransaction

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

func (*CreateSignatureRequest) ProtoMessage

func (*CreateSignatureRequest) ProtoMessage()

func (*CreateSignatureRequest) Reset

func (m *CreateSignatureRequest) Reset()

func (*CreateSignatureRequest) String

func (m *CreateSignatureRequest) String() string

func (*CreateSignatureRequest) XXX_DiscardUnknown

func (m *CreateSignatureRequest) XXX_DiscardUnknown()

func (*CreateSignatureRequest) XXX_Marshal

func (m *CreateSignatureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSignatureRequest) XXX_Merge

func (m *CreateSignatureRequest) XXX_Merge(src proto.Message)

func (*CreateSignatureRequest) XXX_Size

func (m *CreateSignatureRequest) XXX_Size() int

func (*CreateSignatureRequest) XXX_Unmarshal

func (m *CreateSignatureRequest) XXX_Unmarshal(b []byte) error

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

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

func (CreateSignatureRequest_SigHashType) String

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSignatureResponse) Descriptor

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

func (*CreateSignatureResponse) GetPublicKey

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

func (*CreateSignatureResponse) GetSignature

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

func (*CreateSignatureResponse) ProtoMessage

func (*CreateSignatureResponse) ProtoMessage()

func (*CreateSignatureResponse) Reset

func (m *CreateSignatureResponse) Reset()

func (*CreateSignatureResponse) String

func (m *CreateSignatureResponse) String() string

func (*CreateSignatureResponse) XXX_DiscardUnknown

func (m *CreateSignatureResponse) XXX_DiscardUnknown()

func (*CreateSignatureResponse) XXX_Marshal

func (m *CreateSignatureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSignatureResponse) XXX_Merge

func (m *CreateSignatureResponse) XXX_Merge(src proto.Message)

func (*CreateSignatureResponse) XXX_Size

func (m *CreateSignatureResponse) XXX_Size() int

func (*CreateSignatureResponse) XXX_Unmarshal

func (m *CreateSignatureResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateWalletRequest) Descriptor

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

func (*CreateWalletRequest) GetPrivatePassphrase

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

func (*CreateWalletRequest) GetPublicPassphrase

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

func (*CreateWalletRequest) GetSeed

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

func (*CreateWalletRequest) ProtoMessage

func (*CreateWalletRequest) ProtoMessage()

func (*CreateWalletRequest) Reset

func (m *CreateWalletRequest) Reset()

func (*CreateWalletRequest) String

func (m *CreateWalletRequest) String() string

func (*CreateWalletRequest) XXX_DiscardUnknown

func (m *CreateWalletRequest) XXX_DiscardUnknown()

func (*CreateWalletRequest) XXX_Marshal

func (m *CreateWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateWalletRequest) XXX_Merge

func (m *CreateWalletRequest) XXX_Merge(src proto.Message)

func (*CreateWalletRequest) XXX_Size

func (m *CreateWalletRequest) XXX_Size() int

func (*CreateWalletRequest) XXX_Unmarshal

func (m *CreateWalletRequest) XXX_Unmarshal(b []byte) error

type CreateWalletResponse

type CreateWalletResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateWalletResponse) Descriptor

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

func (*CreateWalletResponse) ProtoMessage

func (*CreateWalletResponse) ProtoMessage()

func (*CreateWalletResponse) Reset

func (m *CreateWalletResponse) Reset()

func (*CreateWalletResponse) String

func (m *CreateWalletResponse) String() string

func (*CreateWalletResponse) XXX_DiscardUnknown

func (m *CreateWalletResponse) XXX_DiscardUnknown()

func (*CreateWalletResponse) XXX_Marshal

func (m *CreateWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateWalletResponse) XXX_Merge

func (m *CreateWalletResponse) XXX_Merge(src proto.Message)

func (*CreateWalletResponse) XXX_Size

func (m *CreateWalletResponse) XXX_Size() int

func (*CreateWalletResponse) XXX_Unmarshal

func (m *CreateWalletResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateWatchingOnlyWalletRequest) Descriptor

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

func (*CreateWatchingOnlyWalletRequest) GetExtendedPubKey

func (m *CreateWatchingOnlyWalletRequest) GetExtendedPubKey() string

func (*CreateWatchingOnlyWalletRequest) GetPublicPassphrase

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

func (*CreateWatchingOnlyWalletRequest) ProtoMessage

func (*CreateWatchingOnlyWalletRequest) ProtoMessage()

func (*CreateWatchingOnlyWalletRequest) Reset

func (*CreateWatchingOnlyWalletRequest) String

func (*CreateWatchingOnlyWalletRequest) XXX_DiscardUnknown

func (m *CreateWatchingOnlyWalletRequest) XXX_DiscardUnknown()

func (*CreateWatchingOnlyWalletRequest) XXX_Marshal

func (m *CreateWatchingOnlyWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateWatchingOnlyWalletRequest) XXX_Merge

func (m *CreateWatchingOnlyWalletRequest) XXX_Merge(src proto.Message)

func (*CreateWatchingOnlyWalletRequest) XXX_Size

func (m *CreateWatchingOnlyWalletRequest) XXX_Size() int

func (*CreateWatchingOnlyWalletRequest) XXX_Unmarshal

func (m *CreateWatchingOnlyWalletRequest) XXX_Unmarshal(b []byte) error

type CreateWatchingOnlyWalletResponse

type CreateWatchingOnlyWalletResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateWatchingOnlyWalletResponse) Descriptor

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

func (*CreateWatchingOnlyWalletResponse) ProtoMessage

func (*CreateWatchingOnlyWalletResponse) ProtoMessage()

func (*CreateWatchingOnlyWalletResponse) Reset

func (*CreateWatchingOnlyWalletResponse) String

func (*CreateWatchingOnlyWalletResponse) XXX_DiscardUnknown

func (m *CreateWatchingOnlyWalletResponse) XXX_DiscardUnknown()

func (*CreateWatchingOnlyWalletResponse) XXX_Marshal

func (m *CreateWatchingOnlyWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateWatchingOnlyWalletResponse) XXX_Merge

func (*CreateWatchingOnlyWalletResponse) XXX_Size

func (m *CreateWatchingOnlyWalletResponse) XXX_Size() int

func (*CreateWatchingOnlyWalletResponse) XXX_Unmarshal

func (m *CreateWatchingOnlyWalletResponse) XXX_Unmarshal(b []byte) error

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.

func NewDecodeMessageServiceClient

func NewDecodeMessageServiceClient(cc *grpc.ClientConn) DecodeMessageServiceClient

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"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*DecodeRawTransactionRequest) Descriptor

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

func (*DecodeRawTransactionRequest) GetSerializedTransaction

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

func (*DecodeRawTransactionRequest) ProtoMessage

func (*DecodeRawTransactionRequest) ProtoMessage()

func (*DecodeRawTransactionRequest) Reset

func (m *DecodeRawTransactionRequest) Reset()

func (*DecodeRawTransactionRequest) String

func (m *DecodeRawTransactionRequest) String() string

func (*DecodeRawTransactionRequest) XXX_DiscardUnknown

func (m *DecodeRawTransactionRequest) XXX_DiscardUnknown()

func (*DecodeRawTransactionRequest) XXX_Marshal

func (m *DecodeRawTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodeRawTransactionRequest) XXX_Merge

func (m *DecodeRawTransactionRequest) XXX_Merge(src proto.Message)

func (*DecodeRawTransactionRequest) XXX_Size

func (m *DecodeRawTransactionRequest) XXX_Size() int

func (*DecodeRawTransactionRequest) XXX_Unmarshal

func (m *DecodeRawTransactionRequest) XXX_Unmarshal(b []byte) error

type DecodeRawTransactionResponse

type DecodeRawTransactionResponse struct {
	Transaction          *DecodedTransaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*DecodeRawTransactionResponse) Descriptor

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

func (*DecodeRawTransactionResponse) GetTransaction

func (m *DecodeRawTransactionResponse) GetTransaction() *DecodedTransaction

func (*DecodeRawTransactionResponse) ProtoMessage

func (*DecodeRawTransactionResponse) ProtoMessage()

func (*DecodeRawTransactionResponse) Reset

func (m *DecodeRawTransactionResponse) Reset()

func (*DecodeRawTransactionResponse) String

func (*DecodeRawTransactionResponse) XXX_DiscardUnknown

func (m *DecodeRawTransactionResponse) XXX_DiscardUnknown()

func (*DecodeRawTransactionResponse) XXX_Marshal

func (m *DecodeRawTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodeRawTransactionResponse) XXX_Merge

func (m *DecodeRawTransactionResponse) XXX_Merge(src proto.Message)

func (*DecodeRawTransactionResponse) XXX_Size

func (m *DecodeRawTransactionResponse) XXX_Size() int

func (*DecodeRawTransactionResponse) XXX_Unmarshal

func (m *DecodeRawTransactionResponse) XXX_Unmarshal(b []byte) error

type DecodeSeedRequest

type DecodeSeedRequest struct {
	UserInput            string   `protobuf:"bytes,1,opt,name=user_input,json=userInput,proto3" json:"user_input,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecodeSeedRequest) Descriptor

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

func (*DecodeSeedRequest) GetUserInput

func (m *DecodeSeedRequest) GetUserInput() string

func (*DecodeSeedRequest) ProtoMessage

func (*DecodeSeedRequest) ProtoMessage()

func (*DecodeSeedRequest) Reset

func (m *DecodeSeedRequest) Reset()

func (*DecodeSeedRequest) String

func (m *DecodeSeedRequest) String() string

func (*DecodeSeedRequest) XXX_DiscardUnknown

func (m *DecodeSeedRequest) XXX_DiscardUnknown()

func (*DecodeSeedRequest) XXX_Marshal

func (m *DecodeSeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodeSeedRequest) XXX_Merge

func (m *DecodeSeedRequest) XXX_Merge(src proto.Message)

func (*DecodeSeedRequest) XXX_Size

func (m *DecodeSeedRequest) XXX_Size() int

func (*DecodeSeedRequest) XXX_Unmarshal

func (m *DecodeSeedRequest) XXX_Unmarshal(b []byte) error

type DecodeSeedResponse

type DecodeSeedResponse struct {
	DecodedSeed          []byte   `protobuf:"bytes,1,opt,name=decoded_seed,json=decodedSeed,proto3" json:"decoded_seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecodeSeedResponse) Descriptor

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

func (*DecodeSeedResponse) GetDecodedSeed

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

func (*DecodeSeedResponse) ProtoMessage

func (*DecodeSeedResponse) ProtoMessage()

func (*DecodeSeedResponse) Reset

func (m *DecodeSeedResponse) Reset()

func (*DecodeSeedResponse) String

func (m *DecodeSeedResponse) String() string

func (*DecodeSeedResponse) XXX_DiscardUnknown

func (m *DecodeSeedResponse) XXX_DiscardUnknown()

func (*DecodeSeedResponse) XXX_Marshal

func (m *DecodeSeedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodeSeedResponse) XXX_Merge

func (m *DecodeSeedResponse) XXX_Merge(src proto.Message)

func (*DecodeSeedResponse) XXX_Size

func (m *DecodeSeedResponse) XXX_Size() int

func (*DecodeSeedResponse) XXX_Unmarshal

func (m *DecodeSeedResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*DecodedTransaction) Descriptor

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

func (*DecodedTransaction) GetExpiry

func (m *DecodedTransaction) GetExpiry() uint32

func (*DecodedTransaction) GetInputs

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

func (*DecodedTransaction) GetLockTime

func (m *DecodedTransaction) GetLockTime() uint32

func (*DecodedTransaction) GetOutputs

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

func (*DecodedTransaction) GetTransactionHash

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

func (*DecodedTransaction) GetTransactionType

func (*DecodedTransaction) GetVersion

func (m *DecodedTransaction) GetVersion() int32

func (*DecodedTransaction) ProtoMessage

func (*DecodedTransaction) ProtoMessage()

func (*DecodedTransaction) Reset

func (m *DecodedTransaction) Reset()

func (*DecodedTransaction) String

func (m *DecodedTransaction) String() string

func (*DecodedTransaction) XXX_DiscardUnknown

func (m *DecodedTransaction) XXX_DiscardUnknown()

func (*DecodedTransaction) XXX_Marshal

func (m *DecodedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodedTransaction) XXX_Merge

func (m *DecodedTransaction) XXX_Merge(src proto.Message)

func (*DecodedTransaction) XXX_Size

func (m *DecodedTransaction) XXX_Size() int

func (*DecodedTransaction) XXX_Unmarshal

func (m *DecodedTransaction) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral     struct{}                          `json:"-"`
	XXX_unrecognized         []byte                            `json:"-"`
	XXX_sizecache            int32                             `json:"-"`
}

func (*DecodedTransaction_Input) Descriptor

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

func (*DecodedTransaction_Input) GetAmountIn

func (m *DecodedTransaction_Input) GetAmountIn() int64

func (*DecodedTransaction_Input) GetBlockHeight

func (m *DecodedTransaction_Input) GetBlockHeight() uint32

func (*DecodedTransaction_Input) GetBlockIndex

func (m *DecodedTransaction_Input) GetBlockIndex() uint32

func (*DecodedTransaction_Input) GetPreviousTransactionHash

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

func (*DecodedTransaction_Input) GetPreviousTransactionIndex

func (m *DecodedTransaction_Input) GetPreviousTransactionIndex() uint32

func (*DecodedTransaction_Input) GetSequence

func (m *DecodedTransaction_Input) GetSequence() uint32

func (*DecodedTransaction_Input) GetSignatureScript

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

func (*DecodedTransaction_Input) GetSignatureScriptAsm

func (m *DecodedTransaction_Input) GetSignatureScriptAsm() string

func (*DecodedTransaction_Input) GetTree

func (*DecodedTransaction_Input) ProtoMessage

func (*DecodedTransaction_Input) ProtoMessage()

func (*DecodedTransaction_Input) Reset

func (m *DecodedTransaction_Input) Reset()

func (*DecodedTransaction_Input) String

func (m *DecodedTransaction_Input) String() string

func (*DecodedTransaction_Input) XXX_DiscardUnknown

func (m *DecodedTransaction_Input) XXX_DiscardUnknown()

func (*DecodedTransaction_Input) XXX_Marshal

func (m *DecodedTransaction_Input) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodedTransaction_Input) XXX_Merge

func (m *DecodedTransaction_Input) XXX_Merge(src proto.Message)

func (*DecodedTransaction_Input) XXX_Size

func (m *DecodedTransaction_Input) XXX_Size() int

func (*DecodedTransaction_Input) XXX_Unmarshal

func (m *DecodedTransaction_Input) XXX_Unmarshal(b []byte) error

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

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

func (DecodedTransaction_Input_TreeType) String

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"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*DecodedTransaction_Output) Descriptor

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

func (*DecodedTransaction_Output) GetAddresses

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

func (*DecodedTransaction_Output) GetCommitmentAmount

func (m *DecodedTransaction_Output) GetCommitmentAmount() int64

func (*DecodedTransaction_Output) GetIndex

func (m *DecodedTransaction_Output) GetIndex() uint32

func (*DecodedTransaction_Output) GetRequiredSignatures

func (m *DecodedTransaction_Output) GetRequiredSignatures() int32

func (*DecodedTransaction_Output) GetScript

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

func (*DecodedTransaction_Output) GetScriptAsm

func (m *DecodedTransaction_Output) GetScriptAsm() string

func (*DecodedTransaction_Output) GetScriptClass

func (*DecodedTransaction_Output) GetValue

func (m *DecodedTransaction_Output) GetValue() int64

func (*DecodedTransaction_Output) GetVersion

func (m *DecodedTransaction_Output) GetVersion() int32

func (*DecodedTransaction_Output) ProtoMessage

func (*DecodedTransaction_Output) ProtoMessage()

func (*DecodedTransaction_Output) Reset

func (m *DecodedTransaction_Output) Reset()

func (*DecodedTransaction_Output) String

func (m *DecodedTransaction_Output) String() string

func (*DecodedTransaction_Output) XXX_DiscardUnknown

func (m *DecodedTransaction_Output) XXX_DiscardUnknown()

func (*DecodedTransaction_Output) XXX_Marshal

func (m *DecodedTransaction_Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodedTransaction_Output) XXX_Merge

func (m *DecodedTransaction_Output) XXX_Merge(src proto.Message)

func (*DecodedTransaction_Output) XXX_Size

func (m *DecodedTransaction_Output) XXX_Size() int

func (*DecodedTransaction_Output) XXX_Unmarshal

func (m *DecodedTransaction_Output) XXX_Unmarshal(b []byte) error

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
)

func (DecodedTransaction_Output_ScriptClass) EnumDescriptor

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

func (DecodedTransaction_Output_ScriptClass) 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiscoverAddressesRequest) Descriptor

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

func (*DiscoverAddressesRequest) GetDiscoverAccounts

func (m *DiscoverAddressesRequest) GetDiscoverAccounts() bool

func (*DiscoverAddressesRequest) GetPrivatePassphrase

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

func (*DiscoverAddressesRequest) GetStartingBlockHash

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

func (*DiscoverAddressesRequest) ProtoMessage

func (*DiscoverAddressesRequest) ProtoMessage()

func (*DiscoverAddressesRequest) Reset

func (m *DiscoverAddressesRequest) Reset()

func (*DiscoverAddressesRequest) String

func (m *DiscoverAddressesRequest) String() string

func (*DiscoverAddressesRequest) XXX_DiscardUnknown

func (m *DiscoverAddressesRequest) XXX_DiscardUnknown()

func (*DiscoverAddressesRequest) XXX_Marshal

func (m *DiscoverAddressesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiscoverAddressesRequest) XXX_Merge

func (m *DiscoverAddressesRequest) XXX_Merge(src proto.Message)

func (*DiscoverAddressesRequest) XXX_Size

func (m *DiscoverAddressesRequest) XXX_Size() int

func (*DiscoverAddressesRequest) XXX_Unmarshal

func (m *DiscoverAddressesRequest) XXX_Unmarshal(b []byte) error

type DiscoverAddressesResponse

type DiscoverAddressesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiscoverAddressesResponse) Descriptor

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

func (*DiscoverAddressesResponse) ProtoMessage

func (*DiscoverAddressesResponse) ProtoMessage()

func (*DiscoverAddressesResponse) Reset

func (m *DiscoverAddressesResponse) Reset()

func (*DiscoverAddressesResponse) String

func (m *DiscoverAddressesResponse) String() string

func (*DiscoverAddressesResponse) XXX_DiscardUnknown

func (m *DiscoverAddressesResponse) XXX_DiscardUnknown()

func (*DiscoverAddressesResponse) XXX_Marshal

func (m *DiscoverAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiscoverAddressesResponse) XXX_Merge

func (m *DiscoverAddressesResponse) XXX_Merge(src proto.Message)

func (*DiscoverAddressesResponse) XXX_Size

func (m *DiscoverAddressesResponse) XXX_Size() int

func (*DiscoverAddressesResponse) XXX_Unmarshal

func (m *DiscoverAddressesResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchHeadersNotification) Descriptor

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

func (*FetchHeadersNotification) GetFetchedHeadersCount

func (m *FetchHeadersNotification) GetFetchedHeadersCount() int32

func (*FetchHeadersNotification) GetLastHeaderTime

func (m *FetchHeadersNotification) GetLastHeaderTime() int64

func (*FetchHeadersNotification) ProtoMessage

func (*FetchHeadersNotification) ProtoMessage()

func (*FetchHeadersNotification) Reset

func (m *FetchHeadersNotification) Reset()

func (*FetchHeadersNotification) String

func (m *FetchHeadersNotification) String() string

func (*FetchHeadersNotification) XXX_DiscardUnknown

func (m *FetchHeadersNotification) XXX_DiscardUnknown()

func (*FetchHeadersNotification) XXX_Marshal

func (m *FetchHeadersNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchHeadersNotification) XXX_Merge

func (m *FetchHeadersNotification) XXX_Merge(src proto.Message)

func (*FetchHeadersNotification) XXX_Size

func (m *FetchHeadersNotification) XXX_Size() int

func (*FetchHeadersNotification) XXX_Unmarshal

func (m *FetchHeadersNotification) XXX_Unmarshal(b []byte) error

type FetchHeadersRequest

type FetchHeadersRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchHeadersRequest) Descriptor

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

func (*FetchHeadersRequest) ProtoMessage

func (*FetchHeadersRequest) ProtoMessage()

func (*FetchHeadersRequest) Reset

func (m *FetchHeadersRequest) Reset()

func (*FetchHeadersRequest) String

func (m *FetchHeadersRequest) String() string

func (*FetchHeadersRequest) XXX_DiscardUnknown

func (m *FetchHeadersRequest) XXX_DiscardUnknown()

func (*FetchHeadersRequest) XXX_Marshal

func (m *FetchHeadersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchHeadersRequest) XXX_Merge

func (m *FetchHeadersRequest) XXX_Merge(src proto.Message)

func (*FetchHeadersRequest) XXX_Size

func (m *FetchHeadersRequest) XXX_Size() int

func (*FetchHeadersRequest) XXX_Unmarshal

func (m *FetchHeadersRequest) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*FetchHeadersResponse) Descriptor

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

func (*FetchHeadersResponse) GetFetchedHeadersCount

func (m *FetchHeadersResponse) GetFetchedHeadersCount() uint32

func (*FetchHeadersResponse) GetFirstNewBlockHash

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

func (*FetchHeadersResponse) GetFirstNewBlockHeight

func (m *FetchHeadersResponse) GetFirstNewBlockHeight() int32

func (*FetchHeadersResponse) GetMainChainTipBlockHash

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

func (*FetchHeadersResponse) GetMainChainTipBlockHeight

func (m *FetchHeadersResponse) GetMainChainTipBlockHeight() int32

func (*FetchHeadersResponse) ProtoMessage

func (*FetchHeadersResponse) ProtoMessage()

func (*FetchHeadersResponse) Reset

func (m *FetchHeadersResponse) Reset()

func (*FetchHeadersResponse) String

func (m *FetchHeadersResponse) String() string

func (*FetchHeadersResponse) XXX_DiscardUnknown

func (m *FetchHeadersResponse) XXX_DiscardUnknown()

func (*FetchHeadersResponse) XXX_Marshal

func (m *FetchHeadersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchHeadersResponse) XXX_Merge

func (m *FetchHeadersResponse) XXX_Merge(src proto.Message)

func (*FetchHeadersResponse) XXX_Size

func (m *FetchHeadersResponse) XXX_Size() int

func (*FetchHeadersResponse) XXX_Unmarshal

func (m *FetchHeadersResponse) XXX_Unmarshal(b []byte) error

type FetchMissingCFiltersNotification

type FetchMissingCFiltersNotification struct {
	FetchedCfiltersStartHeight int32    `` /* 144-byte string literal not displayed */
	FetchedCfiltersEndHeight   int32    `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*FetchMissingCFiltersNotification) Descriptor

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

func (*FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight

func (m *FetchMissingCFiltersNotification) GetFetchedCfiltersEndHeight() int32

func (*FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight

func (m *FetchMissingCFiltersNotification) GetFetchedCfiltersStartHeight() int32

func (*FetchMissingCFiltersNotification) ProtoMessage

func (*FetchMissingCFiltersNotification) ProtoMessage()

func (*FetchMissingCFiltersNotification) Reset

func (*FetchMissingCFiltersNotification) String

func (*FetchMissingCFiltersNotification) XXX_DiscardUnknown

func (m *FetchMissingCFiltersNotification) XXX_DiscardUnknown()

func (*FetchMissingCFiltersNotification) XXX_Marshal

func (m *FetchMissingCFiltersNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchMissingCFiltersNotification) XXX_Merge

func (*FetchMissingCFiltersNotification) XXX_Size

func (m *FetchMissingCFiltersNotification) XXX_Size() int

func (*FetchMissingCFiltersNotification) XXX_Unmarshal

func (m *FetchMissingCFiltersNotification) XXX_Unmarshal(b []byte) error

type FetchMissingCFiltersRequest

type FetchMissingCFiltersRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchMissingCFiltersRequest) Descriptor

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

func (*FetchMissingCFiltersRequest) ProtoMessage

func (*FetchMissingCFiltersRequest) ProtoMessage()

func (*FetchMissingCFiltersRequest) Reset

func (m *FetchMissingCFiltersRequest) Reset()

func (*FetchMissingCFiltersRequest) String

func (m *FetchMissingCFiltersRequest) String() string

func (*FetchMissingCFiltersRequest) XXX_DiscardUnknown

func (m *FetchMissingCFiltersRequest) XXX_DiscardUnknown()

func (*FetchMissingCFiltersRequest) XXX_Marshal

func (m *FetchMissingCFiltersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchMissingCFiltersRequest) XXX_Merge

func (m *FetchMissingCFiltersRequest) XXX_Merge(src proto.Message)

func (*FetchMissingCFiltersRequest) XXX_Size

func (m *FetchMissingCFiltersRequest) XXX_Size() int

func (*FetchMissingCFiltersRequest) XXX_Unmarshal

func (m *FetchMissingCFiltersRequest) XXX_Unmarshal(b []byte) error

type FetchMissingCFiltersResponse

type FetchMissingCFiltersResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchMissingCFiltersResponse) Descriptor

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

func (*FetchMissingCFiltersResponse) ProtoMessage

func (*FetchMissingCFiltersResponse) ProtoMessage()

func (*FetchMissingCFiltersResponse) Reset

func (m *FetchMissingCFiltersResponse) Reset()

func (*FetchMissingCFiltersResponse) String

func (*FetchMissingCFiltersResponse) XXX_DiscardUnknown

func (m *FetchMissingCFiltersResponse) XXX_DiscardUnknown()

func (*FetchMissingCFiltersResponse) XXX_Marshal

func (m *FetchMissingCFiltersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchMissingCFiltersResponse) XXX_Merge

func (m *FetchMissingCFiltersResponse) XXX_Merge(src proto.Message)

func (*FetchMissingCFiltersResponse) XXX_Size

func (m *FetchMissingCFiltersResponse) XXX_Size() int

func (*FetchMissingCFiltersResponse) XXX_Unmarshal

func (m *FetchMissingCFiltersResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*FundTransactionRequest) Descriptor

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

func (*FundTransactionRequest) GetAccount

func (m *FundTransactionRequest) GetAccount() uint32

func (*FundTransactionRequest) GetIncludeChangeScript

func (m *FundTransactionRequest) GetIncludeChangeScript() bool

func (*FundTransactionRequest) GetIncludeImmatureCoinbases

func (m *FundTransactionRequest) GetIncludeImmatureCoinbases() bool

func (*FundTransactionRequest) GetRequiredConfirmations

func (m *FundTransactionRequest) GetRequiredConfirmations() int32

func (*FundTransactionRequest) GetTargetAmount

func (m *FundTransactionRequest) GetTargetAmount() int64

func (*FundTransactionRequest) ProtoMessage

func (*FundTransactionRequest) ProtoMessage()

func (*FundTransactionRequest) Reset

func (m *FundTransactionRequest) Reset()

func (*FundTransactionRequest) String

func (m *FundTransactionRequest) String() string

func (*FundTransactionRequest) XXX_DiscardUnknown

func (m *FundTransactionRequest) XXX_DiscardUnknown()

func (*FundTransactionRequest) XXX_Marshal

func (m *FundTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FundTransactionRequest) XXX_Merge

func (m *FundTransactionRequest) XXX_Merge(src proto.Message)

func (*FundTransactionRequest) XXX_Size

func (m *FundTransactionRequest) XXX_Size() int

func (*FundTransactionRequest) XXX_Unmarshal

func (m *FundTransactionRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*FundTransactionResponse) Descriptor

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

func (*FundTransactionResponse) GetChangePkScript

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

func (*FundTransactionResponse) GetSelectedOutputs

func (*FundTransactionResponse) GetTotalAmount

func (m *FundTransactionResponse) GetTotalAmount() int64

func (*FundTransactionResponse) ProtoMessage

func (*FundTransactionResponse) ProtoMessage()

func (*FundTransactionResponse) Reset

func (m *FundTransactionResponse) Reset()

func (*FundTransactionResponse) String

func (m *FundTransactionResponse) String() string

func (*FundTransactionResponse) XXX_DiscardUnknown

func (m *FundTransactionResponse) XXX_DiscardUnknown()

func (*FundTransactionResponse) XXX_Marshal

func (m *FundTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FundTransactionResponse) XXX_Merge

func (m *FundTransactionResponse) XXX_Merge(src proto.Message)

func (*FundTransactionResponse) XXX_Size

func (m *FundTransactionResponse) XXX_Size() int

func (*FundTransactionResponse) XXX_Unmarshal

func (m *FundTransactionResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FundTransactionResponse_PreviousOutput) Descriptor

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

func (*FundTransactionResponse_PreviousOutput) GetAmount

func (*FundTransactionResponse_PreviousOutput) GetFromCoinbase

func (m *FundTransactionResponse_PreviousOutput) GetFromCoinbase() bool

func (*FundTransactionResponse_PreviousOutput) GetOutputIndex

func (m *FundTransactionResponse_PreviousOutput) GetOutputIndex() uint32

func (*FundTransactionResponse_PreviousOutput) GetPkScript

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

func (*FundTransactionResponse_PreviousOutput) GetReceiveTime

func (m *FundTransactionResponse_PreviousOutput) GetReceiveTime() int64

func (*FundTransactionResponse_PreviousOutput) GetTransactionHash

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

func (*FundTransactionResponse_PreviousOutput) GetTree

func (*FundTransactionResponse_PreviousOutput) ProtoMessage

func (*FundTransactionResponse_PreviousOutput) Reset

func (*FundTransactionResponse_PreviousOutput) String

func (*FundTransactionResponse_PreviousOutput) XXX_DiscardUnknown

func (m *FundTransactionResponse_PreviousOutput) XXX_DiscardUnknown()

func (*FundTransactionResponse_PreviousOutput) XXX_Marshal

func (m *FundTransactionResponse_PreviousOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FundTransactionResponse_PreviousOutput) XXX_Merge

func (*FundTransactionResponse_PreviousOutput) XXX_Size

func (*FundTransactionResponse_PreviousOutput) XXX_Unmarshal

func (m *FundTransactionResponse_PreviousOutput) XXX_Unmarshal(b []byte) error

type GenerateRandomSeedRequest

type GenerateRandomSeedRequest struct {
	SeedLength           uint32   `protobuf:"varint,1,opt,name=seed_length,json=seedLength,proto3" json:"seed_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenerateRandomSeedRequest) Descriptor

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

func (*GenerateRandomSeedRequest) GetSeedLength

func (m *GenerateRandomSeedRequest) GetSeedLength() uint32

func (*GenerateRandomSeedRequest) ProtoMessage

func (*GenerateRandomSeedRequest) ProtoMessage()

func (*GenerateRandomSeedRequest) Reset

func (m *GenerateRandomSeedRequest) Reset()

func (*GenerateRandomSeedRequest) String

func (m *GenerateRandomSeedRequest) String() string

func (*GenerateRandomSeedRequest) XXX_DiscardUnknown

func (m *GenerateRandomSeedRequest) XXX_DiscardUnknown()

func (*GenerateRandomSeedRequest) XXX_Marshal

func (m *GenerateRandomSeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerateRandomSeedRequest) XXX_Merge

func (m *GenerateRandomSeedRequest) XXX_Merge(src proto.Message)

func (*GenerateRandomSeedRequest) XXX_Size

func (m *GenerateRandomSeedRequest) XXX_Size() int

func (*GenerateRandomSeedRequest) XXX_Unmarshal

func (m *GenerateRandomSeedRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenerateRandomSeedResponse) Descriptor

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

func (*GenerateRandomSeedResponse) GetSeedBytes

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

func (*GenerateRandomSeedResponse) GetSeedHex

func (m *GenerateRandomSeedResponse) GetSeedHex() string

func (*GenerateRandomSeedResponse) GetSeedMnemonic

func (m *GenerateRandomSeedResponse) GetSeedMnemonic() string

func (*GenerateRandomSeedResponse) ProtoMessage

func (*GenerateRandomSeedResponse) ProtoMessage()

func (*GenerateRandomSeedResponse) Reset

func (m *GenerateRandomSeedResponse) Reset()

func (*GenerateRandomSeedResponse) String

func (m *GenerateRandomSeedResponse) String() string

func (*GenerateRandomSeedResponse) XXX_DiscardUnknown

func (m *GenerateRandomSeedResponse) XXX_DiscardUnknown()

func (*GenerateRandomSeedResponse) XXX_Marshal

func (m *GenerateRandomSeedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerateRandomSeedResponse) XXX_Merge

func (m *GenerateRandomSeedResponse) XXX_Merge(src proto.Message)

func (*GenerateRandomSeedResponse) XXX_Size

func (m *GenerateRandomSeedResponse) XXX_Size() int

func (*GenerateRandomSeedResponse) XXX_Unmarshal

func (m *GenerateRandomSeedResponse) XXX_Unmarshal(b []byte) error

type GetAccountExtendedPubKeyRequest

type GetAccountExtendedPubKeyRequest struct {
	AccountNumber        uint32   `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAccountExtendedPubKeyRequest) Descriptor

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

func (*GetAccountExtendedPubKeyRequest) GetAccountNumber

func (m *GetAccountExtendedPubKeyRequest) GetAccountNumber() uint32

func (*GetAccountExtendedPubKeyRequest) ProtoMessage

func (*GetAccountExtendedPubKeyRequest) ProtoMessage()

func (*GetAccountExtendedPubKeyRequest) Reset

func (*GetAccountExtendedPubKeyRequest) String

func (*GetAccountExtendedPubKeyRequest) XXX_DiscardUnknown

func (m *GetAccountExtendedPubKeyRequest) XXX_DiscardUnknown()

func (*GetAccountExtendedPubKeyRequest) XXX_Marshal

func (m *GetAccountExtendedPubKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountExtendedPubKeyRequest) XXX_Merge

func (m *GetAccountExtendedPubKeyRequest) XXX_Merge(src proto.Message)

func (*GetAccountExtendedPubKeyRequest) XXX_Size

func (m *GetAccountExtendedPubKeyRequest) XXX_Size() int

func (*GetAccountExtendedPubKeyRequest) XXX_Unmarshal

func (m *GetAccountExtendedPubKeyRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAccountExtendedPubKeyResponse) Descriptor

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

func (*GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey

func (m *GetAccountExtendedPubKeyResponse) GetAccExtendedPubKey() string

func (*GetAccountExtendedPubKeyResponse) ProtoMessage

func (*GetAccountExtendedPubKeyResponse) ProtoMessage()

func (*GetAccountExtendedPubKeyResponse) Reset

func (*GetAccountExtendedPubKeyResponse) String

func (*GetAccountExtendedPubKeyResponse) XXX_DiscardUnknown

func (m *GetAccountExtendedPubKeyResponse) XXX_DiscardUnknown()

func (*GetAccountExtendedPubKeyResponse) XXX_Marshal

func (m *GetAccountExtendedPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountExtendedPubKeyResponse) XXX_Merge

func (*GetAccountExtendedPubKeyResponse) XXX_Size

func (m *GetAccountExtendedPubKeyResponse) XXX_Size() int

func (*GetAccountExtendedPubKeyResponse) XXX_Unmarshal

func (m *GetAccountExtendedPubKeyResponse) XXX_Unmarshal(b []byte) error

type GetTicketRequest

type GetTicketRequest struct {
	TicketHash           []byte   `protobuf:"bytes,1,opt,name=ticket_hash,json=ticketHash,proto3" json:"ticket_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTicketRequest) Descriptor

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

func (*GetTicketRequest) GetTicketHash

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

func (*GetTicketRequest) ProtoMessage

func (*GetTicketRequest) ProtoMessage()

func (*GetTicketRequest) Reset

func (m *GetTicketRequest) Reset()

func (*GetTicketRequest) String

func (m *GetTicketRequest) String() string

func (*GetTicketRequest) XXX_DiscardUnknown

func (m *GetTicketRequest) XXX_DiscardUnknown()

func (*GetTicketRequest) XXX_Marshal

func (m *GetTicketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTicketRequest) XXX_Merge

func (m *GetTicketRequest) XXX_Merge(src proto.Message)

func (*GetTicketRequest) XXX_Size

func (m *GetTicketRequest) XXX_Size() int

func (*GetTicketRequest) XXX_Unmarshal

func (m *GetTicketRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTicketsRequest) Descriptor

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

func (*GetTicketsRequest) GetEndingBlockHash

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

func (*GetTicketsRequest) GetEndingBlockHeight

func (m *GetTicketsRequest) GetEndingBlockHeight() int32

func (*GetTicketsRequest) GetStartingBlockHash

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

func (*GetTicketsRequest) GetStartingBlockHeight

func (m *GetTicketsRequest) GetStartingBlockHeight() int32

func (*GetTicketsRequest) GetTargetTicketCount

func (m *GetTicketsRequest) GetTargetTicketCount() int32

func (*GetTicketsRequest) ProtoMessage

func (*GetTicketsRequest) ProtoMessage()

func (*GetTicketsRequest) Reset

func (m *GetTicketsRequest) Reset()

func (*GetTicketsRequest) String

func (m *GetTicketsRequest) String() string

func (*GetTicketsRequest) XXX_DiscardUnknown

func (m *GetTicketsRequest) XXX_DiscardUnknown()

func (*GetTicketsRequest) XXX_Marshal

func (m *GetTicketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTicketsRequest) XXX_Merge

func (m *GetTicketsRequest) XXX_Merge(src proto.Message)

func (*GetTicketsRequest) XXX_Size

func (m *GetTicketsRequest) XXX_Size() int

func (*GetTicketsRequest) XXX_Unmarshal

func (m *GetTicketsRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*GetTicketsResponse) Descriptor

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

func (*GetTicketsResponse) GetBlock

func (*GetTicketsResponse) GetTicket

func (*GetTicketsResponse) ProtoMessage

func (*GetTicketsResponse) ProtoMessage()

func (*GetTicketsResponse) Reset

func (m *GetTicketsResponse) Reset()

func (*GetTicketsResponse) String

func (m *GetTicketsResponse) String() string

func (*GetTicketsResponse) XXX_DiscardUnknown

func (m *GetTicketsResponse) XXX_DiscardUnknown()

func (*GetTicketsResponse) XXX_Marshal

func (m *GetTicketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTicketsResponse) XXX_Merge

func (m *GetTicketsResponse) XXX_Merge(src proto.Message)

func (*GetTicketsResponse) XXX_Size

func (m *GetTicketsResponse) XXX_Size() int

func (*GetTicketsResponse) XXX_Unmarshal

func (m *GetTicketsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTicketsResponse_BlockDetails) Descriptor

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

func (*GetTicketsResponse_BlockDetails) GetHash

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

func (*GetTicketsResponse_BlockDetails) GetHeight

func (m *GetTicketsResponse_BlockDetails) GetHeight() int32

func (*GetTicketsResponse_BlockDetails) GetTimestamp

func (m *GetTicketsResponse_BlockDetails) GetTimestamp() int64

func (*GetTicketsResponse_BlockDetails) ProtoMessage

func (*GetTicketsResponse_BlockDetails) ProtoMessage()

func (*GetTicketsResponse_BlockDetails) Reset

func (*GetTicketsResponse_BlockDetails) String

func (*GetTicketsResponse_BlockDetails) XXX_DiscardUnknown

func (m *GetTicketsResponse_BlockDetails) XXX_DiscardUnknown()

func (*GetTicketsResponse_BlockDetails) XXX_Marshal

func (m *GetTicketsResponse_BlockDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTicketsResponse_BlockDetails) XXX_Merge

func (m *GetTicketsResponse_BlockDetails) XXX_Merge(src proto.Message)

func (*GetTicketsResponse_BlockDetails) XXX_Size

func (m *GetTicketsResponse_BlockDetails) XXX_Size() int

func (*GetTicketsResponse_BlockDetails) XXX_Unmarshal

func (m *GetTicketsResponse_BlockDetails) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*GetTicketsResponse_TicketDetails) Descriptor

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

func (*GetTicketsResponse_TicketDetails) GetSpender

func (*GetTicketsResponse_TicketDetails) GetTicket

func (*GetTicketsResponse_TicketDetails) GetTicketStatus

func (*GetTicketsResponse_TicketDetails) ProtoMessage

func (*GetTicketsResponse_TicketDetails) ProtoMessage()

func (*GetTicketsResponse_TicketDetails) Reset

func (*GetTicketsResponse_TicketDetails) String

func (*GetTicketsResponse_TicketDetails) XXX_DiscardUnknown

func (m *GetTicketsResponse_TicketDetails) XXX_DiscardUnknown()

func (*GetTicketsResponse_TicketDetails) XXX_Marshal

func (m *GetTicketsResponse_TicketDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTicketsResponse_TicketDetails) XXX_Merge

func (*GetTicketsResponse_TicketDetails) XXX_Size

func (m *GetTicketsResponse_TicketDetails) XXX_Size() int

func (*GetTicketsResponse_TicketDetails) XXX_Unmarshal

func (m *GetTicketsResponse_TicketDetails) XXX_Unmarshal(b []byte) error

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

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

func (GetTicketsResponse_TicketDetails_TicketStatus) String

type GetTransactionRequest

type GetTransactionRequest struct {
	TransactionHash      []byte   `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTransactionRequest) Descriptor

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

func (*GetTransactionRequest) GetTransactionHash

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

func (*GetTransactionRequest) ProtoMessage

func (*GetTransactionRequest) ProtoMessage()

func (*GetTransactionRequest) Reset

func (m *GetTransactionRequest) Reset()

func (*GetTransactionRequest) String

func (m *GetTransactionRequest) String() string

func (*GetTransactionRequest) XXX_DiscardUnknown

func (m *GetTransactionRequest) XXX_DiscardUnknown()

func (*GetTransactionRequest) XXX_Marshal

func (m *GetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionRequest) XXX_Merge

func (m *GetTransactionRequest) XXX_Merge(src proto.Message)

func (*GetTransactionRequest) XXX_Size

func (m *GetTransactionRequest) XXX_Size() int

func (*GetTransactionRequest) XXX_Unmarshal

func (m *GetTransactionRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GetTransactionResponse) Descriptor

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

func (*GetTransactionResponse) GetBlockHash

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

func (*GetTransactionResponse) GetConfirmations

func (m *GetTransactionResponse) GetConfirmations() int32

func (*GetTransactionResponse) GetTransaction

func (m *GetTransactionResponse) GetTransaction() *TransactionDetails

func (*GetTransactionResponse) ProtoMessage

func (*GetTransactionResponse) ProtoMessage()

func (*GetTransactionResponse) Reset

func (m *GetTransactionResponse) Reset()

func (*GetTransactionResponse) String

func (m *GetTransactionResponse) String() string

func (*GetTransactionResponse) XXX_DiscardUnknown

func (m *GetTransactionResponse) XXX_DiscardUnknown()

func (*GetTransactionResponse) XXX_Marshal

func (m *GetTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionResponse) XXX_Merge

func (m *GetTransactionResponse) XXX_Merge(src proto.Message)

func (*GetTransactionResponse) XXX_Size

func (m *GetTransactionResponse) XXX_Size() int

func (*GetTransactionResponse) XXX_Unmarshal

func (m *GetTransactionResponse) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*GetTransactionsRequest) Descriptor

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

func (*GetTransactionsRequest) GetEndingBlockHash

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

func (*GetTransactionsRequest) GetEndingBlockHeight

func (m *GetTransactionsRequest) GetEndingBlockHeight() int32

func (*GetTransactionsRequest) GetMinimumRecentTransactions

func (m *GetTransactionsRequest) GetMinimumRecentTransactions() int32

func (*GetTransactionsRequest) GetStartingBlockHash

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

func (*GetTransactionsRequest) GetStartingBlockHeight

func (m *GetTransactionsRequest) GetStartingBlockHeight() int32

func (*GetTransactionsRequest) GetTargetTransactionCount

func (m *GetTransactionsRequest) GetTargetTransactionCount() int32

func (*GetTransactionsRequest) ProtoMessage

func (*GetTransactionsRequest) ProtoMessage()

func (*GetTransactionsRequest) Reset

func (m *GetTransactionsRequest) Reset()

func (*GetTransactionsRequest) String

func (m *GetTransactionsRequest) String() string

func (*GetTransactionsRequest) XXX_DiscardUnknown

func (m *GetTransactionsRequest) XXX_DiscardUnknown()

func (*GetTransactionsRequest) XXX_Marshal

func (m *GetTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionsRequest) XXX_Merge

func (m *GetTransactionsRequest) XXX_Merge(src proto.Message)

func (*GetTransactionsRequest) XXX_Size

func (m *GetTransactionsRequest) XXX_Size() int

func (*GetTransactionsRequest) XXX_Unmarshal

func (m *GetTransactionsRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetTransactionsResponse) Descriptor

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

func (*GetTransactionsResponse) GetMinedTransactions

func (m *GetTransactionsResponse) GetMinedTransactions() *BlockDetails

func (*GetTransactionsResponse) GetUnminedTransactions

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

func (*GetTransactionsResponse) ProtoMessage

func (*GetTransactionsResponse) ProtoMessage()

func (*GetTransactionsResponse) Reset

func (m *GetTransactionsResponse) Reset()

func (*GetTransactionsResponse) String

func (m *GetTransactionsResponse) String() string

func (*GetTransactionsResponse) XXX_DiscardUnknown

func (m *GetTransactionsResponse) XXX_DiscardUnknown()

func (*GetTransactionsResponse) XXX_Marshal

func (m *GetTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionsResponse) XXX_Merge

func (m *GetTransactionsResponse) XXX_Merge(src proto.Message)

func (*GetTransactionsResponse) XXX_Size

func (m *GetTransactionsResponse) XXX_Size() int

func (*GetTransactionsResponse) XXX_Unmarshal

func (m *GetTransactionsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImportPrivateKeyRequest) Descriptor

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

func (*ImportPrivateKeyRequest) GetAccount

func (m *ImportPrivateKeyRequest) GetAccount() uint32

func (*ImportPrivateKeyRequest) GetPassphrase

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

func (*ImportPrivateKeyRequest) GetPrivateKeyWif

func (m *ImportPrivateKeyRequest) GetPrivateKeyWif() string

func (*ImportPrivateKeyRequest) GetRescan

func (m *ImportPrivateKeyRequest) GetRescan() bool

func (*ImportPrivateKeyRequest) GetScanFrom

func (m *ImportPrivateKeyRequest) GetScanFrom() int32

func (*ImportPrivateKeyRequest) ProtoMessage

func (*ImportPrivateKeyRequest) ProtoMessage()

func (*ImportPrivateKeyRequest) Reset

func (m *ImportPrivateKeyRequest) Reset()

func (*ImportPrivateKeyRequest) String

func (m *ImportPrivateKeyRequest) String() string

func (*ImportPrivateKeyRequest) XXX_DiscardUnknown

func (m *ImportPrivateKeyRequest) XXX_DiscardUnknown()

func (*ImportPrivateKeyRequest) XXX_Marshal

func (m *ImportPrivateKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImportPrivateKeyRequest) XXX_Merge

func (m *ImportPrivateKeyRequest) XXX_Merge(src proto.Message)

func (*ImportPrivateKeyRequest) XXX_Size

func (m *ImportPrivateKeyRequest) XXX_Size() int

func (*ImportPrivateKeyRequest) XXX_Unmarshal

func (m *ImportPrivateKeyRequest) XXX_Unmarshal(b []byte) error

type ImportPrivateKeyResponse

type ImportPrivateKeyResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImportPrivateKeyResponse) Descriptor

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

func (*ImportPrivateKeyResponse) ProtoMessage

func (*ImportPrivateKeyResponse) ProtoMessage()

func (*ImportPrivateKeyResponse) Reset

func (m *ImportPrivateKeyResponse) Reset()

func (*ImportPrivateKeyResponse) String

func (m *ImportPrivateKeyResponse) String() string

func (*ImportPrivateKeyResponse) XXX_DiscardUnknown

func (m *ImportPrivateKeyResponse) XXX_DiscardUnknown()

func (*ImportPrivateKeyResponse) XXX_Marshal

func (m *ImportPrivateKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImportPrivateKeyResponse) XXX_Merge

func (m *ImportPrivateKeyResponse) XXX_Merge(src proto.Message)

func (*ImportPrivateKeyResponse) XXX_Size

func (m *ImportPrivateKeyResponse) XXX_Size() int

func (*ImportPrivateKeyResponse) XXX_Unmarshal

func (m *ImportPrivateKeyResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImportScriptRequest) Descriptor

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

func (*ImportScriptRequest) GetPassphrase

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

func (*ImportScriptRequest) GetRequireRedeemable

func (m *ImportScriptRequest) GetRequireRedeemable() bool

func (*ImportScriptRequest) GetRescan

func (m *ImportScriptRequest) GetRescan() bool

func (*ImportScriptRequest) GetScanFrom

func (m *ImportScriptRequest) GetScanFrom() int32

func (*ImportScriptRequest) GetScript

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

func (*ImportScriptRequest) ProtoMessage

func (*ImportScriptRequest) ProtoMessage()

func (*ImportScriptRequest) Reset

func (m *ImportScriptRequest) Reset()

func (*ImportScriptRequest) String

func (m *ImportScriptRequest) String() string

func (*ImportScriptRequest) XXX_DiscardUnknown

func (m *ImportScriptRequest) XXX_DiscardUnknown()

func (*ImportScriptRequest) XXX_Marshal

func (m *ImportScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImportScriptRequest) XXX_Merge

func (m *ImportScriptRequest) XXX_Merge(src proto.Message)

func (*ImportScriptRequest) XXX_Size

func (m *ImportScriptRequest) XXX_Size() int

func (*ImportScriptRequest) XXX_Unmarshal

func (m *ImportScriptRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImportScriptResponse) Descriptor

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

func (*ImportScriptResponse) GetP2ShAddress

func (m *ImportScriptResponse) GetP2ShAddress() string

func (*ImportScriptResponse) GetRedeemable

func (m *ImportScriptResponse) GetRedeemable() bool

func (*ImportScriptResponse) ProtoMessage

func (*ImportScriptResponse) ProtoMessage()

func (*ImportScriptResponse) Reset

func (m *ImportScriptResponse) Reset()

func (*ImportScriptResponse) String

func (m *ImportScriptResponse) String() string

func (*ImportScriptResponse) XXX_DiscardUnknown

func (m *ImportScriptResponse) XXX_DiscardUnknown()

func (*ImportScriptResponse) XXX_Marshal

func (m *ImportScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImportScriptResponse) XXX_Merge

func (m *ImportScriptResponse) XXX_Merge(src proto.Message)

func (*ImportScriptResponse) XXX_Size

func (m *ImportScriptResponse) XXX_Size() int

func (*ImportScriptResponse) XXX_Unmarshal

func (m *ImportScriptResponse) XXX_Unmarshal(b []byte) error

type LoadActiveDataFiltersRequest

type LoadActiveDataFiltersRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoadActiveDataFiltersRequest) Descriptor

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

func (*LoadActiveDataFiltersRequest) ProtoMessage

func (*LoadActiveDataFiltersRequest) ProtoMessage()

func (*LoadActiveDataFiltersRequest) Reset

func (m *LoadActiveDataFiltersRequest) Reset()

func (*LoadActiveDataFiltersRequest) String

func (*LoadActiveDataFiltersRequest) XXX_DiscardUnknown

func (m *LoadActiveDataFiltersRequest) XXX_DiscardUnknown()

func (*LoadActiveDataFiltersRequest) XXX_Marshal

func (m *LoadActiveDataFiltersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoadActiveDataFiltersRequest) XXX_Merge

func (m *LoadActiveDataFiltersRequest) XXX_Merge(src proto.Message)

func (*LoadActiveDataFiltersRequest) XXX_Size

func (m *LoadActiveDataFiltersRequest) XXX_Size() int

func (*LoadActiveDataFiltersRequest) XXX_Unmarshal

func (m *LoadActiveDataFiltersRequest) XXX_Unmarshal(b []byte) error

type LoadActiveDataFiltersResponse

type LoadActiveDataFiltersResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoadActiveDataFiltersResponse) Descriptor

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

func (*LoadActiveDataFiltersResponse) ProtoMessage

func (*LoadActiveDataFiltersResponse) ProtoMessage()

func (*LoadActiveDataFiltersResponse) Reset

func (m *LoadActiveDataFiltersResponse) Reset()

func (*LoadActiveDataFiltersResponse) String

func (*LoadActiveDataFiltersResponse) XXX_DiscardUnknown

func (m *LoadActiveDataFiltersResponse) XXX_DiscardUnknown()

func (*LoadActiveDataFiltersResponse) XXX_Marshal

func (m *LoadActiveDataFiltersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoadActiveDataFiltersResponse) XXX_Merge

func (m *LoadActiveDataFiltersResponse) XXX_Merge(src proto.Message)

func (*LoadActiveDataFiltersResponse) XXX_Size

func (m *LoadActiveDataFiltersResponse) XXX_Size() int

func (*LoadActiveDataFiltersResponse) XXX_Unmarshal

func (m *LoadActiveDataFiltersResponse) XXX_Unmarshal(b []byte) error

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.

func NewMessageVerificationServiceClient

func NewMessageVerificationServiceClient(cc *grpc.ClientConn) MessageVerificationServiceClient

type MessageVerificationServiceServer

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

MessageVerificationServiceServer is the server API for MessageVerificationService service.

type NetworkRequest

type NetworkRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NetworkRequest) Descriptor

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

func (*NetworkRequest) ProtoMessage

func (*NetworkRequest) ProtoMessage()

func (*NetworkRequest) Reset

func (m *NetworkRequest) Reset()

func (*NetworkRequest) String

func (m *NetworkRequest) String() string

func (*NetworkRequest) XXX_DiscardUnknown

func (m *NetworkRequest) XXX_DiscardUnknown()

func (*NetworkRequest) XXX_Marshal

func (m *NetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkRequest) XXX_Merge

func (m *NetworkRequest) XXX_Merge(src proto.Message)

func (*NetworkRequest) XXX_Size

func (m *NetworkRequest) XXX_Size() int

func (*NetworkRequest) XXX_Unmarshal

func (m *NetworkRequest) XXX_Unmarshal(b []byte) error

type NetworkResponse

type NetworkResponse struct {
	ActiveNetwork        uint32   `protobuf:"varint,1,opt,name=active_network,json=activeNetwork,proto3" json:"active_network,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NetworkResponse) Descriptor

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

func (*NetworkResponse) GetActiveNetwork

func (m *NetworkResponse) GetActiveNetwork() uint32

func (*NetworkResponse) ProtoMessage

func (*NetworkResponse) ProtoMessage()

func (*NetworkResponse) Reset

func (m *NetworkResponse) Reset()

func (*NetworkResponse) String

func (m *NetworkResponse) String() string

func (*NetworkResponse) XXX_DiscardUnknown

func (m *NetworkResponse) XXX_DiscardUnknown()

func (*NetworkResponse) XXX_Marshal

func (m *NetworkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkResponse) XXX_Merge

func (m *NetworkResponse) XXX_Merge(src proto.Message)

func (*NetworkResponse) XXX_Size

func (m *NetworkResponse) XXX_Size() int

func (*NetworkResponse) XXX_Unmarshal

func (m *NetworkResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NextAccountRequest) Descriptor

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

func (*NextAccountRequest) GetAccountName

func (m *NextAccountRequest) GetAccountName() string

func (*NextAccountRequest) GetPassphrase

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

func (*NextAccountRequest) ProtoMessage

func (*NextAccountRequest) ProtoMessage()

func (*NextAccountRequest) Reset

func (m *NextAccountRequest) Reset()

func (*NextAccountRequest) String

func (m *NextAccountRequest) String() string

func (*NextAccountRequest) XXX_DiscardUnknown

func (m *NextAccountRequest) XXX_DiscardUnknown()

func (*NextAccountRequest) XXX_Marshal

func (m *NextAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NextAccountRequest) XXX_Merge

func (m *NextAccountRequest) XXX_Merge(src proto.Message)

func (*NextAccountRequest) XXX_Size

func (m *NextAccountRequest) XXX_Size() int

func (*NextAccountRequest) XXX_Unmarshal

func (m *NextAccountRequest) XXX_Unmarshal(b []byte) error

type NextAccountResponse

type NextAccountResponse struct {
	AccountNumber        uint32   `protobuf:"varint,1,opt,name=account_number,json=accountNumber,proto3" json:"account_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NextAccountResponse) Descriptor

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

func (*NextAccountResponse) GetAccountNumber

func (m *NextAccountResponse) GetAccountNumber() uint32

func (*NextAccountResponse) ProtoMessage

func (*NextAccountResponse) ProtoMessage()

func (*NextAccountResponse) Reset

func (m *NextAccountResponse) Reset()

func (*NextAccountResponse) String

func (m *NextAccountResponse) String() string

func (*NextAccountResponse) XXX_DiscardUnknown

func (m *NextAccountResponse) XXX_DiscardUnknown()

func (*NextAccountResponse) XXX_Marshal

func (m *NextAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NextAccountResponse) XXX_Merge

func (m *NextAccountResponse) XXX_Merge(src proto.Message)

func (*NextAccountResponse) XXX_Size

func (m *NextAccountResponse) XXX_Size() int

func (*NextAccountResponse) XXX_Unmarshal

func (m *NextAccountResponse) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*NextAddressRequest) Descriptor

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

func (*NextAddressRequest) GetAccount

func (m *NextAddressRequest) GetAccount() uint32

func (*NextAddressRequest) GetGapPolicy

func (*NextAddressRequest) GetKind

func (*NextAddressRequest) ProtoMessage

func (*NextAddressRequest) ProtoMessage()

func (*NextAddressRequest) Reset

func (m *NextAddressRequest) Reset()

func (*NextAddressRequest) String

func (m *NextAddressRequest) String() string

func (*NextAddressRequest) XXX_DiscardUnknown

func (m *NextAddressRequest) XXX_DiscardUnknown()

func (*NextAddressRequest) XXX_Marshal

func (m *NextAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NextAddressRequest) XXX_Merge

func (m *NextAddressRequest) XXX_Merge(src proto.Message)

func (*NextAddressRequest) XXX_Size

func (m *NextAddressRequest) XXX_Size() int

func (*NextAddressRequest) XXX_Unmarshal

func (m *NextAddressRequest) XXX_Unmarshal(b []byte) error

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

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

func (NextAddressRequest_GapPolicy) String

type NextAddressRequest_Kind

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

func (NextAddressRequest_Kind) EnumDescriptor

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

func (NextAddressRequest_Kind) String

func (x NextAddressRequest_Kind) String() string

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NextAddressResponse) Descriptor

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

func (*NextAddressResponse) GetAddress

func (m *NextAddressResponse) GetAddress() string

func (*NextAddressResponse) GetPublicKey

func (m *NextAddressResponse) GetPublicKey() string

func (*NextAddressResponse) ProtoMessage

func (*NextAddressResponse) ProtoMessage()

func (*NextAddressResponse) Reset

func (m *NextAddressResponse) Reset()

func (*NextAddressResponse) String

func (m *NextAddressResponse) String() string

func (*NextAddressResponse) XXX_DiscardUnknown

func (m *NextAddressResponse) XXX_DiscardUnknown()

func (*NextAddressResponse) XXX_Marshal

func (m *NextAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NextAddressResponse) XXX_Merge

func (m *NextAddressResponse) XXX_Merge(src proto.Message)

func (*NextAddressResponse) XXX_Size

func (m *NextAddressResponse) XXX_Size() int

func (*NextAddressResponse) XXX_Unmarshal

func (m *NextAddressResponse) XXX_Unmarshal(b []byte) error

type OpenWalletRequest

type OpenWalletRequest struct {
	PublicPassphrase     []byte   `protobuf:"bytes,1,opt,name=public_passphrase,json=publicPassphrase,proto3" json:"public_passphrase,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpenWalletRequest) Descriptor

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

func (*OpenWalletRequest) GetPublicPassphrase

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

func (*OpenWalletRequest) ProtoMessage

func (*OpenWalletRequest) ProtoMessage()

func (*OpenWalletRequest) Reset

func (m *OpenWalletRequest) Reset()

func (*OpenWalletRequest) String

func (m *OpenWalletRequest) String() string

func (*OpenWalletRequest) XXX_DiscardUnknown

func (m *OpenWalletRequest) XXX_DiscardUnknown()

func (*OpenWalletRequest) XXX_Marshal

func (m *OpenWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpenWalletRequest) XXX_Merge

func (m *OpenWalletRequest) XXX_Merge(src proto.Message)

func (*OpenWalletRequest) XXX_Size

func (m *OpenWalletRequest) XXX_Size() int

func (*OpenWalletRequest) XXX_Unmarshal

func (m *OpenWalletRequest) XXX_Unmarshal(b []byte) error

type OpenWalletResponse

type OpenWalletResponse struct {
	WatchingOnly         bool     `protobuf:"varint,1,opt,name=watching_only,json=watchingOnly,proto3" json:"watching_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpenWalletResponse) Descriptor

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

func (*OpenWalletResponse) GetWatchingOnly

func (m *OpenWalletResponse) GetWatchingOnly() bool

func (*OpenWalletResponse) ProtoMessage

func (*OpenWalletResponse) ProtoMessage()

func (*OpenWalletResponse) Reset

func (m *OpenWalletResponse) Reset()

func (*OpenWalletResponse) String

func (m *OpenWalletResponse) String() string

func (*OpenWalletResponse) XXX_DiscardUnknown

func (m *OpenWalletResponse) XXX_DiscardUnknown()

func (*OpenWalletResponse) XXX_Marshal

func (m *OpenWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OpenWalletResponse) XXX_Merge

func (m *OpenWalletResponse) XXX_Merge(src proto.Message)

func (*OpenWalletResponse) XXX_Size

func (m *OpenWalletResponse) XXX_Size() int

func (*OpenWalletResponse) XXX_Unmarshal

func (m *OpenWalletResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerNotification) Descriptor

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

func (*PeerNotification) GetAddress

func (m *PeerNotification) GetAddress() string

func (*PeerNotification) GetPeerCount

func (m *PeerNotification) GetPeerCount() int32

func (*PeerNotification) ProtoMessage

func (*PeerNotification) ProtoMessage()

func (*PeerNotification) Reset

func (m *PeerNotification) Reset()

func (*PeerNotification) String

func (m *PeerNotification) String() string

func (*PeerNotification) XXX_DiscardUnknown

func (m *PeerNotification) XXX_DiscardUnknown()

func (*PeerNotification) XXX_Marshal

func (m *PeerNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerNotification) XXX_Merge

func (m *PeerNotification) XXX_Merge(src proto.Message)

func (*PeerNotification) XXX_Size

func (m *PeerNotification) XXX_Size() int

func (*PeerNotification) XXX_Unmarshal

func (m *PeerNotification) XXX_Unmarshal(b []byte) error

type PingRequest

type PingRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PingRequest) Descriptor

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

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) Reset

func (m *PingRequest) Reset()

func (*PingRequest) String

func (m *PingRequest) String() string

func (*PingRequest) XXX_DiscardUnknown

func (m *PingRequest) XXX_DiscardUnknown()

func (*PingRequest) XXX_Marshal

func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PingRequest) XXX_Merge

func (m *PingRequest) XXX_Merge(src proto.Message)

func (*PingRequest) XXX_Size

func (m *PingRequest) XXX_Size() int

func (*PingRequest) XXX_Unmarshal

func (m *PingRequest) XXX_Unmarshal(b []byte) error

type PingResponse

type PingResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PingResponse) Descriptor

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

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) Reset

func (m *PingResponse) Reset()

func (*PingResponse) String

func (m *PingResponse) String() string

func (*PingResponse) XXX_DiscardUnknown

func (m *PingResponse) XXX_DiscardUnknown()

func (*PingResponse) XXX_Marshal

func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PingResponse) XXX_Merge

func (m *PingResponse) XXX_Merge(src proto.Message)

func (*PingResponse) XXX_Size

func (m *PingResponse) XXX_Size() int

func (*PingResponse) XXX_Unmarshal

func (m *PingResponse) XXX_Unmarshal(b []byte) error

type PublishTransactionRequest

type PublishTransactionRequest struct {
	SignedTransaction    []byte   `protobuf:"bytes,1,opt,name=signed_transaction,json=signedTransaction,proto3" json:"signed_transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PublishTransactionRequest) Descriptor

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

func (*PublishTransactionRequest) GetSignedTransaction

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

func (*PublishTransactionRequest) ProtoMessage

func (*PublishTransactionRequest) ProtoMessage()

func (*PublishTransactionRequest) Reset

func (m *PublishTransactionRequest) Reset()

func (*PublishTransactionRequest) String

func (m *PublishTransactionRequest) String() string

func (*PublishTransactionRequest) XXX_DiscardUnknown

func (m *PublishTransactionRequest) XXX_DiscardUnknown()

func (*PublishTransactionRequest) XXX_Marshal

func (m *PublishTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublishTransactionRequest) XXX_Merge

func (m *PublishTransactionRequest) XXX_Merge(src proto.Message)

func (*PublishTransactionRequest) XXX_Size

func (m *PublishTransactionRequest) XXX_Size() int

func (*PublishTransactionRequest) XXX_Unmarshal

func (m *PublishTransactionRequest) XXX_Unmarshal(b []byte) error

type PublishTransactionResponse

type PublishTransactionResponse struct {
	TransactionHash      []byte   `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PublishTransactionResponse) Descriptor

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

func (*PublishTransactionResponse) GetTransactionHash

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

func (*PublishTransactionResponse) ProtoMessage

func (*PublishTransactionResponse) ProtoMessage()

func (*PublishTransactionResponse) Reset

func (m *PublishTransactionResponse) Reset()

func (*PublishTransactionResponse) String

func (m *PublishTransactionResponse) String() string

func (*PublishTransactionResponse) XXX_DiscardUnknown

func (m *PublishTransactionResponse) XXX_DiscardUnknown()

func (*PublishTransactionResponse) XXX_Marshal

func (m *PublishTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublishTransactionResponse) XXX_Merge

func (m *PublishTransactionResponse) XXX_Merge(src proto.Message)

func (*PublishTransactionResponse) XXX_Size

func (m *PublishTransactionResponse) XXX_Size() int

func (*PublishTransactionResponse) XXX_Unmarshal

func (m *PublishTransactionResponse) XXX_Unmarshal(b []byte) error

type PublishUnminedTransactionsRequest

type PublishUnminedTransactionsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PublishUnminedTransactionsRequest) Descriptor

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

func (*PublishUnminedTransactionsRequest) ProtoMessage

func (*PublishUnminedTransactionsRequest) ProtoMessage()

func (*PublishUnminedTransactionsRequest) Reset

func (*PublishUnminedTransactionsRequest) String

func (*PublishUnminedTransactionsRequest) XXX_DiscardUnknown

func (m *PublishUnminedTransactionsRequest) XXX_DiscardUnknown()

func (*PublishUnminedTransactionsRequest) XXX_Marshal

func (m *PublishUnminedTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublishUnminedTransactionsRequest) XXX_Merge

func (*PublishUnminedTransactionsRequest) XXX_Size

func (m *PublishUnminedTransactionsRequest) XXX_Size() int

func (*PublishUnminedTransactionsRequest) XXX_Unmarshal

func (m *PublishUnminedTransactionsRequest) XXX_Unmarshal(b []byte) error

type PublishUnminedTransactionsResponse

type PublishUnminedTransactionsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PublishUnminedTransactionsResponse) Descriptor

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

func (*PublishUnminedTransactionsResponse) ProtoMessage

func (*PublishUnminedTransactionsResponse) ProtoMessage()

func (*PublishUnminedTransactionsResponse) Reset

func (*PublishUnminedTransactionsResponse) String

func (*PublishUnminedTransactionsResponse) XXX_DiscardUnknown

func (m *PublishUnminedTransactionsResponse) XXX_DiscardUnknown()

func (*PublishUnminedTransactionsResponse) XXX_Marshal

func (m *PublishUnminedTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublishUnminedTransactionsResponse) XXX_Merge

func (*PublishUnminedTransactionsResponse) XXX_Size

func (*PublishUnminedTransactionsResponse) XXX_Unmarshal

func (m *PublishUnminedTransactionsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*PurchaseTicketsRequest) Descriptor

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

func (*PurchaseTicketsRequest) GetAccount

func (m *PurchaseTicketsRequest) GetAccount() uint32

func (*PurchaseTicketsRequest) GetExpiry

func (m *PurchaseTicketsRequest) GetExpiry() uint32

func (*PurchaseTicketsRequest) GetNumTickets

func (m *PurchaseTicketsRequest) GetNumTickets() uint32

func (*PurchaseTicketsRequest) GetPassphrase

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

func (*PurchaseTicketsRequest) GetPoolAddress

func (m *PurchaseTicketsRequest) GetPoolAddress() string

func (*PurchaseTicketsRequest) GetPoolFees

func (m *PurchaseTicketsRequest) GetPoolFees() float64

func (*PurchaseTicketsRequest) GetRequiredConfirmations

func (m *PurchaseTicketsRequest) GetRequiredConfirmations() uint32

func (*PurchaseTicketsRequest) GetSpendLimit

func (m *PurchaseTicketsRequest) GetSpendLimit() int64

func (*PurchaseTicketsRequest) GetTicketAddress

func (m *PurchaseTicketsRequest) GetTicketAddress() string

func (*PurchaseTicketsRequest) GetTicketFee

func (m *PurchaseTicketsRequest) GetTicketFee() int64

func (*PurchaseTicketsRequest) GetTxFee

func (m *PurchaseTicketsRequest) GetTxFee() int64

func (*PurchaseTicketsRequest) ProtoMessage

func (*PurchaseTicketsRequest) ProtoMessage()

func (*PurchaseTicketsRequest) Reset

func (m *PurchaseTicketsRequest) Reset()

func (*PurchaseTicketsRequest) String

func (m *PurchaseTicketsRequest) String() string

func (*PurchaseTicketsRequest) XXX_DiscardUnknown

func (m *PurchaseTicketsRequest) XXX_DiscardUnknown()

func (*PurchaseTicketsRequest) XXX_Marshal

func (m *PurchaseTicketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PurchaseTicketsRequest) XXX_Merge

func (m *PurchaseTicketsRequest) XXX_Merge(src proto.Message)

func (*PurchaseTicketsRequest) XXX_Size

func (m *PurchaseTicketsRequest) XXX_Size() int

func (*PurchaseTicketsRequest) XXX_Unmarshal

func (m *PurchaseTicketsRequest) XXX_Unmarshal(b []byte) error

type PurchaseTicketsResponse

type PurchaseTicketsResponse struct {
	TicketHashes         [][]byte `protobuf:"bytes,1,rep,name=ticket_hashes,json=ticketHashes,proto3" json:"ticket_hashes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PurchaseTicketsResponse) Descriptor

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

func (*PurchaseTicketsResponse) GetTicketHashes

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

func (*PurchaseTicketsResponse) ProtoMessage

func (*PurchaseTicketsResponse) ProtoMessage()

func (*PurchaseTicketsResponse) Reset

func (m *PurchaseTicketsResponse) Reset()

func (*PurchaseTicketsResponse) String

func (m *PurchaseTicketsResponse) String() string

func (*PurchaseTicketsResponse) XXX_DiscardUnknown

func (m *PurchaseTicketsResponse) XXX_DiscardUnknown()

func (*PurchaseTicketsResponse) XXX_Marshal

func (m *PurchaseTicketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PurchaseTicketsResponse) XXX_Merge

func (m *PurchaseTicketsResponse) XXX_Merge(src proto.Message)

func (*PurchaseTicketsResponse) XXX_Size

func (m *PurchaseTicketsResponse) XXX_Size() int

func (*PurchaseTicketsResponse) XXX_Unmarshal

func (m *PurchaseTicketsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RenameAccountRequest) Descriptor

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

func (*RenameAccountRequest) GetAccountNumber

func (m *RenameAccountRequest) GetAccountNumber() uint32

func (*RenameAccountRequest) GetNewName

func (m *RenameAccountRequest) GetNewName() string

func (*RenameAccountRequest) ProtoMessage

func (*RenameAccountRequest) ProtoMessage()

func (*RenameAccountRequest) Reset

func (m *RenameAccountRequest) Reset()

func (*RenameAccountRequest) String

func (m *RenameAccountRequest) String() string

func (*RenameAccountRequest) XXX_DiscardUnknown

func (m *RenameAccountRequest) XXX_DiscardUnknown()

func (*RenameAccountRequest) XXX_Marshal

func (m *RenameAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenameAccountRequest) XXX_Merge

func (m *RenameAccountRequest) XXX_Merge(src proto.Message)

func (*RenameAccountRequest) XXX_Size

func (m *RenameAccountRequest) XXX_Size() int

func (*RenameAccountRequest) XXX_Unmarshal

func (m *RenameAccountRequest) XXX_Unmarshal(b []byte) error

type RenameAccountResponse

type RenameAccountResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RenameAccountResponse) Descriptor

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

func (*RenameAccountResponse) ProtoMessage

func (*RenameAccountResponse) ProtoMessage()

func (*RenameAccountResponse) Reset

func (m *RenameAccountResponse) Reset()

func (*RenameAccountResponse) String

func (m *RenameAccountResponse) String() string

func (*RenameAccountResponse) XXX_DiscardUnknown

func (m *RenameAccountResponse) XXX_DiscardUnknown()

func (*RenameAccountResponse) XXX_Marshal

func (m *RenameAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenameAccountResponse) XXX_Merge

func (m *RenameAccountResponse) XXX_Merge(src proto.Message)

func (*RenameAccountResponse) XXX_Size

func (m *RenameAccountResponse) XXX_Size() int

func (*RenameAccountResponse) XXX_Unmarshal

func (m *RenameAccountResponse) XXX_Unmarshal(b []byte) error

type RescanPointRequest

type RescanPointRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RescanPointRequest) Descriptor

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

func (*RescanPointRequest) ProtoMessage

func (*RescanPointRequest) ProtoMessage()

func (*RescanPointRequest) Reset

func (m *RescanPointRequest) Reset()

func (*RescanPointRequest) String

func (m *RescanPointRequest) String() string

func (*RescanPointRequest) XXX_DiscardUnknown

func (m *RescanPointRequest) XXX_DiscardUnknown()

func (*RescanPointRequest) XXX_Marshal

func (m *RescanPointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RescanPointRequest) XXX_Merge

func (m *RescanPointRequest) XXX_Merge(src proto.Message)

func (*RescanPointRequest) XXX_Size

func (m *RescanPointRequest) XXX_Size() int

func (*RescanPointRequest) XXX_Unmarshal

func (m *RescanPointRequest) XXX_Unmarshal(b []byte) error

type RescanPointResponse

type RescanPointResponse struct {
	RescanPointHash      []byte   `protobuf:"bytes,1,opt,name=rescan_point_hash,json=rescanPointHash,proto3" json:"rescan_point_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RescanPointResponse) Descriptor

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

func (*RescanPointResponse) GetRescanPointHash

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

func (*RescanPointResponse) ProtoMessage

func (*RescanPointResponse) ProtoMessage()

func (*RescanPointResponse) Reset

func (m *RescanPointResponse) Reset()

func (*RescanPointResponse) String

func (m *RescanPointResponse) String() string

func (*RescanPointResponse) XXX_DiscardUnknown

func (m *RescanPointResponse) XXX_DiscardUnknown()

func (*RescanPointResponse) XXX_Marshal

func (m *RescanPointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RescanPointResponse) XXX_Merge

func (m *RescanPointResponse) XXX_Merge(src proto.Message)

func (*RescanPointResponse) XXX_Size

func (m *RescanPointResponse) XXX_Size() int

func (*RescanPointResponse) XXX_Unmarshal

func (m *RescanPointResponse) XXX_Unmarshal(b []byte) error

type RescanProgressNotification

type RescanProgressNotification struct {
	RescannedThrough     int32    `protobuf:"varint,1,opt,name=rescanned_through,json=rescannedThrough,proto3" json:"rescanned_through,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RescanProgressNotification) Descriptor

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

func (*RescanProgressNotification) GetRescannedThrough

func (m *RescanProgressNotification) GetRescannedThrough() int32

func (*RescanProgressNotification) ProtoMessage

func (*RescanProgressNotification) ProtoMessage()

func (*RescanProgressNotification) Reset

func (m *RescanProgressNotification) Reset()

func (*RescanProgressNotification) String

func (m *RescanProgressNotification) String() string

func (*RescanProgressNotification) XXX_DiscardUnknown

func (m *RescanProgressNotification) XXX_DiscardUnknown()

func (*RescanProgressNotification) XXX_Marshal

func (m *RescanProgressNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RescanProgressNotification) XXX_Merge

func (m *RescanProgressNotification) XXX_Merge(src proto.Message)

func (*RescanProgressNotification) XXX_Size

func (m *RescanProgressNotification) XXX_Size() int

func (*RescanProgressNotification) XXX_Unmarshal

func (m *RescanProgressNotification) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RescanRequest) Descriptor

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

func (*RescanRequest) GetBeginHash

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

func (*RescanRequest) GetBeginHeight

func (m *RescanRequest) GetBeginHeight() int32

func (*RescanRequest) ProtoMessage

func (*RescanRequest) ProtoMessage()

func (*RescanRequest) Reset

func (m *RescanRequest) Reset()

func (*RescanRequest) String

func (m *RescanRequest) String() string

func (*RescanRequest) XXX_DiscardUnknown

func (m *RescanRequest) XXX_DiscardUnknown()

func (*RescanRequest) XXX_Marshal

func (m *RescanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RescanRequest) XXX_Merge

func (m *RescanRequest) XXX_Merge(src proto.Message)

func (*RescanRequest) XXX_Size

func (m *RescanRequest) XXX_Size() int

func (*RescanRequest) XXX_Unmarshal

func (m *RescanRequest) XXX_Unmarshal(b []byte) error

type RescanResponse

type RescanResponse struct {
	RescannedThrough     int32    `protobuf:"varint,1,opt,name=rescanned_through,json=rescannedThrough,proto3" json:"rescanned_through,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RescanResponse) Descriptor

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

func (*RescanResponse) GetRescannedThrough

func (m *RescanResponse) GetRescannedThrough() int32

func (*RescanResponse) ProtoMessage

func (*RescanResponse) ProtoMessage()

func (*RescanResponse) Reset

func (m *RescanResponse) Reset()

func (*RescanResponse) String

func (m *RescanResponse) String() string

func (*RescanResponse) XXX_DiscardUnknown

func (m *RescanResponse) XXX_DiscardUnknown()

func (*RescanResponse) XXX_Marshal

func (m *RescanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RescanResponse) XXX_Merge

func (m *RescanResponse) XXX_Merge(src proto.Message)

func (*RescanResponse) XXX_Size

func (m *RescanResponse) XXX_Size() int

func (*RescanResponse) XXX_Unmarshal

func (m *RescanResponse) XXX_Unmarshal(b []byte) error

type RevokeTicketsRequest

type RevokeTicketsRequest struct {
	Passphrase           []byte   `protobuf:"bytes,1,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RevokeTicketsRequest) Descriptor

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

func (*RevokeTicketsRequest) GetPassphrase

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

func (*RevokeTicketsRequest) ProtoMessage

func (*RevokeTicketsRequest) ProtoMessage()

func (*RevokeTicketsRequest) Reset

func (m *RevokeTicketsRequest) Reset()

func (*RevokeTicketsRequest) String

func (m *RevokeTicketsRequest) String() string

func (*RevokeTicketsRequest) XXX_DiscardUnknown

func (m *RevokeTicketsRequest) XXX_DiscardUnknown()

func (*RevokeTicketsRequest) XXX_Marshal

func (m *RevokeTicketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RevokeTicketsRequest) XXX_Merge

func (m *RevokeTicketsRequest) XXX_Merge(src proto.Message)

func (*RevokeTicketsRequest) XXX_Size

func (m *RevokeTicketsRequest) XXX_Size() int

func (*RevokeTicketsRequest) XXX_Unmarshal

func (m *RevokeTicketsRequest) XXX_Unmarshal(b []byte) error

type RevokeTicketsResponse

type RevokeTicketsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RevokeTicketsResponse) Descriptor

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

func (*RevokeTicketsResponse) ProtoMessage

func (*RevokeTicketsResponse) ProtoMessage()

func (*RevokeTicketsResponse) Reset

func (m *RevokeTicketsResponse) Reset()

func (*RevokeTicketsResponse) String

func (m *RevokeTicketsResponse) String() string

func (*RevokeTicketsResponse) XXX_DiscardUnknown

func (m *RevokeTicketsResponse) XXX_DiscardUnknown()

func (*RevokeTicketsResponse) XXX_Marshal

func (m *RevokeTicketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RevokeTicketsResponse) XXX_Merge

func (m *RevokeTicketsResponse) XXX_Merge(src proto.Message)

func (*RevokeTicketsResponse) XXX_Size

func (m *RevokeTicketsResponse) XXX_Size() int

func (*RevokeTicketsResponse) XXX_Unmarshal

func (m *RevokeTicketsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RpcSyncRequest) Descriptor

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

func (*RpcSyncRequest) GetCertificate

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

func (*RpcSyncRequest) GetDiscoverAccounts

func (m *RpcSyncRequest) GetDiscoverAccounts() bool

func (*RpcSyncRequest) GetNetworkAddress

func (m *RpcSyncRequest) GetNetworkAddress() string

func (*RpcSyncRequest) GetPassword

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

func (*RpcSyncRequest) GetPrivatePassphrase

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

func (*RpcSyncRequest) GetUsername

func (m *RpcSyncRequest) GetUsername() string

func (*RpcSyncRequest) ProtoMessage

func (*RpcSyncRequest) ProtoMessage()

func (*RpcSyncRequest) Reset

func (m *RpcSyncRequest) Reset()

func (*RpcSyncRequest) String

func (m *RpcSyncRequest) String() string

func (*RpcSyncRequest) XXX_DiscardUnknown

func (m *RpcSyncRequest) XXX_DiscardUnknown()

func (*RpcSyncRequest) XXX_Marshal

func (m *RpcSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RpcSyncRequest) XXX_Merge

func (m *RpcSyncRequest) XXX_Merge(src proto.Message)

func (*RpcSyncRequest) XXX_Size

func (m *RpcSyncRequest) XXX_Size() int

func (*RpcSyncRequest) XXX_Unmarshal

func (m *RpcSyncRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*RpcSyncResponse) Descriptor

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

func (*RpcSyncResponse) GetFetchHeaders

func (m *RpcSyncResponse) GetFetchHeaders() *FetchHeadersNotification

func (*RpcSyncResponse) GetFetchMissingCfilters

func (m *RpcSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification

func (*RpcSyncResponse) GetNotificationType

func (m *RpcSyncResponse) GetNotificationType() SyncNotificationType

func (*RpcSyncResponse) GetPeerInformation

func (m *RpcSyncResponse) GetPeerInformation() *PeerNotification

func (*RpcSyncResponse) GetRescanProgress

func (m *RpcSyncResponse) GetRescanProgress() *RescanProgressNotification

func (*RpcSyncResponse) GetSynced

func (m *RpcSyncResponse) GetSynced() bool

func (*RpcSyncResponse) ProtoMessage

func (*RpcSyncResponse) ProtoMessage()

func (*RpcSyncResponse) Reset

func (m *RpcSyncResponse) Reset()

func (*RpcSyncResponse) String

func (m *RpcSyncResponse) String() string

func (*RpcSyncResponse) XXX_DiscardUnknown

func (m *RpcSyncResponse) XXX_DiscardUnknown()

func (*RpcSyncResponse) XXX_Marshal

func (m *RpcSyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RpcSyncResponse) XXX_Merge

func (m *RpcSyncResponse) XXX_Merge(src proto.Message)

func (*RpcSyncResponse) XXX_Size

func (m *RpcSyncResponse) XXX_Size() int

func (*RpcSyncResponse) XXX_Unmarshal

func (m *RpcSyncResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RunTicketBuyerRequest) Descriptor

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

func (*RunTicketBuyerRequest) GetAccount

func (m *RunTicketBuyerRequest) GetAccount() uint32

func (*RunTicketBuyerRequest) GetBalanceToMaintain

func (m *RunTicketBuyerRequest) GetBalanceToMaintain() int64

func (*RunTicketBuyerRequest) GetPassphrase

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

func (*RunTicketBuyerRequest) GetPoolAddress

func (m *RunTicketBuyerRequest) GetPoolAddress() string

func (*RunTicketBuyerRequest) GetPoolFees

func (m *RunTicketBuyerRequest) GetPoolFees() float64

func (*RunTicketBuyerRequest) GetVotingAccount

func (m *RunTicketBuyerRequest) GetVotingAccount() uint32

func (*RunTicketBuyerRequest) GetVotingAddress

func (m *RunTicketBuyerRequest) GetVotingAddress() string

func (*RunTicketBuyerRequest) ProtoMessage

func (*RunTicketBuyerRequest) ProtoMessage()

func (*RunTicketBuyerRequest) Reset

func (m *RunTicketBuyerRequest) Reset()

func (*RunTicketBuyerRequest) String

func (m *RunTicketBuyerRequest) String() string

func (*RunTicketBuyerRequest) XXX_DiscardUnknown

func (m *RunTicketBuyerRequest) XXX_DiscardUnknown()

func (*RunTicketBuyerRequest) XXX_Marshal

func (m *RunTicketBuyerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RunTicketBuyerRequest) XXX_Merge

func (m *RunTicketBuyerRequest) XXX_Merge(src proto.Message)

func (*RunTicketBuyerRequest) XXX_Size

func (m *RunTicketBuyerRequest) XXX_Size() int

func (*RunTicketBuyerRequest) XXX_Unmarshal

func (m *RunTicketBuyerRequest) XXX_Unmarshal(b []byte) error

type RunTicketBuyerResponse

type RunTicketBuyerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RunTicketBuyerResponse) Descriptor

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

func (*RunTicketBuyerResponse) ProtoMessage

func (*RunTicketBuyerResponse) ProtoMessage()

func (*RunTicketBuyerResponse) Reset

func (m *RunTicketBuyerResponse) Reset()

func (*RunTicketBuyerResponse) String

func (m *RunTicketBuyerResponse) String() string

func (*RunTicketBuyerResponse) XXX_DiscardUnknown

func (m *RunTicketBuyerResponse) XXX_DiscardUnknown()

func (*RunTicketBuyerResponse) XXX_Marshal

func (m *RunTicketBuyerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RunTicketBuyerResponse) XXX_Merge

func (m *RunTicketBuyerResponse) XXX_Merge(src proto.Message)

func (*RunTicketBuyerResponse) XXX_Size

func (m *RunTicketBuyerResponse) XXX_Size() int

func (*RunTicketBuyerResponse) XXX_Unmarshal

func (m *RunTicketBuyerResponse) XXX_Unmarshal(b []byte) error

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.

func NewSeedServiceClient

func NewSeedServiceClient(cc *grpc.ClientConn) SeedServiceClient

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 SetAccountRequest

type SetAccountRequest struct {
	Account              uint32   `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetAccountRequest) Descriptor

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

func (*SetAccountRequest) GetAccount

func (m *SetAccountRequest) GetAccount() uint32

func (*SetAccountRequest) ProtoMessage

func (*SetAccountRequest) ProtoMessage()

func (*SetAccountRequest) Reset

func (m *SetAccountRequest) Reset()

func (*SetAccountRequest) String

func (m *SetAccountRequest) String() string

func (*SetAccountRequest) XXX_DiscardUnknown

func (m *SetAccountRequest) XXX_DiscardUnknown()

func (*SetAccountRequest) XXX_Marshal

func (m *SetAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetAccountRequest) XXX_Merge

func (m *SetAccountRequest) XXX_Merge(src proto.Message)

func (*SetAccountRequest) XXX_Size

func (m *SetAccountRequest) XXX_Size() int

func (*SetAccountRequest) XXX_Unmarshal

func (m *SetAccountRequest) XXX_Unmarshal(b []byte) error

type SetAccountResponse

type SetAccountResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetAccountResponse) Descriptor

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

func (*SetAccountResponse) ProtoMessage

func (*SetAccountResponse) ProtoMessage()

func (*SetAccountResponse) Reset

func (m *SetAccountResponse) Reset()

func (*SetAccountResponse) String

func (m *SetAccountResponse) String() string

func (*SetAccountResponse) XXX_DiscardUnknown

func (m *SetAccountResponse) XXX_DiscardUnknown()

func (*SetAccountResponse) XXX_Marshal

func (m *SetAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetAccountResponse) XXX_Merge

func (m *SetAccountResponse) XXX_Merge(src proto.Message)

func (*SetAccountResponse) XXX_Size

func (m *SetAccountResponse) XXX_Size() int

func (*SetAccountResponse) XXX_Unmarshal

func (m *SetAccountResponse) XXX_Unmarshal(b []byte) error

type SetBalanceToMaintainRequest

type SetBalanceToMaintainRequest struct {
	BalanceToMaintain    int64    `protobuf:"varint,1,opt,name=balance_to_maintain,json=balanceToMaintain,proto3" json:"balance_to_maintain,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetBalanceToMaintainRequest) Descriptor

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

func (*SetBalanceToMaintainRequest) GetBalanceToMaintain

func (m *SetBalanceToMaintainRequest) GetBalanceToMaintain() int64

func (*SetBalanceToMaintainRequest) ProtoMessage

func (*SetBalanceToMaintainRequest) ProtoMessage()

func (*SetBalanceToMaintainRequest) Reset

func (m *SetBalanceToMaintainRequest) Reset()

func (*SetBalanceToMaintainRequest) String

func (m *SetBalanceToMaintainRequest) String() string

func (*SetBalanceToMaintainRequest) XXX_DiscardUnknown

func (m *SetBalanceToMaintainRequest) XXX_DiscardUnknown()

func (*SetBalanceToMaintainRequest) XXX_Marshal

func (m *SetBalanceToMaintainRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetBalanceToMaintainRequest) XXX_Merge

func (m *SetBalanceToMaintainRequest) XXX_Merge(src proto.Message)

func (*SetBalanceToMaintainRequest) XXX_Size

func (m *SetBalanceToMaintainRequest) XXX_Size() int

func (*SetBalanceToMaintainRequest) XXX_Unmarshal

func (m *SetBalanceToMaintainRequest) XXX_Unmarshal(b []byte) error

type SetBalanceToMaintainResponse

type SetBalanceToMaintainResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetBalanceToMaintainResponse) Descriptor

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

func (*SetBalanceToMaintainResponse) ProtoMessage

func (*SetBalanceToMaintainResponse) ProtoMessage()

func (*SetBalanceToMaintainResponse) Reset

func (m *SetBalanceToMaintainResponse) Reset()

func (*SetBalanceToMaintainResponse) String

func (*SetBalanceToMaintainResponse) XXX_DiscardUnknown

func (m *SetBalanceToMaintainResponse) XXX_DiscardUnknown()

func (*SetBalanceToMaintainResponse) XXX_Marshal

func (m *SetBalanceToMaintainResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetBalanceToMaintainResponse) XXX_Merge

func (m *SetBalanceToMaintainResponse) XXX_Merge(src proto.Message)

func (*SetBalanceToMaintainResponse) XXX_Size

func (m *SetBalanceToMaintainResponse) XXX_Size() int

func (*SetBalanceToMaintainResponse) XXX_Unmarshal

func (m *SetBalanceToMaintainResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMaxFeeRequest) Descriptor

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

func (*SetMaxFeeRequest) GetMaxFeePerKb

func (m *SetMaxFeeRequest) GetMaxFeePerKb() int64

func (*SetMaxFeeRequest) ProtoMessage

func (*SetMaxFeeRequest) ProtoMessage()

func (*SetMaxFeeRequest) Reset

func (m *SetMaxFeeRequest) Reset()

func (*SetMaxFeeRequest) String

func (m *SetMaxFeeRequest) String() string

func (*SetMaxFeeRequest) XXX_DiscardUnknown

func (m *SetMaxFeeRequest) XXX_DiscardUnknown()

func (*SetMaxFeeRequest) XXX_Marshal

func (m *SetMaxFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMaxFeeRequest) XXX_Merge

func (m *SetMaxFeeRequest) XXX_Merge(src proto.Message)

func (*SetMaxFeeRequest) XXX_Size

func (m *SetMaxFeeRequest) XXX_Size() int

func (*SetMaxFeeRequest) XXX_Unmarshal

func (m *SetMaxFeeRequest) XXX_Unmarshal(b []byte) error

type SetMaxFeeResponse

type SetMaxFeeResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMaxFeeResponse) Descriptor

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

func (*SetMaxFeeResponse) ProtoMessage

func (*SetMaxFeeResponse) ProtoMessage()

func (*SetMaxFeeResponse) Reset

func (m *SetMaxFeeResponse) Reset()

func (*SetMaxFeeResponse) String

func (m *SetMaxFeeResponse) String() string

func (*SetMaxFeeResponse) XXX_DiscardUnknown

func (m *SetMaxFeeResponse) XXX_DiscardUnknown()

func (*SetMaxFeeResponse) XXX_Marshal

func (m *SetMaxFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMaxFeeResponse) XXX_Merge

func (m *SetMaxFeeResponse) XXX_Merge(src proto.Message)

func (*SetMaxFeeResponse) XXX_Size

func (m *SetMaxFeeResponse) XXX_Size() int

func (*SetMaxFeeResponse) XXX_Unmarshal

func (m *SetMaxFeeResponse) XXX_Unmarshal(b []byte) error

type SetMaxPerBlockRequest

type SetMaxPerBlockRequest struct {
	MaxPerBlock          int64    `protobuf:"varint,1,opt,name=max_per_block,json=maxPerBlock,proto3" json:"max_per_block,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMaxPerBlockRequest) Descriptor

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

func (*SetMaxPerBlockRequest) GetMaxPerBlock

func (m *SetMaxPerBlockRequest) GetMaxPerBlock() int64

func (*SetMaxPerBlockRequest) ProtoMessage

func (*SetMaxPerBlockRequest) ProtoMessage()

func (*SetMaxPerBlockRequest) Reset

func (m *SetMaxPerBlockRequest) Reset()

func (*SetMaxPerBlockRequest) String

func (m *SetMaxPerBlockRequest) String() string

func (*SetMaxPerBlockRequest) XXX_DiscardUnknown

func (m *SetMaxPerBlockRequest) XXX_DiscardUnknown()

func (*SetMaxPerBlockRequest) XXX_Marshal

func (m *SetMaxPerBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMaxPerBlockRequest) XXX_Merge

func (m *SetMaxPerBlockRequest) XXX_Merge(src proto.Message)

func (*SetMaxPerBlockRequest) XXX_Size

func (m *SetMaxPerBlockRequest) XXX_Size() int

func (*SetMaxPerBlockRequest) XXX_Unmarshal

func (m *SetMaxPerBlockRequest) XXX_Unmarshal(b []byte) error

type SetMaxPerBlockResponse

type SetMaxPerBlockResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMaxPerBlockResponse) Descriptor

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

func (*SetMaxPerBlockResponse) ProtoMessage

func (*SetMaxPerBlockResponse) ProtoMessage()

func (*SetMaxPerBlockResponse) Reset

func (m *SetMaxPerBlockResponse) Reset()

func (*SetMaxPerBlockResponse) String

func (m *SetMaxPerBlockResponse) String() string

func (*SetMaxPerBlockResponse) XXX_DiscardUnknown

func (m *SetMaxPerBlockResponse) XXX_DiscardUnknown()

func (*SetMaxPerBlockResponse) XXX_Marshal

func (m *SetMaxPerBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMaxPerBlockResponse) XXX_Merge

func (m *SetMaxPerBlockResponse) XXX_Merge(src proto.Message)

func (*SetMaxPerBlockResponse) XXX_Size

func (m *SetMaxPerBlockResponse) XXX_Size() int

func (*SetMaxPerBlockResponse) XXX_Unmarshal

func (m *SetMaxPerBlockResponse) XXX_Unmarshal(b []byte) error

type SetMaxPriceAbsoluteRequest

type SetMaxPriceAbsoluteRequest struct {
	MaxPriceAbsolute     int64    `protobuf:"varint,1,opt,name=max_price_absolute,json=maxPriceAbsolute,proto3" json:"max_price_absolute,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMaxPriceAbsoluteRequest) Descriptor

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

func (*SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute

func (m *SetMaxPriceAbsoluteRequest) GetMaxPriceAbsolute() int64

func (*SetMaxPriceAbsoluteRequest) ProtoMessage

func (*SetMaxPriceAbsoluteRequest) ProtoMessage()

func (*SetMaxPriceAbsoluteRequest) Reset

func (m *SetMaxPriceAbsoluteRequest) Reset()

func (*SetMaxPriceAbsoluteRequest) String

func (m *SetMaxPriceAbsoluteRequest) String() string

func (*SetMaxPriceAbsoluteRequest) XXX_DiscardUnknown

func (m *SetMaxPriceAbsoluteRequest) XXX_DiscardUnknown()

func (*SetMaxPriceAbsoluteRequest) XXX_Marshal

func (m *SetMaxPriceAbsoluteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMaxPriceAbsoluteRequest) XXX_Merge

func (m *SetMaxPriceAbsoluteRequest) XXX_Merge(src proto.Message)

func (*SetMaxPriceAbsoluteRequest) XXX_Size

func (m *SetMaxPriceAbsoluteRequest) XXX_Size() int

func (*SetMaxPriceAbsoluteRequest) XXX_Unmarshal

func (m *SetMaxPriceAbsoluteRequest) XXX_Unmarshal(b []byte) error

type SetMaxPriceAbsoluteResponse

type SetMaxPriceAbsoluteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMaxPriceAbsoluteResponse) Descriptor

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

func (*SetMaxPriceAbsoluteResponse) ProtoMessage

func (*SetMaxPriceAbsoluteResponse) ProtoMessage()

func (*SetMaxPriceAbsoluteResponse) Reset

func (m *SetMaxPriceAbsoluteResponse) Reset()

func (*SetMaxPriceAbsoluteResponse) String

func (m *SetMaxPriceAbsoluteResponse) String() string

func (*SetMaxPriceAbsoluteResponse) XXX_DiscardUnknown

func (m *SetMaxPriceAbsoluteResponse) XXX_DiscardUnknown()

func (*SetMaxPriceAbsoluteResponse) XXX_Marshal

func (m *SetMaxPriceAbsoluteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMaxPriceAbsoluteResponse) XXX_Merge

func (m *SetMaxPriceAbsoluteResponse) XXX_Merge(src proto.Message)

func (*SetMaxPriceAbsoluteResponse) XXX_Size

func (m *SetMaxPriceAbsoluteResponse) XXX_Size() int

func (*SetMaxPriceAbsoluteResponse) XXX_Unmarshal

func (m *SetMaxPriceAbsoluteResponse) XXX_Unmarshal(b []byte) error

type SetMaxPriceRelativeRequest

type SetMaxPriceRelativeRequest struct {
	MaxPriceRelative     float64  `protobuf:"fixed64,1,opt,name=max_price_relative,json=maxPriceRelative,proto3" json:"max_price_relative,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMaxPriceRelativeRequest) Descriptor

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

func (*SetMaxPriceRelativeRequest) GetMaxPriceRelative

func (m *SetMaxPriceRelativeRequest) GetMaxPriceRelative() float64

func (*SetMaxPriceRelativeRequest) ProtoMessage

func (*SetMaxPriceRelativeRequest) ProtoMessage()

func (*SetMaxPriceRelativeRequest) Reset

func (m *SetMaxPriceRelativeRequest) Reset()

func (*SetMaxPriceRelativeRequest) String

func (m *SetMaxPriceRelativeRequest) String() string

func (*SetMaxPriceRelativeRequest) XXX_DiscardUnknown

func (m *SetMaxPriceRelativeRequest) XXX_DiscardUnknown()

func (*SetMaxPriceRelativeRequest) XXX_Marshal

func (m *SetMaxPriceRelativeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMaxPriceRelativeRequest) XXX_Merge

func (m *SetMaxPriceRelativeRequest) XXX_Merge(src proto.Message)

func (*SetMaxPriceRelativeRequest) XXX_Size

func (m *SetMaxPriceRelativeRequest) XXX_Size() int

func (*SetMaxPriceRelativeRequest) XXX_Unmarshal

func (m *SetMaxPriceRelativeRequest) XXX_Unmarshal(b []byte) error

type SetMaxPriceRelativeResponse

type SetMaxPriceRelativeResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMaxPriceRelativeResponse) Descriptor

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

func (*SetMaxPriceRelativeResponse) ProtoMessage

func (*SetMaxPriceRelativeResponse) ProtoMessage()

func (*SetMaxPriceRelativeResponse) Reset

func (m *SetMaxPriceRelativeResponse) Reset()

func (*SetMaxPriceRelativeResponse) String

func (m *SetMaxPriceRelativeResponse) String() string

func (*SetMaxPriceRelativeResponse) XXX_DiscardUnknown

func (m *SetMaxPriceRelativeResponse) XXX_DiscardUnknown()

func (*SetMaxPriceRelativeResponse) XXX_Marshal

func (m *SetMaxPriceRelativeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMaxPriceRelativeResponse) XXX_Merge

func (m *SetMaxPriceRelativeResponse) XXX_Merge(src proto.Message)

func (*SetMaxPriceRelativeResponse) XXX_Size

func (m *SetMaxPriceRelativeResponse) XXX_Size() int

func (*SetMaxPriceRelativeResponse) XXX_Unmarshal

func (m *SetMaxPriceRelativeResponse) XXX_Unmarshal(b []byte) error

type SetPoolAddressRequest

type SetPoolAddressRequest struct {
	PoolAddress          string   `protobuf:"bytes,1,opt,name=pool_address,json=poolAddress,proto3" json:"pool_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetPoolAddressRequest) Descriptor

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

func (*SetPoolAddressRequest) GetPoolAddress

func (m *SetPoolAddressRequest) GetPoolAddress() string

func (*SetPoolAddressRequest) ProtoMessage

func (*SetPoolAddressRequest) ProtoMessage()

func (*SetPoolAddressRequest) Reset

func (m *SetPoolAddressRequest) Reset()

func (*SetPoolAddressRequest) String

func (m *SetPoolAddressRequest) String() string

func (*SetPoolAddressRequest) XXX_DiscardUnknown

func (m *SetPoolAddressRequest) XXX_DiscardUnknown()

func (*SetPoolAddressRequest) XXX_Marshal

func (m *SetPoolAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetPoolAddressRequest) XXX_Merge

func (m *SetPoolAddressRequest) XXX_Merge(src proto.Message)

func (*SetPoolAddressRequest) XXX_Size

func (m *SetPoolAddressRequest) XXX_Size() int

func (*SetPoolAddressRequest) XXX_Unmarshal

func (m *SetPoolAddressRequest) XXX_Unmarshal(b []byte) error

type SetPoolAddressResponse

type SetPoolAddressResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetPoolAddressResponse) Descriptor

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

func (*SetPoolAddressResponse) ProtoMessage

func (*SetPoolAddressResponse) ProtoMessage()

func (*SetPoolAddressResponse) Reset

func (m *SetPoolAddressResponse) Reset()

func (*SetPoolAddressResponse) String

func (m *SetPoolAddressResponse) String() string

func (*SetPoolAddressResponse) XXX_DiscardUnknown

func (m *SetPoolAddressResponse) XXX_DiscardUnknown()

func (*SetPoolAddressResponse) XXX_Marshal

func (m *SetPoolAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetPoolAddressResponse) XXX_Merge

func (m *SetPoolAddressResponse) XXX_Merge(src proto.Message)

func (*SetPoolAddressResponse) XXX_Size

func (m *SetPoolAddressResponse) XXX_Size() int

func (*SetPoolAddressResponse) XXX_Unmarshal

func (m *SetPoolAddressResponse) XXX_Unmarshal(b []byte) error

type SetPoolFeesRequest

type SetPoolFeesRequest struct {
	PoolFees             float64  `protobuf:"fixed64,1,opt,name=pool_fees,json=poolFees,proto3" json:"pool_fees,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetPoolFeesRequest) Descriptor

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

func (*SetPoolFeesRequest) GetPoolFees

func (m *SetPoolFeesRequest) GetPoolFees() float64

func (*SetPoolFeesRequest) ProtoMessage

func (*SetPoolFeesRequest) ProtoMessage()

func (*SetPoolFeesRequest) Reset

func (m *SetPoolFeesRequest) Reset()

func (*SetPoolFeesRequest) String

func (m *SetPoolFeesRequest) String() string

func (*SetPoolFeesRequest) XXX_DiscardUnknown

func (m *SetPoolFeesRequest) XXX_DiscardUnknown()

func (*SetPoolFeesRequest) XXX_Marshal

func (m *SetPoolFeesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetPoolFeesRequest) XXX_Merge

func (m *SetPoolFeesRequest) XXX_Merge(src proto.Message)

func (*SetPoolFeesRequest) XXX_Size

func (m *SetPoolFeesRequest) XXX_Size() int

func (*SetPoolFeesRequest) XXX_Unmarshal

func (m *SetPoolFeesRequest) XXX_Unmarshal(b []byte) error

type SetPoolFeesResponse

type SetPoolFeesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetPoolFeesResponse) Descriptor

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

func (*SetPoolFeesResponse) ProtoMessage

func (*SetPoolFeesResponse) ProtoMessage()

func (*SetPoolFeesResponse) Reset

func (m *SetPoolFeesResponse) Reset()

func (*SetPoolFeesResponse) String

func (m *SetPoolFeesResponse) String() string

func (*SetPoolFeesResponse) XXX_DiscardUnknown

func (m *SetPoolFeesResponse) XXX_DiscardUnknown()

func (*SetPoolFeesResponse) XXX_Marshal

func (m *SetPoolFeesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetPoolFeesResponse) XXX_Merge

func (m *SetPoolFeesResponse) XXX_Merge(src proto.Message)

func (*SetPoolFeesResponse) XXX_Size

func (m *SetPoolFeesResponse) XXX_Size() int

func (*SetPoolFeesResponse) XXX_Unmarshal

func (m *SetPoolFeesResponse) XXX_Unmarshal(b []byte) error

type SetVoteChoicesRequest

type SetVoteChoicesRequest struct {
	Choices              []*SetVoteChoicesRequest_Choice `protobuf:"bytes,1,rep,name=choices,proto3" json:"choices,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*SetVoteChoicesRequest) Descriptor

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

func (*SetVoteChoicesRequest) GetChoices

func (*SetVoteChoicesRequest) ProtoMessage

func (*SetVoteChoicesRequest) ProtoMessage()

func (*SetVoteChoicesRequest) Reset

func (m *SetVoteChoicesRequest) Reset()

func (*SetVoteChoicesRequest) String

func (m *SetVoteChoicesRequest) String() string

func (*SetVoteChoicesRequest) XXX_DiscardUnknown

func (m *SetVoteChoicesRequest) XXX_DiscardUnknown()

func (*SetVoteChoicesRequest) XXX_Marshal

func (m *SetVoteChoicesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetVoteChoicesRequest) XXX_Merge

func (m *SetVoteChoicesRequest) XXX_Merge(src proto.Message)

func (*SetVoteChoicesRequest) XXX_Size

func (m *SetVoteChoicesRequest) XXX_Size() int

func (*SetVoteChoicesRequest) XXX_Unmarshal

func (m *SetVoteChoicesRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetVoteChoicesRequest_Choice) Descriptor

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

func (*SetVoteChoicesRequest_Choice) GetAgendaId

func (m *SetVoteChoicesRequest_Choice) GetAgendaId() string

func (*SetVoteChoicesRequest_Choice) GetChoiceId

func (m *SetVoteChoicesRequest_Choice) GetChoiceId() string

func (*SetVoteChoicesRequest_Choice) ProtoMessage

func (*SetVoteChoicesRequest_Choice) ProtoMessage()

func (*SetVoteChoicesRequest_Choice) Reset

func (m *SetVoteChoicesRequest_Choice) Reset()

func (*SetVoteChoicesRequest_Choice) String

func (*SetVoteChoicesRequest_Choice) XXX_DiscardUnknown

func (m *SetVoteChoicesRequest_Choice) XXX_DiscardUnknown()

func (*SetVoteChoicesRequest_Choice) XXX_Marshal

func (m *SetVoteChoicesRequest_Choice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetVoteChoicesRequest_Choice) XXX_Merge

func (m *SetVoteChoicesRequest_Choice) XXX_Merge(src proto.Message)

func (*SetVoteChoicesRequest_Choice) XXX_Size

func (m *SetVoteChoicesRequest_Choice) XXX_Size() int

func (*SetVoteChoicesRequest_Choice) XXX_Unmarshal

func (m *SetVoteChoicesRequest_Choice) XXX_Unmarshal(b []byte) error

type SetVoteChoicesResponse

type SetVoteChoicesResponse struct {
	Votebits             uint32   `protobuf:"varint,1,opt,name=votebits,proto3" json:"votebits,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetVoteChoicesResponse) Descriptor

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

func (*SetVoteChoicesResponse) GetVotebits

func (m *SetVoteChoicesResponse) GetVotebits() uint32

func (*SetVoteChoicesResponse) ProtoMessage

func (*SetVoteChoicesResponse) ProtoMessage()

func (*SetVoteChoicesResponse) Reset

func (m *SetVoteChoicesResponse) Reset()

func (*SetVoteChoicesResponse) String

func (m *SetVoteChoicesResponse) String() string

func (*SetVoteChoicesResponse) XXX_DiscardUnknown

func (m *SetVoteChoicesResponse) XXX_DiscardUnknown()

func (*SetVoteChoicesResponse) XXX_Marshal

func (m *SetVoteChoicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetVoteChoicesResponse) XXX_Merge

func (m *SetVoteChoicesResponse) XXX_Merge(src proto.Message)

func (*SetVoteChoicesResponse) XXX_Size

func (m *SetVoteChoicesResponse) XXX_Size() int

func (*SetVoteChoicesResponse) XXX_Unmarshal

func (m *SetVoteChoicesResponse) XXX_Unmarshal(b []byte) error

type SetVotingAddressRequest

type SetVotingAddressRequest struct {
	VotingAddress        string   `protobuf:"bytes,1,opt,name=voting_address,json=votingAddress,proto3" json:"voting_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetVotingAddressRequest) Descriptor

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

func (*SetVotingAddressRequest) GetVotingAddress

func (m *SetVotingAddressRequest) GetVotingAddress() string

func (*SetVotingAddressRequest) ProtoMessage

func (*SetVotingAddressRequest) ProtoMessage()

func (*SetVotingAddressRequest) Reset

func (m *SetVotingAddressRequest) Reset()

func (*SetVotingAddressRequest) String

func (m *SetVotingAddressRequest) String() string

func (*SetVotingAddressRequest) XXX_DiscardUnknown

func (m *SetVotingAddressRequest) XXX_DiscardUnknown()

func (*SetVotingAddressRequest) XXX_Marshal

func (m *SetVotingAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetVotingAddressRequest) XXX_Merge

func (m *SetVotingAddressRequest) XXX_Merge(src proto.Message)

func (*SetVotingAddressRequest) XXX_Size

func (m *SetVotingAddressRequest) XXX_Size() int

func (*SetVotingAddressRequest) XXX_Unmarshal

func (m *SetVotingAddressRequest) XXX_Unmarshal(b []byte) error

type SetVotingAddressResponse

type SetVotingAddressResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetVotingAddressResponse) Descriptor

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

func (*SetVotingAddressResponse) ProtoMessage

func (*SetVotingAddressResponse) ProtoMessage()

func (*SetVotingAddressResponse) Reset

func (m *SetVotingAddressResponse) Reset()

func (*SetVotingAddressResponse) String

func (m *SetVotingAddressResponse) String() string

func (*SetVotingAddressResponse) XXX_DiscardUnknown

func (m *SetVotingAddressResponse) XXX_DiscardUnknown()

func (*SetVotingAddressResponse) XXX_Marshal

func (m *SetVotingAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetVotingAddressResponse) XXX_Merge

func (m *SetVotingAddressResponse) XXX_Merge(src proto.Message)

func (*SetVotingAddressResponse) XXX_Size

func (m *SetVotingAddressResponse) XXX_Size() int

func (*SetVotingAddressResponse) XXX_Unmarshal

func (m *SetVotingAddressResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignMessageRequest) Descriptor

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

func (*SignMessageRequest) GetAddress

func (m *SignMessageRequest) GetAddress() string

func (*SignMessageRequest) GetMessage

func (m *SignMessageRequest) GetMessage() string

func (*SignMessageRequest) GetPassphrase

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

func (*SignMessageRequest) ProtoMessage

func (*SignMessageRequest) ProtoMessage()

func (*SignMessageRequest) Reset

func (m *SignMessageRequest) Reset()

func (*SignMessageRequest) String

func (m *SignMessageRequest) String() string

func (*SignMessageRequest) XXX_DiscardUnknown

func (m *SignMessageRequest) XXX_DiscardUnknown()

func (*SignMessageRequest) XXX_Marshal

func (m *SignMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignMessageRequest) XXX_Merge

func (m *SignMessageRequest) XXX_Merge(src proto.Message)

func (*SignMessageRequest) XXX_Size

func (m *SignMessageRequest) XXX_Size() int

func (*SignMessageRequest) XXX_Unmarshal

func (m *SignMessageRequest) XXX_Unmarshal(b []byte) error

type SignMessageResponse

type SignMessageResponse struct {
	Signature            []byte   `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignMessageResponse) Descriptor

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

func (*SignMessageResponse) GetSignature

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

func (*SignMessageResponse) ProtoMessage

func (*SignMessageResponse) ProtoMessage()

func (*SignMessageResponse) Reset

func (m *SignMessageResponse) Reset()

func (*SignMessageResponse) String

func (m *SignMessageResponse) String() string

func (*SignMessageResponse) XXX_DiscardUnknown

func (m *SignMessageResponse) XXX_DiscardUnknown()

func (*SignMessageResponse) XXX_Marshal

func (m *SignMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignMessageResponse) XXX_Merge

func (m *SignMessageResponse) XXX_Merge(src proto.Message)

func (*SignMessageResponse) XXX_Size

func (m *SignMessageResponse) XXX_Size() int

func (*SignMessageResponse) XXX_Unmarshal

func (m *SignMessageResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*SignMessagesRequest) Descriptor

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

func (*SignMessagesRequest) GetMessages

func (*SignMessagesRequest) GetPassphrase

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

func (*SignMessagesRequest) ProtoMessage

func (*SignMessagesRequest) ProtoMessage()

func (*SignMessagesRequest) Reset

func (m *SignMessagesRequest) Reset()

func (*SignMessagesRequest) String

func (m *SignMessagesRequest) String() string

func (*SignMessagesRequest) XXX_DiscardUnknown

func (m *SignMessagesRequest) XXX_DiscardUnknown()

func (*SignMessagesRequest) XXX_Marshal

func (m *SignMessagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignMessagesRequest) XXX_Merge

func (m *SignMessagesRequest) XXX_Merge(src proto.Message)

func (*SignMessagesRequest) XXX_Size

func (m *SignMessagesRequest) XXX_Size() int

func (*SignMessagesRequest) XXX_Unmarshal

func (m *SignMessagesRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignMessagesRequest_Message) Descriptor

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

func (*SignMessagesRequest_Message) GetAddress

func (m *SignMessagesRequest_Message) GetAddress() string

func (*SignMessagesRequest_Message) GetMessage

func (m *SignMessagesRequest_Message) GetMessage() string

func (*SignMessagesRequest_Message) ProtoMessage

func (*SignMessagesRequest_Message) ProtoMessage()

func (*SignMessagesRequest_Message) Reset

func (m *SignMessagesRequest_Message) Reset()

func (*SignMessagesRequest_Message) String

func (m *SignMessagesRequest_Message) String() string

func (*SignMessagesRequest_Message) XXX_DiscardUnknown

func (m *SignMessagesRequest_Message) XXX_DiscardUnknown()

func (*SignMessagesRequest_Message) XXX_Marshal

func (m *SignMessagesRequest_Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignMessagesRequest_Message) XXX_Merge

func (m *SignMessagesRequest_Message) XXX_Merge(src proto.Message)

func (*SignMessagesRequest_Message) XXX_Size

func (m *SignMessagesRequest_Message) XXX_Size() int

func (*SignMessagesRequest_Message) XXX_Unmarshal

func (m *SignMessagesRequest_Message) XXX_Unmarshal(b []byte) error

type SignMessagesResponse

type SignMessagesResponse struct {
	Replies              []*SignMessagesResponse_SignReply `protobuf:"bytes,1,rep,name=replies,proto3" json:"replies,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*SignMessagesResponse) Descriptor

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

func (*SignMessagesResponse) GetReplies

func (*SignMessagesResponse) ProtoMessage

func (*SignMessagesResponse) ProtoMessage()

func (*SignMessagesResponse) Reset

func (m *SignMessagesResponse) Reset()

func (*SignMessagesResponse) String

func (m *SignMessagesResponse) String() string

func (*SignMessagesResponse) XXX_DiscardUnknown

func (m *SignMessagesResponse) XXX_DiscardUnknown()

func (*SignMessagesResponse) XXX_Marshal

func (m *SignMessagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignMessagesResponse) XXX_Merge

func (m *SignMessagesResponse) XXX_Merge(src proto.Message)

func (*SignMessagesResponse) XXX_Size

func (m *SignMessagesResponse) XXX_Size() int

func (*SignMessagesResponse) XXX_Unmarshal

func (m *SignMessagesResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignMessagesResponse_SignReply) Descriptor

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

func (*SignMessagesResponse_SignReply) GetError

func (m *SignMessagesResponse_SignReply) GetError() string

func (*SignMessagesResponse_SignReply) GetSignature

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

func (*SignMessagesResponse_SignReply) ProtoMessage

func (*SignMessagesResponse_SignReply) ProtoMessage()

func (*SignMessagesResponse_SignReply) Reset

func (m *SignMessagesResponse_SignReply) Reset()

func (*SignMessagesResponse_SignReply) String

func (*SignMessagesResponse_SignReply) XXX_DiscardUnknown

func (m *SignMessagesResponse_SignReply) XXX_DiscardUnknown()

func (*SignMessagesResponse_SignReply) XXX_Marshal

func (m *SignMessagesResponse_SignReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignMessagesResponse_SignReply) XXX_Merge

func (m *SignMessagesResponse_SignReply) XXX_Merge(src proto.Message)

func (*SignMessagesResponse_SignReply) XXX_Size

func (m *SignMessagesResponse_SignReply) XXX_Size() int

func (*SignMessagesResponse_SignReply) XXX_Unmarshal

func (m *SignMessagesResponse_SignReply) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*SignTransactionRequest) Descriptor

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

func (*SignTransactionRequest) GetAdditionalScripts

func (*SignTransactionRequest) GetPassphrase

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

func (*SignTransactionRequest) GetSerializedTransaction

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

func (*SignTransactionRequest) ProtoMessage

func (*SignTransactionRequest) ProtoMessage()

func (*SignTransactionRequest) Reset

func (m *SignTransactionRequest) Reset()

func (*SignTransactionRequest) String

func (m *SignTransactionRequest) String() string

func (*SignTransactionRequest) XXX_DiscardUnknown

func (m *SignTransactionRequest) XXX_DiscardUnknown()

func (*SignTransactionRequest) XXX_Marshal

func (m *SignTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignTransactionRequest) XXX_Merge

func (m *SignTransactionRequest) XXX_Merge(src proto.Message)

func (*SignTransactionRequest) XXX_Size

func (m *SignTransactionRequest) XXX_Size() int

func (*SignTransactionRequest) XXX_Unmarshal

func (m *SignTransactionRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignTransactionRequest_AdditionalScript) Descriptor

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

func (*SignTransactionRequest_AdditionalScript) GetOutputIndex

func (m *SignTransactionRequest_AdditionalScript) GetOutputIndex() uint32

func (*SignTransactionRequest_AdditionalScript) GetPkScript

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

func (*SignTransactionRequest_AdditionalScript) GetTransactionHash

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

func (*SignTransactionRequest_AdditionalScript) GetTree

func (*SignTransactionRequest_AdditionalScript) ProtoMessage

func (*SignTransactionRequest_AdditionalScript) Reset

func (*SignTransactionRequest_AdditionalScript) String

func (*SignTransactionRequest_AdditionalScript) XXX_DiscardUnknown

func (m *SignTransactionRequest_AdditionalScript) XXX_DiscardUnknown()

func (*SignTransactionRequest_AdditionalScript) XXX_Marshal

func (m *SignTransactionRequest_AdditionalScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignTransactionRequest_AdditionalScript) XXX_Merge

func (*SignTransactionRequest_AdditionalScript) XXX_Size

func (*SignTransactionRequest_AdditionalScript) XXX_Unmarshal

func (m *SignTransactionRequest_AdditionalScript) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignTransactionResponse) Descriptor

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

func (*SignTransactionResponse) GetTransaction

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

func (*SignTransactionResponse) GetUnsignedInputIndexes

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

func (*SignTransactionResponse) ProtoMessage

func (*SignTransactionResponse) ProtoMessage()

func (*SignTransactionResponse) Reset

func (m *SignTransactionResponse) Reset()

func (*SignTransactionResponse) String

func (m *SignTransactionResponse) String() string

func (*SignTransactionResponse) XXX_DiscardUnknown

func (m *SignTransactionResponse) XXX_DiscardUnknown()

func (*SignTransactionResponse) XXX_Marshal

func (m *SignTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignTransactionResponse) XXX_Merge

func (m *SignTransactionResponse) XXX_Merge(src proto.Message)

func (*SignTransactionResponse) XXX_Size

func (m *SignTransactionResponse) XXX_Size() int

func (*SignTransactionResponse) XXX_Unmarshal

func (m *SignTransactionResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*SignTransactionsRequest) Descriptor

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

func (*SignTransactionsRequest) GetAdditionalScripts

func (*SignTransactionsRequest) GetPassphrase

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

func (*SignTransactionsRequest) GetTransactions

func (*SignTransactionsRequest) ProtoMessage

func (*SignTransactionsRequest) ProtoMessage()

func (*SignTransactionsRequest) Reset

func (m *SignTransactionsRequest) Reset()

func (*SignTransactionsRequest) String

func (m *SignTransactionsRequest) String() string

func (*SignTransactionsRequest) XXX_DiscardUnknown

func (m *SignTransactionsRequest) XXX_DiscardUnknown()

func (*SignTransactionsRequest) XXX_Marshal

func (m *SignTransactionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignTransactionsRequest) XXX_Merge

func (m *SignTransactionsRequest) XXX_Merge(src proto.Message)

func (*SignTransactionsRequest) XXX_Size

func (m *SignTransactionsRequest) XXX_Size() int

func (*SignTransactionsRequest) XXX_Unmarshal

func (m *SignTransactionsRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignTransactionsRequest_AdditionalScript) Descriptor

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

func (*SignTransactionsRequest_AdditionalScript) GetOutputIndex

func (*SignTransactionsRequest_AdditionalScript) GetPkScript

func (*SignTransactionsRequest_AdditionalScript) GetTransactionHash

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

func (*SignTransactionsRequest_AdditionalScript) GetTree

func (*SignTransactionsRequest_AdditionalScript) ProtoMessage

func (*SignTransactionsRequest_AdditionalScript) Reset

func (*SignTransactionsRequest_AdditionalScript) String

func (*SignTransactionsRequest_AdditionalScript) XXX_DiscardUnknown

func (m *SignTransactionsRequest_AdditionalScript) XXX_DiscardUnknown()

func (*SignTransactionsRequest_AdditionalScript) XXX_Marshal

func (m *SignTransactionsRequest_AdditionalScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignTransactionsRequest_AdditionalScript) XXX_Merge

func (*SignTransactionsRequest_AdditionalScript) XXX_Size

func (*SignTransactionsRequest_AdditionalScript) XXX_Unmarshal

func (m *SignTransactionsRequest_AdditionalScript) XXX_Unmarshal(b []byte) error

type SignTransactionsRequest_UnsignedTransaction

type SignTransactionsRequest_UnsignedTransaction struct {
	SerializedTransaction []byte   `protobuf:"bytes,1,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*SignTransactionsRequest_UnsignedTransaction) Descriptor

func (*SignTransactionsRequest_UnsignedTransaction) GetSerializedTransaction

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

func (*SignTransactionsRequest_UnsignedTransaction) ProtoMessage

func (*SignTransactionsRequest_UnsignedTransaction) Reset

func (*SignTransactionsRequest_UnsignedTransaction) String

func (*SignTransactionsRequest_UnsignedTransaction) XXX_DiscardUnknown

func (m *SignTransactionsRequest_UnsignedTransaction) XXX_DiscardUnknown()

func (*SignTransactionsRequest_UnsignedTransaction) XXX_Marshal

func (m *SignTransactionsRequest_UnsignedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignTransactionsRequest_UnsignedTransaction) XXX_Merge

func (*SignTransactionsRequest_UnsignedTransaction) XXX_Size

func (*SignTransactionsRequest_UnsignedTransaction) XXX_Unmarshal

type SignTransactionsResponse

type SignTransactionsResponse struct {
	Transactions         []*SignTransactionsResponse_SignedTransaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*SignTransactionsResponse) Descriptor

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

func (*SignTransactionsResponse) GetTransactions

func (*SignTransactionsResponse) ProtoMessage

func (*SignTransactionsResponse) ProtoMessage()

func (*SignTransactionsResponse) Reset

func (m *SignTransactionsResponse) Reset()

func (*SignTransactionsResponse) String

func (m *SignTransactionsResponse) String() string

func (*SignTransactionsResponse) XXX_DiscardUnknown

func (m *SignTransactionsResponse) XXX_DiscardUnknown()

func (*SignTransactionsResponse) XXX_Marshal

func (m *SignTransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignTransactionsResponse) XXX_Merge

func (m *SignTransactionsResponse) XXX_Merge(src proto.Message)

func (*SignTransactionsResponse) XXX_Size

func (m *SignTransactionsResponse) XXX_Size() int

func (*SignTransactionsResponse) XXX_Unmarshal

func (m *SignTransactionsResponse) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignTransactionsResponse_SignedTransaction) Descriptor

func (*SignTransactionsResponse_SignedTransaction) GetTransaction

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

func (*SignTransactionsResponse_SignedTransaction) GetUnsignedInputIndexes

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

func (*SignTransactionsResponse_SignedTransaction) ProtoMessage

func (*SignTransactionsResponse_SignedTransaction) Reset

func (*SignTransactionsResponse_SignedTransaction) String

func (*SignTransactionsResponse_SignedTransaction) XXX_DiscardUnknown

func (m *SignTransactionsResponse_SignedTransaction) XXX_DiscardUnknown()

func (*SignTransactionsResponse_SignedTransaction) XXX_Marshal

func (m *SignTransactionsResponse_SignedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignTransactionsResponse_SignedTransaction) XXX_Merge

func (*SignTransactionsResponse_SignedTransaction) XXX_Size

func (*SignTransactionsResponse_SignedTransaction) XXX_Unmarshal

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SpvSyncRequest) Descriptor

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

func (*SpvSyncRequest) GetDiscoverAccounts

func (m *SpvSyncRequest) GetDiscoverAccounts() bool

func (*SpvSyncRequest) GetPrivatePassphrase

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

func (*SpvSyncRequest) GetSpvConnect

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

func (*SpvSyncRequest) ProtoMessage

func (*SpvSyncRequest) ProtoMessage()

func (*SpvSyncRequest) Reset

func (m *SpvSyncRequest) Reset()

func (*SpvSyncRequest) String

func (m *SpvSyncRequest) String() string

func (*SpvSyncRequest) XXX_DiscardUnknown

func (m *SpvSyncRequest) XXX_DiscardUnknown()

func (*SpvSyncRequest) XXX_Marshal

func (m *SpvSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpvSyncRequest) XXX_Merge

func (m *SpvSyncRequest) XXX_Merge(src proto.Message)

func (*SpvSyncRequest) XXX_Size

func (m *SpvSyncRequest) XXX_Size() int

func (*SpvSyncRequest) XXX_Unmarshal

func (m *SpvSyncRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*SpvSyncResponse) Descriptor

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

func (*SpvSyncResponse) GetFetchHeaders

func (m *SpvSyncResponse) GetFetchHeaders() *FetchHeadersNotification

func (*SpvSyncResponse) GetFetchMissingCfilters

func (m *SpvSyncResponse) GetFetchMissingCfilters() *FetchMissingCFiltersNotification

func (*SpvSyncResponse) GetNotificationType

func (m *SpvSyncResponse) GetNotificationType() SyncNotificationType

func (*SpvSyncResponse) GetPeerInformation

func (m *SpvSyncResponse) GetPeerInformation() *PeerNotification

func (*SpvSyncResponse) GetRescanProgress

func (m *SpvSyncResponse) GetRescanProgress() *RescanProgressNotification

func (*SpvSyncResponse) GetSynced

func (m *SpvSyncResponse) GetSynced() bool

func (*SpvSyncResponse) ProtoMessage

func (*SpvSyncResponse) ProtoMessage()

func (*SpvSyncResponse) Reset

func (m *SpvSyncResponse) Reset()

func (*SpvSyncResponse) String

func (m *SpvSyncResponse) String() string

func (*SpvSyncResponse) XXX_DiscardUnknown

func (m *SpvSyncResponse) XXX_DiscardUnknown()

func (*SpvSyncResponse) XXX_Marshal

func (m *SpvSyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpvSyncResponse) XXX_Merge

func (m *SpvSyncResponse) XXX_Merge(src proto.Message)

func (*SpvSyncResponse) XXX_Size

func (m *SpvSyncResponse) XXX_Size() int

func (*SpvSyncResponse) XXX_Unmarshal

func (m *SpvSyncResponse) XXX_Unmarshal(b []byte) error

type StakeInfoRequest

type StakeInfoRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StakeInfoRequest) Descriptor

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

func (*StakeInfoRequest) ProtoMessage

func (*StakeInfoRequest) ProtoMessage()

func (*StakeInfoRequest) Reset

func (m *StakeInfoRequest) Reset()

func (*StakeInfoRequest) String

func (m *StakeInfoRequest) String() string

func (*StakeInfoRequest) XXX_DiscardUnknown

func (m *StakeInfoRequest) XXX_DiscardUnknown()

func (*StakeInfoRequest) XXX_Marshal

func (m *StakeInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakeInfoRequest) XXX_Merge

func (m *StakeInfoRequest) XXX_Merge(src proto.Message)

func (*StakeInfoRequest) XXX_Size

func (m *StakeInfoRequest) XXX_Size() int

func (*StakeInfoRequest) XXX_Unmarshal

func (m *StakeInfoRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StakeInfoResponse) Descriptor

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

func (*StakeInfoResponse) GetAllMempoolTix

func (m *StakeInfoResponse) GetAllMempoolTix() uint32

func (*StakeInfoResponse) GetExpired

func (m *StakeInfoResponse) GetExpired() uint32

func (*StakeInfoResponse) GetImmature

func (m *StakeInfoResponse) GetImmature() uint32

func (*StakeInfoResponse) GetLive

func (m *StakeInfoResponse) GetLive() uint32

func (*StakeInfoResponse) GetMissed

func (m *StakeInfoResponse) GetMissed() uint32

func (*StakeInfoResponse) GetOwnMempoolTix

func (m *StakeInfoResponse) GetOwnMempoolTix() uint32

func (*StakeInfoResponse) GetPoolSize

func (m *StakeInfoResponse) GetPoolSize() uint32

func (*StakeInfoResponse) GetRevoked

func (m *StakeInfoResponse) GetRevoked() uint32

func (*StakeInfoResponse) GetTotalSubsidy

func (m *StakeInfoResponse) GetTotalSubsidy() int64

func (*StakeInfoResponse) GetUnspent

func (m *StakeInfoResponse) GetUnspent() uint32

func (*StakeInfoResponse) GetVoted

func (m *StakeInfoResponse) GetVoted() uint32

func (*StakeInfoResponse) ProtoMessage

func (*StakeInfoResponse) ProtoMessage()

func (*StakeInfoResponse) Reset

func (m *StakeInfoResponse) Reset()

func (*StakeInfoResponse) String

func (m *StakeInfoResponse) String() string

func (*StakeInfoResponse) XXX_DiscardUnknown

func (m *StakeInfoResponse) XXX_DiscardUnknown()

func (*StakeInfoResponse) XXX_Marshal

func (m *StakeInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakeInfoResponse) XXX_Merge

func (m *StakeInfoResponse) XXX_Merge(src proto.Message)

func (*StakeInfoResponse) XXX_Size

func (m *StakeInfoResponse) XXX_Size() int

func (*StakeInfoResponse) XXX_Unmarshal

func (m *StakeInfoResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartAutoBuyerRequest) Descriptor

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

func (*StartAutoBuyerRequest) GetAccount

func (m *StartAutoBuyerRequest) GetAccount() uint32

func (*StartAutoBuyerRequest) GetBalanceToMaintain

func (m *StartAutoBuyerRequest) GetBalanceToMaintain() int64

func (*StartAutoBuyerRequest) GetMaxFeePerKb

func (m *StartAutoBuyerRequest) GetMaxFeePerKb() int64

func (*StartAutoBuyerRequest) GetMaxPerBlock

func (m *StartAutoBuyerRequest) GetMaxPerBlock() int64

func (*StartAutoBuyerRequest) GetMaxPriceAbsolute

func (m *StartAutoBuyerRequest) GetMaxPriceAbsolute() int64

func (*StartAutoBuyerRequest) GetMaxPriceRelative

func (m *StartAutoBuyerRequest) GetMaxPriceRelative() float64

func (*StartAutoBuyerRequest) GetPassphrase

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

func (*StartAutoBuyerRequest) GetPoolAddress

func (m *StartAutoBuyerRequest) GetPoolAddress() string

func (*StartAutoBuyerRequest) GetPoolFees

func (m *StartAutoBuyerRequest) GetPoolFees() float64

func (*StartAutoBuyerRequest) GetVotingAddress

func (m *StartAutoBuyerRequest) GetVotingAddress() string

func (*StartAutoBuyerRequest) ProtoMessage

func (*StartAutoBuyerRequest) ProtoMessage()

func (*StartAutoBuyerRequest) Reset

func (m *StartAutoBuyerRequest) Reset()

func (*StartAutoBuyerRequest) String

func (m *StartAutoBuyerRequest) String() string

func (*StartAutoBuyerRequest) XXX_DiscardUnknown

func (m *StartAutoBuyerRequest) XXX_DiscardUnknown()

func (*StartAutoBuyerRequest) XXX_Marshal

func (m *StartAutoBuyerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartAutoBuyerRequest) XXX_Merge

func (m *StartAutoBuyerRequest) XXX_Merge(src proto.Message)

func (*StartAutoBuyerRequest) XXX_Size

func (m *StartAutoBuyerRequest) XXX_Size() int

func (*StartAutoBuyerRequest) XXX_Unmarshal

func (m *StartAutoBuyerRequest) XXX_Unmarshal(b []byte) error

type StartAutoBuyerResponse

type StartAutoBuyerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartAutoBuyerResponse) Descriptor

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

func (*StartAutoBuyerResponse) ProtoMessage

func (*StartAutoBuyerResponse) ProtoMessage()

func (*StartAutoBuyerResponse) Reset

func (m *StartAutoBuyerResponse) Reset()

func (*StartAutoBuyerResponse) String

func (m *StartAutoBuyerResponse) String() string

func (*StartAutoBuyerResponse) XXX_DiscardUnknown

func (m *StartAutoBuyerResponse) XXX_DiscardUnknown()

func (*StartAutoBuyerResponse) XXX_Marshal

func (m *StartAutoBuyerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartAutoBuyerResponse) XXX_Merge

func (m *StartAutoBuyerResponse) XXX_Merge(src proto.Message)

func (*StartAutoBuyerResponse) XXX_Size

func (m *StartAutoBuyerResponse) XXX_Size() int

func (*StartAutoBuyerResponse) XXX_Unmarshal

func (m *StartAutoBuyerResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartConsensusRpcRequest) Descriptor

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

func (*StartConsensusRpcRequest) GetCertificate

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

func (*StartConsensusRpcRequest) GetNetworkAddress

func (m *StartConsensusRpcRequest) GetNetworkAddress() string

func (*StartConsensusRpcRequest) GetPassword

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

func (*StartConsensusRpcRequest) GetUsername

func (m *StartConsensusRpcRequest) GetUsername() string

func (*StartConsensusRpcRequest) ProtoMessage

func (*StartConsensusRpcRequest) ProtoMessage()

func (*StartConsensusRpcRequest) Reset

func (m *StartConsensusRpcRequest) Reset()

func (*StartConsensusRpcRequest) String

func (m *StartConsensusRpcRequest) String() string

func (*StartConsensusRpcRequest) XXX_DiscardUnknown

func (m *StartConsensusRpcRequest) XXX_DiscardUnknown()

func (*StartConsensusRpcRequest) XXX_Marshal

func (m *StartConsensusRpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartConsensusRpcRequest) XXX_Merge

func (m *StartConsensusRpcRequest) XXX_Merge(src proto.Message)

func (*StartConsensusRpcRequest) XXX_Size

func (m *StartConsensusRpcRequest) XXX_Size() int

func (*StartConsensusRpcRequest) XXX_Unmarshal

func (m *StartConsensusRpcRequest) XXX_Unmarshal(b []byte) error

type StartConsensusRpcResponse

type StartConsensusRpcResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartConsensusRpcResponse) Descriptor

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

func (*StartConsensusRpcResponse) ProtoMessage

func (*StartConsensusRpcResponse) ProtoMessage()

func (*StartConsensusRpcResponse) Reset

func (m *StartConsensusRpcResponse) Reset()

func (*StartConsensusRpcResponse) String

func (m *StartConsensusRpcResponse) String() string

func (*StartConsensusRpcResponse) XXX_DiscardUnknown

func (m *StartConsensusRpcResponse) XXX_DiscardUnknown()

func (*StartConsensusRpcResponse) XXX_Marshal

func (m *StartConsensusRpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartConsensusRpcResponse) XXX_Merge

func (m *StartConsensusRpcResponse) XXX_Merge(src proto.Message)

func (*StartConsensusRpcResponse) XXX_Size

func (m *StartConsensusRpcResponse) XXX_Size() int

func (*StartConsensusRpcResponse) XXX_Unmarshal

func (m *StartConsensusRpcResponse) XXX_Unmarshal(b []byte) error

type StopAutoBuyerRequest

type StopAutoBuyerRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopAutoBuyerRequest) Descriptor

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

func (*StopAutoBuyerRequest) ProtoMessage

func (*StopAutoBuyerRequest) ProtoMessage()

func (*StopAutoBuyerRequest) Reset

func (m *StopAutoBuyerRequest) Reset()

func (*StopAutoBuyerRequest) String

func (m *StopAutoBuyerRequest) String() string

func (*StopAutoBuyerRequest) XXX_DiscardUnknown

func (m *StopAutoBuyerRequest) XXX_DiscardUnknown()

func (*StopAutoBuyerRequest) XXX_Marshal

func (m *StopAutoBuyerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StopAutoBuyerRequest) XXX_Merge

func (m *StopAutoBuyerRequest) XXX_Merge(src proto.Message)

func (*StopAutoBuyerRequest) XXX_Size

func (m *StopAutoBuyerRequest) XXX_Size() int

func (*StopAutoBuyerRequest) XXX_Unmarshal

func (m *StopAutoBuyerRequest) XXX_Unmarshal(b []byte) error

type StopAutoBuyerResponse

type StopAutoBuyerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopAutoBuyerResponse) Descriptor

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

func (*StopAutoBuyerResponse) ProtoMessage

func (*StopAutoBuyerResponse) ProtoMessage()

func (*StopAutoBuyerResponse) Reset

func (m *StopAutoBuyerResponse) Reset()

func (*StopAutoBuyerResponse) String

func (m *StopAutoBuyerResponse) String() string

func (*StopAutoBuyerResponse) XXX_DiscardUnknown

func (m *StopAutoBuyerResponse) XXX_DiscardUnknown()

func (*StopAutoBuyerResponse) XXX_Marshal

func (m *StopAutoBuyerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StopAutoBuyerResponse) XXX_Merge

func (m *StopAutoBuyerResponse) XXX_Merge(src proto.Message)

func (*StopAutoBuyerResponse) XXX_Size

func (m *StopAutoBuyerResponse) XXX_Size() int

func (*StopAutoBuyerResponse) XXX_Unmarshal

func (m *StopAutoBuyerResponse) XXX_Unmarshal(b []byte) error

type SubscribeToBlockNotificationsRequest

type SubscribeToBlockNotificationsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubscribeToBlockNotificationsRequest) Descriptor

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

func (*SubscribeToBlockNotificationsRequest) ProtoMessage

func (*SubscribeToBlockNotificationsRequest) ProtoMessage()

func (*SubscribeToBlockNotificationsRequest) Reset

func (*SubscribeToBlockNotificationsRequest) String

func (*SubscribeToBlockNotificationsRequest) XXX_DiscardUnknown

func (m *SubscribeToBlockNotificationsRequest) XXX_DiscardUnknown()

func (*SubscribeToBlockNotificationsRequest) XXX_Marshal

func (m *SubscribeToBlockNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeToBlockNotificationsRequest) XXX_Merge

func (*SubscribeToBlockNotificationsRequest) XXX_Size

func (*SubscribeToBlockNotificationsRequest) XXX_Unmarshal

func (m *SubscribeToBlockNotificationsRequest) XXX_Unmarshal(b []byte) error

type SubscribeToBlockNotificationsResponse

type SubscribeToBlockNotificationsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubscribeToBlockNotificationsResponse) Descriptor

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

func (*SubscribeToBlockNotificationsResponse) ProtoMessage

func (*SubscribeToBlockNotificationsResponse) ProtoMessage()

func (*SubscribeToBlockNotificationsResponse) Reset

func (*SubscribeToBlockNotificationsResponse) String

func (*SubscribeToBlockNotificationsResponse) XXX_DiscardUnknown

func (m *SubscribeToBlockNotificationsResponse) XXX_DiscardUnknown()

func (*SubscribeToBlockNotificationsResponse) XXX_Marshal

func (m *SubscribeToBlockNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeToBlockNotificationsResponse) XXX_Merge

func (*SubscribeToBlockNotificationsResponse) XXX_Size

func (*SubscribeToBlockNotificationsResponse) XXX_Unmarshal

func (m *SubscribeToBlockNotificationsResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*SweepAccountRequest) Descriptor

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

func (*SweepAccountRequest) GetDestinationAddress

func (m *SweepAccountRequest) GetDestinationAddress() string

func (*SweepAccountRequest) GetFeePerKb

func (m *SweepAccountRequest) GetFeePerKb() float64

func (*SweepAccountRequest) GetRequiredConfirmations

func (m *SweepAccountRequest) GetRequiredConfirmations() uint32

func (*SweepAccountRequest) GetSourceAccount

func (m *SweepAccountRequest) GetSourceAccount() string

func (*SweepAccountRequest) ProtoMessage

func (*SweepAccountRequest) ProtoMessage()

func (*SweepAccountRequest) Reset

func (m *SweepAccountRequest) Reset()

func (*SweepAccountRequest) String

func (m *SweepAccountRequest) String() string

func (*SweepAccountRequest) XXX_DiscardUnknown

func (m *SweepAccountRequest) XXX_DiscardUnknown()

func (*SweepAccountRequest) XXX_Marshal

func (m *SweepAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SweepAccountRequest) XXX_Merge

func (m *SweepAccountRequest) XXX_Merge(src proto.Message)

func (*SweepAccountRequest) XXX_Size

func (m *SweepAccountRequest) XXX_Size() int

func (*SweepAccountRequest) XXX_Unmarshal

func (m *SweepAccountRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*SweepAccountResponse) Descriptor

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

func (*SweepAccountResponse) GetEstimatedSignedSize

func (m *SweepAccountResponse) GetEstimatedSignedSize() uint32

func (*SweepAccountResponse) GetTotalOutputAmount

func (m *SweepAccountResponse) GetTotalOutputAmount() int64

func (*SweepAccountResponse) GetTotalPreviousOutputAmount

func (m *SweepAccountResponse) GetTotalPreviousOutputAmount() int64

func (*SweepAccountResponse) GetUnsignedTransaction

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

func (*SweepAccountResponse) ProtoMessage

func (*SweepAccountResponse) ProtoMessage()

func (*SweepAccountResponse) Reset

func (m *SweepAccountResponse) Reset()

func (*SweepAccountResponse) String

func (m *SweepAccountResponse) String() string

func (*SweepAccountResponse) XXX_DiscardUnknown

func (m *SweepAccountResponse) XXX_DiscardUnknown()

func (*SweepAccountResponse) XXX_Marshal

func (m *SweepAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SweepAccountResponse) XXX_Merge

func (m *SweepAccountResponse) XXX_Merge(src proto.Message)

func (*SweepAccountResponse) XXX_Size

func (m *SweepAccountResponse) XXX_Size() int

func (*SweepAccountResponse) XXX_Unmarshal

func (m *SweepAccountResponse) XXX_Unmarshal(b []byte) error

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

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

func (SyncNotificationType) String

func (x SyncNotificationType) String() string

type TicketBuyerConfigRequest

type TicketBuyerConfigRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TicketBuyerConfigRequest) Descriptor

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

func (*TicketBuyerConfigRequest) ProtoMessage

func (*TicketBuyerConfigRequest) ProtoMessage()

func (*TicketBuyerConfigRequest) Reset

func (m *TicketBuyerConfigRequest) Reset()

func (*TicketBuyerConfigRequest) String

func (m *TicketBuyerConfigRequest) String() string

func (*TicketBuyerConfigRequest) XXX_DiscardUnknown

func (m *TicketBuyerConfigRequest) XXX_DiscardUnknown()

func (*TicketBuyerConfigRequest) XXX_Marshal

func (m *TicketBuyerConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TicketBuyerConfigRequest) XXX_Merge

func (m *TicketBuyerConfigRequest) XXX_Merge(src proto.Message)

func (*TicketBuyerConfigRequest) XXX_Size

func (m *TicketBuyerConfigRequest) XXX_Size() int

func (*TicketBuyerConfigRequest) XXX_Unmarshal

func (m *TicketBuyerConfigRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*TicketBuyerConfigResponse) Descriptor

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

func (*TicketBuyerConfigResponse) GetAccount

func (m *TicketBuyerConfigResponse) GetAccount() uint32

func (*TicketBuyerConfigResponse) GetAvgPriceMode

func (m *TicketBuyerConfigResponse) GetAvgPriceMode() string

func (*TicketBuyerConfigResponse) GetAvgPriceVWAPDelta

func (m *TicketBuyerConfigResponse) GetAvgPriceVWAPDelta() int64

func (*TicketBuyerConfigResponse) GetBalanceToMaintain

func (m *TicketBuyerConfigResponse) GetBalanceToMaintain() int64

func (*TicketBuyerConfigResponse) GetBlocksToAvg

func (m *TicketBuyerConfigResponse) GetBlocksToAvg() int64

func (*TicketBuyerConfigResponse) GetDontWaitForTickets

func (m *TicketBuyerConfigResponse) GetDontWaitForTickets() bool

func (*TicketBuyerConfigResponse) GetExpiryDelta

func (m *TicketBuyerConfigResponse) GetExpiryDelta() int64

func (*TicketBuyerConfigResponse) GetFeeSource

func (m *TicketBuyerConfigResponse) GetFeeSource() string

func (*TicketBuyerConfigResponse) GetFeeTargetScaling

func (m *TicketBuyerConfigResponse) GetFeeTargetScaling() float64

func (*TicketBuyerConfigResponse) GetMaxFee

func (m *TicketBuyerConfigResponse) GetMaxFee() int64

func (*TicketBuyerConfigResponse) GetMaxInMempool

func (m *TicketBuyerConfigResponse) GetMaxInMempool() int64

func (*TicketBuyerConfigResponse) GetMaxPerBlock

func (m *TicketBuyerConfigResponse) GetMaxPerBlock() int64

func (*TicketBuyerConfigResponse) GetMaxPriceAbsolute

func (m *TicketBuyerConfigResponse) GetMaxPriceAbsolute() int64

func (*TicketBuyerConfigResponse) GetMaxPriceRelative

func (m *TicketBuyerConfigResponse) GetMaxPriceRelative() float64

func (*TicketBuyerConfigResponse) GetMinFee

func (m *TicketBuyerConfigResponse) GetMinFee() int64

func (*TicketBuyerConfigResponse) GetPoolAddress

func (m *TicketBuyerConfigResponse) GetPoolAddress() string

func (*TicketBuyerConfigResponse) GetPoolFees

func (m *TicketBuyerConfigResponse) GetPoolFees() float64

func (*TicketBuyerConfigResponse) GetSpreadTicketPurchases

func (m *TicketBuyerConfigResponse) GetSpreadTicketPurchases() bool

func (*TicketBuyerConfigResponse) GetTxFee

func (m *TicketBuyerConfigResponse) GetTxFee() int64

func (*TicketBuyerConfigResponse) GetVotingAddress

func (m *TicketBuyerConfigResponse) GetVotingAddress() string

func (*TicketBuyerConfigResponse) ProtoMessage

func (*TicketBuyerConfigResponse) ProtoMessage()

func (*TicketBuyerConfigResponse) Reset

func (m *TicketBuyerConfigResponse) Reset()

func (*TicketBuyerConfigResponse) String

func (m *TicketBuyerConfigResponse) String() string

func (*TicketBuyerConfigResponse) XXX_DiscardUnknown

func (m *TicketBuyerConfigResponse) XXX_DiscardUnknown()

func (*TicketBuyerConfigResponse) XXX_Marshal

func (m *TicketBuyerConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TicketBuyerConfigResponse) XXX_Merge

func (m *TicketBuyerConfigResponse) XXX_Merge(src proto.Message)

func (*TicketBuyerConfigResponse) XXX_Size

func (m *TicketBuyerConfigResponse) XXX_Size() int

func (*TicketBuyerConfigResponse) XXX_Unmarshal

func (m *TicketBuyerConfigResponse) XXX_Unmarshal(b []byte) error

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.

func NewTicketBuyerServiceClient

func NewTicketBuyerServiceClient(cc *grpc.ClientConn) TicketBuyerServiceClient

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.

func NewTicketBuyerV2ServiceClient

func NewTicketBuyerV2ServiceClient(cc *grpc.ClientConn) TicketBuyerV2ServiceClient

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 {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TicketPriceRequest) Descriptor

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

func (*TicketPriceRequest) ProtoMessage

func (*TicketPriceRequest) ProtoMessage()

func (*TicketPriceRequest) Reset

func (m *TicketPriceRequest) Reset()

func (*TicketPriceRequest) String

func (m *TicketPriceRequest) String() string

func (*TicketPriceRequest) XXX_DiscardUnknown

func (m *TicketPriceRequest) XXX_DiscardUnknown()

func (*TicketPriceRequest) XXX_Marshal

func (m *TicketPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TicketPriceRequest) XXX_Merge

func (m *TicketPriceRequest) XXX_Merge(src proto.Message)

func (*TicketPriceRequest) XXX_Size

func (m *TicketPriceRequest) XXX_Size() int

func (*TicketPriceRequest) XXX_Unmarshal

func (m *TicketPriceRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TicketPriceResponse) Descriptor

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

func (*TicketPriceResponse) GetHeight

func (m *TicketPriceResponse) GetHeight() int32

func (*TicketPriceResponse) GetTicketPrice

func (m *TicketPriceResponse) GetTicketPrice() int64

func (*TicketPriceResponse) ProtoMessage

func (*TicketPriceResponse) ProtoMessage()

func (*TicketPriceResponse) Reset

func (m *TicketPriceResponse) Reset()

func (*TicketPriceResponse) String

func (m *TicketPriceResponse) String() string

func (*TicketPriceResponse) XXX_DiscardUnknown

func (m *TicketPriceResponse) XXX_DiscardUnknown()

func (*TicketPriceResponse) XXX_Marshal

func (m *TicketPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TicketPriceResponse) XXX_Merge

func (m *TicketPriceResponse) XXX_Merge(src proto.Message)

func (*TicketPriceResponse) XXX_Size

func (m *TicketPriceResponse) XXX_Size() int

func (*TicketPriceResponse) XXX_Unmarshal

func (m *TicketPriceResponse) XXX_Unmarshal(b []byte) error

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"`
	TransactionType      TransactionDetails_TransactionType `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*TransactionDetails) Descriptor

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

func (*TransactionDetails) GetCredits

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

func (*TransactionDetails) GetDebits

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

func (*TransactionDetails) GetFee

func (m *TransactionDetails) GetFee() int64

func (*TransactionDetails) GetHash

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

func (*TransactionDetails) GetTimestamp

func (m *TransactionDetails) GetTimestamp() int64

func (*TransactionDetails) GetTransaction

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

func (*TransactionDetails) GetTransactionType

func (*TransactionDetails) ProtoMessage

func (*TransactionDetails) ProtoMessage()

func (*TransactionDetails) Reset

func (m *TransactionDetails) Reset()

func (*TransactionDetails) String

func (m *TransactionDetails) String() string

func (*TransactionDetails) XXX_DiscardUnknown

func (m *TransactionDetails) XXX_DiscardUnknown()

func (*TransactionDetails) XXX_Marshal

func (m *TransactionDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionDetails) XXX_Merge

func (m *TransactionDetails) XXX_Merge(src proto.Message)

func (*TransactionDetails) XXX_Size

func (m *TransactionDetails) XXX_Size() int

func (*TransactionDetails) XXX_Unmarshal

func (m *TransactionDetails) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransactionDetails_Input) Descriptor

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

func (*TransactionDetails_Input) GetIndex

func (m *TransactionDetails_Input) GetIndex() uint32

func (*TransactionDetails_Input) GetPreviousAccount

func (m *TransactionDetails_Input) GetPreviousAccount() uint32

func (*TransactionDetails_Input) GetPreviousAmount

func (m *TransactionDetails_Input) GetPreviousAmount() int64

func (*TransactionDetails_Input) ProtoMessage

func (*TransactionDetails_Input) ProtoMessage()

func (*TransactionDetails_Input) Reset

func (m *TransactionDetails_Input) Reset()

func (*TransactionDetails_Input) String

func (m *TransactionDetails_Input) String() string

func (*TransactionDetails_Input) XXX_DiscardUnknown

func (m *TransactionDetails_Input) XXX_DiscardUnknown()

func (*TransactionDetails_Input) XXX_Marshal

func (m *TransactionDetails_Input) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionDetails_Input) XXX_Merge

func (m *TransactionDetails_Input) XXX_Merge(src proto.Message)

func (*TransactionDetails_Input) XXX_Size

func (m *TransactionDetails_Input) XXX_Size() int

func (*TransactionDetails_Input) XXX_Unmarshal

func (m *TransactionDetails_Input) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransactionDetails_Output) Descriptor

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

func (*TransactionDetails_Output) GetAccount

func (m *TransactionDetails_Output) GetAccount() uint32

func (*TransactionDetails_Output) GetAddress

func (m *TransactionDetails_Output) GetAddress() string

func (*TransactionDetails_Output) GetAmount

func (m *TransactionDetails_Output) GetAmount() int64

func (*TransactionDetails_Output) GetIndex

func (m *TransactionDetails_Output) GetIndex() uint32

func (*TransactionDetails_Output) GetInternal

func (m *TransactionDetails_Output) GetInternal() bool

func (*TransactionDetails_Output) GetOutputScript

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

func (*TransactionDetails_Output) ProtoMessage

func (*TransactionDetails_Output) ProtoMessage()

func (*TransactionDetails_Output) Reset

func (m *TransactionDetails_Output) Reset()

func (*TransactionDetails_Output) String

func (m *TransactionDetails_Output) String() string

func (*TransactionDetails_Output) XXX_DiscardUnknown

func (m *TransactionDetails_Output) XXX_DiscardUnknown()

func (*TransactionDetails_Output) XXX_Marshal

func (m *TransactionDetails_Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionDetails_Output) XXX_Merge

func (m *TransactionDetails_Output) XXX_Merge(src proto.Message)

func (*TransactionDetails_Output) XXX_Size

func (m *TransactionDetails_Output) XXX_Size() int

func (*TransactionDetails_Output) XXX_Unmarshal

func (m *TransactionDetails_Output) XXX_Unmarshal(b []byte) error

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

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

func (TransactionDetails_TransactionType) String

type TransactionNotificationsRequest

type TransactionNotificationsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransactionNotificationsRequest) Descriptor

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

func (*TransactionNotificationsRequest) ProtoMessage

func (*TransactionNotificationsRequest) ProtoMessage()

func (*TransactionNotificationsRequest) Reset

func (*TransactionNotificationsRequest) String

func (*TransactionNotificationsRequest) XXX_DiscardUnknown

func (m *TransactionNotificationsRequest) XXX_DiscardUnknown()

func (*TransactionNotificationsRequest) XXX_Marshal

func (m *TransactionNotificationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionNotificationsRequest) XXX_Merge

func (m *TransactionNotificationsRequest) XXX_Merge(src proto.Message)

func (*TransactionNotificationsRequest) XXX_Size

func (m *TransactionNotificationsRequest) XXX_Size() int

func (*TransactionNotificationsRequest) XXX_Unmarshal

func (m *TransactionNotificationsRequest) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*TransactionNotificationsResponse) Descriptor

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

func (*TransactionNotificationsResponse) GetAttachedBlocks

func (m *TransactionNotificationsResponse) GetAttachedBlocks() []*BlockDetails

func (*TransactionNotificationsResponse) GetDetachedBlocks

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

func (*TransactionNotificationsResponse) GetUnminedTransactionHashes

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

func (*TransactionNotificationsResponse) GetUnminedTransactions

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

func (*TransactionNotificationsResponse) ProtoMessage

func (*TransactionNotificationsResponse) ProtoMessage()

func (*TransactionNotificationsResponse) Reset

func (*TransactionNotificationsResponse) String

func (*TransactionNotificationsResponse) XXX_DiscardUnknown

func (m *TransactionNotificationsResponse) XXX_DiscardUnknown()

func (*TransactionNotificationsResponse) XXX_Marshal

func (m *TransactionNotificationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionNotificationsResponse) XXX_Merge

func (*TransactionNotificationsResponse) XXX_Size

func (m *TransactionNotificationsResponse) XXX_Size() int

func (*TransactionNotificationsResponse) XXX_Unmarshal

func (m *TransactionNotificationsResponse) XXX_Unmarshal(b []byte) error

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

func (*UnimplementedTicketBuyerV2ServiceServer) RunTicketBuyer

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

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

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

func (*UnimplementedWalletServiceServer) AccountNumber

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

func (*UnimplementedWalletServiceServer) GetAccountExtendedPubKey

func (*UnimplementedWalletServiceServer) GetTicket

func (*UnimplementedWalletServiceServer) GetTickets

func (*UnimplementedWalletServiceServer) GetTransaction

func (*UnimplementedWalletServiceServer) GetTransactions

func (*UnimplementedWalletServiceServer) ImportPrivateKey

func (*UnimplementedWalletServiceServer) ImportScript

func (*UnimplementedWalletServiceServer) LoadActiveDataFilters

func (*UnimplementedWalletServiceServer) Network

func (*UnimplementedWalletServiceServer) NextAccount

func (*UnimplementedWalletServiceServer) NextAddress

func (*UnimplementedWalletServiceServer) Ping

func (*UnimplementedWalletServiceServer) PublishTransaction

func (*UnimplementedWalletServiceServer) PublishUnminedTransactions

func (*UnimplementedWalletServiceServer) PurchaseTickets

func (*UnimplementedWalletServiceServer) RenameAccount

func (*UnimplementedWalletServiceServer) Rescan

func (*UnimplementedWalletServiceServer) RevokeTickets

func (*UnimplementedWalletServiceServer) SignMessage

func (*UnimplementedWalletServiceServer) SignMessages

func (*UnimplementedWalletServiceServer) SignTransaction

func (*UnimplementedWalletServiceServer) SignTransactions

func (*UnimplementedWalletServiceServer) StakeInfo

func (*UnimplementedWalletServiceServer) SweepAccount

func (*UnimplementedWalletServiceServer) TicketPrice

func (*UnimplementedWalletServiceServer) TransactionNotifications

func (*UnimplementedWalletServiceServer) UnspentOutputs

func (*UnimplementedWalletServiceServer) ValidateAddress

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UnspentOutputResponse) Descriptor

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

func (*UnspentOutputResponse) GetAmount

func (m *UnspentOutputResponse) GetAmount() int64

func (*UnspentOutputResponse) GetAmountSum

func (m *UnspentOutputResponse) GetAmountSum() int64

func (*UnspentOutputResponse) GetFromCoinbase

func (m *UnspentOutputResponse) GetFromCoinbase() bool

func (*UnspentOutputResponse) GetOutputIndex

func (m *UnspentOutputResponse) GetOutputIndex() uint32

func (*UnspentOutputResponse) GetPkScript

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

func (*UnspentOutputResponse) GetReceiveTime

func (m *UnspentOutputResponse) GetReceiveTime() int64

func (*UnspentOutputResponse) GetTransactionHash

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

func (*UnspentOutputResponse) GetTree

func (m *UnspentOutputResponse) GetTree() int32

func (*UnspentOutputResponse) ProtoMessage

func (*UnspentOutputResponse) ProtoMessage()

func (*UnspentOutputResponse) Reset

func (m *UnspentOutputResponse) Reset()

func (*UnspentOutputResponse) String

func (m *UnspentOutputResponse) String() string

func (*UnspentOutputResponse) XXX_DiscardUnknown

func (m *UnspentOutputResponse) XXX_DiscardUnknown()

func (*UnspentOutputResponse) XXX_Marshal

func (m *UnspentOutputResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnspentOutputResponse) XXX_Merge

func (m *UnspentOutputResponse) XXX_Merge(src proto.Message)

func (*UnspentOutputResponse) XXX_Size

func (m *UnspentOutputResponse) XXX_Size() int

func (*UnspentOutputResponse) XXX_Unmarshal

func (m *UnspentOutputResponse) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*UnspentOutputsRequest) Descriptor

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

func (*UnspentOutputsRequest) GetAccount

func (m *UnspentOutputsRequest) GetAccount() uint32

func (*UnspentOutputsRequest) GetIncludeImmatureCoinbases

func (m *UnspentOutputsRequest) GetIncludeImmatureCoinbases() bool

func (*UnspentOutputsRequest) GetRequiredConfirmations

func (m *UnspentOutputsRequest) GetRequiredConfirmations() int32

func (*UnspentOutputsRequest) GetTargetAmount

func (m *UnspentOutputsRequest) GetTargetAmount() int64

func (*UnspentOutputsRequest) ProtoMessage

func (*UnspentOutputsRequest) ProtoMessage()

func (*UnspentOutputsRequest) Reset

func (m *UnspentOutputsRequest) Reset()

func (*UnspentOutputsRequest) String

func (m *UnspentOutputsRequest) String() string

func (*UnspentOutputsRequest) XXX_DiscardUnknown

func (m *UnspentOutputsRequest) XXX_DiscardUnknown()

func (*UnspentOutputsRequest) XXX_Marshal

func (m *UnspentOutputsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnspentOutputsRequest) XXX_Merge

func (m *UnspentOutputsRequest) XXX_Merge(src proto.Message)

func (*UnspentOutputsRequest) XXX_Size

func (m *UnspentOutputsRequest) XXX_Size() int

func (*UnspentOutputsRequest) XXX_Unmarshal

func (m *UnspentOutputsRequest) XXX_Unmarshal(b []byte) error

type ValidateAddressRequest

type ValidateAddressRequest struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidateAddressRequest) Descriptor

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

func (*ValidateAddressRequest) GetAddress

func (m *ValidateAddressRequest) GetAddress() string

func (*ValidateAddressRequest) ProtoMessage

func (*ValidateAddressRequest) ProtoMessage()

func (*ValidateAddressRequest) Reset

func (m *ValidateAddressRequest) Reset()

func (*ValidateAddressRequest) String

func (m *ValidateAddressRequest) String() string

func (*ValidateAddressRequest) XXX_DiscardUnknown

func (m *ValidateAddressRequest) XXX_DiscardUnknown()

func (*ValidateAddressRequest) XXX_Marshal

func (m *ValidateAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidateAddressRequest) XXX_Merge

func (m *ValidateAddressRequest) XXX_Merge(src proto.Message)

func (*ValidateAddressRequest) XXX_Size

func (m *ValidateAddressRequest) XXX_Size() int

func (*ValidateAddressRequest) XXX_Unmarshal

func (m *ValidateAddressRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*ValidateAddressResponse) Descriptor

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

func (*ValidateAddressResponse) GetAccountNumber

func (m *ValidateAddressResponse) GetAccountNumber() uint32

func (*ValidateAddressResponse) GetIndex

func (m *ValidateAddressResponse) GetIndex() uint32

func (*ValidateAddressResponse) GetIsInternal

func (m *ValidateAddressResponse) GetIsInternal() bool

func (*ValidateAddressResponse) GetIsMine

func (m *ValidateAddressResponse) GetIsMine() bool

func (*ValidateAddressResponse) GetIsScript

func (m *ValidateAddressResponse) GetIsScript() bool

func (*ValidateAddressResponse) GetIsValid

func (m *ValidateAddressResponse) GetIsValid() bool

func (*ValidateAddressResponse) GetPayToAddrScript

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

func (*ValidateAddressResponse) GetPkScriptAddrs

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

func (*ValidateAddressResponse) GetPubKey

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

func (*ValidateAddressResponse) GetPubKeyAddr

func (m *ValidateAddressResponse) GetPubKeyAddr() string

func (*ValidateAddressResponse) GetScriptType

func (*ValidateAddressResponse) GetSigsRequired

func (m *ValidateAddressResponse) GetSigsRequired() uint32

func (*ValidateAddressResponse) ProtoMessage

func (*ValidateAddressResponse) ProtoMessage()

func (*ValidateAddressResponse) Reset

func (m *ValidateAddressResponse) Reset()

func (*ValidateAddressResponse) String

func (m *ValidateAddressResponse) String() string

func (*ValidateAddressResponse) XXX_DiscardUnknown

func (m *ValidateAddressResponse) XXX_DiscardUnknown()

func (*ValidateAddressResponse) XXX_Marshal

func (m *ValidateAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidateAddressResponse) XXX_Merge

func (m *ValidateAddressResponse) XXX_Merge(src proto.Message)

func (*ValidateAddressResponse) XXX_Size

func (m *ValidateAddressResponse) XXX_Size() int

func (*ValidateAddressResponse) XXX_Unmarshal

func (m *ValidateAddressResponse) XXX_Unmarshal(b []byte) error

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
)

func (ValidateAddressResponse_ScriptType) EnumDescriptor

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

func (ValidateAddressResponse_ScriptType) String

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VerifyMessageRequest) Descriptor

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

func (*VerifyMessageRequest) GetAddress

func (m *VerifyMessageRequest) GetAddress() string

func (*VerifyMessageRequest) GetMessage

func (m *VerifyMessageRequest) GetMessage() string

func (*VerifyMessageRequest) GetSignature

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

func (*VerifyMessageRequest) ProtoMessage

func (*VerifyMessageRequest) ProtoMessage()

func (*VerifyMessageRequest) Reset

func (m *VerifyMessageRequest) Reset()

func (*VerifyMessageRequest) String

func (m *VerifyMessageRequest) String() string

func (*VerifyMessageRequest) XXX_DiscardUnknown

func (m *VerifyMessageRequest) XXX_DiscardUnknown()

func (*VerifyMessageRequest) XXX_Marshal

func (m *VerifyMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerifyMessageRequest) XXX_Merge

func (m *VerifyMessageRequest) XXX_Merge(src proto.Message)

func (*VerifyMessageRequest) XXX_Size

func (m *VerifyMessageRequest) XXX_Size() int

func (*VerifyMessageRequest) XXX_Unmarshal

func (m *VerifyMessageRequest) XXX_Unmarshal(b []byte) error

type VerifyMessageResponse

type VerifyMessageResponse struct {
	Valid                bool     `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VerifyMessageResponse) Descriptor

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

func (*VerifyMessageResponse) GetValid

func (m *VerifyMessageResponse) GetValid() bool

func (*VerifyMessageResponse) ProtoMessage

func (*VerifyMessageResponse) ProtoMessage()

func (*VerifyMessageResponse) Reset

func (m *VerifyMessageResponse) Reset()

func (*VerifyMessageResponse) String

func (m *VerifyMessageResponse) String() string

func (*VerifyMessageResponse) XXX_DiscardUnknown

func (m *VerifyMessageResponse) XXX_DiscardUnknown()

func (*VerifyMessageResponse) XXX_Marshal

func (m *VerifyMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerifyMessageResponse) XXX_Merge

func (m *VerifyMessageResponse) XXX_Merge(src proto.Message)

func (*VerifyMessageResponse) XXX_Size

func (m *VerifyMessageResponse) XXX_Size() int

func (*VerifyMessageResponse) XXX_Unmarshal

func (m *VerifyMessageResponse) XXX_Unmarshal(b []byte) error

type VersionRequest

type VersionRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VersionRequest) Descriptor

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

func (*VersionRequest) ProtoMessage

func (*VersionRequest) ProtoMessage()

func (*VersionRequest) Reset

func (m *VersionRequest) Reset()

func (*VersionRequest) String

func (m *VersionRequest) String() string

func (*VersionRequest) XXX_DiscardUnknown

func (m *VersionRequest) XXX_DiscardUnknown()

func (*VersionRequest) XXX_Marshal

func (m *VersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VersionRequest) XXX_Merge

func (m *VersionRequest) XXX_Merge(src proto.Message)

func (*VersionRequest) XXX_Size

func (m *VersionRequest) XXX_Size() int

func (*VersionRequest) XXX_Unmarshal

func (m *VersionRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VersionResponse) Descriptor

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

func (*VersionResponse) GetBuildMetadata

func (m *VersionResponse) GetBuildMetadata() string

func (*VersionResponse) GetMajor

func (m *VersionResponse) GetMajor() uint32

func (*VersionResponse) GetMinor

func (m *VersionResponse) GetMinor() uint32

func (*VersionResponse) GetPatch

func (m *VersionResponse) GetPatch() uint32

func (*VersionResponse) GetPrerelease

func (m *VersionResponse) GetPrerelease() string

func (*VersionResponse) GetVersionString

func (m *VersionResponse) GetVersionString() string

func (*VersionResponse) ProtoMessage

func (*VersionResponse) ProtoMessage()

func (*VersionResponse) Reset

func (m *VersionResponse) Reset()

func (*VersionResponse) String

func (m *VersionResponse) String() string

func (*VersionResponse) XXX_DiscardUnknown

func (m *VersionResponse) XXX_DiscardUnknown()

func (*VersionResponse) XXX_Marshal

func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VersionResponse) XXX_Merge

func (m *VersionResponse) XXX_Merge(src proto.Message)

func (*VersionResponse) XXX_Size

func (m *VersionResponse) XXX_Size() int

func (*VersionResponse) XXX_Unmarshal

func (m *VersionResponse) XXX_Unmarshal(b []byte) error

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.

func NewVersionServiceClient

func NewVersionServiceClient(cc *grpc.ClientConn) VersionServiceClient

type VersionServiceServer

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

VersionServiceServer is the server API for VersionService service.

type VoteChoicesRequest

type VoteChoicesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VoteChoicesRequest) Descriptor

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

func (*VoteChoicesRequest) ProtoMessage

func (*VoteChoicesRequest) ProtoMessage()

func (*VoteChoicesRequest) Reset

func (m *VoteChoicesRequest) Reset()

func (*VoteChoicesRequest) String

func (m *VoteChoicesRequest) String() string

func (*VoteChoicesRequest) XXX_DiscardUnknown

func (m *VoteChoicesRequest) XXX_DiscardUnknown()

func (*VoteChoicesRequest) XXX_Marshal

func (m *VoteChoicesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VoteChoicesRequest) XXX_Merge

func (m *VoteChoicesRequest) XXX_Merge(src proto.Message)

func (*VoteChoicesRequest) XXX_Size

func (m *VoteChoicesRequest) XXX_Size() int

func (*VoteChoicesRequest) XXX_Unmarshal

func (m *VoteChoicesRequest) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*VoteChoicesResponse) Descriptor

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

func (*VoteChoicesResponse) GetChoices

func (*VoteChoicesResponse) GetVersion

func (m *VoteChoicesResponse) GetVersion() uint32

func (*VoteChoicesResponse) GetVotebits

func (m *VoteChoicesResponse) GetVotebits() uint32

func (*VoteChoicesResponse) ProtoMessage

func (*VoteChoicesResponse) ProtoMessage()

func (*VoteChoicesResponse) Reset

func (m *VoteChoicesResponse) Reset()

func (*VoteChoicesResponse) String

func (m *VoteChoicesResponse) String() string

func (*VoteChoicesResponse) XXX_DiscardUnknown

func (m *VoteChoicesResponse) XXX_DiscardUnknown()

func (*VoteChoicesResponse) XXX_Marshal

func (m *VoteChoicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VoteChoicesResponse) XXX_Merge

func (m *VoteChoicesResponse) XXX_Merge(src proto.Message)

func (*VoteChoicesResponse) XXX_Size

func (m *VoteChoicesResponse) XXX_Size() int

func (*VoteChoicesResponse) XXX_Unmarshal

func (m *VoteChoicesResponse) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VoteChoicesResponse_Choice) Descriptor

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

func (*VoteChoicesResponse_Choice) GetAgendaDescription

func (m *VoteChoicesResponse_Choice) GetAgendaDescription() string

func (*VoteChoicesResponse_Choice) GetAgendaId

func (m *VoteChoicesResponse_Choice) GetAgendaId() string

func (*VoteChoicesResponse_Choice) GetChoiceDescription

func (m *VoteChoicesResponse_Choice) GetChoiceDescription() string

func (*VoteChoicesResponse_Choice) GetChoiceId

func (m *VoteChoicesResponse_Choice) GetChoiceId() string

func (*VoteChoicesResponse_Choice) ProtoMessage

func (*VoteChoicesResponse_Choice) ProtoMessage()

func (*VoteChoicesResponse_Choice) Reset

func (m *VoteChoicesResponse_Choice) Reset()

func (*VoteChoicesResponse_Choice) String

func (m *VoteChoicesResponse_Choice) String() string

func (*VoteChoicesResponse_Choice) XXX_DiscardUnknown

func (m *VoteChoicesResponse_Choice) XXX_DiscardUnknown()

func (*VoteChoicesResponse_Choice) XXX_Marshal

func (m *VoteChoicesResponse_Choice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VoteChoicesResponse_Choice) XXX_Merge

func (m *VoteChoicesResponse_Choice) XXX_Merge(src proto.Message)

func (*VoteChoicesResponse_Choice) XXX_Size

func (m *VoteChoicesResponse_Choice) XXX_Size() int

func (*VoteChoicesResponse_Choice) XXX_Unmarshal

func (m *VoteChoicesResponse_Choice) XXX_Unmarshal(b []byte) error

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

VotingServiceClient is the client API for VotingService service.

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

func NewVotingServiceClient

func NewVotingServiceClient(cc *grpc.ClientConn) VotingServiceClient

type VotingServiceServer

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

VotingServiceServer is the server API for VotingService service.

type WalletExistsRequest

type WalletExistsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WalletExistsRequest) Descriptor

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

func (*WalletExistsRequest) ProtoMessage

func (*WalletExistsRequest) ProtoMessage()

func (*WalletExistsRequest) Reset

func (m *WalletExistsRequest) Reset()

func (*WalletExistsRequest) String

func (m *WalletExistsRequest) String() string

func (*WalletExistsRequest) XXX_DiscardUnknown

func (m *WalletExistsRequest) XXX_DiscardUnknown()

func (*WalletExistsRequest) XXX_Marshal

func (m *WalletExistsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WalletExistsRequest) XXX_Merge

func (m *WalletExistsRequest) XXX_Merge(src proto.Message)

func (*WalletExistsRequest) XXX_Size

func (m *WalletExistsRequest) XXX_Size() int

func (*WalletExistsRequest) XXX_Unmarshal

func (m *WalletExistsRequest) XXX_Unmarshal(b []byte) error

type WalletExistsResponse

type WalletExistsResponse struct {
	Exists               bool     `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WalletExistsResponse) Descriptor

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

func (*WalletExistsResponse) GetExists

func (m *WalletExistsResponse) GetExists() bool

func (*WalletExistsResponse) ProtoMessage

func (*WalletExistsResponse) ProtoMessage()

func (*WalletExistsResponse) Reset

func (m *WalletExistsResponse) Reset()

func (*WalletExistsResponse) String

func (m *WalletExistsResponse) String() string

func (*WalletExistsResponse) XXX_DiscardUnknown

func (m *WalletExistsResponse) XXX_DiscardUnknown()

func (*WalletExistsResponse) XXX_Marshal

func (m *WalletExistsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WalletExistsResponse) XXX_Merge

func (m *WalletExistsResponse) XXX_Merge(src proto.Message)

func (*WalletExistsResponse) XXX_Size

func (m *WalletExistsResponse) XXX_Size() int

func (*WalletExistsResponse) XXX_Unmarshal

func (m *WalletExistsResponse) XXX_Unmarshal(b []byte) error

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.

func NewWalletLoaderServiceClient

func NewWalletLoaderServiceClient(cc *grpc.ClientConn) WalletLoaderServiceClient

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)
	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)
	// Notifications
	TransactionNotifications(ctx context.Context, in *TransactionNotificationsRequest, opts ...grpc.CallOption) (WalletService_TransactionNotificationsClient, error)
	AccountNotifications(ctx context.Context, in *AccountNotificationsRequest, opts ...grpc.CallOption) (WalletService_AccountNotificationsClient, error)
	ConfirmationNotifications(ctx context.Context, opts ...grpc.CallOption) (WalletService_ConfirmationNotificationsClient, error)
	// Control
	ChangePassphrase(ctx context.Context, in *ChangePassphraseRequest, opts ...grpc.CallOption) (*ChangePassphraseResponse, error)
	RenameAccount(ctx context.Context, in *RenameAccountRequest, opts ...grpc.CallOption) (*RenameAccountResponse, error)
	Rescan(ctx context.Context, in *RescanRequest, opts ...grpc.CallOption) (WalletService_RescanClient, error)
	NextAccount(ctx context.Context, in *NextAccountRequest, opts ...grpc.CallOption) (*NextAccountResponse, error)
	NextAddress(ctx context.Context, in *NextAddressRequest, opts ...grpc.CallOption) (*NextAddressResponse, error)
	ImportPrivateKey(ctx context.Context, in *ImportPrivateKeyRequest, opts ...grpc.CallOption) (*ImportPrivateKeyResponse, error)
	ImportScript(ctx context.Context, in *ImportScriptRequest, opts ...grpc.CallOption) (*ImportScriptResponse, error)
	FundTransaction(ctx context.Context, in *FundTransactionRequest, opts ...grpc.CallOption) (*FundTransactionResponse, error)
	UnspentOutputs(ctx context.Context, in *UnspentOutputsRequest, opts ...grpc.CallOption) (WalletService_UnspentOutputsClient, error)
	ConstructTransaction(ctx context.Context, in *ConstructTransactionRequest, opts ...grpc.CallOption) (*ConstructTransactionResponse, error)
	SignTransaction(ctx context.Context, in *SignTransactionRequest, opts ...grpc.CallOption) (*SignTransactionResponse, error)
	SignTransactions(ctx context.Context, in *SignTransactionsRequest, opts ...grpc.CallOption) (*SignTransactionsResponse, error)
	CreateSignature(ctx context.Context, in *CreateSignatureRequest, opts ...grpc.CallOption) (*CreateSignatureResponse, error)
	PublishTransaction(ctx context.Context, in *PublishTransactionRequest, opts ...grpc.CallOption) (*PublishTransactionResponse, error)
	PublishUnminedTransactions(ctx context.Context, in *PublishUnminedTransactionsRequest, opts ...grpc.CallOption) (*PublishUnminedTransactionsResponse, error)
	PurchaseTickets(ctx context.Context, in *PurchaseTicketsRequest, opts ...grpc.CallOption) (*PurchaseTicketsResponse, error)
	RevokeTickets(ctx context.Context, in *RevokeTicketsRequest, opts ...grpc.CallOption) (*RevokeTicketsResponse, error)
	LoadActiveDataFilters(ctx context.Context, in *LoadActiveDataFiltersRequest, opts ...grpc.CallOption) (*LoadActiveDataFiltersResponse, error)
	SignMessage(ctx context.Context, in *SignMessageRequest, opts ...grpc.CallOption) (*SignMessageResponse, error)
	SignMessages(ctx context.Context, in *SignMessagesRequest, opts ...grpc.CallOption) (*SignMessagesResponse, error)
	ValidateAddress(ctx context.Context, in *ValidateAddressRequest, opts ...grpc.CallOption) (*ValidateAddressResponse, error)
	CommittedTickets(ctx context.Context, in *CommittedTicketsRequest, opts ...grpc.CallOption) (*CommittedTicketsResponse, error)
	SweepAccount(ctx context.Context, in *SweepAccountRequest, opts ...grpc.CallOption) (*SweepAccountResponse, error)
}

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.

func NewWalletServiceClient

func NewWalletServiceClient(cc *grpc.ClientConn) WalletServiceClient

type WalletServiceServer

type WalletServiceServer interface {
	// Queries
	Ping(context.Context, *PingRequest) (*PingResponse, error)
	Network(context.Context, *NetworkRequest) (*NetworkResponse, error)
	CoinType(context.Context, *CoinTypeRequest) (*CoinTypeResponse, error)
	AccountNumber(context.Context, *AccountNumberRequest) (*AccountNumberResponse, error)
	Accounts(context.Context, *AccountsRequest) (*AccountsResponse, error)
	Balance(context.Context, *BalanceRequest) (*BalanceResponse, error)
	GetAccountExtendedPubKey(context.Context, *GetAccountExtendedPubKeyRequest) (*GetAccountExtendedPubKeyResponse, 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)
	// Notifications
	TransactionNotifications(*TransactionNotificationsRequest, WalletService_TransactionNotificationsServer) error
	AccountNotifications(*AccountNotificationsRequest, WalletService_AccountNotificationsServer) error
	ConfirmationNotifications(WalletService_ConfirmationNotificationsServer) error
	// Control
	ChangePassphrase(context.Context, *ChangePassphraseRequest) (*ChangePassphraseResponse, error)
	RenameAccount(context.Context, *RenameAccountRequest) (*RenameAccountResponse, error)
	Rescan(*RescanRequest, WalletService_RescanServer) error
	NextAccount(context.Context, *NextAccountRequest) (*NextAccountResponse, error)
	NextAddress(context.Context, *NextAddressRequest) (*NextAddressResponse, error)
	ImportPrivateKey(context.Context, *ImportPrivateKeyRequest) (*ImportPrivateKeyResponse, error)
	ImportScript(context.Context, *ImportScriptRequest) (*ImportScriptResponse, error)
	FundTransaction(context.Context, *FundTransactionRequest) (*FundTransactionResponse, error)
	UnspentOutputs(*UnspentOutputsRequest, WalletService_UnspentOutputsServer) error
	ConstructTransaction(context.Context, *ConstructTransactionRequest) (*ConstructTransactionResponse, error)
	SignTransaction(context.Context, *SignTransactionRequest) (*SignTransactionResponse, error)
	SignTransactions(context.Context, *SignTransactionsRequest) (*SignTransactionsResponse, error)
	CreateSignature(context.Context, *CreateSignatureRequest) (*CreateSignatureResponse, error)
	PublishTransaction(context.Context, *PublishTransactionRequest) (*PublishTransactionResponse, error)
	PublishUnminedTransactions(context.Context, *PublishUnminedTransactionsRequest) (*PublishUnminedTransactionsResponse, error)
	PurchaseTickets(context.Context, *PurchaseTicketsRequest) (*PurchaseTicketsResponse, error)
	RevokeTickets(context.Context, *RevokeTicketsRequest) (*RevokeTicketsResponse, error)
	LoadActiveDataFilters(context.Context, *LoadActiveDataFiltersRequest) (*LoadActiveDataFiltersResponse, error)
	SignMessage(context.Context, *SignMessageRequest) (*SignMessageResponse, error)
	SignMessages(context.Context, *SignMessagesRequest) (*SignMessagesResponse, error)
	ValidateAddress(context.Context, *ValidateAddressRequest) (*ValidateAddressResponse, error)
	CommittedTickets(context.Context, *CommittedTicketsRequest) (*CommittedTicketsResponse, error)
	SweepAccount(context.Context, *SweepAccountRequest) (*SweepAccountResponse, error)
}

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_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