Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 23, 2024
1 parent 5d944ff commit 5273780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ First of all, as we mentioned before, for applications to 'validate' themselves
- The shared object has to have a field called `get_call_info_object_ids` that is a `vector<address>`.
- The module that defined the shared object type has to implement a function called `get_call_info`, which has no types, and takes the incoming call `payload` as the first argument, followed by a number of shared objects whose ids are specified by the `get_call_info_object_ids` mentioned above. This function has to return a `std::ascii::String` which is the JSON encoded call data to fullfill the contract call.
- This calldata has the following 3 fields:
- `target`: the target method, in the form of `packag_iId::module_name::function_name`.
- `target`: the target method, in the form of `package_id::module_name::function_name`.
- `arguments`: an array of arguments that can be:
- `contractCall`: the `ApprovedMessage` object (see below).
- `pure:${info}`: a pure argument specified by `$info`.
Expand Down

0 comments on commit 5273780

Please sign in to comment.