Interface Determine

interface Determine {
    access?: AccessProtocol;
    entry?: EntryProtocol;
    identity?: IdentityProtocol;
    meta?: any;
    name: string;
    protocol?: string;
    store?: StoreProtocol;
    tag?: Uint8Array;
}

Properties

identity?: IdentityProtocol
meta?: any
name: string
protocol?: string

Generated using TypeDoc