RedeemerDetailsWithoutArgs
export interface RedeemerDetailsWithoutArgs {
description: string
script: UplcProgramV2 | UplcProgramV1
summary: string
}
Properties
description
a more complete specifier of the redeemer
redeemerDetailsWithoutArgs.description satisfies string
script
the UplcProgram validating the redeemer
redeemerDetailsWithoutArgs.script satisfies UplcProgramV2 | UplcProgramV1
summary
a short label indicating the part of the txn unlocked by the redeemer
redeemerDetailsWithoutArgs.summary satisfies string