Skip to main content

RedeemerDetailsWithoutArgs

export interface RedeemerDetailsWithoutArgs {
  description: string
  script: UplcProgramV2 | UplcProgramV1
  summary: string
}

Properties

description

description: string
a more complete specifier of the redeemer

script

script: UplcProgramV2 | UplcProgramV1
the UplcProgram validating the redeemer

summary

summary: string
a short label indicating the part of the txn unlocked by the redeemer