@evefrontier/dapp-kit - v0.1.9
    Preparing search index...

    Interface StorageModule

    interface StorageModule {
        mainInventory: {
            capacity: string;
            usedCapacity: string;
            items: InventoryItem[];
        };
        ephemeralInventories: EphemeralInventory[];
    }
    Index

    Properties

    mainInventory: {
        capacity: string;
        usedCapacity: string;
        items: InventoryItem[];
    }
    ephemeralInventories: EphemeralInventory[]