Variable.OnChainStatus
const OnChainStatus: readonly ["registered", "pending"];
On-chain certifier status.
- registered: Key is registered and valid on at least one network
- pending: Key exists but not yet registered on-chain
const OnChainStatus: readonly ["registered", "pending"];
On-chain certifier status.