Coda by Ian Macalinao
    Preparing search index...

    Type Alias WriteCollectionExternalPluginAdapterDataV1Input<TAccountCollection, TAccountPayer, TAccountAuthority, TAccountBuffer, TAccountSystemProgram, TAccountLogWrapper>

    type WriteCollectionExternalPluginAdapterDataV1Input<
        TAccountCollection extends string = string,
        TAccountPayer extends string = string,
        TAccountAuthority extends string = string,
        TAccountBuffer extends string = string,
        TAccountSystemProgram extends string = string,
        TAccountLogWrapper extends string = string,
    > = {
        authority?: TransactionSigner<TAccountAuthority>;
        buffer?: Address<TAccountBuffer>;
        collection: Address<TAccountCollection>;
        logWrapper?: Address<TAccountLogWrapper>;
        payer: TransactionSigner<TAccountPayer>;
        systemProgram?: Address<TAccountSystemProgram>;
        writeCollectionExternalPluginAdapterDataV1Args: WriteCollectionExternalPluginAdapterDataV1InstructionDataArgs["writeCollectionExternalPluginAdapterDataV1Args"];
    }

    Type Parameters

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

    Properties

    authority?: TransactionSigner<TAccountAuthority>

    The Data Authority of the External Plugin Adapter

    buffer?: Address<TAccountBuffer>

    The buffer to write to the external plugin

    collection: Address<TAccountCollection>

    The address of the asset

    logWrapper?: Address<TAccountLogWrapper>

    The SPL Noop Program

    payer: TransactionSigner<TAccountPayer>

    The account paying for the storage fees

    systemProgram?: Address<TAccountSystemProgram>

    The system program