Skip to main content

RedeemerDetailsWithArgs

export interface RedeemerDetailsWithArgs {
  args: UplcDataValue[]
  description: string
  script: UplcProgramV2 | UplcProgramV1
  summary: string
}

Properties

args

args: UplcDataValue[]
the arguments to the script, included if txInfo is provided

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