Macro scrypto::borrow_package
source · macro_rules! borrow_package {
($id:expr) => { ... };
}
Expand description
This macro creates a &Package
from a PackageAddress
via the
Radix Engine component subsystem.
macro_rules! borrow_package {
($id:expr) => { ... };
}
This macro creates a &Package
from a PackageAddress
via the
Radix Engine component subsystem.