Docs

ApproveParams

type ApproveParams = Prettify<
{ spender: Address } & ({ amount: number | string } | { amountWei: bigint })
>;