Module-level declarations
Common logic for anchoring chains
Types
Link copied to clipboard
entity anchor_block
Link copied to clipboard
struct anchoring_tx_with_op_index
Link copied to clipboard
struct block_header
Link copied to clipboard
struct block_to_anchor
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
function map_block_to_anchor_to_entity(block_to_anchor: block_to_anchor, batch_index: integer): immutable_mirror_struct<anchor_block>
Link copied to clipboard
@extend(after_anchoring_block) function process_configuration_failed(block_rid: byte_array, header: block_header)
Link copied to clipboard
@extend(after_anchoring_block) function process_configuration_updated(block_rid: byte_array, header: block_header)
Link copied to clipboard
@extend(receive_icmf_message) function receive_get_last_anchored_heights(sender: byte_array, topic: text, body: gtv)
Queries
Link copied to clipboard
query get_anchor_block_by_transaction_block_height(blockchain_rid: byte_array, transaction_block_height: integer): immutable_mirror_struct<anchor_block>?
Link copied to clipboard
query get_anchored_block_at_height(blockchain_rid: byte_array, height: integer): immutable_mirror_struct<anchor_block>?
Link copied to clipboard
query get_anchoring_transaction_for_block_rid(blockchain_rid: byte_array, block_rid: byte_array): anchoring_tx_with_op_index?
Link copied to clipboard
Link copied to clipboard