You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve information about the directory block anchors that have been confirmed on Bitcoin and Ethereum.
Parameter options: - "height" - the directory block height (integer) to request anchors for - "hash" - the object’s hash (hex string) to request anchors for (e.g. entry hash, entry block keymr, factoid block keymr, admin block lookup hash, entry credit block header hash, or directory block keymr)
I suggest to add 2 functions into factom lib: GetAnchors(hash string) and GetAnchorsByHeight(height int64)
The text was updated successfully, but these errors were encountered:
i'm swamped with other work atm so if anyone else would like to take a stab at it please do. feel free to ping me again if it hasn't gotten done by end of next week
In factomd:v6.4.3 new API call appeared:
https://docs.factom.com/api#anchors
I suggest to add 2 functions into factom lib:
GetAnchors(hash string)
andGetAnchorsByHeight(height int64)
The text was updated successfully, but these errors were encountered: