Introduction
The Cardano Transaction Executor is a process form modifier for handling user transactions.
It takes care of configuring user wallets and managing different types of transactions within the Cardano network.
Configure Cardano Transaction Executor
| Name | Description |
|---|---|
| Network Type | |
| Backend Service | |
| Blockfrost Project Key |
Transaction Properties
| Wallet Configuration | |
|---|---|
| Wallet Handler | Select a wallet handler:
|
| Form (Account Data) | This property will only appear when Wallet Handler is Internal. Select a form to account data from. All fields from the selected form will be made available for field mapping in the sections below. |
| Account Mnemonic Field | This property will only appear when Wallet Handler is Internal. Fields available here depends on the form selected from Form (Account Data) property. |
| Record ID (Account Data) | This property will only appear when Wallet Handler is Internal. Enter the field ID associated with the record ID of the account data. |
| Transaction Parameters | |
| Action To Perform | Select an action to perform: |
| Fee Limit (ADA) | This property will only appear when Wallet Handler is Internal. The maximum limit for transaction fees in units of ADA. Note Value can only contain max 6 decimal places. If this is empty, no limit is applied. |
| Transaction Metadata | Fields available here depends on the Form selected. Select the field(s) you wish to embed into the transaction metadata. Written transaction metadata follows the CIP-20 standard. To learn more about transaction metadata, see https://developers.cardano.org/docs/transaction-metadata/. Transactions performed on the blockchain are publicly viewable, including its metadata, as it is intended primarily as an always-accessible proof of existence. Do NOT directly embed sensitive information to the transaction metadata. |
Store Response To Form
| Name | Description |
|---|---|
| Form | Select a form to store information about the newly minted asset. All fields from the selected form will be made available for field mapping in the section below. |
| Is Transaction Validated | To indicate if this transaction has been successfully validated. This value will typically start with a false value. Only after the transaction has been confirmed/validated on the blockchain, only then this value will automatically be changed to true. |
| Transaction ID | To store the transaction ID of the transaction performed. |
| Transaction Explorer URL | To store an auto-generated URL to see transaction details on the official Cardano blockchain explorer. Do note that explorers typically has a short delay to sync to the latest blockchain state in order to reflect your transactions. |