Type Alias RunCodeResult

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