Documentation ¶
Index ¶
- type Account
- func (*Account) Descriptor() ([]byte, []int)
- func (m *Account) GetAddress() string
- func (m *Account) GetBalance() uint64
- func (m *Account) GetEBalances() map[string]*EBalanceAsset
- func (m *Account) GetErc20Address() string
- func (m *Account) GetExternalNonce() uint64
- func (m *Account) GetFirstExternalAddress() map[string]string
- func (m *Account) GetLastBlockHeight() uint64
- func (m *Account) GetLockBalances() map[string]*LockBalanceAsset
- func (m *Account) GetNonce() uint64
- func (m *Account) GetPublicKey() string
- func (m *Account) GetStorageRoot() string
- func (*Account) ProtoMessage()
- func (m *Account) Reset()
- func (m *Account) String() string
- func (m *Account) XXX_DiscardUnknown()
- func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Account) XXX_Merge(src proto.Message)
- func (m *Account) XXX_Size() int
- func (m *Account) XXX_Unmarshal(b []byte) error
- type AccountRegisterRequest
- func (*AccountRegisterRequest) Descriptor() ([]byte, []int)
- func (m *AccountRegisterRequest) GetPublicKey() string
- func (*AccountRegisterRequest) ProtoMessage()
- func (m *AccountRegisterRequest) Reset()
- func (m *AccountRegisterRequest) String() string
- func (m *AccountRegisterRequest) XXX_DiscardUnknown()
- func (m *AccountRegisterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountRegisterRequest) XXX_Merge(src proto.Message)
- func (m *AccountRegisterRequest) XXX_Size() int
- func (m *AccountRegisterRequest) XXX_Unmarshal(b []byte) error
- type EBalance
- func (*EBalance) Descriptor() ([]byte, []int)
- func (m *EBalance) GetAddress() string
- func (m *EBalance) GetBalance() uint64
- func (m *EBalance) GetLastBlockHeight() uint64
- func (m *EBalance) GetNonce() uint64
- func (*EBalance) ProtoMessage()
- func (m *EBalance) Reset()
- func (m *EBalance) String() string
- func (m *EBalance) XXX_DiscardUnknown()
- func (m *EBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EBalance) XXX_Merge(src proto.Message)
- func (m *EBalance) XXX_Size() int
- func (m *EBalance) XXX_Unmarshal(b []byte) error
- type EBalanceAsset
- func (*EBalanceAsset) Descriptor() ([]byte, []int)
- func (m *EBalanceAsset) GetAsset() map[string]*EBalance
- func (*EBalanceAsset) ProtoMessage()
- func (m *EBalanceAsset) Reset()
- func (m *EBalanceAsset) String() string
- func (m *EBalanceAsset) XXX_DiscardUnknown()
- func (m *EBalanceAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EBalanceAsset) XXX_Merge(src proto.Message)
- func (m *EBalanceAsset) XXX_Size() int
- func (m *EBalanceAsset) XXX_Unmarshal(b []byte) error
- type LockBalanceAsset
- func (*LockBalanceAsset) Descriptor() ([]byte, []int)
- func (m *LockBalanceAsset) GetAsset() map[string]uint64
- func (*LockBalanceAsset) ProtoMessage()
- func (m *LockBalanceAsset) Reset()
- func (m *LockBalanceAsset) String() string
- func (m *LockBalanceAsset) XXX_DiscardUnknown()
- func (m *LockBalanceAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LockBalanceAsset) XXX_Merge(src proto.Message)
- func (m *LockBalanceAsset) XXX_Size() int
- func (m *LockBalanceAsset) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Nonce uint64 `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"` Balance uint64 `protobuf:"varint,4,opt,name=balance,proto3" json:"balance,omitempty"` StorageRoot string `protobuf:"bytes,5,opt,name=storage_root,json=storageRoot,proto3" json:"storage_root,omitempty"` Erc20Address string `protobuf:"bytes,6,opt,name=erc20_address,json=erc20Address,proto3" json:"erc20_address,omitempty"` ExternalNonce uint64 `protobuf:"varint,7,opt,name=external_nonce,json=externalNonce,proto3" json:"external_nonce,omitempty"` LastBlockHeight uint64 `protobuf:"varint,8,opt,name=last_block_height,json=lastBlockHeight,proto3" json:"last_block_height,omitempty"` EBalances map[string]*EBalanceAsset `` /* 159-byte string literal not displayed */ LockBalances map[string]*LockBalanceAsset `` /* 166-byte string literal not displayed */ FirstExternalAddress map[string]string `` /* 182-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Account) Descriptor ¶
func (*Account) GetAddress ¶
func (*Account) GetBalance ¶
func (*Account) GetEBalances ¶
func (m *Account) GetEBalances() map[string]*EBalanceAsset
func (*Account) GetErc20Address ¶
func (*Account) GetExternalNonce ¶
func (*Account) GetFirstExternalAddress ¶
func (*Account) GetLastBlockHeight ¶
func (*Account) GetLockBalances ¶
func (m *Account) GetLockBalances() map[string]*LockBalanceAsset
func (*Account) GetPublicKey ¶
func (*Account) GetStorageRoot ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) XXX_DiscardUnknown ¶
func (m *Account) XXX_DiscardUnknown()
func (*Account) XXX_Marshal ¶
func (*Account) XXX_Unmarshal ¶
type AccountRegisterRequest ¶
type AccountRegisterRequest struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountRegisterRequest) Descriptor ¶
func (*AccountRegisterRequest) Descriptor() ([]byte, []int)
func (*AccountRegisterRequest) GetPublicKey ¶
func (m *AccountRegisterRequest) GetPublicKey() string
func (*AccountRegisterRequest) ProtoMessage ¶
func (*AccountRegisterRequest) ProtoMessage()
func (*AccountRegisterRequest) Reset ¶
func (m *AccountRegisterRequest) Reset()
func (*AccountRegisterRequest) String ¶
func (m *AccountRegisterRequest) String() string
func (*AccountRegisterRequest) XXX_DiscardUnknown ¶
func (m *AccountRegisterRequest) XXX_DiscardUnknown()
func (*AccountRegisterRequest) XXX_Marshal ¶
func (m *AccountRegisterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountRegisterRequest) XXX_Merge ¶
func (dst *AccountRegisterRequest) XXX_Merge(src proto.Message)
func (*AccountRegisterRequest) XXX_Size ¶
func (m *AccountRegisterRequest) XXX_Size() int
func (*AccountRegisterRequest) XXX_Unmarshal ¶
func (m *AccountRegisterRequest) XXX_Unmarshal(b []byte) error
type EBalance ¶
type EBalance struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` LastBlockHeight uint64 `protobuf:"varint,3,opt,name=last_block_height,json=lastBlockHeight,proto3" json:"last_block_height,omitempty"` Nonce uint64 `protobuf:"varint,4,opt,name=nonce,proto3" json:"nonce,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EBalance) Descriptor ¶
func (*EBalance) GetAddress ¶
func (*EBalance) GetBalance ¶
func (*EBalance) GetLastBlockHeight ¶
func (*EBalance) ProtoMessage ¶
func (*EBalance) ProtoMessage()
func (*EBalance) XXX_DiscardUnknown ¶
func (m *EBalance) XXX_DiscardUnknown()
func (*EBalance) XXX_Marshal ¶
func (*EBalance) XXX_Unmarshal ¶
type EBalanceAsset ¶
type EBalanceAsset struct { Asset map[string]*EBalance `` /* 151-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EBalanceAsset) Descriptor ¶
func (*EBalanceAsset) Descriptor() ([]byte, []int)
func (*EBalanceAsset) GetAsset ¶
func (m *EBalanceAsset) GetAsset() map[string]*EBalance
func (*EBalanceAsset) ProtoMessage ¶
func (*EBalanceAsset) ProtoMessage()
func (*EBalanceAsset) Reset ¶
func (m *EBalanceAsset) Reset()
func (*EBalanceAsset) String ¶
func (m *EBalanceAsset) String() string
func (*EBalanceAsset) XXX_DiscardUnknown ¶
func (m *EBalanceAsset) XXX_DiscardUnknown()
func (*EBalanceAsset) XXX_Marshal ¶
func (m *EBalanceAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EBalanceAsset) XXX_Merge ¶
func (dst *EBalanceAsset) XXX_Merge(src proto.Message)
func (*EBalanceAsset) XXX_Size ¶
func (m *EBalanceAsset) XXX_Size() int
func (*EBalanceAsset) XXX_Unmarshal ¶
func (m *EBalanceAsset) XXX_Unmarshal(b []byte) error
type LockBalanceAsset ¶
type LockBalanceAsset struct { Asset map[string]uint64 `` /* 152-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LockBalanceAsset) Descriptor ¶
func (*LockBalanceAsset) Descriptor() ([]byte, []int)
func (*LockBalanceAsset) GetAsset ¶
func (m *LockBalanceAsset) GetAsset() map[string]uint64
func (*LockBalanceAsset) ProtoMessage ¶
func (*LockBalanceAsset) ProtoMessage()
func (*LockBalanceAsset) Reset ¶
func (m *LockBalanceAsset) Reset()
func (*LockBalanceAsset) String ¶
func (m *LockBalanceAsset) String() string
func (*LockBalanceAsset) XXX_DiscardUnknown ¶
func (m *LockBalanceAsset) XXX_DiscardUnknown()
func (*LockBalanceAsset) XXX_Marshal ¶
func (m *LockBalanceAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LockBalanceAsset) XXX_Merge ¶
func (dst *LockBalanceAsset) XXX_Merge(src proto.Message)
func (*LockBalanceAsset) XXX_Size ¶
func (m *LockBalanceAsset) XXX_Size() int
func (*LockBalanceAsset) XXX_Unmarshal ¶
func (m *LockBalanceAsset) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.