pub type ContractData = StandardBlob;Expand description
A fixed-max byte buffer holding an escrow’s Data field. Alias for StandardBlob.
Aliased Type§
#[repr(C)]pub struct ContractData {
pub data: [u8; 1024],
pub len: usize,
}Fields§
§data: [u8; 1024]§len: usizeThe actual length of this blob, if less than data.len()