Skip to main content

Keyshare

Keyshare class represents an EdDSA Keyshare from the Native Module.

Accessors

keyIdBase64

Get Signature

get keyIdBase64(): string

Returns

string


keyIdBase64Url

Get Signature

get keyIdBase64Url(): string

Returns

string


keyIdHex

Get Signature

get keyIdHex(): string

Returns

string


publicKeyBase64

Get Signature

get publicKeyBase64(): string

Returns

string


publicKeyHex

Get Signature

get publicKeyHex(): string

Returns

string

Methods

deriveChildPublicKey()

deriveChildPublicKey(derivationPath): string

Parameters

derivationPath

string

Returns

string


free()

free(): Promise<true>

Returns

Promise<true>


toBase64()

toBase64(): string

Returns

string


fromBase64()

static fromBase64(keyshareBase64): Keyshare

Parameters

keyshareBase64

string

Returns

Keyshare