Skip to main content
Version: Next

Type Alias: getSimulateTransactionOptions

getSimulateTransactionOptions = object

Defined in: src/types/lib/index.ts:349

Properties

blockIdentifier?

optional blockIdentifier?: BlockIdentifier

Defined in: src/types/lib/index.ts:350


skipValidate?

optional skipValidate?: boolean

Defined in: src/types/lib/index.ts:351


skipExecute?

optional skipExecute?: boolean

Defined in: src/types/lib/index.ts:352


skipFeeCharge?

optional skipFeeCharge?: boolean

Defined in: src/types/lib/index.ts:353


returnInitialReads?

optional returnInitialReads?: boolean

Defined in: src/types/lib/index.ts:355

Include initial storage reads in the trace response (RPC 0.10.1+)