AgentIdentityPlugin: {
    authority: PluginAuthority;
    dataLen?: undefined | bigint;
    dataOffset?: undefined | bigint;
    lifecycleChecks?: undefined | LifecycleChecks;
    offset?: undefined | bigint;
    type: "AgentIdentity";
    uri: string;
}

Type declaration

  • authority: PluginAuthority
  • Optional dataLen?: undefined | bigint
  • Optional dataOffset?: undefined | bigint
  • Optional lifecycleChecks?: undefined | LifecycleChecks
  • Optional offset?: undefined | bigint
  • type: "AgentIdentity"
  • uri: string

Generated using TypeDoc