pub type OneResourcePoolStateV1 = Substate;

Aliased Type§

struct OneResourcePoolStateV1 {
    pub vault: Vault,
    pub pool_unit_resource_manager: ResourceManager,
}

Fields§

§vault: Vault

The vault of the resources of the pool.

§pool_unit_resource_manager: ResourceManager

The resource manager of the pool unit resource that the pool works with.