Skip to main content

MovePackageQuery

Namespace: IotaSdk

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

Inheritance ObjectMovePackageQuery
Implements IDisposable, IEquatable<MovePackageQuery>
Attributes NullableContextAttribute, NullableAttribute

Properties

Address

public Address Address { get; init; }

Property Value

Address

Bcs

public string? Bcs { get; init; }

Property Value

String

Constructors

MovePackageQuery(Address, String)

public MovePackageQuery(Address Address, string? Bcs = null)

Parameters

Address Address

Bcs String?

Methods

Dispose()

public void Dispose()