DepositParams

type DepositParams = { amount: string } | { amountWei: bigint };