Documentation ¶
Index ¶
- type Empty
- func (*Empty) Descriptor() ([]byte, []int)
- func (*Empty) ProtoMessage()
- func (m *Empty) Reset()
- func (m *Empty) String() string
- func (m *Empty) XXX_DiscardUnknown()
- func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Empty) XXX_Merge(src proto.Message)
- func (m *Empty) XXX_Size() int
- func (m *Empty) XXX_Unmarshal(b []byte) error
- type TransactOpts
- func (*TransactOpts) Descriptor() ([]byte, []int)
- func (m *TransactOpts) GetFromAddress() string
- func (m *TransactOpts) GetGasLimit() int64
- func (m *TransactOpts) GetGasPrice() int64
- func (m *TransactOpts) GetNonce() int64
- func (m *TransactOpts) GetPrivateKey() string
- func (m *TransactOpts) GetValue() int64
- func (*TransactOpts) ProtoMessage()
- func (m *TransactOpts) Reset()
- func (m *TransactOpts) String() string
- func (m *TransactOpts) XXX_DiscardUnknown()
- func (m *TransactOpts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TransactOpts) XXX_Merge(src proto.Message)
- func (m *TransactOpts) XXX_Size() int
- func (m *TransactOpts) XXX_Unmarshal(b []byte) error
- type TransactionReq
- func (*TransactionReq) Descriptor() ([]byte, []int)
- func (m *TransactionReq) GetOpts() *TransactOpts
- func (*TransactionReq) ProtoMessage()
- func (m *TransactionReq) Reset()
- func (m *TransactionReq) String() string
- func (m *TransactionReq) XXX_DiscardUnknown()
- func (m *TransactionReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TransactionReq) XXX_Merge(src proto.Message)
- func (m *TransactionReq) XXX_Size() int
- func (m *TransactionReq) XXX_Unmarshal(b []byte) error
- type TransactionResp
- func (*TransactionResp) Descriptor() ([]byte, []int)
- func (m *TransactionResp) GetTxHash() string
- func (*TransactionResp) ProtoMessage()
- func (m *TransactionResp) Reset()
- func (m *TransactionResp) String() string
- func (m *TransactionResp) XXX_DiscardUnknown()
- func (m *TransactionResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TransactionResp) XXX_Merge(src proto.Message)
- func (m *TransactionResp) XXX_Size() int
- func (m *TransactionResp) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Empty) Descriptor ¶
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) XXX_DiscardUnknown ¶
func (m *Empty) XXX_DiscardUnknown()
func (*Empty) XXX_Marshal ¶
func (*Empty) XXX_Unmarshal ¶
type TransactOpts ¶
type TransactOpts struct { FromAddress string `protobuf:"bytes,1,opt,name=from_address,json=fromAddress" json:"from_address,omitempty"` PrivateKey string `protobuf:"bytes,2,opt,name=private_key,json=privateKey" json:"private_key,omitempty"` Nonce int64 `protobuf:"varint,3,opt,name=nonce" json:"nonce,omitempty"` Value int64 `protobuf:"varint,4,opt,name=value" json:"value,omitempty"` GasPrice int64 `protobuf:"varint,5,opt,name=gas_price,json=gasPrice" json:"gas_price,omitempty"` GasLimit int64 `protobuf:"varint,6,opt,name=gas_limit,json=gasLimit" json:"gas_limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TransactOpts) Descriptor ¶
func (*TransactOpts) Descriptor() ([]byte, []int)
func (*TransactOpts) GetFromAddress ¶
func (m *TransactOpts) GetFromAddress() string
func (*TransactOpts) GetGasLimit ¶
func (m *TransactOpts) GetGasLimit() int64
func (*TransactOpts) GetGasPrice ¶
func (m *TransactOpts) GetGasPrice() int64
func (*TransactOpts) GetNonce ¶
func (m *TransactOpts) GetNonce() int64
func (*TransactOpts) GetPrivateKey ¶
func (m *TransactOpts) GetPrivateKey() string
func (*TransactOpts) GetValue ¶
func (m *TransactOpts) GetValue() int64
func (*TransactOpts) ProtoMessage ¶
func (*TransactOpts) ProtoMessage()
func (*TransactOpts) Reset ¶
func (m *TransactOpts) Reset()
func (*TransactOpts) String ¶
func (m *TransactOpts) String() string
func (*TransactOpts) XXX_DiscardUnknown ¶
func (m *TransactOpts) XXX_DiscardUnknown()
func (*TransactOpts) XXX_Marshal ¶
func (m *TransactOpts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransactOpts) XXX_Merge ¶
func (dst *TransactOpts) XXX_Merge(src proto.Message)
func (*TransactOpts) XXX_Size ¶
func (m *TransactOpts) XXX_Size() int
func (*TransactOpts) XXX_Unmarshal ¶
func (m *TransactOpts) XXX_Unmarshal(b []byte) error
type TransactionReq ¶
type TransactionReq struct { Opts *TransactOpts `protobuf:"bytes,1,opt,name=opts" json:"opts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TransactionReq) Descriptor ¶
func (*TransactionReq) Descriptor() ([]byte, []int)
func (*TransactionReq) GetOpts ¶
func (m *TransactionReq) GetOpts() *TransactOpts
func (*TransactionReq) ProtoMessage ¶
func (*TransactionReq) ProtoMessage()
func (*TransactionReq) Reset ¶
func (m *TransactionReq) Reset()
func (*TransactionReq) String ¶
func (m *TransactionReq) String() string
func (*TransactionReq) XXX_DiscardUnknown ¶
func (m *TransactionReq) XXX_DiscardUnknown()
func (*TransactionReq) XXX_Marshal ¶
func (m *TransactionReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransactionReq) XXX_Merge ¶
func (dst *TransactionReq) XXX_Merge(src proto.Message)
func (*TransactionReq) XXX_Size ¶
func (m *TransactionReq) XXX_Size() int
func (*TransactionReq) XXX_Unmarshal ¶
func (m *TransactionReq) XXX_Unmarshal(b []byte) error
type TransactionResp ¶
type TransactionResp struct { TxHash string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash" json:"tx_hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TransactionResp) Descriptor ¶
func (*TransactionResp) Descriptor() ([]byte, []int)
func (*TransactionResp) GetTxHash ¶
func (m *TransactionResp) GetTxHash() string
func (*TransactionResp) ProtoMessage ¶
func (*TransactionResp) ProtoMessage()
func (*TransactionResp) Reset ¶
func (m *TransactionResp) Reset()
func (*TransactionResp) String ¶
func (m *TransactionResp) String() string
func (*TransactionResp) XXX_DiscardUnknown ¶
func (m *TransactionResp) XXX_DiscardUnknown()
func (*TransactionResp) XXX_Marshal ¶
func (m *TransactionResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransactionResp) XXX_Merge ¶
func (dst *TransactionResp) XXX_Merge(src proto.Message)
func (*TransactionResp) XXX_Size ¶
func (m *TransactionResp) XXX_Size() int
func (*TransactionResp) XXX_Unmarshal ¶
func (m *TransactionResp) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.