Skip to main content

DryRunReturn

DryRunReturn

struct DryRunReturn

A return value from a command in the dry run.

init(typeTag:bcs:)

init(typeTag: TypeTag, bcs: Data)

bcs

var bcs: Data

The BCS representation of the return value.

typeTag

var typeTag: TypeTag

The Move type of the return value.