Documentation ¶
Index ¶
- func BurnRacingTimeNFT(nftId uint64) *flow.TransactionResult
- func CreateAddress(seed string, sigAlgo crypto.SignatureAlgorithm, hashAlgo crypto.HashAlgorithm) (accountAddr string, privateKey string)
- func DeployContract() *flow.TransactionResult
- func MintNFT(nft *NFTInfo) *flow.TransactionResult
- func SetupAccount() *flow.TransactionResult
- func TransferRacingTimeNFT(toAddress string, nftId uint64) *flow.TransactionResult
- func UpdateContract() *flow.TransactionResult
- type NFTInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BurnRacingTimeNFT ¶
func BurnRacingTimeNFT(nftId uint64) *flow.TransactionResult
func CreateAddress ¶
func CreateAddress(seed string, sigAlgo crypto.SignatureAlgorithm, hashAlgo crypto.HashAlgorithm) (accountAddr string, privateKey string)
func DeployContract ¶
func DeployContract() *flow.TransactionResult
func SetupAccount ¶
func SetupAccount() *flow.TransactionResult
func TransferRacingTimeNFT ¶
TransferRacingTimeNFT This transaction transfers a RacingTime NFT from one account to another.
func UpdateContract ¶
func UpdateContract() *flow.TransactionResult
Types ¶
Click to show internal directories.
Click to hide internal directories.