Skip to main content

DryRunMutation

data class DryRunMutation(var input: TransactionArgument, var typeTag: TypeTag, var bcs: ByteArray) : Disposable

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

Constructors

DryRunMutationconstructor(input: TransactionArgument, typeTag: TypeTag, bcs: ByteArray)

Properties

NameSummary
bcsvar bcs: ByteArray
The BCS representation of the mutated value.
inputvar input: TransactionArgument
The transaction argument that was mutated.
typeTagvar typeTag: TypeTag
The Move type of the mutated value.

Functions

NameSummary
destroyopen override fun destroy()