Type alias BlockTimespan

BlockTimespan: {
    end: number;
    start: number;
}

A timespan represented as blocks

Type declaration

  • end: number

    The end block.

  • start: number

    The start block.

Generated using TypeDoc