Skip to main content

DevInspectArgs

@iota/iota-sdk


@iota/iota-sdk / client / DevInspectArgs

Interface: DevInspectArgs

Defined in: sdk/typescript/src/client/types/generated.ts:153

Additional arguments supplied to dev inspect beyond what is allowed in today's API.

Properties

gasBudget?

optional gasBudget?: string | null

Defined in: sdk/typescript/src/client/types/generated.ts:155

The gas budget for the transaction.


gasObjects?

optional gasObjects?: [string, string, string][] | null

Defined in: sdk/typescript/src/client/types/generated.ts:157

The gas objects used to pay for the transaction.


gasSponsor?

optional gasSponsor?: string | null

Defined in: sdk/typescript/src/client/types/generated.ts:159

The sponsor of the gas for the transaction, might be different from the sender.


showRawTxnDataAndEffects?

optional showRawTxnDataAndEffects?: boolean | null

Defined in: sdk/typescript/src/client/types/generated.ts:161

Whether to return the raw transaction data and effects.


skipChecks?

optional skipChecks?: boolean | null

Defined in: sdk/typescript/src/client/types/generated.ts:163

Whether to skip transaction checks for the transaction.