type TransferParams = Prettify< { to: string } & ( | { amount: number | string } | { amountWei: bigint } )>;