GetTransactionCountApi: {
    getTransactionCount(
        config?: Readonly<{ commitment?: Commitment; minContextSlot?: Slot }>,
    ): bigint;
}

Type declaration

  • getTransactionCount:function
    • Returns the current Transaction count from the ledger

      Parameters

      Returns bigint