IOTA Write API
Transaction execution and simulation JSON-RPC methods for the IOTA blockchain. Provides iota_executeTransactionBlock to submit a signed transaction to the network and return results, iota_dryRunTransactionBlock to simulate a transaction without broadcasting and receive full effects and events, iota_devInspectTransactionBlock for development inspection of transaction execution with arbitrary gas budgets, and iotax_estimateGasBudget for gas budget estimation. These 4 methods handle all state-mutating operations on the IOTA network.