Documentation
¶
Index ¶
- type Request
- func (*Request) Descriptor() ([]byte, []int)
- func (m *Request) GetRequestID() string
- func (m *Request) GetSendEthereumTransaction() *Request_SendEthereumTransaction
- func (m *Request) GetShowModal() *Request_RenderModal
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) String() string
- func (m *Request) XXX_DiscardUnknown()
- func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Request) XXX_Merge(src proto.Message)
- func (m *Request) XXX_Size() int
- func (m *Request) XXX_Unmarshal(b []byte) error
- type Request_RenderModal
- func (*Request_RenderModal) Descriptor() ([]byte, []int)
- func (m *Request_RenderModal) GetDAppPublicKey() []byte
- func (m *Request_RenderModal) GetLayout() string
- func (m *Request_RenderModal) GetUiID() string
- func (*Request_RenderModal) ProtoMessage()
- func (m *Request_RenderModal) Reset()
- func (m *Request_RenderModal) String() string
- func (m *Request_RenderModal) XXX_DiscardUnknown()
- func (m *Request_RenderModal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Request_RenderModal) XXX_Merge(src proto.Message)
- func (m *Request_RenderModal) XXX_Size() int
- func (m *Request_RenderModal) XXX_Unmarshal(b []byte) error
- type Request_SendEthereumTransaction
- func (*Request_SendEthereumTransaction) Descriptor() ([]byte, []int)
- func (m *Request_SendEthereumTransaction) GetData() string
- func (m *Request_SendEthereumTransaction) GetTo() string
- func (m *Request_SendEthereumTransaction) GetValue() string
- func (*Request_SendEthereumTransaction) ProtoMessage()
- func (m *Request_SendEthereumTransaction) Reset()
- func (m *Request_SendEthereumTransaction) String() string
- func (m *Request_SendEthereumTransaction) XXX_DiscardUnknown()
- func (m *Request_SendEthereumTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Request_SendEthereumTransaction) XXX_Merge(src proto.Message)
- func (m *Request_SendEthereumTransaction) XXX_Size() int
- func (m *Request_SendEthereumTransaction) XXX_Unmarshal(b []byte) error
- type Response
- func (*Response) Descriptor() ([]byte, []int)
- func (m *Response) GetSendEthereumTransaction() *Response_SendEthereumTransaction
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) String() string
- func (m *Response) XXX_DiscardUnknown()
- func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Response) XXX_Merge(src proto.Message)
- func (m *Response) XXX_Size() int
- func (m *Response) XXX_Unmarshal(b []byte) error
- type Response_SendEthereumTransaction
- func (*Response_SendEthereumTransaction) Descriptor() ([]byte, []int)
- func (m *Response_SendEthereumTransaction) GetChainID() uint32
- func (m *Response_SendEthereumTransaction) GetData() string
- func (m *Response_SendEthereumTransaction) GetFrom() string
- func (m *Response_SendEthereumTransaction) GetGasLimit() string
- func (m *Response_SendEthereumTransaction) GetGasPrice() string
- func (m *Response_SendEthereumTransaction) GetHash() string
- func (m *Response_SendEthereumTransaction) GetNonce() uint32
- func (m *Response_SendEthereumTransaction) GetR() string
- func (m *Response_SendEthereumTransaction) GetS() string
- func (m *Response_SendEthereumTransaction) GetTo() string
- func (m *Response_SendEthereumTransaction) GetV() uint32
- func (m *Response_SendEthereumTransaction) GetValue() string
- func (*Response_SendEthereumTransaction) ProtoMessage()
- func (m *Response_SendEthereumTransaction) Reset()
- func (m *Response_SendEthereumTransaction) String() string
- func (m *Response_SendEthereumTransaction) XXX_DiscardUnknown()
- func (m *Response_SendEthereumTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Response_SendEthereumTransaction) XXX_Merge(src proto.Message)
- func (m *Response_SendEthereumTransaction) XXX_Size() int
- func (m *Response_SendEthereumTransaction) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { RequestID string `protobuf:"bytes,1,opt,name=requestID,proto3" json:"requestID,omitempty"` ShowModal *Request_RenderModal `protobuf:"bytes,8,opt,name=showModal,proto3" json:"showModal,omitempty"` SendEthereumTransaction *Request_SendEthereumTransaction `protobuf:"bytes,9,opt,name=sendEthereumTransaction,proto3" json:"sendEthereumTransaction,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Request) Descriptor ¶
func (*Request) GetRequestID ¶
func (*Request) GetSendEthereumTransaction ¶
func (m *Request) GetSendEthereumTransaction() *Request_SendEthereumTransaction
func (*Request) GetShowModal ¶
func (m *Request) GetShowModal() *Request_RenderModal
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) XXX_DiscardUnknown ¶
func (m *Request) XXX_DiscardUnknown()
func (*Request) XXX_Marshal ¶
func (*Request) XXX_Unmarshal ¶
type Request_RenderModal ¶
type Request_RenderModal struct { DAppPublicKey []byte `protobuf:"bytes,1,opt,name=dAppPublicKey,proto3" json:"dAppPublicKey,omitempty"` UiID string `protobuf:"bytes,2,opt,name=uiID,proto3" json:"uiID,omitempty"` Layout string `protobuf:"bytes,3,opt,name=layout,proto3" json:"layout,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Request_RenderModal) Descriptor ¶
func (*Request_RenderModal) Descriptor() ([]byte, []int)
func (*Request_RenderModal) GetDAppPublicKey ¶
func (m *Request_RenderModal) GetDAppPublicKey() []byte
func (*Request_RenderModal) GetLayout ¶
func (m *Request_RenderModal) GetLayout() string
func (*Request_RenderModal) GetUiID ¶
func (m *Request_RenderModal) GetUiID() string
func (*Request_RenderModal) ProtoMessage ¶
func (*Request_RenderModal) ProtoMessage()
func (*Request_RenderModal) Reset ¶
func (m *Request_RenderModal) Reset()
func (*Request_RenderModal) String ¶
func (m *Request_RenderModal) String() string
func (*Request_RenderModal) XXX_DiscardUnknown ¶
func (m *Request_RenderModal) XXX_DiscardUnknown()
func (*Request_RenderModal) XXX_Marshal ¶
func (m *Request_RenderModal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Request_RenderModal) XXX_Merge ¶
func (dst *Request_RenderModal) XXX_Merge(src proto.Message)
func (*Request_RenderModal) XXX_Size ¶
func (m *Request_RenderModal) XXX_Size() int
func (*Request_RenderModal) XXX_Unmarshal ¶
func (m *Request_RenderModal) XXX_Unmarshal(b []byte) error
type Request_SendEthereumTransaction ¶
type Request_SendEthereumTransaction struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` To string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"` Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Request_SendEthereumTransaction) Descriptor ¶
func (*Request_SendEthereumTransaction) Descriptor() ([]byte, []int)
func (*Request_SendEthereumTransaction) GetData ¶
func (m *Request_SendEthereumTransaction) GetData() string
func (*Request_SendEthereumTransaction) GetTo ¶
func (m *Request_SendEthereumTransaction) GetTo() string
func (*Request_SendEthereumTransaction) GetValue ¶
func (m *Request_SendEthereumTransaction) GetValue() string
func (*Request_SendEthereumTransaction) ProtoMessage ¶
func (*Request_SendEthereumTransaction) ProtoMessage()
func (*Request_SendEthereumTransaction) Reset ¶
func (m *Request_SendEthereumTransaction) Reset()
func (*Request_SendEthereumTransaction) String ¶
func (m *Request_SendEthereumTransaction) String() string
func (*Request_SendEthereumTransaction) XXX_DiscardUnknown ¶
func (m *Request_SendEthereumTransaction) XXX_DiscardUnknown()
func (*Request_SendEthereumTransaction) XXX_Marshal ¶
func (m *Request_SendEthereumTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Request_SendEthereumTransaction) XXX_Merge ¶
func (dst *Request_SendEthereumTransaction) XXX_Merge(src proto.Message)
func (*Request_SendEthereumTransaction) XXX_Size ¶
func (m *Request_SendEthereumTransaction) XXX_Size() int
func (*Request_SendEthereumTransaction) XXX_Unmarshal ¶
func (m *Request_SendEthereumTransaction) XXX_Unmarshal(b []byte) error
type Response ¶
type Response struct { SendEthereumTransaction *Response_SendEthereumTransaction `protobuf:"bytes,6,opt,name=sendEthereumTransaction,proto3" json:"sendEthereumTransaction,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Response) Descriptor ¶
func (*Response) GetSendEthereumTransaction ¶
func (m *Response) GetSendEthereumTransaction() *Response_SendEthereumTransaction
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) XXX_DiscardUnknown ¶
func (m *Response) XXX_DiscardUnknown()
func (*Response) XXX_Marshal ¶
func (*Response) XXX_Unmarshal ¶
type Response_SendEthereumTransaction ¶
type Response_SendEthereumTransaction struct { Nonce uint32 `protobuf:"varint,1,opt,name=nonce,proto3" json:"nonce,omitempty"` // must be base 10! GasPrice string `protobuf:"bytes,2,opt,name=gasPrice,proto3" json:"gasPrice,omitempty"` // must be base 10! GasLimit string `protobuf:"bytes,3,opt,name=gasLimit,proto3" json:"gasLimit,omitempty"` To string `protobuf:"bytes,4,opt,name=to,proto3" json:"to,omitempty"` // must be base 10! Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` Data string `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"` V uint32 `protobuf:"varint,7,opt,name=v,proto3" json:"v,omitempty"` R string `protobuf:"bytes,8,opt,name=r,proto3" json:"r,omitempty"` S string `protobuf:"bytes,9,opt,name=s,proto3" json:"s,omitempty"` ChainID uint32 `protobuf:"varint,10,opt,name=chainID,proto3" json:"chainID,omitempty"` From string `protobuf:"bytes,11,opt,name=from,proto3" json:"from,omitempty"` Hash string `protobuf:"bytes,12,opt,name=hash,proto3" json:"hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Response_SendEthereumTransaction) Descriptor ¶
func (*Response_SendEthereumTransaction) Descriptor() ([]byte, []int)
func (*Response_SendEthereumTransaction) GetChainID ¶
func (m *Response_SendEthereumTransaction) GetChainID() uint32
func (*Response_SendEthereumTransaction) GetData ¶
func (m *Response_SendEthereumTransaction) GetData() string
func (*Response_SendEthereumTransaction) GetFrom ¶
func (m *Response_SendEthereumTransaction) GetFrom() string
func (*Response_SendEthereumTransaction) GetGasLimit ¶
func (m *Response_SendEthereumTransaction) GetGasLimit() string
func (*Response_SendEthereumTransaction) GetGasPrice ¶
func (m *Response_SendEthereumTransaction) GetGasPrice() string
func (*Response_SendEthereumTransaction) GetHash ¶
func (m *Response_SendEthereumTransaction) GetHash() string
func (*Response_SendEthereumTransaction) GetNonce ¶
func (m *Response_SendEthereumTransaction) GetNonce() uint32
func (*Response_SendEthereumTransaction) GetR ¶
func (m *Response_SendEthereumTransaction) GetR() string
func (*Response_SendEthereumTransaction) GetS ¶
func (m *Response_SendEthereumTransaction) GetS() string
func (*Response_SendEthereumTransaction) GetTo ¶
func (m *Response_SendEthereumTransaction) GetTo() string
func (*Response_SendEthereumTransaction) GetV ¶
func (m *Response_SendEthereumTransaction) GetV() uint32
func (*Response_SendEthereumTransaction) GetValue ¶
func (m *Response_SendEthereumTransaction) GetValue() string
func (*Response_SendEthereumTransaction) ProtoMessage ¶
func (*Response_SendEthereumTransaction) ProtoMessage()
func (*Response_SendEthereumTransaction) Reset ¶
func (m *Response_SendEthereumTransaction) Reset()
func (*Response_SendEthereumTransaction) String ¶
func (m *Response_SendEthereumTransaction) String() string
func (*Response_SendEthereumTransaction) XXX_DiscardUnknown ¶
func (m *Response_SendEthereumTransaction) XXX_DiscardUnknown()
func (*Response_SendEthereumTransaction) XXX_Marshal ¶
func (m *Response_SendEthereumTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Response_SendEthereumTransaction) XXX_Merge ¶
func (dst *Response_SendEthereumTransaction) XXX_Merge(src proto.Message)
func (*Response_SendEthereumTransaction) XXX_Size ¶
func (m *Response_SendEthereumTransaction) XXX_Size() int
func (*Response_SendEthereumTransaction) XXX_Unmarshal ¶
func (m *Response_SendEthereumTransaction) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.