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