Type alias CreateCollectionV1InstructionAccounts

CreateCollectionV1InstructionAccounts: {
    collection: Signer;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    updateAuthority?: PublicKey | Pda;
}

Type declaration

  • collection: Signer

    The address of the new asset

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

  • Optional updateAuthority?: PublicKey | Pda

    The authority of the new asset

Generated using TypeDoc