fabric-samples/off_chain_data/application-go
Mark S. Lewis 4fabd87648 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-24 16:58:06 +09:00
..
contract Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
parser Enhance Go off_chain_data for consistency 2025-07-24 16:58:06 +09:00
app.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
connect.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
getAllAssets.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
go.mod Bump the go_modules group across 26 directories with 6 updates (#1315) 2025-03-12 21:18:47 +00:00
go.sum Bump the go_modules group across 26 directories with 6 updates (#1315) 2025-03-12 21:18:47 +00:00
listen.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
store.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
transact.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
utils.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00