Properties of a Transaction.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
id |
string | null |
<optional> |
Transaction id |
type |
rep.protos.Transaction.Type | null |
<optional> |
Transaction type |
cid |
rep.protos.IChaincodeId | null |
<optional> |
Transaction cid |
spec |
rep.protos.IChaincodeDeploy | null |
<optional> |
Transaction spec |
ipt |
rep.protos.IChaincodeInput | null |
<optional> |
Transaction ipt |
state |
boolean | null |
<optional> |
Transaction state |
signature |
rep.protos.ISignature | null |
<optional> |
Transaction signature |
- Source: