Documentation
¶
Index ¶
- func SupportsInterface(cc *types.ContractContext, interfaceID []byte) bool
- type NFT721Contract
- func (cont *NFT721Contract) Address() common.Address
- func (cont *NFT721Contract) Front() interface{}
- func (cont *NFT721Contract) Init(addr common.Address, master common.Address)
- func (cont *NFT721Contract) Master() common.Address
- func (cont *NFT721Contract) OnCreate(cc *types.ContractContext, Args []byte) error
- func (cont *NFT721Contract) OnReward(cc *types.ContractContext, b *types.Block, CountMap map[common.Address]uint32) (map[common.Address]*amount.Amount, error)
- type NFT721ContractConstruction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SupportsInterface ¶
func SupportsInterface(cc *types.ContractContext, interfaceID []byte) bool
Types ¶
type NFT721Contract ¶
type NFT721Contract struct {
// contains filtered or unexported fields
}
func (*NFT721Contract) Address ¶
func (cont *NFT721Contract) Address() common.Address
func (*NFT721Contract) Front ¶
func (cont *NFT721Contract) Front() interface{}
func (*NFT721Contract) Init ¶
func (cont *NFT721Contract) Init(addr common.Address, master common.Address)
func (*NFT721Contract) Master ¶
func (cont *NFT721Contract) Master() common.Address
func (*NFT721Contract) OnCreate ¶
func (cont *NFT721Contract) OnCreate(cc *types.ContractContext, Args []byte) error
type NFT721ContractConstruction ¶
Click to show internal directories.
Click to hide internal directories.