Documentation ¶
Index ¶
- type EthCall
- func (*EthCall) Descriptor() ([]byte, []int)
- func (m *EthCall) GetData() string
- func (m *EthCall) GetVersion() uint32
- func (*EthCall) ProtoMessage()
- func (m *EthCall) Reset()
- func (m *EthCall) String() string
- func (m *EthCall) XXX_DiscardUnknown()
- func (m *EthCall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EthCall) XXX_Merge(src proto.Message)
- func (m *EthCall) XXX_Size() int
- func (m *EthCall) XXX_Unmarshal(b []byte) error
- type EthCallResult
- func (*EthCallResult) Descriptor() ([]byte, []int)
- func (m *EthCallResult) GetData() string
- func (m *EthCallResult) GetVersion() uint32
- func (*EthCallResult) ProtoMessage()
- func (m *EthCallResult) Reset()
- func (m *EthCallResult) String() string
- func (m *EthCallResult) XXX_DiscardUnknown()
- func (m *EthCallResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EthCallResult) XXX_Merge(src proto.Message)
- func (m *EthCallResult) XXX_Size() int
- func (m *EthCallResult) XXX_Unmarshal(b []byte) error
- type EthTransaction
- func (*EthTransaction) Descriptor() ([]byte, []int)
- func (m *EthTransaction) GetData() string
- func (m *EthTransaction) GetVersion() uint32
- func (*EthTransaction) ProtoMessage()
- func (m *EthTransaction) Reset()
- func (m *EthTransaction) String() string
- func (m *EthTransaction) XXX_DiscardUnknown()
- func (m *EthTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EthTransaction) XXX_Merge(src proto.Message)
- func (m *EthTransaction) XXX_Size() int
- func (m *EthTransaction) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthCall ¶
type EthCall struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EthCall) Descriptor ¶
func (*EthCall) GetVersion ¶
func (*EthCall) ProtoMessage ¶
func (*EthCall) ProtoMessage()
func (*EthCall) XXX_DiscardUnknown ¶
func (m *EthCall) XXX_DiscardUnknown()
func (*EthCall) XXX_Marshal ¶
func (*EthCall) XXX_Unmarshal ¶
type EthCallResult ¶
type EthCallResult struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EthCallResult) Descriptor ¶
func (*EthCallResult) Descriptor() ([]byte, []int)
func (*EthCallResult) GetData ¶
func (m *EthCallResult) GetData() string
func (*EthCallResult) GetVersion ¶
func (m *EthCallResult) GetVersion() uint32
func (*EthCallResult) ProtoMessage ¶
func (*EthCallResult) ProtoMessage()
func (*EthCallResult) Reset ¶
func (m *EthCallResult) Reset()
func (*EthCallResult) String ¶
func (m *EthCallResult) String() string
func (*EthCallResult) XXX_DiscardUnknown ¶
func (m *EthCallResult) XXX_DiscardUnknown()
func (*EthCallResult) XXX_Marshal ¶
func (m *EthCallResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EthCallResult) XXX_Merge ¶
func (dst *EthCallResult) XXX_Merge(src proto.Message)
func (*EthCallResult) XXX_Size ¶
func (m *EthCallResult) XXX_Size() int
func (*EthCallResult) XXX_Unmarshal ¶
func (m *EthCallResult) XXX_Unmarshal(b []byte) error
type EthTransaction ¶
type EthTransaction struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EthTransaction) Descriptor ¶
func (*EthTransaction) Descriptor() ([]byte, []int)
func (*EthTransaction) GetData ¶
func (m *EthTransaction) GetData() string
func (*EthTransaction) GetVersion ¶
func (m *EthTransaction) GetVersion() uint32
func (*EthTransaction) ProtoMessage ¶
func (*EthTransaction) ProtoMessage()
func (*EthTransaction) Reset ¶
func (m *EthTransaction) Reset()
func (*EthTransaction) String ¶
func (m *EthTransaction) String() string
func (*EthTransaction) XXX_DiscardUnknown ¶
func (m *EthTransaction) XXX_DiscardUnknown()
func (*EthTransaction) XXX_Marshal ¶
func (m *EthTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EthTransaction) XXX_Merge ¶
func (dst *EthTransaction) XXX_Merge(src proto.Message)
func (*EthTransaction) XXX_Size ¶
func (m *EthTransaction) XXX_Size() int
func (*EthTransaction) XXX_Unmarshal ¶
func (m *EthTransaction) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.