Interface Data_EthBlock

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

Properties

Properties

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