walletrpc

package
v0.0.0-...-a838072 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2019 License: Unlicense 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 CreateWalletRequest

type CreateWalletRequest struct {
	PublicPassphrase     []byte   `protobuf:"bytes,1,opt,name=public_passphrase,json=publicPassphrase,proto3" json:"public_passphrase,omitempty"`
	PrivatePassphrase    []byte   `protobuf:"bytes,2,opt,name=private_passphrase,json=privatePassphrase,proto3" json:"private_passphrase,omitempty"`
	Seed                 []byte   `protobuf:"bytes,3,opt,name=seed,proto3" json:"seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateWalletRequest) Descriptor

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

func (*CreateWalletRequest) GetPrivatePassphrase

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

func (*CreateWalletRequest) GetPublicPassphrase

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

func (*CreateWalletRequest) GetSeed

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

func (*CreateWalletRequest) ProtoMessage

func (*CreateWalletRequest) ProtoMessage()

func (*CreateWalletRequest) Reset

func (m *CreateWalletRequest) Reset()

func (*CreateWalletRequest) String

func (m *CreateWalletRequest) String() string

func (*CreateWalletRequest) XXX_DiscardUnknown

func (m *CreateWalletRequest) XXX_DiscardUnknown()

func (*CreateWalletRequest) XXX_Marshal

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

func (*CreateWalletRequest) XXX_Merge

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

func (*CreateWalletRequest) XXX_Size

func (m *CreateWalletRequest) XXX_Size() int

func (*CreateWalletRequest) XXX_Unmarshal

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

type CreateWalletResponse

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

func (*CreateWalletResponse) Descriptor

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

func (*CreateWalletResponse) ProtoMessage

func (*CreateWalletResponse) ProtoMessage()

func (*CreateWalletResponse) Reset

func (m *CreateWalletResponse) Reset()

func (*CreateWalletResponse) String

func (m *CreateWalletResponse) String() string

func (*CreateWalletResponse) XXX_DiscardUnknown

func (m *CreateWalletResponse) XXX_DiscardUnknown()

func (*CreateWalletResponse) XXX_Marshal

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

func (*CreateWalletResponse) XXX_Merge

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

func (*CreateWalletResponse) XXX_Size

func (m *CreateWalletResponse) XXX_Size() int

func (*CreateWalletResponse) XXX_Unmarshal

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

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

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

func (*NetworkResponse) Descriptor

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

func (*NetworkResponse) GetActiveNetwork

func (m *NetworkResponse) GetActiveNetwork() uint32

func (*NetworkResponse) ProtoMessage

func (*NetworkResponse) ProtoMessage()

func (*NetworkResponse) Reset

func (m *NetworkResponse) Reset()

func (*NetworkResponse) String

func (m *NetworkResponse) String() string

func (*NetworkResponse) XXX_DiscardUnknown

func (m *NetworkResponse) XXX_DiscardUnknown()

func (*NetworkResponse) XXX_Marshal

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

func (*NetworkResponse) XXX_Merge

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

func (*NetworkResponse) XXX_Size

func (m *NetworkResponse) XXX_Size() int

func (*NetworkResponse) XXX_Unmarshal

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

type NextAccountRequest

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

func (*NextAccountRequest) Descriptor

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

func (*NextAccountRequest) GetAccountName

func (m *NextAccountRequest) GetAccountName() string

func (*NextAccountRequest) GetPassphrase

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

func (*NextAccountRequest) ProtoMessage

func (*NextAccountRequest) ProtoMessage()

func (*NextAccountRequest) Reset

func (m *NextAccountRequest) Reset()

func (*NextAccountRequest) String

func (m *NextAccountRequest) String() string

func (*NextAccountRequest) XXX_DiscardUnknown

func (m *NextAccountRequest) XXX_DiscardUnknown()

func (*NextAccountRequest) XXX_Marshal

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

func (*NextAccountRequest) XXX_Merge

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

func (*NextAccountRequest) XXX_Size

func (m *NextAccountRequest) XXX_Size() int

func (*NextAccountRequest) XXX_Unmarshal

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

type NextAccountResponse

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

func (*NextAccountResponse) Descriptor

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

func (*NextAccountResponse) GetAccountNumber

func (m *NextAccountResponse) GetAccountNumber() uint32

func (*NextAccountResponse) ProtoMessage

func (*NextAccountResponse) ProtoMessage()

func (*NextAccountResponse) Reset

func (m *NextAccountResponse) Reset()

func (*NextAccountResponse) String

func (m *NextAccountResponse) String() string

func (*NextAccountResponse) XXX_DiscardUnknown

func (m *NextAccountResponse) XXX_DiscardUnknown()

func (*NextAccountResponse) XXX_Marshal

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

func (*NextAccountResponse) XXX_Merge

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

func (*NextAccountResponse) XXX_Size

func (m *NextAccountResponse) XXX_Size() int

func (*NextAccountResponse) XXX_Unmarshal

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

type NextAddressRequest

type NextAddressRequest struct {
	Account              uint32                  `protobuf:"varint,1,opt,name=account,proto3" json:"account,omitempty"`
	Kind                 NextAddressRequest_Kind `protobuf:"varint,2,opt,name=kind,proto3,enum=walletrpc.NextAddressRequest_Kind" json:"kind,omitempty"`
	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 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 {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PublishTransactionResponse) Descriptor

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

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 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"`
	// immediately errors.
	InputIndexes         []uint32 `protobuf:"varint,3,rep,packed,name=input_indexes,json=inputIndexes,proto3" json:"input_indexes,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) 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 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"`
	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) 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 {
	// 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"`
	// block's hashes.
	DetachedBlocks [][]byte `protobuf:"bytes,2,rep,name=detached_blocks,json=detachedBlocks,proto3" json:"detached_blocks,omitempty"`
	// 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"`
	// 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) 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) FundTransaction

func (*UnimplementedWalletServiceServer) GetTransactions

func (*UnimplementedWalletServiceServer) ImportPrivateKey

func (*UnimplementedWalletServiceServer) Network

func (*UnimplementedWalletServiceServer) NextAccount

func (*UnimplementedWalletServiceServer) NextAddress

func (*UnimplementedWalletServiceServer) Ping

func (*UnimplementedWalletServiceServer) PublishTransaction

func (*UnimplementedWalletServiceServer) RenameAccount

func (*UnimplementedWalletServiceServer) SignTransaction

func (*UnimplementedWalletServiceServer) SpentnessNotifications

func (*UnimplementedWalletServiceServer) TransactionNotifications

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

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)
	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)
	// 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)
	SignTransaction(ctx context.Context, in *SignTransactionRequest, opts ...grpc.CallOption) (*SignTransactionResponse, error)
	PublishTransaction(ctx context.Context, in *PublishTransactionRequest, opts ...grpc.CallOption) (*PublishTransactionResponse, 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)
	GetTransactions(context.Context, *GetTransactionsRequest) (*GetTransactionsResponse, error)
	// Notifications
	TransactionNotifications(*TransactionNotificationsRequest, WalletService_TransactionNotificationsServer) error
	SpentnessNotifications(*SpentnessNotificationsRequest, WalletService_SpentnessNotificationsServer) error
	AccountNotifications(*AccountNotificationsRequest, WalletService_AccountNotificationsServer) 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)
	SignTransaction(context.Context, *SignTransactionRequest) (*SignTransactionResponse, error)
	PublishTransaction(context.Context, *PublishTransactionRequest) (*PublishTransactionResponse, 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_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