Class PersonaStatus

Status of personas (facades)

Enum Class Summary

Enum Constant Description

'BROADCASTED'

Broadcasted on the blockchain

'CONFIRMED'

Confirmed on the blockchain

'CONFIRMING'

Confirming on the blockchain

CREATED

Created locally

'EXPIRED'

Expired

'EXPIRING'

Expiring

'FUNDING'

Retrieving blockchain tokens

Enum Class Detail

'BROADCASTED'

The blockchain transactions that place the persona 's certificate on the blockchain has been broadcasted to the blockchain network but has not yet been confirmed on the blockchain.

'CONFIRMED'

The persona blockchain transactions have all been fully confirmed on the blockchain.

'CONFIRMING'

The persona blockchain transactions have received at least one confirmation however not enough confirmations to be considered fully confirmed.

CREATED

The persona was created locally but not placed on the blockchain. This is the beginning state of the persona life cycle.

'EXPIRED'

The persona certificate has expired. Data encrypted and/or signed with an expired certificate will not be decrypted/verified by recipients.

'EXPIRING'

The persona certificate is approaching expiration (within a pre-established number of blocks) and needs to be renewed.

'FUNDING'

The necessary protocol coins have been requested from the faucet and awaiting confirmation.