Added
AccountId.aliasKey, includingAccountId.[to|from]String()support.[PublicKey|PrivateKey].toAccountId().aliasKeyfields inTransactionRecordandAccountInfo.noncefield inTransactionId, includingTransactionId.[set|get]Nonce()childrenfields inTransactionRecordandTransactionReceiptduplicatesfield inTransactionReceipt[TransactionReceiptQuery|TransactionRecordQuery].[set|get]IncludeChildren()TransactionReceiptQuery.[set|get]IncludeDuplicates()- New response codes.
- Support for ECDSA SecP256K1 keys.
PrivateKey.generate[ED25519|ECDSA]()[Private|Public]Key.from[Bytes|String][DER|ED25519|ECDSA]()[Private|Public]Key.to[Bytes|String][Raw|DER]()
Deprecated
PrivateKey.generate(), usePrivateKey.generate[ED25519|ECDSA]()instead.
Fixed
- Requests should retry on
INTERNALconsistently