ponto:XCMTransaction leaf node


URI

http://www.mobr.ai/ontologies/ponto#XCMTransaction

Label

XCMTransaction

Usage

Instances of ponto:XCMTransaction can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:XCMTransaction
ponto:amountXCMTransferred owl:DatatypeProperty The amount of assets transferred in a XCM transaction. xsd:decimal

Implementation

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

ponto:XCMChannel a owl:Class ;
    rdfs:label "XCM Channel" ;
    rdfs:comment "Represents a communication pathway between two or more Parachains or between a Parachain and the Relay Chain. It allows for the exchange of messages, instructions, and assets across different chains, facilitating inter-chain communication." ;
    rdfs:subClassOf owl:Thing .