typescript-sdk

Home > @3rdweb/sdk > BundleModule > transferFrom

BundleModule.transferFrom() method

Signature:

transferFrom(from: string, to: string, args: INFTBundleBatchArgs, data?: BytesLike): Promise<TransactionReceipt>;

Parameters

Parameter Type Description
from string  
to string  
args INFTBundleBatchArgs  
data BytesLike  

Returns:

Promise<TransactionReceipt>