Skip to content

Commit

Permalink
docs(rust/core): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Oct 11, 2024
1 parent 5b6e955 commit a962c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ which were passed around everywhere. This made it difficult to understand what w
actually being passed around and what was being used.

[`Context`] here is defined to have the following purposes:
* wrap some basic information about the current call, but not the full message header
* wrap [`ixc_message_api::header::ContextInfo`] which includes the current account, calling account, and gas limit
* hold a handle to [`ixc_schema`]'s bump allocator
* hold a handle to the function used to send messages

0 comments on commit a962c27

Please sign in to comment.