radix-engine-interface 1.3.1

The interface between system layer and VM layer, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
8
use crate::blueprints::resource::Vault;
use crate::internal_prelude::*;
use sbor::rust::prelude::*;

#[derive(Debug, PartialEq, Eq, ScryptoSbor)]
pub struct ComponentRoyaltySubstate {
    pub royalty_vault: Vault,
}