ponto:MultisigAccount leaf node


URI

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

Label

Multi-signature Account

Description

A multisig is composed of one or more addresses and a threshold. The threshold defines how many signatories (participating addresses) need to agree on submitting an extrinsic for the call to be successful.

Usage

Instances of ponto:MultisigAccount 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:MultisigAccount a owl:Class ;
    rdfs:label "Multi-signature Account" ;
    rdfs:comment "A multisig is composed of one or more addresses and a threshold. The threshold defines how many signatories (participating addresses) need to agree on submitting an extrinsic for the call to be successful." ;
    rdfs:subclasses ponto:Account .