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