GetTransactionStatus
Gets the status of the transaction.
Inputs
Outputs
Last updated
Gets the status of the transaction.
Inputs
Outputs
Last updated
Type | Name | Description |
---|---|---|
Type | Description | |
---|---|---|
Type | Params | Name | Description |
---|---|---|---|
Type | Returns | Name | Description |
---|---|---|---|
FString
TransactionHash
Hash of the transaction.
Blockchain
Blockchain to get the transaction status from.
FEmergenceTransaction
Transaction
The transaction details.
EErrorCode
Status Code
The status code.
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
FEmergenceTransaction
Transaction, TEnumAsByte<EErrorCode>
StatusCode
OnGetTransactionStatusCompleted
Multicast delegate to bind to. Called when the asynchronous event has completed.
Static Function
UGetTransactionStatus*
GetTransactionStatus(UObject* WorldContextObject, FString TransactionHash, UEmergenceChain* Blockchain)
Constructor
WorldContextObject
(const UObject*
): World Context Object.
TransactionHash
(FString
): Hash of the transaction.
Blockchain
(UEmergenceChain*
): Blockchain to get the transaction status from.
Function
void
Activate()
Activates the asynchronous event