Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateCollectionInfoV1Input<TAccountCollection, TAccountBubblegumSigner>

    type UpdateCollectionInfoV1Input<
        TAccountCollection extends string = string,
        TAccountBubblegumSigner extends string = string,
    > = {
        bubblegumSigner: TransactionSigner<TAccountBubblegumSigner>;
        collection: Address<TAccountCollection>;
        updateCollectionInfoV1Args: UpdateCollectionInfoV1InstructionDataArgs["updateCollectionInfoV1Args"];
    }

    Type Parameters

    • TAccountCollection extends string = string
    • TAccountBubblegumSigner extends string = string
    Index

    Properties

    bubblegumSigner: TransactionSigner<TAccountBubblegumSigner>

    Bubblegum PDA signer

    collection: Address<TAccountCollection>

    The address of the asset