walletrpc

package
v0.0.0-...-0e95005 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2024 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 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,
}

Functions

func RegisterVersionServiceServer

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

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 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"`
	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) GetSpendable

func (m *BalanceResponse) GetSpendable() int64

func (*BalanceResponse) GetTotal

func (m *BalanceResponse) GetTotal() 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 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"`
	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) 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 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 CreateTransactionRequest

type CreateTransactionRequest struct {
	Account               uint32                             `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	Outputs               []*CreateTransactionRequest_Output `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"`
	RequiredConfirmations int32                              `protobuf:"varint,3,opt,name=required_confirmations,json=requiredConfirmations,proto3" json:"required_confirmations,omitempty"`
	SatPerKbFee           uint32                             `protobuf:"varint,4,opt,name=sat_per_kb_fee,json=satPerKbFee,proto3" json:"sat_per_kb_fee,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                           `json:"-"`
	XXX_unrecognized      []byte                             `json:"-"`
	XXX_sizecache         int32                              `json:"-"`
}

func (*CreateTransactionRequest) Descriptor

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

func (*CreateTransactionRequest) GetAccount

func (m *CreateTransactionRequest) GetAccount() uint32

func (*CreateTransactionRequest) GetOutputs

func (*CreateTransactionRequest) GetRequiredConfirmations

func (m *CreateTransactionRequest) GetRequiredConfirmations() int32

func (*CreateTransactionRequest) GetSatPerKbFee

func (m *CreateTransactionRequest) GetSatPerKbFee() uint32

func (*CreateTransactionRequest) ProtoMessage

func (*CreateTransactionRequest) ProtoMessage()

func (*CreateTransactionRequest) Reset

func (m *CreateTransactionRequest) Reset()

func (*CreateTransactionRequest) String

func (m *CreateTransactionRequest) String() string

func (*CreateTransactionRequest) XXX_DiscardUnknown

func (m *CreateTransactionRequest) XXX_DiscardUnknown()

func (*CreateTransactionRequest) XXX_Marshal

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

func (*CreateTransactionRequest) XXX_Merge

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

func (*CreateTransactionRequest) XXX_Size

func (m *CreateTransactionRequest) XXX_Size() int

func (*CreateTransactionRequest) XXX_Unmarshal

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

type CreateTransactionRequest_Output

type CreateTransactionRequest_Output struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,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 (*CreateTransactionRequest_Output) Descriptor

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

func (*CreateTransactionRequest_Output) GetAddress

func (m *CreateTransactionRequest_Output) GetAddress() string

func (*CreateTransactionRequest_Output) GetAmount

func (m *CreateTransactionRequest_Output) GetAmount() int64

func (*CreateTransactionRequest_Output) ProtoMessage

func (*CreateTransactionRequest_Output) ProtoMessage()

func (*CreateTransactionRequest_Output) Reset

func (*CreateTransactionRequest_Output) String

func (*CreateTransactionRequest_Output) XXX_DiscardUnknown

func (m *CreateTransactionRequest_Output) XXX_DiscardUnknown()

func (*CreateTransactionRequest_Output) XXX_Marshal

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

func (*CreateTransactionRequest_Output) XXX_Merge

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

func (*CreateTransactionRequest_Output) XXX_Size

func (m *CreateTransactionRequest_Output) XXX_Size() int

func (*CreateTransactionRequest_Output) XXX_Unmarshal

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

type CreateTransactionResponse

type CreateTransactionResponse struct {
	SerializedTransaction []byte   `protobuf:"bytes,1,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"`
	InputValues           []int64  `protobuf:"varint,2,rep,packed,name=input_values,json=inputValues,proto3" json:"input_values,omitempty"`
	Fee                   int64    `protobuf:"varint,3,opt,name=fee,proto3" json:"fee,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*CreateTransactionResponse) Descriptor

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

func (*CreateTransactionResponse) GetFee

func (m *CreateTransactionResponse) GetFee() int64

func (*CreateTransactionResponse) GetInputValues

func (m *CreateTransactionResponse) GetInputValues() []int64

func (*CreateTransactionResponse) GetSerializedTransaction

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

func (*CreateTransactionResponse) ProtoMessage

func (*CreateTransactionResponse) ProtoMessage()

func (*CreateTransactionResponse) Reset

func (m *CreateTransactionResponse) Reset()

func (*CreateTransactionResponse) String

func (m *CreateTransactionResponse) String() string

func (*CreateTransactionResponse) XXX_DiscardUnknown

func (m *CreateTransactionResponse) XXX_DiscardUnknown()

func (*CreateTransactionResponse) XXX_Marshal

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

func (*CreateTransactionResponse) XXX_Merge

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

func (*CreateTransactionResponse) XXX_Size

func (m *CreateTransactionResponse) XXX_Size() int

func (*CreateTransactionResponse) XXX_Unmarshal

func (m *CreateTransactionResponse) 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"`
	MnemonicSeed         string   `protobuf:"bytes,3,opt,name=mnemonic_seed,json=mnemonicSeed,proto3" json:"mnemonic_seed,omitempty"`
	WalletBirthday       int64    `protobuf:"varint,4,opt,name=wallet_birthday,json=walletBirthday,proto3" json:"wallet_birthday,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateWalletRequest) Descriptor

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

func (*CreateWalletRequest) GetMnemonicSeed

func (m *CreateWalletRequest) GetMnemonicSeed() string

func (*CreateWalletRequest) GetPrivatePassphrase

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

func (*CreateWalletRequest) GetPublicPassphrase

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

func (*CreateWalletRequest) GetWalletBirthday

func (m *CreateWalletRequest) GetWalletBirthday() int64

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 CurrentAddressRequest

type CurrentAddressRequest 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 (*CurrentAddressRequest) Descriptor

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

func (*CurrentAddressRequest) GetAccount

func (m *CurrentAddressRequest) GetAccount() uint32

func (*CurrentAddressRequest) ProtoMessage

func (*CurrentAddressRequest) ProtoMessage()

func (*CurrentAddressRequest) Reset

func (m *CurrentAddressRequest) Reset()

func (*CurrentAddressRequest) String

func (m *CurrentAddressRequest) String() string

func (*CurrentAddressRequest) XXX_DiscardUnknown

func (m *CurrentAddressRequest) XXX_DiscardUnknown()

func (*CurrentAddressRequest) XXX_Marshal

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

func (*CurrentAddressRequest) XXX_Merge

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

func (*CurrentAddressRequest) XXX_Size

func (m *CurrentAddressRequest) XXX_Size() int

func (*CurrentAddressRequest) XXX_Unmarshal

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

type CurrentAddressResponse

type CurrentAddressResponse 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 (*CurrentAddressResponse) Descriptor

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

func (*CurrentAddressResponse) GetAddress

func (m *CurrentAddressResponse) GetAddress() string

func (*CurrentAddressResponse) ProtoMessage

func (*CurrentAddressResponse) ProtoMessage()

func (*CurrentAddressResponse) Reset

func (m *CurrentAddressResponse) Reset()

func (*CurrentAddressResponse) String

func (m *CurrentAddressResponse) String() string

func (*CurrentAddressResponse) XXX_DiscardUnknown

func (m *CurrentAddressResponse) XXX_DiscardUnknown()

func (*CurrentAddressResponse) XXX_Marshal

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

func (*CurrentAddressResponse) XXX_Merge

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

func (*CurrentAddressResponse) XXX_Size

func (m *CurrentAddressResponse) XXX_Size() int

func (*CurrentAddressResponse) XXX_Unmarshal

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

type DownloadPaymentRequestRequest

type DownloadPaymentRequestRequest struct {
	Uri                  string   `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DownloadPaymentRequestRequest) Descriptor

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

func (*DownloadPaymentRequestRequest) GetUri

func (*DownloadPaymentRequestRequest) ProtoMessage

func (*DownloadPaymentRequestRequest) ProtoMessage()

func (*DownloadPaymentRequestRequest) Reset

func (m *DownloadPaymentRequestRequest) Reset()

func (*DownloadPaymentRequestRequest) String

func (*DownloadPaymentRequestRequest) XXX_DiscardUnknown

func (m *DownloadPaymentRequestRequest) XXX_DiscardUnknown()

func (*DownloadPaymentRequestRequest) XXX_Marshal

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

func (*DownloadPaymentRequestRequest) XXX_Merge

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

func (*DownloadPaymentRequestRequest) XXX_Size

func (m *DownloadPaymentRequestRequest) XXX_Size() int

func (*DownloadPaymentRequestRequest) XXX_Unmarshal

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

type DownloadPaymentRequestResponse

type DownloadPaymentRequestResponse struct {
	PayToName            string                                   `protobuf:"bytes,1,opt,name=pay_to_name,json=payToName,proto3" json:"pay_to_name,omitempty"`
	Outputs              []*DownloadPaymentRequestResponse_Output `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"`
	Expires              int64                                    `protobuf:"varint,3,opt,name=expires,proto3" json:"expires,omitempty"`
	Memo                 string                                   `protobuf:"bytes,4,opt,name=memo,proto3" json:"memo,omitempty"`
	PaymentUrl           string                                   `protobuf:"bytes,5,opt,name=payment_url,json=paymentUrl,proto3" json:"payment_url,omitempty"`
	MerchantData         []byte                                   `protobuf:"bytes,6,opt,name=merchant_data,json=merchantData,proto3" json:"merchant_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*DownloadPaymentRequestResponse) Descriptor

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

func (*DownloadPaymentRequestResponse) GetExpires

func (m *DownloadPaymentRequestResponse) GetExpires() int64

func (*DownloadPaymentRequestResponse) GetMemo

func (*DownloadPaymentRequestResponse) GetMerchantData

func (m *DownloadPaymentRequestResponse) GetMerchantData() []byte

func (*DownloadPaymentRequestResponse) GetOutputs

func (*DownloadPaymentRequestResponse) GetPayToName

func (m *DownloadPaymentRequestResponse) GetPayToName() string

func (*DownloadPaymentRequestResponse) GetPaymentUrl

func (m *DownloadPaymentRequestResponse) GetPaymentUrl() string

func (*DownloadPaymentRequestResponse) ProtoMessage

func (*DownloadPaymentRequestResponse) ProtoMessage()

func (*DownloadPaymentRequestResponse) Reset

func (m *DownloadPaymentRequestResponse) Reset()

func (*DownloadPaymentRequestResponse) String

func (*DownloadPaymentRequestResponse) XXX_DiscardUnknown

func (m *DownloadPaymentRequestResponse) XXX_DiscardUnknown()

func (*DownloadPaymentRequestResponse) XXX_Marshal

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

func (*DownloadPaymentRequestResponse) XXX_Merge

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

func (*DownloadPaymentRequestResponse) XXX_Size

func (m *DownloadPaymentRequestResponse) XXX_Size() int

func (*DownloadPaymentRequestResponse) XXX_Unmarshal

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

type DownloadPaymentRequestResponse_Output

type DownloadPaymentRequestResponse_Output struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,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 (*DownloadPaymentRequestResponse_Output) Descriptor

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

func (*DownloadPaymentRequestResponse_Output) GetAddress

func (*DownloadPaymentRequestResponse_Output) GetAmount

func (*DownloadPaymentRequestResponse_Output) ProtoMessage

func (*DownloadPaymentRequestResponse_Output) ProtoMessage()

func (*DownloadPaymentRequestResponse_Output) Reset

func (*DownloadPaymentRequestResponse_Output) String

func (*DownloadPaymentRequestResponse_Output) XXX_DiscardUnknown

func (m *DownloadPaymentRequestResponse_Output) XXX_DiscardUnknown()

func (*DownloadPaymentRequestResponse_Output) XXX_Marshal

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

func (*DownloadPaymentRequestResponse_Output) XXX_Merge

func (*DownloadPaymentRequestResponse_Output) XXX_Size

func (*DownloadPaymentRequestResponse_Output) XXX_Unmarshal

func (m *DownloadPaymentRequestResponse_Output) 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"`
	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) 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 GenerateMnemonicSeedRequest

type GenerateMnemonicSeedRequest struct {
	BitSize              uint32   `protobuf:"varint,1,opt,name=bit_size,json=bitSize,proto3" json:"bit_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenerateMnemonicSeedRequest) Descriptor

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

func (*GenerateMnemonicSeedRequest) GetBitSize

func (m *GenerateMnemonicSeedRequest) GetBitSize() uint32

func (*GenerateMnemonicSeedRequest) ProtoMessage

func (*GenerateMnemonicSeedRequest) ProtoMessage()

func (*GenerateMnemonicSeedRequest) Reset

func (m *GenerateMnemonicSeedRequest) Reset()

func (*GenerateMnemonicSeedRequest) String

func (m *GenerateMnemonicSeedRequest) String() string

func (*GenerateMnemonicSeedRequest) XXX_DiscardUnknown

func (m *GenerateMnemonicSeedRequest) XXX_DiscardUnknown()

func (*GenerateMnemonicSeedRequest) XXX_Marshal

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

func (*GenerateMnemonicSeedRequest) XXX_Merge

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

func (*GenerateMnemonicSeedRequest) XXX_Size

func (m *GenerateMnemonicSeedRequest) XXX_Size() int

func (*GenerateMnemonicSeedRequest) XXX_Unmarshal

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

type GenerateMnemonicSeedResponse

type GenerateMnemonicSeedResponse struct {
	Mnemonic             string   `protobuf:"bytes,1,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenerateMnemonicSeedResponse) Descriptor

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

func (*GenerateMnemonicSeedResponse) GetMnemonic

func (m *GenerateMnemonicSeedResponse) GetMnemonic() string

func (*GenerateMnemonicSeedResponse) ProtoMessage

func (*GenerateMnemonicSeedResponse) ProtoMessage()

func (*GenerateMnemonicSeedResponse) Reset

func (m *GenerateMnemonicSeedResponse) Reset()

func (*GenerateMnemonicSeedResponse) String

func (*GenerateMnemonicSeedResponse) XXX_DiscardUnknown

func (m *GenerateMnemonicSeedResponse) XXX_DiscardUnknown()

func (*GenerateMnemonicSeedResponse) XXX_Marshal

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

func (*GenerateMnemonicSeedResponse) XXX_Merge

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

func (*GenerateMnemonicSeedResponse) XXX_Size

func (m *GenerateMnemonicSeedResponse) XXX_Size() int

func (*GenerateMnemonicSeedResponse) XXX_Unmarshal

func (m *GenerateMnemonicSeedResponse) 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 */
	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) 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,rep,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"`
	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) 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 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"`
	BestBlock            string   `protobuf:"bytes,2,opt,name=best_block,json=bestBlock,proto3" json:"best_block,omitempty"`
	BestHeight           int32    `protobuf:"varint,3,opt,name=best_height,json=bestHeight,proto3" json:"best_height,omitempty"`
	SyncedTo             int32    `protobuf:"varint,4,opt,name=synced_to,json=syncedTo,proto3" json:"synced_to,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) GetBestBlock

func (m *NetworkResponse) GetBestBlock() string

func (*NetworkResponse) GetBestHeight

func (m *NetworkResponse) GetBestHeight() int32

func (*NetworkResponse) GetSyncedTo

func (m *NetworkResponse) GetSyncedTo() int32

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

func (*OpenWalletResponse) Descriptor

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

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 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 PostPaymentRequest

type PostPaymentRequest struct {
	PaymentUrl           string                     `protobuf:"bytes,1,opt,name=payment_url,json=paymentUrl,proto3" json:"payment_url,omitempty"`
	MerchantData         []byte                     `protobuf:"bytes,2,opt,name=merchant_data,json=merchantData,proto3" json:"merchant_data,omitempty"`
	Transactions         [][]byte                   `protobuf:"bytes,3,rep,name=transactions,proto3" json:"transactions,omitempty"`
	RefundOutput         *PostPaymentRequest_Output `protobuf:"bytes,4,opt,name=refund_output,json=refundOutput,proto3" json:"refund_output,omitempty"`
	Memo                 string                     `protobuf:"bytes,5,opt,name=memo,proto3" json:"memo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*PostPaymentRequest) Descriptor

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

func (*PostPaymentRequest) GetMemo

func (m *PostPaymentRequest) GetMemo() string

func (*PostPaymentRequest) GetMerchantData

func (m *PostPaymentRequest) GetMerchantData() []byte

func (*PostPaymentRequest) GetPaymentUrl

func (m *PostPaymentRequest) GetPaymentUrl() string

func (*PostPaymentRequest) GetRefundOutput

func (m *PostPaymentRequest) GetRefundOutput() *PostPaymentRequest_Output

func (*PostPaymentRequest) GetTransactions

func (m *PostPaymentRequest) GetTransactions() [][]byte

func (*PostPaymentRequest) ProtoMessage

func (*PostPaymentRequest) ProtoMessage()

func (*PostPaymentRequest) Reset

func (m *PostPaymentRequest) Reset()

func (*PostPaymentRequest) String

func (m *PostPaymentRequest) String() string

func (*PostPaymentRequest) XXX_DiscardUnknown

func (m *PostPaymentRequest) XXX_DiscardUnknown()

func (*PostPaymentRequest) XXX_Marshal

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

func (*PostPaymentRequest) XXX_Merge

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

func (*PostPaymentRequest) XXX_Size

func (m *PostPaymentRequest) XXX_Size() int

func (*PostPaymentRequest) XXX_Unmarshal

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

type PostPaymentRequest_Output

type PostPaymentRequest_Output struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,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 (*PostPaymentRequest_Output) Descriptor

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

func (*PostPaymentRequest_Output) GetAddress

func (m *PostPaymentRequest_Output) GetAddress() string

func (*PostPaymentRequest_Output) GetAmount

func (m *PostPaymentRequest_Output) GetAmount() int64

func (*PostPaymentRequest_Output) ProtoMessage

func (*PostPaymentRequest_Output) ProtoMessage()

func (*PostPaymentRequest_Output) Reset

func (m *PostPaymentRequest_Output) Reset()

func (*PostPaymentRequest_Output) String

func (m *PostPaymentRequest_Output) String() string

func (*PostPaymentRequest_Output) XXX_DiscardUnknown

func (m *PostPaymentRequest_Output) XXX_DiscardUnknown()

func (*PostPaymentRequest_Output) XXX_Marshal

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

func (*PostPaymentRequest_Output) XXX_Merge

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

func (*PostPaymentRequest_Output) XXX_Size

func (m *PostPaymentRequest_Output) XXX_Size() int

func (*PostPaymentRequest_Output) XXX_Unmarshal

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

type PostPaymentResponse

type PostPaymentResponse struct {
	Memo                 string   `protobuf:"bytes,1,opt,name=memo,proto3" json:"memo,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PostPaymentResponse) Descriptor

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

func (*PostPaymentResponse) GetMemo

func (m *PostPaymentResponse) GetMemo() string

func (*PostPaymentResponse) ProtoMessage

func (*PostPaymentResponse) ProtoMessage()

func (*PostPaymentResponse) Reset

func (m *PostPaymentResponse) Reset()

func (*PostPaymentResponse) String

func (m *PostPaymentResponse) String() string

func (*PostPaymentResponse) XXX_DiscardUnknown

func (m *PostPaymentResponse) XXX_DiscardUnknown()

func (*PostPaymentResponse) XXX_Marshal

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

func (*PostPaymentResponse) XXX_Merge

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

func (*PostPaymentResponse) XXX_Size

func (m *PostPaymentResponse) XXX_Size() int

func (*PostPaymentResponse) XXX_Unmarshal

func (m *PostPaymentResponse) 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 {
	Hash                 []byte   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PublishTransactionResponse) Descriptor

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

func (*PublishTransactionResponse) GetHash

func (m *PublishTransactionResponse) GetHash() []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 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 RescanNotificationsRequest

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

func (*RescanNotificationsRequest) Descriptor

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

func (*RescanNotificationsRequest) ProtoMessage

func (*RescanNotificationsRequest) ProtoMessage()

func (*RescanNotificationsRequest) Reset

func (m *RescanNotificationsRequest) Reset()

func (*RescanNotificationsRequest) String

func (m *RescanNotificationsRequest) String() string

func (*RescanNotificationsRequest) XXX_DiscardUnknown

func (m *RescanNotificationsRequest) XXX_DiscardUnknown()

func (*RescanNotificationsRequest) XXX_Marshal

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

func (*RescanNotificationsRequest) XXX_Merge

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

func (*RescanNotificationsRequest) XXX_Size

func (m *RescanNotificationsRequest) XXX_Size() int

func (*RescanNotificationsRequest) XXX_Unmarshal

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

type RescanNotificationsResponse

type RescanNotificationsResponse 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"`
	Finished             bool     `protobuf:"varint,3,opt,name=finished,proto3" json:"finished,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RescanNotificationsResponse) Descriptor

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

func (*RescanNotificationsResponse) GetFinished

func (m *RescanNotificationsResponse) GetFinished() bool

func (*RescanNotificationsResponse) GetHash

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

func (*RescanNotificationsResponse) GetHeight

func (m *RescanNotificationsResponse) GetHeight() int32

func (*RescanNotificationsResponse) ProtoMessage

func (*RescanNotificationsResponse) ProtoMessage()

func (*RescanNotificationsResponse) Reset

func (m *RescanNotificationsResponse) Reset()

func (*RescanNotificationsResponse) String

func (m *RescanNotificationsResponse) String() string

func (*RescanNotificationsResponse) XXX_DiscardUnknown

func (m *RescanNotificationsResponse) XXX_DiscardUnknown()

func (*RescanNotificationsResponse) XXX_Marshal

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

func (*RescanNotificationsResponse) XXX_Merge

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

func (*RescanNotificationsResponse) XXX_Size

func (m *RescanNotificationsResponse) XXX_Size() int

func (*RescanNotificationsResponse) XXX_Unmarshal

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

type RescanRequest

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

func (*RescanRequest) Descriptor

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

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

func (*RescanResponse) Descriptor

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

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 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.
	InputIndexes []uint32 `protobuf:"varint,3,rep,packed,name=input_indexes,json=inputIndexes,proto3" json:"input_indexes,omitempty"`
	// Values must be provided for each input in order to sign using
	// the bitcoin cash signing algorithm.
	InputValues          []int64  `protobuf:"varint,4,rep,packed,name=input_values,json=inputValues,proto3" json:"input_values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignTransactionRequest) Descriptor

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

func (*SignTransactionRequest) GetInputIndexes

func (m *SignTransactionRequest) GetInputIndexes() []uint32

func (*SignTransactionRequest) GetInputValues

func (m *SignTransactionRequest) GetInputValues() []int64

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 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 SpentnessNotificationsRequest

type SpentnessNotificationsRequest struct {
	Account              uint32   `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	NoNotifyUnspent      bool     `protobuf:"varint,2,opt,name=no_notify_unspent,json=noNotifyUnspent,proto3" json:"no_notify_unspent,omitempty"`
	NoNotifySpent        bool     `protobuf:"varint,3,opt,name=no_notify_spent,json=noNotifySpent,proto3" json:"no_notify_spent,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SpentnessNotificationsRequest) Descriptor

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

func (*SpentnessNotificationsRequest) GetAccount

func (m *SpentnessNotificationsRequest) GetAccount() uint32

func (*SpentnessNotificationsRequest) GetNoNotifySpent

func (m *SpentnessNotificationsRequest) GetNoNotifySpent() bool

func (*SpentnessNotificationsRequest) GetNoNotifyUnspent

func (m *SpentnessNotificationsRequest) GetNoNotifyUnspent() bool

func (*SpentnessNotificationsRequest) ProtoMessage

func (*SpentnessNotificationsRequest) ProtoMessage()

func (*SpentnessNotificationsRequest) Reset

func (m *SpentnessNotificationsRequest) Reset()

func (*SpentnessNotificationsRequest) String

func (*SpentnessNotificationsRequest) XXX_DiscardUnknown

func (m *SpentnessNotificationsRequest) XXX_DiscardUnknown()

func (*SpentnessNotificationsRequest) XXX_Marshal

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

func (*SpentnessNotificationsRequest) XXX_Merge

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

func (*SpentnessNotificationsRequest) XXX_Size

func (m *SpentnessNotificationsRequest) XXX_Size() int

func (*SpentnessNotificationsRequest) XXX_Unmarshal

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

type SpentnessNotificationsResponse

type SpentnessNotificationsResponse 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"`
	Spender              *SpentnessNotificationsResponse_Spender `protobuf:"bytes,3,opt,name=spender,proto3" json:"spender,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*SpentnessNotificationsResponse) Descriptor

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

func (*SpentnessNotificationsResponse) GetOutputIndex

func (m *SpentnessNotificationsResponse) GetOutputIndex() uint32

func (*SpentnessNotificationsResponse) GetSpender

func (*SpentnessNotificationsResponse) GetTransactionHash

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

func (*SpentnessNotificationsResponse) ProtoMessage

func (*SpentnessNotificationsResponse) ProtoMessage()

func (*SpentnessNotificationsResponse) Reset

func (m *SpentnessNotificationsResponse) Reset()

func (*SpentnessNotificationsResponse) String

func (*SpentnessNotificationsResponse) XXX_DiscardUnknown

func (m *SpentnessNotificationsResponse) XXX_DiscardUnknown()

func (*SpentnessNotificationsResponse) XXX_Marshal

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

func (*SpentnessNotificationsResponse) XXX_Merge

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

func (*SpentnessNotificationsResponse) XXX_Size

func (m *SpentnessNotificationsResponse) XXX_Size() int

func (*SpentnessNotificationsResponse) XXX_Unmarshal

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

type SpentnessNotificationsResponse_Spender

type SpentnessNotificationsResponse_Spender struct {
	TransactionHash      []byte   `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	InputIndex           uint32   `protobuf:"varint,2,opt,name=input_index,json=inputIndex,proto3" json:"input_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SpentnessNotificationsResponse_Spender) Descriptor

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

func (*SpentnessNotificationsResponse_Spender) GetInputIndex

func (*SpentnessNotificationsResponse_Spender) GetTransactionHash

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

func (*SpentnessNotificationsResponse_Spender) ProtoMessage

func (*SpentnessNotificationsResponse_Spender) Reset

func (*SpentnessNotificationsResponse_Spender) String

func (*SpentnessNotificationsResponse_Spender) XXX_DiscardUnknown

func (m *SpentnessNotificationsResponse_Spender) XXX_DiscardUnknown()

func (*SpentnessNotificationsResponse_Spender) XXX_Marshal

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

func (*SpentnessNotificationsResponse_Spender) XXX_Merge

func (*SpentnessNotificationsResponse_Spender) XXX_Size

func (*SpentnessNotificationsResponse_Spender) XXX_Unmarshal

func (m *SpentnessNotificationsResponse_Spender) 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 SweepAccountRequest

type SweepAccountRequest struct {
	Account              uint32   `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	SweepToAddress       string   `protobuf:"bytes,2,opt,name=sweep_to_address,json=sweepToAddress,proto3" json:"sweep_to_address,omitempty"`
	SatPerKbFee          uint32   `protobuf:"varint,3,opt,name=sat_per_kb_fee,json=satPerKbFee,proto3" json:"sat_per_kb_fee,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SweepAccountRequest) Descriptor

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

func (*SweepAccountRequest) GetAccount

func (m *SweepAccountRequest) GetAccount() uint32

func (*SweepAccountRequest) GetSatPerKbFee

func (m *SweepAccountRequest) GetSatPerKbFee() uint32

func (*SweepAccountRequest) GetSweepToAddress

func (m *SweepAccountRequest) GetSweepToAddress() 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 {
	SerializedTransaction []byte   `protobuf:"bytes,1,opt,name=serialized_transaction,json=serializedTransaction,proto3" json:"serialized_transaction,omitempty"`
	InputValues           []int64  `protobuf:"varint,2,rep,packed,name=input_values,json=inputValues,proto3" json:"input_values,omitempty"`
	TotalAmount           int64    `protobuf:"varint,3,opt,name=total_amount,json=totalAmount,proto3" json:"total_amount,omitempty"`
	Fee                   int64    `protobuf:"varint,4,opt,name=fee,proto3" json:"fee,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*SweepAccountResponse) Descriptor

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

func (*SweepAccountResponse) GetFee

func (m *SweepAccountResponse) GetFee() int64

func (*SweepAccountResponse) GetInputValues

func (m *SweepAccountResponse) GetInputValues() []int64

func (*SweepAccountResponse) GetSerializedTransaction

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

func (*SweepAccountResponse) GetTotalAmount

func (m *SweepAccountResponse) GetTotalAmount() int64

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 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"`
	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) 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"`
	Address              string   `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	Amount               int64    `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,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) 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 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.  Additonally, 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 UnimplementedVersionServiceServer

type UnimplementedVersionServiceServer struct {
}

UnimplementedVersionServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedVersionServiceServer) Version

type UnimplementedWalletLoaderServiceServer

type UnimplementedWalletLoaderServiceServer struct {
}

UnimplementedWalletLoaderServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWalletLoaderServiceServer) CloseWallet

func (*UnimplementedWalletLoaderServiceServer) CreateWallet

func (*UnimplementedWalletLoaderServiceServer) GenerateMnemonicSeed

func (*UnimplementedWalletLoaderServiceServer) OpenWallet

func (*UnimplementedWalletLoaderServiceServer) StartConsensusRPC

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

func (*UnimplementedWalletServiceServer) CreateTransaction

func (*UnimplementedWalletServiceServer) CurrentAddress

func (*UnimplementedWalletServiceServer) DownloadPaymentRequest

func (*UnimplementedWalletServiceServer) FundTransaction

func (*UnimplementedWalletServiceServer) GetTransactions

func (*UnimplementedWalletServiceServer) ImportPrivateKey

func (*UnimplementedWalletServiceServer) Network

func (*UnimplementedWalletServiceServer) NextAccount

func (*UnimplementedWalletServiceServer) NextAddress

func (*UnimplementedWalletServiceServer) Ping

func (*UnimplementedWalletServiceServer) PostPayment

func (*UnimplementedWalletServiceServer) PublishTransaction

func (*UnimplementedWalletServiceServer) RenameAccount

func (*UnimplementedWalletServiceServer) Rescan

func (*UnimplementedWalletServiceServer) RescanNotifications

func (*UnimplementedWalletServiceServer) SignTransaction

func (*UnimplementedWalletServiceServer) SpentnessNotifications

func (*UnimplementedWalletServiceServer) SweepAccount

func (*UnimplementedWalletServiceServer) TransactionNotifications

func (*UnimplementedWalletServiceServer) ValidateAddress

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 {
	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 (*ValidateAddressResponse) Descriptor

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

func (*ValidateAddressResponse) GetValid

func (m *ValidateAddressResponse) GetValid() bool

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

type WalletLoaderServiceClient interface {
	WalletExists(ctx context.Context, in *WalletExistsRequest, opts ...grpc.CallOption) (*WalletExistsResponse, error)
	CreateWallet(ctx context.Context, in *CreateWalletRequest, opts ...grpc.CallOption) (*CreateWalletResponse, error)
	OpenWallet(ctx context.Context, in *OpenWalletRequest, opts ...grpc.CallOption) (*OpenWalletResponse, error)
	CloseWallet(ctx context.Context, in *CloseWalletRequest, opts ...grpc.CallOption) (*CloseWalletResponse, error)
	StartConsensusRPC(ctx context.Context, in *StartConsensusRpcRequest, opts ...grpc.CallOption) (*StartConsensusRpcResponse, error)
	GenerateMnemonicSeed(ctx context.Context, in *GenerateMnemonicSeedRequest, opts ...grpc.CallOption) (*GenerateMnemonicSeedResponse, error)
}

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 WalletLoaderServiceServer

WalletLoaderServiceServer is the server API for WalletLoaderService service.

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)
	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)
	CurrentAddress(ctx context.Context, in *CurrentAddressRequest, opts ...grpc.CallOption) (*CurrentAddressResponse, error)
	GetTransactions(ctx context.Context, in *GetTransactionsRequest, opts ...grpc.CallOption) (*GetTransactionsResponse, error)
	// Notifications
	TransactionNotifications(ctx context.Context, in *TransactionNotificationsRequest, opts ...grpc.CallOption) (WalletService_TransactionNotificationsClient, error)
	SpentnessNotifications(ctx context.Context, in *SpentnessNotificationsRequest, opts ...grpc.CallOption) (WalletService_SpentnessNotificationsClient, error)
	AccountNotifications(ctx context.Context, in *AccountNotificationsRequest, opts ...grpc.CallOption) (WalletService_AccountNotificationsClient, error)
	RescanNotifications(ctx context.Context, in *RescanNotificationsRequest, opts ...grpc.CallOption) (WalletService_RescanNotificationsClient, error)
	// Control
	ChangePassphrase(ctx context.Context, in *ChangePassphraseRequest, opts ...grpc.CallOption) (*ChangePassphraseResponse, error)
	RenameAccount(ctx context.Context, in *RenameAccountRequest, opts ...grpc.CallOption) (*RenameAccountResponse, 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)
	FundTransaction(ctx context.Context, in *FundTransactionRequest, opts ...grpc.CallOption) (*FundTransactionResponse, error)
	CreateTransaction(ctx context.Context, in *CreateTransactionRequest, opts ...grpc.CallOption) (*CreateTransactionResponse, error)
	SweepAccount(ctx context.Context, in *SweepAccountRequest, opts ...grpc.CallOption) (*SweepAccountResponse, error)
	SignTransaction(ctx context.Context, in *SignTransactionRequest, opts ...grpc.CallOption) (*SignTransactionResponse, error)
	PublishTransaction(ctx context.Context, in *PublishTransactionRequest, opts ...grpc.CallOption) (*PublishTransactionResponse, error)
	Rescan(ctx context.Context, in *RescanRequest, opts ...grpc.CallOption) (*RescanResponse, error)
	// Payment Requests
	DownloadPaymentRequest(ctx context.Context, in *DownloadPaymentRequestRequest, opts ...grpc.CallOption) (*DownloadPaymentRequestResponse, error)
	PostPayment(ctx context.Context, in *PostPaymentRequest, opts ...grpc.CallOption) (*PostPaymentResponse, error)
	// Utilities
	ValidateAddress(ctx context.Context, in *ValidateAddressRequest, opts ...grpc.CallOption) (*ValidateAddressResponse, 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)
	AccountNumber(context.Context, *AccountNumberRequest) (*AccountNumberResponse, error)
	Accounts(context.Context, *AccountsRequest) (*AccountsResponse, error)
	Balance(context.Context, *BalanceRequest) (*BalanceResponse, error)
	CurrentAddress(context.Context, *CurrentAddressRequest) (*CurrentAddressResponse, error)
	GetTransactions(context.Context, *GetTransactionsRequest) (*GetTransactionsResponse, error)
	// Notifications
	TransactionNotifications(*TransactionNotificationsRequest, WalletService_TransactionNotificationsServer) error
	SpentnessNotifications(*SpentnessNotificationsRequest, WalletService_SpentnessNotificationsServer) error
	AccountNotifications(*AccountNotificationsRequest, WalletService_AccountNotificationsServer) error
	RescanNotifications(*RescanNotificationsRequest, WalletService_RescanNotificationsServer) error
	// Control
	ChangePassphrase(context.Context, *ChangePassphraseRequest) (*ChangePassphraseResponse, error)
	RenameAccount(context.Context, *RenameAccountRequest) (*RenameAccountResponse, error)
	NextAccount(context.Context, *NextAccountRequest) (*NextAccountResponse, error)
	NextAddress(context.Context, *NextAddressRequest) (*NextAddressResponse, error)
	ImportPrivateKey(context.Context, *ImportPrivateKeyRequest) (*ImportPrivateKeyResponse, error)
	FundTransaction(context.Context, *FundTransactionRequest) (*FundTransactionResponse, error)
	CreateTransaction(context.Context, *CreateTransactionRequest) (*CreateTransactionResponse, error)
	SweepAccount(context.Context, *SweepAccountRequest) (*SweepAccountResponse, error)
	SignTransaction(context.Context, *SignTransactionRequest) (*SignTransactionResponse, error)
	PublishTransaction(context.Context, *PublishTransactionRequest) (*PublishTransactionResponse, error)
	Rescan(context.Context, *RescanRequest) (*RescanResponse, error)
	// Payment Requests
	DownloadPaymentRequest(context.Context, *DownloadPaymentRequestRequest) (*DownloadPaymentRequestResponse, error)
	PostPayment(context.Context, *PostPaymentRequest) (*PostPaymentResponse, error)
	// Utilities
	ValidateAddress(context.Context, *ValidateAddressRequest) (*ValidateAddressResponse, 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_RescanNotificationsClient

type WalletService_RescanNotificationsClient interface {
	Recv() (*RescanNotificationsResponse, error)
	grpc.ClientStream
}

type WalletService_RescanNotificationsServer

type WalletService_RescanNotificationsServer interface {
	Send(*RescanNotificationsResponse) error
	grpc.ServerStream
}

type WalletService_SpentnessNotificationsClient

type WalletService_SpentnessNotificationsClient interface {
	Recv() (*SpentnessNotificationsResponse, error)
	grpc.ClientStream
}

type WalletService_SpentnessNotificationsServer

type WalletService_SpentnessNotificationsServer interface {
	Send(*SpentnessNotificationsResponse) 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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL