Interface WorkerKeyManagerRuntimeAccessList

RuntimeAccessList is an access control lists for a runtime.

interface WorkerKeyManagerRuntimeAccessList {
    peers: string[];
    runtime_id: Uint8Array;
}

Properties

Properties

peers: string[]

Peers is a list of peers that are allowed to call protected methods.

runtime_id: Uint8Array

RuntimeID is the runtime ID of the runtime this access list is for.