Skip to main content

FulfillmentBlob

Type Alias FulfillmentBlob 

Source
pub type FulfillmentBlob = Blob<FULFILLMENT_BLOB_SIZE>;
Expand description

Type alias for 256-byte blob (for Fulfillment fields)

Aliased Type§

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

Fields§

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

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