Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions FRCs/frc-0104.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ methods beyond what is included in this specification.
| ChainGetBlock | State query | Returns the block with the specified CID. |
| ChainGetBlockMessages | State query | Returns all messages from the specified block. |
| ChainGetEvents | State query | Returns the events under the given event AMT root CID. |
| ChainGetFinalizedTipSet | State query | Returns the returns the latest F3 finalized tipset, or falls back to EC finality if F3 is not operational on the node or if the F3 finalized tipset is further back than EC finalized tipset. |
| ChainGetMessage | State query | Returns the message with the specified CID. |
| ChainGetParentMessages | State query | Returns the messages included in the blocks of the parent tipset. |
| ChainGetParentReceipts | State query | Returns the message receipts included in the blocks of the parent tipset. |
Expand Down