Deprecated API
Contents
-
Deprecated FieldsFieldDescriptionThis value will be removed in a future version. Prefer
PrivateKey.ED2559_PREFIXorPrivateKey.SECP256K1_PREFIXinstead.This interface is deprecated in-favor ofBcKeyUtils.PARAMS.This interface is deprecated in-favor ofBcKeyUtils.PARAMS.
-
Deprecated MethodsMethodDescriptionThis method will be removed in a future version. Prefer
PrivateKey.fromPrefixedBytes(UnsignedByteArray)instead.PreferPrivateKey.prefixedBytes()orPrivateKey.naturalBytes()instead.UseTransactionSigner.multiSign(PrivateKeyable, Transaction)instead and assemble aSignermanually. This will allow callers to better manage public-key derivation, especially for derived key scenarios like an HSM where public-key derivation is expensive and may only need to be done once for multiple multi-sig operations.