Skip to content

Commit

Permalink
docs: added messages definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Jul 31, 2022
1 parent d30aa01 commit 3c56156
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"spellright.language": ["en-US-9-0.", "en_US"],
"spellright.documentTypes": ["markdown", "latex", "plaintext", "javascript"]
}
5 changes: 5 additions & 0 deletions docs/src/developing/intro/block.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: What is a block?
description: ""
keywords: ""
---
6 changes: 6 additions & 0 deletions docs/src/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ A [program](#program) with the ability to interpret the binary encoding of other

The duration of time for which a [validator](#validator) is unable to [vote](#ledger-vote) on another [fork](#fork).

## message

The structured contents of a [transaction](#transaction). Generally containing a header, array of account addresses, recent [blockhash](#blockhash), and an array of [instructions](#instruction).

Learn more about the [message formatting](./developing/programming-model/transactions.md#message-format) inside of transactions here.

## native token

The [token](#token) used to track work done by [nodes](#node) in a cluster.
Expand Down

0 comments on commit 3c56156

Please sign in to comment.