Name | Type | Description | Notes |
---|---|---|---|
network | NetworkEnum | Indicates the blockchain network that contains this anchor. | |
status | StatusEnum | The confirmation status of the anchor. Either pending or confirmed. | |
createdAt | String | The time at which this entry was created. Sent in ISO 8601 Format. For example: `YYYY-MM-DDThh:mm:ss.ssssssZ` This will be null if the chain is not at least at the `factom` immutability stage. | [optional] |
entrySerialized | String | The raw data that makes up the entry. | [optional] |
entryHash | String | The unique identitfier of the entry. | [optional] |
dblock | DBlockLink | [optional] | |
merkleBranch | List<MerkleNode> | The branch of the merkle tree that represents this anchor. Presented as an array of Merkle nodes. | [optional] |
Name | Value |
---|---|
BITCOIN | "bitcoin" |
ETHEREUM | "ethereum" |
FACTOM | "factom" |
Name | Value |
---|---|
PENDING | "pending" |
CONFIRMED | "confirmed" |