bloxbean / cardano-client-lib

Cardano client library in Java
https://cardano-client.dev
MIT License
118 stars 47 forks source link

fix: #337 Added a separate method to sign transaction bytes #342

Closed satran004 closed 7 months ago

satran004 commented 10 months ago
 public byte[] sign(byte[] transactionBytes, SecretKey secretKey)
public byte[] sign(byte[] transactionBytes, HDKeyPair hdKeyPair)
satran004 commented 7 months ago

@Sotatek-HuyLe3 Please check TransactionBytes class in this PR. We can use this class or something like this in Yaci to fix incorrect metadata cbor.

Sotatek-HuyLe3a commented 7 months ago

Thanks, this class could be useful for fixing incorrect metadata cbor.