http://www.mobr.ai/ontologies/cardano#Redeemer
Input parameters for script execution.
Instances of cardano:Redeemer can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class cardano:Redeemer | |||
cardano:hasExecutionUnits | owl:ObjectProperty | Relates a script execution to its resource usage. | cardano:ExecutionUnits |
@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 .