Ownership Requirements
const ownershipRequirements = {
$and: [
{
assets: [
{
chain: 'BitBadges',
collectionId: 1n,
assetIds: [{ start: 1n, end: 1n }],
ownershipTimes: UintRangeArray.FullRanges(),
mustOwnAmounts: { start: 0n, end: 0n },
},
],
},
{
assets: [
{
chain: 'BitBadges',
collectionId: 2n,
assetIds: [{ start: 1n, end: 1n }],
ownershipTimes: UintRangeArray.FullRanges(),
mustOwnAmounts: { start: 0n, end: 0n },
},
],
},
],
};
const popupParams = {
...ownershipRequirements,
};Asset Ownership Requirements
Ownership Times
Last updated