CityOfZion / neo-mamba

Python SDK for the NEO3 blockchain
https://mamba.coz.io/
MIT License
22 stars 12 forks source link

api: add helper to deserialize data that is serialized using the StdLib native contract #292

Closed ixje closed 1 year ago

ixje commented 1 year ago

This utility can be used to deserialize data from smart contract storage that was stored using StdLib.serialize(). It can be used with the FindStorage RPC method or with boa-test-constructor's get_storage().

coveralls commented 1 year ago

Coverage Status

coverage: 80.977% (+0.2%) from 80.773% when pulling 3f3431386e6ae96ede6a3dd9407a59e4ade701f7 on stdlib-helpers into ae0fa366f0e2648431e461c3d669b9c9a3a67dad on master.