interface PubKey {
    type: string;
    value: string;
}

Properties

Properties

type: string
value: string

Generated using TypeDoc