custom()
addFuturePass()
, addFeeProxy()
and other helper functions (insert link for the helper functions sections here). It expects three parameters:
api
: the trnApi to use for interaction.signer
: the signer to use for signing transactions.walletAddress
: the wallet address to use for interaction. Note: It should be the EOA address for the signer, not the FuturePass address.custom
method allows developers to perform custom transactions using fromExtrinsic
.
fromExtrinsic()
extrinsic
: the extrinsic to include in the transaction.