Type Alias KeyProviderOptions
KeyProviderOptions: {
failureTolerance: number;
keyringSize: number;
ratchetSalt: string;
ratchetWindowSize: number;
sharedKey: boolean;
}
Type declaration
failureTolerance: number
keyringSize: number
ratchetSalt: string
ratchetWindowSize: number
sharedKey: boolean