Represents the parameters for a transfer operation.
type TransferParams = Prettify< WithOverrides< { to: string } & ( | { amount: number | string } | { amountWei: bigint } ) >>;