Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 887 Bytes

BitcoinAnchor.md

File metadata and controls

30 lines (21 loc) · 887 Bytes

BitcoinAnchor

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.
txId String The bitcoin transaction ID for the transaction that includes the anchor message. [optional]
blockHash String The hash of the bitcoin block that contains the anchor message. [optional]

Enum: NetworkEnum

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

Enum: StatusEnum

Name Value
PENDING "pending"
CONFIRMED "confirmed"