Skip to main content

ContractData

Type Alias ContractData 

Source
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: usize

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