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] |
Name | Value |
---|---|
BITCOIN | "bitcoin" |
ETHEREUM | "ethereum" |
FACTOM | "factom" |
Name | Value |
---|---|
PENDING | "pending" |
CONFIRMED | "confirmed" |