DryRunMutation
type DryRunMutation
A mutation to an argument that was mutably borrowed by a command.
type DryRunMutation struct {
// The transaction argument that was mutated.
Input TransactionArgument
// The Move type of the mutated value.
TypeTag *TypeTag
// The BCS representation of the mutated value.
Bcs []byte
}
func (*DryRunMutation) Destroy
func (r *DryRunMutation) Destroy()