Coda by Ian Macalinao
    Preparing search index...

    Type Alias WriteExternalPluginAdapterDataV1Input<TAccountAsset, TAccountCollection, TAccountPayer, TAccountAuthority, TAccountBuffer, TAccountSystemProgram, TAccountLogWrapper>

    type WriteExternalPluginAdapterDataV1Input<
        TAccountAsset extends string = string,
        TAccountCollection extends string = string,
        TAccountPayer extends string = string,
        TAccountAuthority extends string = string,
        TAccountBuffer extends string = string,
        TAccountSystemProgram extends string = string,
        TAccountLogWrapper extends string = string,
    > = {
        asset: Address<TAccountAsset>;
        authority?: TransactionSigner<TAccountAuthority>;
        buffer?: Address<TAccountBuffer>;
        collection?: Address<TAccountCollection>;
        logWrapper?: Address<TAccountLogWrapper>;
        payer: TransactionSigner<TAccountPayer>;
        systemProgram?: Address<TAccountSystemProgram>;
        writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1InstructionDataArgs["writeExternalPluginAdapterDataV1Args"];
    }

    Type Parameters

    • TAccountAsset extends string = string
    • 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

    asset: Address<TAccountAsset>

    The address of the asset

    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 collection to which the asset belongs

    logWrapper?: Address<TAccountLogWrapper>

    The SPL Noop Program

    payer: TransactionSigner<TAccountPayer>

    The account paying for the storage fees

    systemProgram?: Address<TAccountSystemProgram>

    The system program