Name | Type | Description | Notes |
---|---|---|---|
Hash | string | The SHA256 Hash of this commit. | |
TxId | string | The entry credit transaction ID that resulted in this commit. | |
Version | int? | The type version of this transaction. | |
CreatedAt | string | The timestamp for when this commit was created. Sent in ISO 8601 Format. For example: `YYYY-MM-DDThh:mm:ssZ` | |
ChainId | string | The ID of the chain that was altered by this commit. | |
Weld | string | The commit weld for this commit. This is the double hash (SHA256d) of the Entry Hash concatenated with the ChainID. | |
EntryHash | string | The unique identifier of the entry that was created by this commit. | |
EntryCredits | int? | The number of entry credits spent on this commit. | |
Address | string | The entry credit address that initiated this transaction. | |
Signature | string | The signature that authorized this commit. | |
EcBlock | ECBlockShort | [optional] |