Type Definition substrate_stellar_xdr::compound_types::UnlimitedVarOpaque[][src]

pub type UnlimitedVarOpaque = LimitedVarOpaque<{ i32::MAX }>;
Expand description

Type for binary data whose length is not predefined and not bounded

Actually an UnlimitedVarOpaque is limited: it must not have more than i32::MAX bytes.