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