pub type ComponentRoyaltyMethodAmountEntrySubstate = KeyValueEntrySubstate<ComponentRoyaltyMethodAmountEntryPayload>;Aliased Type§
pub enum ComponentRoyaltyMethodAmountEntrySubstate {
V1(KeyValueEntrySubstateV1<ComponentRoyaltyMethodAmountEntryPayload>),
}