interface Key_PubKeysEntry {
    key: string;
    value: Uint8Array;
}

Properties

Properties

key: string
value: Uint8Array

Generated using TypeDoc