http://www.mobr.ai/ontologies/ponto#KeepAliveCheck
The keep-alive check is used to indicate whether or not a transfer can allow the sending account to be reduced to less than the existential deposit, causing it to be reaped.
Instances of ponto:KeepAliveCheck can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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:KeepAliveCheck a owl:Class ;
rdfs:label "Keep-Alive Check" ;
rdfs:comment "The keep-alive check is used to indicate whether or not a transfer can allow the sending account to be reduced to less than the existential deposit, causing it to be reaped." ;
rdfs:subClassOf owl:Thing .