Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 315 Bytes

File metadata and controls

13 lines (11 loc) · 315 Bytes
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] } />