Coda by Ian Macalinao
    Preparing search index...

    External plugin adapter like LifecycleHook, but for collections, sharing its data via a DataSection.

    type LinkedLifecycleHook = {
        dataAuthority: Option<Authority>;
        extraAccounts: Option<ExtraAccount[]>;
        hookedProgram: Address;
        schema: ExternalPluginAdapterSchema;
    }
    Index

    Properties

    dataAuthority: Option<Authority>

    The authority allowed to write data returned by the hook, if any.

    extraAccounts: Option<ExtraAccount[]>

    Additional accounts to forward to the hooked program.

    hookedProgram: Address

    The program invoked via CPI at the configured lifecycle events.

    The serialization format used for data returned by the hook.