[][src]Module factom::block

Contains all api methods which query block data

Structs

ABHeightentry
ABlockHeightResult

ablock-by-height function

ABlockResult

admin block function

Abentry
Ablock
AblockHeight
Anchor

anchors function

Bitcoin
Body
DBlock

directory block function

DBlockHead

directory-block-head function

DBlockHeader
DBlockHeightHeader
DBlockHeightResult

dblock-by-height function

Dbentry
DblockHeight
EBlock

entry-block function

EBlockHeader

entry-block function

EBlockHeightResult

ecblock-by-height function

ECHeightHeader
EcBlock
EcBlockHeader
EcBlockResult

entrycredit-block function

Ecblock
Entry
Entryblocklist
Entrylist

entry-block function

Ethereuem
FBlockResult
Fblock
Header
Input
MerkleBranch
Output
Prevdbsig
Sigblock
Transaction

Enums

AnchorType

Anchortype is a required argument in the anchors function

Functions

ablock_by_height

Retrieve administrative blocks for any given height.

admin_block

Retrieve a specified admin block given its merkle root key.

anchors

Retrieve information about the directory block anchors that have been confirmed on Bitcoin and Ethereum.

dblock_by_height

Retrieve a directory block given only its height.

directory_block

Every directory block has a KeyMR (Key Merkle Root), which can be used to retrieve it. The response will contain information that can be used to navigate through all transactions (entry and factoid) within that block. The header of the directory block will contain information regarding the previous directory block’s keyMR, directory block height, and the timestamp.

directory_block_head

The directory block head is the last known directory block by factom, or in other words, the most recently recorded block. This can be used to grab the latest block and the information required to traverse the entire blockchain.

ecblock_by_height

Retrieve the entry credit block for any given height. These blocks contain entry credit transaction information.

entry_block

Retrieve a specified entry block given its merkle root key. The entry block contains 0 to many entries

entry_credit_block

Retrieve a specified entrycredit block given its merkle root key. The numbers are minute markers.

factoid_block

Retrieve a specified factoid block given its merkle root key.

fblock_by_height

Retrieve the factoid block for any given height. These blocks contain factoid transaction information.