TypeScript SDK

DepositParams

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