Skip to main content

DryRunMutation

DryRunMutation

struct DryRunMutation

A mutation to an argument that was mutably borrowed by a command.

init(input:typeTag:bcs:)

init(input: TransactionArgument, typeTag: TypeTag, bcs: Data)

bcs

var bcs: Data

The BCS representation of the mutated value.

input

var input: TransactionArgument

The transaction argument that was mutated.

typeTag

var typeTag: TypeTag

The Move type of the mutated value.