Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyTRC21 ¶
type MyTRC21 struct { *contract.MyTRC21Session // contains filtered or unexported fields }
func DeployTRC21 ¶
func NewTRC21 ¶
func NewTRC21(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*MyTRC21, error)
type RelayerRegistration ¶
type RelayerRegistration struct { *contract.RelayerRegistrationSession // contains filtered or unexported fields }
func DeployRelayerRegistration ¶
func DeployRelayerRegistration(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend, maxRelayers *big.Int, maxTokenList *big.Int, minDeposit *big.Int) (common.Address, *RelayerRegistration, error)
func NewRelayerRegistration ¶
func NewRelayerRegistration(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*RelayerRegistration, error)
type TOMOXListing ¶
type TOMOXListing struct { *contract.TOMOXListingSession // contains filtered or unexported fields }
func DeployTOMOXListing ¶
func DeployTOMOXListing(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend) (common.Address, *TOMOXListing, error)
func NewMyTOMOXListing ¶
func NewMyTOMOXListing(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*TOMOXListing, error)
type TRC21Issuer ¶
type TRC21Issuer struct { *contract.TRC21IssuerSession // contains filtered or unexported fields }
func DeployTRC21Issuer ¶
func DeployTRC21Issuer(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend, minApply *big.Int) (common.Address, *TRC21Issuer, error)
func NewTRC21Issuer ¶
func NewTRC21Issuer(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*TRC21Issuer, error)
Click to show internal directories.
Click to hide internal directories.