cardano:Redeemer leaf node


URI

http://www.mobr.ai/ontologies/cardano#Redeemer

Label

Redeemer

Description

Input parameters for script execution.

Usage

Instances of cardano:Redeemer can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:Redeemer
cardano:hasExecutionUnits owl:ObjectProperty Relates a script execution to its resource usage. cardano:ExecutionUnits

Implementation

@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cardano:Redeemer a owl:Class ;
    rdfs:label "Redeemer"@en ;
    rdfs:comment "Input parameters for script execution."@en .