Skip to content

Commit

Permalink
Merge pull request #223 from permaweb/jeremiahstockdale-ao-cookbook-2…
Browse files Browse the repository at this point in the history
…14-2

feat(cookbook): mention the authority tag #214
  • Loading branch information
twilson63 committed Sep 14, 2024
2 parents 42ab2d4 + 4ce0ce7 commit 68ee7e0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/references/ao.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ The goal of this library is to provide this core functionality in the box of the

## Properties

| Name | Description | Type |
| ----------- | -------------------------------------- | ------ |
| id | Process Identifier (TXID) | string |
| \_module | Module Identifier (TXID) | string |
| authorities | Set of Trusted TXs | string |
| \_version | The version of the library | string |
| env | Evaluation Environment | string |
| outbox | Holds Messages and Spawns for response | object |
| Name | Description | Type |
| ----------- | ------------------------------------------------------------------------------------------------------------ | ------ |
| id | Process Identifier (TXID) | string |
| \_module | Module Identifier (TXID) | string |
| authorities | Set of Trusted TXs | string |
| Authority | Identifiers that the process is able to accept transactions from that are not the owner or the process (0-n) | string |
| \_version | The version of the library | string |
| env | Evaluation Environment | string |
| outbox | Holds Messages and Spawns for response | object |

## Methods

Expand Down

0 comments on commit 68ee7e0

Please sign in to comment.