@shazow/whatsabi
    Preparing search index...

    Interface StorageProvider

    interface StorageProvider {
        getStorageAt(
            address: string,
            slot: string | number,
            block?: BlockTagOrNumber,
        ): Promise<string>;
    }

    Hierarchy (View Summary)

    Index
    • Parameters

      Returns Promise<string>