Class Controller

Controller is responsible for managing signing keys for the client and agent. The client signing key represents the Account for the client on the agent

Hierarchy

  • Controller

Constructors

Properties

bran: string
keys: string[]
ndigs: string[]
nsigner: any
ridx: number
salter: any
serder: Serder
signer: any
stem: string
tier: Tier

Accessors

Methods

  • Parameters

    • bran: string
    • aids: any[]

    Returns {
        keys: Record<any, any>;
        rot: Dict<any>;
        sigs: any[];
        sxlt: any;
    }

    • keys: Record<any, any>
    • rot: Dict<any>
    • sigs: any[]
    • sxlt: any

Generated using TypeDoc