makeUplcLambda
export function makeUplcLambda(props: {
argName??: string
body: UplcTerm
site??: Site
}): UplcLambda
Arguments
1. props
props: {
argName??: string
body: UplcTerm
site??: Site
}
Returns
UplcLambdaexport function makeUplcLambda(props: {
argName??: string
body: UplcTerm
site??: Site
}): UplcLambda
propsprops: {
argName??: string
body: UplcTerm
site??: Site
}
UplcLambda