Type alias IERC20BurnableMintableMintArgs

IERC20BurnableMintableMintArgs: {
    amount: bigint;
    to: `0x${string}`;
}

Type declaration

  • amount: bigint
  • to: `0x${string}`

Generated using TypeDoc