Documentation ¶
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
- func (m *SignRequest) XXX_DiscardUnknown()
- func (m *SignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignRequest) XXX_Merge(src proto.Message)
- func (m *SignRequest) XXX_Size() int
- func (m *SignRequest) XXX_Unmarshal(b []byte) error
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,proto3" json:"address,omitempty"` Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"` Number string `protobuf:"bytes,3,opt,name=number,proto3" json:"number,omitempty"` ChargeAmount string `protobuf:"bytes,4,opt,name=chargeAmount,proto3" json:"chargeAmount,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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
func (*SignRequest) XXX_DiscardUnknown ¶ added in v1.0.4
func (m *SignRequest) XXX_DiscardUnknown()
func (*SignRequest) XXX_Marshal ¶ added in v1.0.4
func (m *SignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignRequest) XXX_Merge ¶ added in v1.0.4
func (m *SignRequest) XXX_Merge(src proto.Message)
func (*SignRequest) XXX_Size ¶ added in v1.0.4
func (m *SignRequest) XXX_Size() int
func (*SignRequest) XXX_Unmarshal ¶ added in v1.0.4
func (m *SignRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.