CryptoHDKey constructor

CryptoHDKey(
  1. Pointer<Void> object
)

Implementation

CryptoHDKey(Pointer<Void> object) : super() {
  nativeObject = object;
}