Documentation
¶
Index ¶
- type AccountAndInputData
- func (z *AccountAndInputData) DecodeMsg(dc *msgp.Reader) (err error)
- func (z *AccountAndInputData) EncodeMsg(en *msgp.Writer) (err error)
- func (z *AccountAndInputData) MarshalMsg(b []byte) (o []byte, err error)
- func (z *AccountAndInputData) Msgsize() (s int)
- func (z *AccountAndInputData) UnmarshalMsg(bts []byte) (o []byte, err error)
- type SetChatIdRequest
- func (z *SetChatIdRequest) DecodeMsg(dc *msgp.Reader) (err error)
- func (z SetChatIdRequest) EncodeMsg(en *msgp.Writer) (err error)
- func (z SetChatIdRequest) MarshalMsg(b []byte) (o []byte, err error)
- func (z SetChatIdRequest) Msgsize() (s int)
- func (z *SetChatIdRequest) UnmarshalMsg(bts []byte) (o []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountAndInputData ¶
type AccountAndInputData struct {
AccountAddress string `json:"accountAddress"`
TargetContract string `json:"targetContract"`
InputData string `json:"inputData"`
ChainId int `json:"chainId"`
ChainName string `json:"chainName"`
}
func (*AccountAndInputData) DecodeMsg ¶
func (z *AccountAndInputData) DecodeMsg(dc *msgp.Reader) (err error)
DecodeMsg implements msgp.Decodable
func (*AccountAndInputData) EncodeMsg ¶
func (z *AccountAndInputData) EncodeMsg(en *msgp.Writer) (err error)
EncodeMsg implements msgp.Encodable
func (*AccountAndInputData) MarshalMsg ¶
func (z *AccountAndInputData) MarshalMsg(b []byte) (o []byte, err error)
MarshalMsg implements msgp.Marshaler
func (*AccountAndInputData) Msgsize ¶
func (z *AccountAndInputData) Msgsize() (s int)
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
func (*AccountAndInputData) UnmarshalMsg ¶
func (z *AccountAndInputData) UnmarshalMsg(bts []byte) (o []byte, err error)
UnmarshalMsg implements msgp.Unmarshaler
type SetChatIdRequest ¶
func (*SetChatIdRequest) DecodeMsg ¶
func (z *SetChatIdRequest) DecodeMsg(dc *msgp.Reader) (err error)
DecodeMsg implements msgp.Decodable
func (SetChatIdRequest) EncodeMsg ¶
func (z SetChatIdRequest) EncodeMsg(en *msgp.Writer) (err error)
EncodeMsg implements msgp.Encodable
func (SetChatIdRequest) MarshalMsg ¶
func (z SetChatIdRequest) MarshalMsg(b []byte) (o []byte, err error)
MarshalMsg implements msgp.Marshaler
func (SetChatIdRequest) Msgsize ¶
func (z SetChatIdRequest) Msgsize() (s int)
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
func (*SetChatIdRequest) UnmarshalMsg ¶
func (z *SetChatIdRequest) UnmarshalMsg(bts []byte) (o []byte, err error)
UnmarshalMsg implements msgp.Unmarshaler
Click to show internal directories.
Click to hide internal directories.