Coda by Ian Macalinao
    Preparing search index...

    Type Alias AgentIdentityInitInfo

    Initialization data for the AgentIdentity external plugin adapter.

    type AgentIdentityInitInfo = {
        initPluginAuthority: Option<Authority>;
        lifecycleChecks: (readonly [HookableLifecycleEvent, ExternalCheckResult])[];
        uri: string;
    }
    Index

    Properties

    initPluginAuthority: Option<Authority>

    The authority to manage this adapter; defaults to the adapter type's standard authority if omitted.

    lifecycleChecks: (readonly [HookableLifecycleEvent, ExternalCheckResult])[]

    The lifecycle events this adapter should be consulted for, and how its result should be interpreted.

    uri: string

    The URI pointing to the agent's off-chain identity metadata.