static KeyId fromSecp(SecpKeyId secpId) { final id = DartApi.native.keyId.fromSecp(secpId.ffi); return KeyId(id, true); }