Home > @3rdweb/sdk > PackModule > transferBatchFrom
Signature:
transferBatchFrom(from: string, to: string, args: IPackBatchArgs[], data?: BytesLike): Promise<void>;
| Parameter | Type | Description |
|---|---|---|
| from | string | |
| to | string | |
| args | IPackBatchArgs[] | |
| data | BytesLike |
Returns:
Promise<void>