Skip to main content

UriBlob

Type Alias UriBlob 

Source
pub type UriBlob = Blob<URI_BLOB_SIZE>;
Expand description

Type alias for 256-byte blob (applies to DIDs, Oracles, Credentials, NFTs, etc.)

Aliased Type§

#[repr(C)]
pub struct UriBlob { pub data: [u8; 256], pub len: usize, }

Fields§

§data: [u8; 256]§len: usize

The actual length of this blob, if less than data.len()