Skip to content

Commit

Permalink
WIP managing tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 12, 2024
1 parent 2f3f6e1 commit b15ff07
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 425 deletions.
2 changes: 1 addition & 1 deletion docs/unity/calling-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Micheline primitives include:
- Strings, as in `new MichelineString("Hello")`
- Bytes, as in `new MichelineBytes(bytes")`

As described in [Complex data types](/smart-contracts/data-types/conplex-data-types), Micheline values are organized as a series of nested pairs in tree and comb formats.
As described in [Complex data types](/smart-contracts/data-types/complex-data-types), Micheline values are organized as a series of nested pairs in tree and comb formats.
For example, if an entrypoint accepts an integer, a string, and a series of bytes as a nested pair, you can format the parameter like this:

```csharp
Expand Down
314 changes: 0 additions & 314 deletions docs/unity/managing-contracts.md

This file was deleted.

Loading

0 comments on commit b15ff07

Please sign in to comment.