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 Object → TransactionArgument → Result
Implements IEquatable<TransactionArgument>, IEquatable<Result>
Attributes NullableAttribute
Properties
Cmd
public uint Cmd { get; init; }
Property Value
Index
public uint? Index { get; init; }
Property Value
Constructors
Result(UInt32, UInt32?)
The result of another transaction command.
public Result(uint Cmd, uint? Index)
Parameters
Cmd UInt32
Index UInt32?