Item is a keyring item stored in a keyring backend. Local item

interface Record_Local {
    privKey?: Any;
    privKeyType: string;
}

Properties

privKey?: Any
privKeyType: string