Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 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)
Click to show internal directories.
Click to hide internal directories.