Type Alias: getSimulateTransactionOptions
getSimulateTransactionOptions =
object
Defined in: src/types/lib/index.ts:349
Properties
blockIdentifier?
optionalblockIdentifier?:BlockIdentifier
Defined in: src/types/lib/index.ts:350
skipValidate?
optionalskipValidate?:boolean
Defined in: src/types/lib/index.ts:351
skipExecute?
optionalskipExecute?:boolean
Defined in: src/types/lib/index.ts:352
skipFeeCharge?
optionalskipFeeCharge?:boolean
Defined in: src/types/lib/index.ts:353
returnInitialReads?
optionalreturnInitialReads?:boolean
Defined in: src/types/lib/index.ts:355
Include initial storage reads in the trace response (RPC 0.10.1+)