@multiversx/sdk-core - v14.0.1
Preparing search index...
ITransactionFetcher
Interface ITransactionFetcher
interface
ITransactionFetcher
{
getTransaction
(
txHash
:
string
)
:
Promise
<
TransactionOnNetwork
>
;
}
Index
Methods
get
Transaction
Methods
get
Transaction
getTransaction
(
txHash
:
string
)
:
Promise
<
TransactionOnNetwork
>
Fetches the state of a
Transaction
.
Parameters
txHash
:
string
Returns
Promise
<
TransactionOnNetwork
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Transaction
@multiversx/sdk-core - v14.0.1
Loading...
Fetches the state of a Transaction.