Record Class Crypto.ParamsOfHDKeyDeriveFromXPrvPath

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfHDKeyDeriveFromXPrvPath
Record Components:
xprv - Serialized extended private key
path - Derivation path, for instance "m/44'/396'/0'/0/0"
Enclosing class:
Crypto

public static record Crypto.ParamsOfHDKeyDeriveFromXPrvPath(String xprv, String path) extends Record