Private
Readonly
pkpReadonly
propReadonly
providerReadonly
publicDry 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
prepareRuns the specified Lit action with the given parameters.
pkpPubKey
is not provided, if controllerAuthSig
or controllerSessionSigs
is not provided, if controllerSessionSigs
is not an object, if executeJsArgs
does not have either code
or ipfsId
, or if an error occurs during the execution of the Lit action.The data to be signed by the Lit action.
The name of the signature to be returned by the Lit action.
Sign the provided data with the PKP private key.
pkpPubKey
is not provided, if controllerAuthSig
or controllerSessionSigs
is not provided, if controllerSessionSigs
is not an object, or if an error occurs during the signing process.The data to be signed.
Sign 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
Runs 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.