IInput
Namespace: IotaSdk
An input to a user transaction
BCS
The BCS serialized form for this type is defined by the following ABNF:
input = call-arg
call-arg = %d00 bytes ; Pure
=/ %d01 object-arg ; Object
object-arg = %d00 object-reference ; ImmutableOrOwned
=/ %d01 object-id u64 bool ; Shared
=/ %d02 object-reference ; Receiving
public interface IInput : System.IEquatable`1[[IotaSdk.Input, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<Input>