fabric-samples/off_chain_data/application-go/parser
Mark S. Lewis 2e6de80c14
Enhance Go off_chain_data for consistency
Add some methods to the parsing API within the Go off_chain_data sample
for consistency with the Node and Java implementations:

- ToProto() on Block, Transaction and NamespaceReadWriteSet.
- ValidationCode() on Transaction.
- Creator() on Transaction

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2025-07-21 21:35:51 +01:00
..
block.go Enhance Go off_chain_data for consistency 2025-07-21 21:35:51 +01:00
block_test.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
endorserTransaction.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
namespaceReadWriteSet.go Enhance Go off_chain_data for consistency 2025-07-21 21:35:51 +01:00
payload.go Enhance Go off_chain_data for consistency 2025-07-21 21:35:51 +01:00
readWriteSet.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
transaction.go Enhance Go off_chain_data for consistency 2025-07-21 21:35:51 +01:00