Skip to main content

unverify

Unverifies a creator.

Accounts

Below is the list of accounts expected by the unverify instruction.

NameWritableSignerOptionalDescription
assetAsset account
creatorCreator account to unverify

Arguments

None.

Examples

import { unverify } from '@nifty-oss/asset';

// Accounts:
// - asset: PublicKey
// - creator: KeypairSigner
await unverify(umi, {
asset,
creator,
}).sendAndConfirm(umi);