Record Class Crypto.ParamsOfHDKeyDeriveFromXPrv

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfHDKeyDeriveFromXPrv
Record Components:
xprv - Serialized extended private key
childIndex - Child index (see BIP-0032)
hardened - Indicates the derivation of hardened/not-hardened key (see BIP-0032)
Enclosing class:
Crypto

public static record Crypto.ParamsOfHDKeyDeriveFromXPrv(String xprv, Long childIndex, Boolean hardened) extends Record