Coda by Ian Macalinao
    Preparing search index...

    Type Alias AgentIdentityInitInfoArgs

    type AgentIdentityInitInfoArgs = {
        initPluginAuthority: OptionOrNullable<AuthorityArgs>;
        lifecycleChecks: (
            readonly [HookableLifecycleEventArgs, ExternalCheckResultArgs]
        )[];
        uri: string;
    }
    Index

    Properties

    initPluginAuthority: OptionOrNullable<AuthorityArgs>

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

    lifecycleChecks: (
        readonly [HookableLifecycleEventArgs, ExternalCheckResultArgs]
    )[]

    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.