MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / DelegationId

Class DelegationId

atomic-identity/src/delegation.rs:426–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

from_delegation_dataMethod · 0.85
from_bytesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected