@sentio/sdk
    Preparing search index...

    Interface Data_EthBlock

    interface Data_EthBlock {
        block: undefined | { [key: string]: any };
        rawBlock: string;
    }
    Index

    Properties

    Properties

    block: undefined | { [key: string]: any }
    rawBlock: string