Type alias GetAccountInfoConfig

GetAccountInfoConfig: {
    commitment?: Commitment;
    dataSlice?: DataSlice;
    minContextSlot?: number;
}

Configuration object for changing getAccountInfo query behavior

Type declaration

  • Optional commitment?: Commitment

    The level of commitment desired

  • Optional dataSlice?: DataSlice

    Optional data slice to limit the returned account data

  • Optional minContextSlot?: number

    The minimum slot that the request can be evaluated at

Generated using TypeDoc