module
neo3.api.helpers.stdlib
This module holds helper functions for data that has been serialized using the StdLib native contract
Classes
PlaceHolder— PlaceHolder(type, count)
Functions
binary_deserialize(data)— Deserialize data that has been serialized using StdLib.serialize()
class
neo3.api.helpers.stdlib.PlaceHolder(type, count)
Bases
tuple
PlaceHolder(type, count)
function
neo3.api.helpers.stdlib.binary_deserialize(data)
Deserialize data that has been serialized using StdLib.serialize()
This is the equivalent of the StdLib.deserialize() https://github.com/neo-project/neo/blob/29fab8d3f8f21046a95232b29053c08f9d81f0e3/src/Neo/SmartContract/Native/StdLib.cs#L39 and can be used to deserialize data from smart contract storage that was serialized when stored.