RedeemerDetailsWithArgs
export interface RedeemerDetailsWithArgs {
args: UplcDataValue[]
description: string
script: UplcProgram
summary: string
}
Properties
args
args: UplcDataValue[]
the arguments to the script, included if txInfo is provided
description
description: string
script
script: UplcProgram
the UplcProgram validating the redeemer
summary
summary: string