Type Definition rgbstd::containers::Contract

source ·
pub type Contract = Consignment<false>;

Trait Implementations§

source§

impl BindleContent for Contract

source§

const MAGIC: [u8; 4] = _

Magic bytes used in saving/restoring container from a file.
source§

const PLATE_TITLE: &'static str = "RGB CONTRACT"

String used in ASCII armored blocks
§

type Id = ContractId

source§

fn bindle_id(&self) -> Self::Id

source§

fn bindle(self) -> Bindle<Self>