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 MySRC21
- type RelayerRegistration
- type SDXXListing
- type SRC21Issuer
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, sdxxListtingAddr common.Address) (common.Address, *LendingRelayerRegistration, error)
func NewLendingRelayerRegistration ¶
func NewLendingRelayerRegistration(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*LendingRelayerRegistration, error)
type MySRC21 ¶
type MySRC21 struct {
*contract.MySRC21Session
// contains filtered or unexported fields
}
func DeploySRC21 ¶
func NewSRC21 ¶
func NewSRC21(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*MySRC21, 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 SDXXListing ¶
type SDXXListing struct {
*contract.SDXXListingSession
// contains filtered or unexported fields
}
func DeploySDXXListing ¶
func DeploySDXXListing(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend) (common.Address, *SDXXListing, error)
func NewMySDXXListing ¶
func NewMySDXXListing(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*SDXXListing, error)
type SRC21Issuer ¶
type SRC21Issuer struct {
*contract.SRC21IssuerSession
// contains filtered or unexported fields
}
func DeploySRC21Issuer ¶
func DeploySRC21Issuer(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend, minApply *big.Int) (common.Address, *SRC21Issuer, error)
func NewSRC21Issuer ¶
func NewSRC21Issuer(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*SRC21Issuer, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.