Skip to main content

Result

Namespace: IotaSdk

The result of another transaction command.

internal record class Result : TransactionArgument, System.IEquatable`1[[IotaSdk.TransactionArgument, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.TransactionArgument+Result, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectTransactionArgumentResult
Implements IEquatable<TransactionArgument>, IEquatable<Result>
Attributes NullableAttribute

Properties

Cmd

public uint Cmd { get; init; }

Property Value

UInt32

Index

public uint? Index { get; init; }

Property Value

UInt32?

Constructors

Result(UInt32, UInt32?)

The result of another transaction command.

public Result(uint Cmd, uint? Index)

Parameters

Cmd UInt32

Index UInt32?