:hasOriginatorTx leaf node


Label

has Originator Transaction

Description

Relates a contract message to the transaction it originated from.

Usage

DOMAINPROPERTYRANGE
:ContractMsg :hasOriginatorTx :Tx

Implementation

@prefix : <http://ethon.consensys.net/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasOriginatorTx a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has Originator Transaction"@en ;
    :suggestedStringRepresentation "hasOriginatorTx" ;
    rdfs:comment "Relates a contract message to the transaction it originated from."@en ;
    rdfs:domain :ContractMsg ;
    rdfs:range :Tx ;
    rdfs:subPropertyOf :MessageObjectProperty ;
    ns:term_status "unstable" .