@web-core/web-sdk
    Preparing search index...

    Interface ITransactionRepo

    interface ITransactionRepo {
        fetchTransactionData(
            legacyCode: string,
            last: number,
        ): Promise<TransactionResponse[]>;
        getTransaction(
            code: string,
            last: number,
            params?: { to: string },
        ): Promise<TransactionResponse[]>;
    }
    Index

    Methods

    • Parameters

      • legacyCode: string

        symbol legacy code

      • last: number

        last number of record

      Returns Promise<TransactionResponse[]>

      Transaction data

      Fetch transaction data

    • Parameters

      • code: string
      • last: number

        number of record

      • Optionalparams: { to: string }

        {to: YYYYMMDDHHmmss}

      Returns Promise<TransactionResponse[]>

      Returns transcations for given code