hyperledger-solang / solang-aqd

Apache License 2.0
2 stars 1 forks source link

Enhance `SolanaTransaction` Struct with Dry Run Method #11

Open tareknaser opened 1 year ago

tareknaser commented 1 year ago

The SolanaTransaction struct currently comprises only the submit_transaction method, lacking a method to perform a dry run of the transaction by utilizing rpc_client.simulate_transaction.