Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SmartContract/Best_Practices/Best_Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are many utilities for this types and it can make your life much easier wh

One of the most precious utilities methods is the convertion between these 3 types!

> OBS: the BigInteger type can be only an 32bit number.
> OBS: the BigInteger type is limited to a 32 bytes number (which is much bigger than usual int 4B and long 8B). See MaxSizeForBigInteger on ApplicationEngine.

## Data Structure

Expand Down Expand Up @@ -111,4 +111,4 @@ Take into acount that below 10GAS the tax of executing the code is free, so use

**Check the system fees [here](http://docs.neo.org/en-us/sc/systemfees.html)**

[Back](../SmartContract.md)
[Back](../SmartContract.md)