deserializeContractState(contractName: ContractName, schema: ArrayBuffer, state: ArrayBuffer, verboseErrorMessage?: boolean): any
Given a contract's raw state, its name and its schema, return the state as a JSON object.
The return type is any, and the actual type should be determined by using the schema.
Given a contract's raw state, its name and its schema, return the state as a JSON object. The return type is any, and the actual type should be determined by using the schema.