Approvals / Transferability
export function getUnhandledCollectionApprovals(
collectionApprovals: CollectionApprovalWithDetails<bigint>[],
ignoreTrackerIds?: boolean
doNotMerge?: boolean
)export function getUnhandledUserOutgoingApprovals(
approvals: UserOutgoingApprovalWithDetails<bigint>[],
userAddress: string,
doNotMerge?: boolean
)export function getUnhandledUserIncomingApprovals(
approvals: UserIncomingApprovalWithDetails<bigint>[],
userAddress: string,
doNotMerge?: boolean
)export function appendSelfInitiatedOutgoingApproval(currApprovals: UserOutgoingApprovalWithDetails<bigint>[], userAddress: string): UserOutgoingApprovalWithDetails<bigint>[]export function appendSelfInitiatedIncomingApproval(currApprovals: UserIncomingApprovalWithDetails<bigint>[], userAddress: string): UserIncomingApprovalWithDetails<bigint>[] Last updated