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
| DryRunMutation | constructor(input: TransactionArgument, typeTag: TypeTag, bcs: ByteArray) |
Properties
| Name | Summary |
|---|---|
| bcs | var bcs: ByteArray 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. |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |