privateKey method
Implementation
SecpPrivateKey privateKey() {
final secpSk = DartApi.native.bip44Key.privateKey(_ffi);
return SecpPrivateKey(secpSk, true);
}
SecpPrivateKey privateKey() {
final secpSk = DartApi.native.bip44Key.privateKey(_ffi);
return SecpPrivateKey(secpSk, true);
}