IProgrammableTransaction
Namespace: IotaSdk
A user transaction
Contains a series of native commands and move calls where the results of one command can be used in future commands.
BCS
The BCS serialized form for this type is defined by the following ABNF:
ptb = (vector input) (vector command)
public interface IProgrammableTransaction : System.IEquatable`1[[IotaSdk.ProgrammableTransaction, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<ProgrammableTransaction>
Attributes NullableContextAttribute
Methods
Commands()
The commands to be executed sequentially. A failure in any command will result in the failure of the entire transaction.
Command[] Commands()
Returns
Inputs()
Input objects or primitive values
Input[] Inputs()