@exodus/key-identifier
Version: 0.0.0
Classes
KeyIdentifier
class
Constructor
constructor
KeyIdentifier(params: KeyIdentifierParams): KeyIdentifier
Parameters:
params: KeyIdentifierParams
Returns:
KeyIdentifierProperties
assetName?
string
derivationAlgorithm
derivationPath
string
keyType
compare
any
validate
any
Methods
derive
getPath
getPath(): DerivationPath
Returns:
DerivationPathtoJSON
toJSON(): any
Returns:
anytoString
toString(): string
Returns:
stringAccessors
[toStringTag]
DerivationAlgorithm
type
KeyIdentifierParams
type
KeyType
type
PathIndex
type
PathLike
type
KeyIdentifier
class
Constructor
constructor
KeyIdentifier(params: KeyIdentifierParams): KeyIdentifier
Parameters:
params: KeyIdentifierParams
Returns:
KeyIdentifierMethods
derive
getPath
getPath(): DerivationPath
Returns:
DerivationPathtoJSON
toJSON(): any
Returns:
anytoString
toString(): string
Returns:
stringcompare
compare(keyIdA: unknown, keyIdB: unknown): boolean
Parameters:
keyIdA: unknown
keyIdB: unknown
Returns:
booleanvalidate
validate(potentialKeyIdentifier: unknown): boolean
Parameters:
potentialKeyIdentifier: unknown
Returns:
booleanAccessors
[toStringTag]
DerivationAlgorithm
type
KeyIdentifierParams
type
KeyType
type
PathIndex
type
PathLike
type
