| hide_title | true |
|---|---|
| description | Submits a trial contract invocation transaction |
import { RpcMethod } from "@site/src/components/RpcMethod"; import rpcSpec from "@site/static/stellar-rpc.openrpc.json";
<RpcMethod method={ rpcSpec.methods.filter((meth) => meth.name === "simulateTransaction")[0] } />