pub(super) type ContentSize = u32;

Trait Implementations§

source§

impl ConfigParamVariant for u32

source§

fn to_payload(&self) -> Vec<u8>

source§

fn from_payload(payload: &[u8]) -> Result<Self, Error>

source§

impl From<ChainLength> for u32

source§

fn from(chain_length: ChainLength) -> u32

Converts to this type from the input type.
source§

impl From<SpendingCounter> for u32

source§

fn from(v: SpendingCounter) -> u32

Converts to this type from the input type.