Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.33 KB

FactomAnchor.md

File metadata and controls

33 lines (24 loc) · 1.33 KB

FactomAnchor

Properties

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]

Enum: NetworkEnum

Name Value
BITCOIN "bitcoin"
ETHEREUM "ethereum"
FACTOM "factom"

Enum: StatusEnum

Name Value
PENDING "pending"
CONFIRMED "confirmed"