Type Alias scrypto::prelude::ScryptoRawValue

source ·
pub type ScryptoRawValue<'a> = RawValue<'a, ScryptoCustomExtension>;

Aliased Type§

struct ScryptoRawValue<'a> {
    value_kind: ValueKind<ScryptoCustomValueKind>,
    value_body: Cow<'a, [u8]>,
    custom_extension: PhantomData<ScryptoCustomExtension>,
}

Fields§

§value_kind: ValueKind<ScryptoCustomValueKind>§value_body: Cow<'a, [u8]>§custom_extension: PhantomData<ScryptoCustomExtension>