Documentation
¶
Index ¶
Constants ¶
View Source
const ABITRC20 = `` /* 4470-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func ConvertToBytes ¶
func ConvertToHex ¶
Types ¶
type CallTrc20In ¶
type CallTrc20In struct {
Address string `json:"address,omitempty"`
Owner string `json:"owner,omitempty"`
Spender string `json:"spender,omitempty"`
From string `json:"from,omitempty"`
To string `json:"to,omitempty"`
Recipient string `json:"recipient,omitempty"`
Amount string `json:"amount,omitempty"`
}
for call contract
type UnpackTrc20 ¶
type UnpackTrc20 struct {
Function string
CallTrc20In
}
for call contract
func UnpackPayloadForTrc20 ¶
func UnpackPayloadForTrc20(payload string) (*UnpackTrc20, error)
Click to show internal directories.
Click to hide internal directories.