Closed fluiderson closed 2 years ago
contract_id
meta_state
u128
U256
utils
Linked wiki article update: https://github.com/gear-tech/wiki/pull/174.
accountwallet creation to avoid confusion with the escrow contract itself.contract_id
field identifiers from them: https://github.com/gear-tech/apps/blob/f21c37f832b356d823f1b9ee1b91e07769da4771/escrow/io/src/lib.rs#L17-L28meta_state
function for reading escrow accounts info.u128
toU256
for greater capacity, like in the example implementation of NFT: https://github.com/gear-tech/apps/blob/f21c37f832b356d823f1b9ee1b91e07769da4771/nft-example/src/lib.rs#L21utils
for tests to make them more readable.Linked wiki article update: https://github.com/gear-tech/wiki/pull/174.