Documentation ¶
Overview ¶
Package request is a generated protocol buffer package.
It is generated from these files:
request.proto
It has these top-level messages:
SignRequest
Index ¶
- type SignRequest
- func (*SignRequest) Descriptor() ([]byte, []int)
- func (m *SignRequest) GetAddress() string
- func (m *SignRequest) GetChargeAmount() string
- func (m *SignRequest) GetMethod() string
- func (m *SignRequest) GetNumber() string
- func (*SignRequest) ProtoMessage()
- func (m *SignRequest) Reset()
- func (m *SignRequest) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignRequest ¶
type SignRequest struct { Address string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"` Method string `protobuf:"bytes,2,opt,name=method" json:"method,omitempty"` Number string `protobuf:"bytes,3,opt,name=number" json:"number,omitempty"` ChargeAmount string `protobuf:"bytes,4,opt,name=chargeAmount" json:"chargeAmount,omitempty"` }
ethAddress common.Address, paymentMethod uint8, paymentNumber, chargeAmountInWei *big.Int
func (*SignRequest) Descriptor ¶
func (*SignRequest) Descriptor() ([]byte, []int)
func (*SignRequest) GetAddress ¶
func (m *SignRequest) GetAddress() string
func (*SignRequest) GetChargeAmount ¶
func (m *SignRequest) GetChargeAmount() string
func (*SignRequest) GetMethod ¶
func (m *SignRequest) GetMethod() string
func (*SignRequest) GetNumber ¶
func (m *SignRequest) GetNumber() string
func (*SignRequest) ProtoMessage ¶
func (*SignRequest) ProtoMessage()
func (*SignRequest) Reset ¶
func (m *SignRequest) Reset()
func (*SignRequest) String ¶
func (m *SignRequest) String() string
Click to show internal directories.
Click to hide internal directories.