Skip to content

InvariantsAddObject is used for adding invariants without specifying addresses. Addresses are generated by the keeper and stored in the collection.

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:286

InvariantsAddObject is used for adding invariants without specifying addresses. Addresses are generated by the keeper and stored in the collection.

Type Parameters

T

T extends NumberType

Properties

cosmosCoinBackedPath?

optional cosmosCoinBackedPath?: iCosmosCoinBackedPathAddObject<T>

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:303

The IBC backed (sdk.coin) path for the collection. Only one path is allowed. Address will be generated by the keeper.


disablePoolCreation

disablePoolCreation: boolean

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:315

If true, disallows pool creation with this collection's assets. When true, any attempt to create a pool with assets from this collection will fail.


evmQueryChallenges?

optional evmQueryChallenges?: iEVMQueryChallenge<T>[]

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:321

EVM query invariants that must pass after all transfers complete. Read-only contract queries that verify external EVM state.


maxSupplyPerId

maxSupplyPerId: T

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:297

Maximum supply per token ID. If set, no balance can exceed this amount. This prevents any single token ID from having more than the specified supply.


noCustomOwnershipTimes

noCustomOwnershipTimes: boolean

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:291

If true, all ownership times must be full ranges [{ start: 1, end: GoMaxUInt64 }]. This prevents time-based restrictions on token ownership.


noForcefulPostMintTransfers

noForcefulPostMintTransfers: boolean

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:309

If true, disallows any collection approvals that have overridesFromOutgoingApprovals or overridesToIncomingApprovals set to true. This prevents forceful post-mint transfers that bypass user-level approvals.

Edit this page on GitHub