-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathfabric.options
119 lines (81 loc) · 3.86 KB
/
fabric.options
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# SPDX-License-Identifier: Apache-2.0
common.BlockHeader.data_hash max_size:32, fixed_length:true
common.BlockHeader.previous_hash max_size:32, fixed_length:true
common.BlockMetadata.metadata max_count:4, type:FT_POINTER
common.BlockData.data max_count:128, type:FT_POINTER
common.Metadata.signatures type:FT_POINTER
common.Metadata.value type:FT_POINTER
common.MetadataSignature.signature_header type:FT_POINTER
common.MetadataSignature.signature type:FT_POINTER
common.Header.signature_header type:FT_POINTER
common.Header.channel_header type:FT_POINTER
common.SignatureHeader.creator type:FT_POINTER
common.SignatureHeader.nonce type:FT_POINTER
common.Payload.data type:FT_POINTER
common.Envelope.signature type:FT_POINTER
common.Envelope.payload type:FT_POINTER
common.ChannelHeader.channel_id type:FT_POINTER
common.ChannelHeader.tx_id type:FT_POINTER
msp.SerializedIdentity.mspid max_size: 128
msp.SerializedIdentity.id_bytes type:FT_POINTER
msp.MSPConfig.config type:FT_POINTER
msp.FabricMSPConfig.name type:FT_POINTER
msp.FabricMSPConfig.root_certs type:FT_POINTER
msp.FabricMSPConfig.admins type:FT_POINTER
msp.FabricCryptoConfig.signature_hash_family type:FT_POINTER
msp.FabricCryptoConfig.identity_identifier_hash_function type:FT_POINTER
common.ConfigValue.value type:FT_POINTER
common.ConfigValue.mod_policy type:FT_POINTER
common.ConfigGroup.groups type:FT_POINTER
common.ConfigGroup.values type:FT_POINTER
common.ConfigGroup.policies type:FT_POINTER
common.ConfigGroup.mod_policy type:FT_POINTER
common.ConfigGroup.GroupsEntry.key type:FT_POINTER
common.ConfigGroup.PoliciesEntry.key type:FT_POINTER
common.ConfigGroup.ValuesEntry.key type:FT_POINTER
common.ConfigGroupSchema.GroupsEntry.key type:FT_POINTER
common.ConfigGroupSchema.PoliciesEntry.key type:FT_POINTER
common.ConfigGroupSchema.ValuesEntry.key type:FT_POINTER
common.ApplicationPolicy.channel_config_policy_reference type:FT_POINTER
protos.Event.register type:FT_IGNORE
protos.Transaction.actions type:FT_POINTER
protos.TransactionAction.header type:FT_POINTER
protos.TransactionAction.payload type:FT_POINTER
protos.ChaincodeActionPayload.chaincode_proposal_payload type:FT_POINTER
protos.ChaincodeProposalPayload.TransientMap type:FT_POINTER
protos.ChaincodeProposalPayload.input type:FT_POINTER
protos.ChaincodeEndorsedAction.proposal_response_payload type:FT_POINTER
protos.ChaincodeEndorsedAction.endorsements type:FT_POINTER
protos.ChaincodeID.path type:FT_POINTER
protos.ChaincodeID.name type:FT_POINTER
protos.ChaincodeID.version type:FT_POINTER
protos.ChaincodeInput.args type:FT_POINTER
protos.ChaincodeAction.results type:FT_POINTER
protos.ChaincodeAction.events type:FT_POINTER
protos.Endorsement.endorser type:FT_POINTER
protos.Endorsement.signature type:FT_POINTER
protos.ProposalResponsePayload.proposal_hash type:FT_POINTER
protos.ProposalResponsePayload.extension type:FT_POINTER
protos.Response.message type:FT_POINTER
protos.Response.payload type:FT_POINTER
protos.SignedProposal.proposal_bytes type:FT_POINTER
protos.SignedProposal.signature type:FT_POINTER
protos.Proposal.header type:FT_POINTER
protos.Proposal.payload type:FT_POINTER
protos.Proposal.extension type:FT_POINTER
protos.ApplicationPolicy.channel_config_policy_reference type:FT_POINTER
rwset.TxReadWriteSet.ns_rwset type:FT_POINTER
rwset.NsReadWriteSet.namespace type:FT_POINTER
rwset.NsReadWriteSet.rwset type:FT_POINTER
kvrwset.KVRWSet.reads type:FT_POINTER
kvrwset.KVRWSet.writes type:FT_POINTER
kvrwset.KVRWSet.range_queries_info type:FT_POINTER
kvrwset.QueryReads.kv_reads type:FT_POINTER
kvrwset.QueryReadsMerkleSummary.max_level_hashes type:FT_POINTER
kvrwset.RangeQueryInfo.start_key type:FT_POINTER
kvrwset.RangeQueryInfo.end_key type:FT_POINTER
kvrwset.KVWrite.key type:FT_POINTER
kvrwset.KVWrite.value type:FT_POINTER
kvrwset.KVRead.key type:FT_POINTER
lifecycle.StateData.Bytes type:FT_POINTER
lifecycle.StateData.String type:FT_POINTER