[][src]Module factom::entry

For creating and querying entires.

Structs

CommitChain
CommitEntry
Entry
PendingEntry

pending-entries function returns a Vec of PendingEntry

RawData
RevealEntry

Functions

commit_entry

Send an Entry Commit Message to factom to create a new Entry. The entry commit hex encoded string is documented here: Github Documentation

entry

Get an Entry from factomd specified by the Entry Hash.

pending_entries

Returns an array of the entries that have been submitted but have not been recorded into the blockchain.

raw_data

Retrieve an entry or transaction in raw format, the data is a hex encoded string.

reveal_entry

Reveal an Entry to factomd after the Commit to complete the Entry creation. The reveal-entry hex encoded string is documented here: Github Documentation