Coda by Ian Macalinao
    Preparing search index...
    type LifecycleHookArgs = {
        dataAuthority: OptionOrNullable<AuthorityArgs>;
        extraAccounts: OptionOrNullable<ExtraAccountArgs[]>;
        hookedProgram: Address;
        schema: ExternalPluginAdapterSchemaArgs;
    }
    Index

    Properties

    dataAuthority: OptionOrNullable<AuthorityArgs>

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

    extraAccounts: OptionOrNullable<ExtraAccountArgs[]>

    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.