Uplink client
signDeferredTokenIntent
Create a signed EIP-712 token intent. This intent can later be sponsored onchain by another user to create a new token in the channel.
Usage
Returns
DeferredTokenIntentWithSignature
Parameters
channelAddress (intent creation)
- type:
string
The target channel address
uri (intent creation)
- type:
string
The metadata URI of the token
maxSupply (intent creation)
- type:
bigint
The maximum supply of the token
intent (signing)
- type:
DeferredTokenIntent
The unsigned token intent