hyperledger-labs / orion-sdk-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

return txReceipt envelope with signature instead of txReceipt alone

cendhu opened this issue · comments

The user would be required to store the txReceipt with the signature from the server. Currently, the Commit() returns TxReceipt. Instead, we need to return TxReceiptEnvelope that includes the signature.