Skip to main content

DryRunReturn

Namespace: IotaSdk

A return value from a command in the dry run.

public record class DryRunReturn : System.IDisposable, System.IEquatable`1[[IotaSdk.DryRunReturn, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectDryRunReturn
Implements IDisposable, IEquatable<DryRunReturn>
Attributes NullableContextAttribute, NullableAttribute

Properties

TypeTag

The Move type of the return value.

public TypeTag TypeTag { get; init; }

Property Value

TypeTag

Bcs

The BCS representation of the return value.

public Byte[] Bcs { get; init; }

Property Value

Byte[]

Constructors

DryRunReturn(TypeTag, Byte[])

A return value from a command in the dry run.

public DryRunReturn(TypeTag TypeTag, Byte[] Bcs)

Parameters

TypeTag TypeTag
The Move type of the return value.

Bcs Byte[]
The BCS representation of the return value.

Methods

Dispose()

public void Dispose()