polkavm_common::program

Type Alias BlobLen

Source
pub type BlobLen = u64;
Expand description

The blob length is the length of the blob itself encoded as an 64bit LE integer. By embedding this metadata into the header, program blobs stay opaque, however this information can still easily be retrieved. Found at offset 5 after the magic bytes and version number.