Type Alias scrypto::component::package::Package

source ·
pub type Package = Global<PackageStub>;

Aliased Type§

struct Package(pub PackageStub);

Fields§

§0: PackageStub

Trait Implementations§

source§

impl From<PackageAddress> for Package

source§

fn from(value: PackageAddress) -> Self

Converts to this type from the input type.