Type alias GetBlockHeightConfig

GetBlockHeightConfig: {
    commitment?: Commitment;
    minContextSlot?: number;
}

Configuration object for changing getBlockHeight query behavior

Type declaration

  • Optional commitment?: Commitment

    The level of commitment desired

  • Optional minContextSlot?: number

    The minimum slot that the request can be evaluated at

Generated using TypeDoc