UnverifyCreatorV1InstructionAccounts: {
    authority?: Signer;
    collectionMetadata?: PublicKey | Pda;
    collectionMint?: PublicKey | Pda;
    delegateRecord?: PublicKey | Pda;
    metadata: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
    sysvarInstructions?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    Creator to verify, collection (or metadata if parent burned) update authority or delegate

  • Optional collectionMetadata?: PublicKey | Pda

    Metadata Account of the Collection

  • Optional collectionMint?: PublicKey | Pda

    Mint of the Collection

  • Optional delegateRecord?: PublicKey | Pda

    Delegate record PDA

  • metadata: PublicKey | Pda

    Metadata account

  • Optional systemProgram?: PublicKey | Pda

    System program

  • Optional sysvarInstructions?: PublicKey | Pda

    Instructions sysvar account

Generated using TypeDoc