Function deserializeContractState

  • 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.

    Parameters

    • contractName: ContractName
    • schema: ArrayBuffer
    • state: ArrayBuffer
    • verboseErrorMessage: boolean = false

    Returns any

Generated using TypeDoc