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

Method as_bytes

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

Get the raw bytes.

(&self)

Source from the content-addressed store, hash-verified

446
447 /// Get the raw bytes.
448 pub fn as_bytes(&self) -> &[u8; 32] {
449 &self.0
450 }
451
452 /// Encode as base32.
453 pub fn to_base32(&self) -> String {

Callers 2

from_delegation_dataMethod · 0.45
signing_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected