The blockchain of the wallet
Allow a separate custodian to pause/unpause all activity of the wallet. To disable, pass in a custodian of type NONE.
Optional
custodian: Custodianif not set, uses "CROSSMINT"
Optional
quantity: numberThe transactionId In v1.5 we will add success ands error callbakcs v1.5
Available in V2
Generated using TypeDoc
Main class for interacting with a wallet on EVM blockchains.
You can perform transactions, sign messages, and transfer tokens with the provided high level APIs, or by calling
await getSigner()
to obtain an ethersJS signer instance.