| 424 | /// Unique identifier for a delegation. |
| 425 | #[derive(Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)] |
| 426 | pub struct DelegationId([u8; 32]); |
| 427 | |
| 428 | impl DelegationId { |
| 429 | /// Create a delegation ID from the delegation data. |
no outgoing calls
no test coverage detected