fmgp.did.method.prism.cardano.Cip0000
See theCip0000 companion class
object Cip0000
Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def deriveHardened(mnemonic: String, passphrase: String = ..., didIndex: Int = ..., keyUsage: PrismKeyUsage = ..., keyIndex: Int = ...): HdKeyPair
Derive a hardened child key pair.
Derive a hardened child key pair.
Hardened derivation uses the private key and produces keys that cannot be derived from the parent public key.
Value parameters
- index
-
the child index (will be hardened: index + 0x80000000)
Attributes
- Returns
-
the derived child key pair
Build the derivation path for an account root key.
Build the derivation path for an account root key.
Path: m/purpose'/method'/did-index/key-usage/key-index
Attributes
Concrete fields
Method type constant for PRISM DID method 29.
Method type constant for PRISM DID method 29.
Attributes
In this article