Type Alias: DryRunMutation
type DryRunMutation = {
bcs: ArrayBuffer;
input: TransactionArgument;
typeTag: TypeTagLike;
};
A mutation to an argument that was mutably borrowed by a command.
Properties
bcs
bcs: ArrayBuffer;
The BCS representation of the mutated value.
input
input: TransactionArgument;
The transaction argument that was mutated.
typeTag
typeTag: TypeTagLike;
The Move type of the mutated value.