Interface LazyStorageDiffSaplingStateItems

interface LazyStorageDiffSaplingStateItems {
    action: DiffActionEnum;
    memo_size?: number;
    source?: string;
    updates?: LazyStorageDiffUpdatesSaplingState;
}

Properties

memo_size?: number
source?: string

Generated using TypeDoc