everscale-inpage-provider - v0.6.6
    Preparing search index...

    Class Subscriber

    Index

    Constructors

    Methods

    • Returns a stream of old transactions

      Parameters

      • address: Address
      • Optionalfilter: { fromLt?: string; fromUtime?: number }

      Returns IdentityStream<
          {
              address: Address;
              transactions: Transaction<Address>[];
              info: TransactionsBatchInfo;
          },
          true,
      >