DataSectionPlugin: {
    authority: PluginAuthority;
    data?: any;
    dataAuthority?: undefined | PluginAuthority;
    dataLen?: undefined | bigint;
    dataOffset?: undefined | bigint;
    lifecycleChecks?: undefined | LifecycleChecks;
    offset?: undefined | bigint;
    parentKey: LinkedDataKey;
    schema: ExternalPluginAdapterSchema;
    type: "DataSection";
}

Type declaration

Generated using TypeDoc