Documentation ¶
Index ¶
- type LendingRelayerRegistration
- func DeployLendingRelayerRegistration(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend, ...) (common.Address, *LendingRelayerRegistration, error)
- func NewLendingRelayerRegistration(transactOpts *bind.TransactOpts, contractAddr common.Address, ...) (*LendingRelayerRegistration, error)
- type MyTRC21
- type RelayerRegistration
- type TRC21Issuer
- type XDCXListing
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LendingRelayerRegistration ¶
type LendingRelayerRegistration struct { *contract.LendingSession // contains filtered or unexported fields }
func DeployLendingRelayerRegistration ¶
func DeployLendingRelayerRegistration(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend, relayerAddr common.Address, XDCxListtingAddr common.Address) (common.Address, *LendingRelayerRegistration, error)
func NewLendingRelayerRegistration ¶
func NewLendingRelayerRegistration(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*LendingRelayerRegistration, error)
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 NewRelayerRegistration ¶
func NewRelayerRegistration(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*RelayerRegistration, 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)
type XDCXListing ¶
type XDCXListing struct { *contract.XDCXListingSession // contains filtered or unexported fields }
func DeployXDCXListing ¶
func DeployXDCXListing(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend) (common.Address, *XDCXListing, error)
func NewMyXDCXListing ¶
func NewMyXDCXListing(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*XDCXListing, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.