Interface LazyStorageDiffBigMap

interface LazyStorageDiffBigMap {
    diff: LazyStorageDiffBigMapItems;
    id: string;
    kind: "big_map";
}

Properties

Properties

id: string
kind: "big_map"

Generated using TypeDoc