LifecycleHookPlugin: {
    authority: PluginAuthority;
    data?: any;
    dataAuthority?: undefined | PluginAuthority;
    extraAccounts?: undefined | ExtraAccount[];
    hookedProgram: string & {
        __publicKey: typeof __publicKey;
    };
    lifecycleChecks?: undefined | LifecycleChecks;
    offset: undefined | bigint;
    schema: ExternalPluginAdapterSchema;
    type: "LifecycleHook";
}

Type declaration

Generated using TypeDoc