:msgRefundBalance leaf node


Label

contract balance in Wei

Description

A scalar value equal to the number of Wei that will be refunded as the result of a selfdestruct contract message.

Usage

DOMAINPROPERTYRANGE
:SelfdestructContractMsg :msgRefundBalance xsd:integer

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:msgRefundBalance a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "contract balance in Wei"@en ;
    :suggestedStringRepresentation "msgRefundBalance" ;
    rdfs:comment "A scalar value equal to the number of Wei that will be refunded as the result of a selfdestruct contract message."@en ;
    rdfs:domain :SelfdestructContractMsg ;
    rdfs:range xsd:integer ;
    rdfs:subPropertyOf :MessageDataProperty ;
    ns:term_status "unstable" .