TypeAlias.OnChainStatus
type 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
type OnChainStatus = readonly ["registered", "pending"];
On-chain certifier status.