Type alias AuthenticationProgramCommon

AuthenticationProgramCommon: ResolvedTransactionCommon & {
    inputIndex: number;
}

A complete view of the information necessary to validate a specified input in a transaction.

Type declaration

  • inputIndex: number

Generated using TypeDoc