SendFutureverseARTM

Sends an ARTM, including creating the ARTM message, sending it to the wallet to be signed, sending it to the ARTM endpoint and waiting for the transaction to succeed or fail.

Inputs

TypeNameDescription

FString

Message

The message to include as part of the ARTM, tells the user what is happening.

ARTMOperations

FArray<FFutureverseARTMOperation>

The operations to perform as part of the ARTM, such as creating or deleting links.

Outputs

TypeNameDescription

FString

TransactionHash

The transaction hash of the ARTM

EErrorStatus

StatusCode

Any errors that occurred during retrieval

Last updated