Input
Namespace: IotaSdk
An input to the programmable transaction block.
internal record class Input : TransactionArgument, System.IEquatable`1[[IotaSdk.TransactionArgument, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.TransactionArgument+Input, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → TransactionArgument → Input
Implements IEquatable<TransactionArgument>, IEquatable<Input>
Attributes NullableAttribute
Properties
Index
public uint Index { get; init; }
Property Value
Constructors
Input(UInt32)
An input to the programmable transaction block.
public Input(uint Index)
Parameters
Index UInt32