Class Facade
Module: keychain
Inheritance: facade
Facade
Facade
encapsulates the methods in common between Personas and Contacts for use in methods in other classes that can take either class. These classes provide basic information about the related keychains such as the maturity (blockchain confirmation) level of the two keychains and the base URI.
The information from the methods is a static snapshot of the state of the Facade objects at the time the object was created. |
Method Summary
Return type | Method and Description |
---|---|
|
Whether the facade status has reached CONFIRMED state previously. |
|
Get the name attribute. |
Get the blockchain status. |
|
|
Get the subname attribute. |
Get the blockchain URI. |
|
|
Null object pattern. |
Methods
name() Method
string name();
Get the facade
name, which is a local attribute initially associated with the facade
at its creation time.