Documentation ¶
Index ¶
Constants ¶
View Source
const TRC20HandlerABI = `` /* 6574-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TRC20HandlerDepositRecord ¶
type TRC20HandlerDepositRecord struct { TokenAddress common.Address DestinationChainID uint8 ResourceID [32]byte DestinationRecipientAddress []byte Depositer common.Address Amount *big.Int }
ERC20HandlerDepositRecord is an auto generated low-level Go binding around an user-defined struct.
type Trc20HandlerABI ¶
type Trc20HandlerABI struct {
// contains filtered or unexported fields
}
func NewTrc20HanderABI ¶
func NewTrc20HanderABI() *Trc20HandlerABI
func (*Trc20HandlerABI) GetDepositRecord ¶
func (t *Trc20HandlerABI) GetDepositRecord(output []byte) (TRC20HandlerDepositRecord, error)
Click to show internal directories.
Click to hide internal directories.