Usage
Returns
createTokenIntent
Function to create a new token intent. See createToken args.- type:
({ channelAddress: string; uri: string; maxSupply: bigint; )} => Promise<DeferredTokenIntentWithSignature | undefined>
status
- type:
ContractExecutionStatus
signedIntent
- type:
DeferredTokenIntentWithSignature
sponsoredToken
parameter during sponsorship.
error
- type:
any