Macro to easily define the full state of a TxExecutor
Struct-like syntax.
Must have Calldata, ContractName, HyliOutput, TxExecutorHandler and anyhow in scope.
Example:
use anyhow;
use hyli_contract_sdk::{Blob, Calldata, ContractName, HyliOutput};
use client_sdk::transaction_builder::TxExecutorHandler;