@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Interface ITransactionFetcher

    interface ITransactionFetcher {
        getTransaction(txHash: string): Promise<TransactionOnNetwork>;
    }
    Index

    Methods