Documentation ¶
Index ¶
- func Burner() []byte
- func CustomToken(...) []byte
- func CustomTokenForwarding(fungibleTokenAddr, tokenName, storageName string) []byte
- func ExampleToken(fungibleTokenAddr, metadataViewsAddr, ftMetadataViewsAddr string) []byte
- func FungibleToken(resolverAddr, burnerAddr string) []byte
- func FungibleTokenMetadataViews(fungibleTokenAddr, metadataViewsAddr, viewResolverAddr string) []byte
- func FungibleTokenSwitchboard(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 second version of the ExampleToken contract.
The returned contract will import the FungibleToken interface from the specified address.
func FungibleToken ¶
FungibleToken returns the FungibleToken contract.
func FungibleTokenMetadataViews ¶ added in v0.6.0
func FungibleTokenMetadataViews(fungibleTokenAddr, metadataViewsAddr, viewResolverAddr string) []byte
FungibleToken returns the FungibleToken contract interface.
func FungibleTokenSwitchboard ¶ added in v0.7.0
FungibleTokenSwitchboard returns the FungibleTokenSwitchboard contract.
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.