Skip to content

Commit

Permalink
Update docs/build/smart-contract/basic-concepts/functions-parameters.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Modship <[email protected]>
  • Loading branch information
peterjah and modship authored Oct 10, 2024
1 parent 8685fe4 commit 187b50e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function hello(argsData: StaticArray<u8>): StaticArray<u8> {
}
```

#### Explanation of the Code
#### Explanation of the code
1. Import Statements:

- We import Args from [@massalabs/as-types](https://github.com/massalabs/as/tree/main/packages/as-types) to handle the deserialization of function arguments.
Expand Down

0 comments on commit 187b50e

Please sign in to comment.