VerifyCollectionV1InstructionAccounts: {
    authority?: Signer;
    collectionMasterEdition?: PublicKey | Pda;
    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 update authority or delegate

  • Optional collectionMasterEdition?: PublicKey | Pda

    Master Edition Account of the Collection Token

  • Optional collectionMetadata?: PublicKey | Pda

    Metadata Account of the Collection

  • 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