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.
Last updated
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.
Last updated
Inputs
Type | Name | Description |
---|---|---|
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
Type | Name | Description |
---|---|---|
FString | TransactionHash | The transaction hash of the ARTM |
EErrorStatus | StatusCode | Any errors that occurred during retrieval |