Transferable Approval
Overview
Code Example
const transferableApproval = new CollectionApproval({
fromListId: '!Mint', // Excludes the Mint address
toListId: 'All',
initiatedByListId: 'All',
transferTimes: UintRangeArray.FullRanges(),
ownershipTimes: UintRangeArray.FullRanges(),
tokenIds: UintRangeArray.FullRanges(),
approvalId: 'transferable-approval',
version: 0n,
approvalCriteria: undefined, // No additional restrictions
});Last updated