BaseExternalPluginAdapter: {
    authority: PluginAuthority;
    dataLen: undefined | bigint;
    dataOffset: undefined | bigint;
    lifecycleChecks?: undefined | LifecycleChecks;
    offset?: undefined | bigint;
}

Type declaration

  • authority: PluginAuthority
  • dataLen: undefined | bigint
  • dataOffset: undefined | bigint
  • Optional lifecycleChecks?: undefined | LifecycleChecks
  • Optional offset?: undefined | bigint

Generated using TypeDoc