Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateCollectionV1Input<TAccountCollection, TAccountPayer, TAccountAuthority, TAccountNewUpdateAuthority, TAccountSystemProgram, TAccountLogWrapper>

    type UpdateCollectionV1Input<
        TAccountCollection extends string = string,
        TAccountPayer extends string = string,
        TAccountAuthority extends string = string,
        TAccountNewUpdateAuthority extends string = string,
        TAccountSystemProgram extends string = string,
        TAccountLogWrapper extends string = string,
    > = {
        authority?: TransactionSigner<TAccountAuthority>;
        collection: Address<TAccountCollection>;
        logWrapper?: Address<TAccountLogWrapper>;
        newUpdateAuthority?: Address<TAccountNewUpdateAuthority>;
        payer: TransactionSigner<TAccountPayer>;
        systemProgram?: Address<TAccountSystemProgram>;
        updateCollectionV1Args: UpdateCollectionV1InstructionDataArgs["updateCollectionV1Args"];
    }

    Type Parameters

    • TAccountCollection extends string = string
    • TAccountPayer extends string = string
    • TAccountAuthority extends string = string
    • TAccountNewUpdateAuthority extends string = string
    • TAccountSystemProgram extends string = string
    • TAccountLogWrapper extends string = string
    Index

    Properties

    authority?: TransactionSigner<TAccountAuthority>

    The update authority or update authority delegate of the asset

    collection: Address<TAccountCollection>

    The address of the asset

    logWrapper?: Address<TAccountLogWrapper>

    The SPL Noop Program

    newUpdateAuthority?: Address<TAccountNewUpdateAuthority>

    The new update authority of the asset

    payer: TransactionSigner<TAccountPayer>

    The account paying for the storage fees

    systemProgram?: Address<TAccountSystemProgram>

    The system program