Type alias GetNonceAndContextConfig

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

Configuration object for getNonceAndContext

Type declaration

  • Optional commitment?: Commitment

    Optional commitment level

  • Optional minContextSlot?: number

    The minimum slot that the request can be evaluated at

Generated using TypeDoc