@sentio/sdk
    Preparing search index...

    Interface Data_FuelBlock

    interface Data_FuelBlock {
        block: undefined | { [key: string]: any };
        timestamp: undefined | Date;
    }
    Index

    Properties

    Properties

    block: undefined | { [key: string]: any }
    timestamp: undefined | Date