Readonly
propReadonly
providerReadonly
publicRuns the transaction in dev-inspect mode. Which allows for nearly any transaction (or Move call) with any arguments. Detailed results are provided, including both the transaction effects and any return values.
Dry run a transaction and return the result.
Returns the estimated gas cost for the transaction
total gas cost estimation
whens fails to estimate the gas cost
Rest
...args: [input: { Protected
prepareSign a transaction block and submit to the Fullnode for execution.
Optional
options?: anyspecify which fields to return (e.g., transaction, effects, events, etc). By default, only the transaction digest will be returned.
Optional
requestWaitForEffectsCert
or WaitForLocalExecution
, see details in ExecuteTransactionRequestType
.
Defaults to WaitForLocalExecution
if options.show_effects or options.show_events is true
Generated using TypeDoc
A base class that can be shared between Ethers and Cosmos signers.