Interface LazyStorageDiffSaplingState

interface LazyStorageDiffSaplingState {
    diff: LazyStorageDiffSaplingStateItems;
    id: string;
    kind: "sapling_state";
}

Properties

Properties

id: string
kind: "sapling_state"

Generated using TypeDoc