Documentation ¶
Index ¶
- func CustomToken(...) []byte
- func CustomTokenForwarding(fungibleTokenAddr, tokenName, storageName string) []byte
- func ExampleToken(fungibleTokenAddr, metadataViewsAddr, ftMetadataViewsAddr string) []byte
- func FungibleToken() []byte
- func FungibleTokenMetadataViews(fungibleTokenAddr, metadataViewsAddr string) []byte
- func MetadataViews(fungibleTokenAddr string) []byte
- func PrivateReceiverForwarder(fungibleTokenAddr string) []byte
- func TokenForwarding(fungibleTokenAddr string) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomToken ¶
func CustomToken(fungibleTokenAddr, metadataViewsAddr, ftMetadataViewsAddr, tokenName, storageName, initialBalance string) []byte
CustomToken returns the ExampleToken contract with a custom name.
The returned contract will import the FungibleToken interface from the specified address.
func CustomTokenForwarding ¶
CustomTokenForwarding returns the TokenForwarding contract for a custom token
The returned contract will import the FungibleToken interface from the specified address.
func ExampleToken ¶
ExampleToken returns the ExampleToken contract.
The returned contract will import the FungibleToken interface from the specified address.
func FungibleToken ¶
func FungibleToken() []byte
FungibleToken returns the FungibleToken contract interface.
func FungibleTokenMetadataViews ¶ added in v0.6.0
FungibleToken returns the FungibleToken contract interface.
func MetadataViews ¶ added in v0.6.0
func PrivateReceiverForwarder ¶ added in v0.5.0
func TokenForwarding ¶
TokenForwarding returns the TokenForwarding contract.
The returned contract will import the FungibleToken contract from the specified address.
Types ¶
This section is empty.