@adcp/client API Reference - v4.19.0
    Preparing search index...

    Variable DelegationAuthoritySchemaConst

    DelegationAuthoritySchema: ZodUnion<
        readonly [
            ZodLiteral<"full">,
            ZodLiteral<"execute_only">,
            ZodLiteral<"propose_only">,
        ],
    > = ...