ponto:KeepAliveCheck leaf node


URI

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

Label

Keep-Alive Check

Description

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.

Usage

Instances of ponto:KeepAliveCheck can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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: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 .