Interface StorageConsumingOperation

interface StorageConsumingOperation {
    storageDiff?: string;
    storageLimit: number;
    storageSize?: string;
}

Implemented by

Properties

storageDiff?: string
storageLimit: number
storageSize?: string

Generated using TypeDoc