Type alias RunCodeResult

RunCodeResult: {
    big_map_diff?: ContractBigMapDiff;
    lazy_storage_diff?: LazyStorageDiff;
    operations: InternalOperationResult[];
    storage: MichelsonV1Expression;
}

Type declaration

Generated using TypeDoc