interface BlockInfo {
    chain_id: string;
    height: string | number;
    time: string | number;
}

Properties

Properties

chain_id: string
height: string | number
time: string | number

Generated using TypeDoc