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
script
script: UplcProgramV2 | UplcProgramV1
the UplcProgram validating the redeemer
summary
summary: string