LinkedAppDataPlugin: {
    authority: PluginAuthority;
    data?: any;
    dataAuthority: PluginAuthority;
    dataLen?: undefined | bigint;
    dataOffset?: undefined | bigint;
    lifecycleChecks?: undefined | LifecycleChecks;
    offset?: undefined | bigint;
    schema: ExternalPluginAdapterSchema;
    type: "LinkedAppData";
}

Type declaration

Generated using TypeDoc