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