KeyIdentifier
class
KeyIdentifier
Constructor
constructor
KeyIdentifier(params: ConstructorParams): KeyIdentifier
Parameters:
params: ConstructorParams
Returns:
KeyIdentifierMethods
derive
derive(pathLike: string | PathIndex[]): KeyIdentifier
Returns a new KeyIdentifier instance that has an updated derivation path extended with
the path indices or partial derivation path supplied to this method
Parameters:
pathLike: string | PathIndex[]
Returns:
KeyIdentifiergetPath
getPath(): DerivationPath
Returns:
DerivationPathtoJSON
toJSON(): any
Returns:
anytoString
toString(): string
Returns:
stringcompare
Parameters:
Returns:
booleanvalidate
validate(potentialKeyIdentifier: KeyIdentifierLike): boolean
Parameters:
potentialKeyIdentifier: KeyIdentifierLike
