contracts/handlers/nucleus-accountant-handler
Classes
NucleusAccountantHandler
Defined in: lib/contracts/handlers/nucleus-accountant-handler.ts:18
Handler for the Accountant contract from nucleus.
Constructors
Constructor
new NucleusAccountantHandler(
chain,walletClient,publicClient):NucleusAccountantHandler
Defined in: lib/contracts/handlers/nucleus-accountant-handler.ts:30
Create the handler for processing tokens.
Parameters
| Parameter | Type | Description |
|---|---|---|
chain | Chain | Chain to use for the client. |
walletClient | { } | The wallet client to use for wallet interactions. |
publicClient | { } | The public client to use for public interactions. |