Module scrypto::component

source ·
Expand description

Scrypto component abstraction.

Re-exports

pub use component_access_rules::Mutability::*;

Modules

component 🔒
kv_store 🔒
package 🔒
system 🔒

Structs

Represents a published package.
Represents an instantiated component.
Represents the Radix Engine component subsystem.
A scalable key-value map which loads entries on demand.

Enums

Traits

Represents the state of a component.
A separate trait for standardized calls so that component methods don’t name clash TODO: unify with LocalComponent and use Own and GlobalRef Deref structures
A separate trait for standardized calls so that component methods don’t name clash

Functions

Returns the component subsystem.
Initializes component subsystem.