Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

Input

One of the input objects or primitive values to the programmable transaction block.

type Input {
ix: Int!
}

Fields

Input.ix ● Int! non-null scalar

Index of the programmable transaction block input (0-indexed).

Implemented By

TransactionArgument union