api_proto

package
v0.0.0-...-32f009b Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2018 License: MIT Imports: 3 Imported by: 2

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*Request) GetRequestID

func (m *Request) GetRequestID() string

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

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

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

func (*Request) XXX_Merge

func (dst *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

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

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 (*Request_SendEthereumTransaction) GetTo

func (*Request_SendEthereumTransaction) GetValue

func (*Request_SendEthereumTransaction) ProtoMessage

func (*Request_SendEthereumTransaction) ProtoMessage()

func (*Request_SendEthereumTransaction) Reset

func (*Request_SendEthereumTransaction) 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) Descriptor() ([]byte, []int)

func (*Response) GetSendEthereumTransaction

func (m *Response) GetSendEthereumTransaction() *Response_SendEthereumTransaction

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

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

func (*Response) XXX_Merge

func (dst *Response) XXX_Merge(src proto.Message)

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

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

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 (*Response_SendEthereumTransaction) GetFrom

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 (*Response_SendEthereumTransaction) GetNonce

func (*Response_SendEthereumTransaction) GetR

func (*Response_SendEthereumTransaction) GetS

func (*Response_SendEthereumTransaction) GetTo

func (*Response_SendEthereumTransaction) GetV

func (*Response_SendEthereumTransaction) GetValue

func (*Response_SendEthereumTransaction) ProtoMessage

func (*Response_SendEthereumTransaction) ProtoMessage()

func (*Response_SendEthereumTransaction) Reset

func (*Response_SendEthereumTransaction) 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL