Interface LazyStorageDiffBigMapItems

interface LazyStorageDiffBigMapItems {
    action: DiffActionEnum;
    key_type?: MichelsonV1Expression;
    source?: string;
    updates?: LazyStorageDiffUpdatesBigMap[];
    value_type?: MichelsonV1Expression;
}

Properties

source?: string

Generated using TypeDoc