Trait shot_runtime::traits::SaftRegistry[][src]

pub trait SaftRegistry<AssetId, Balance> {
    fn net_saft_value(asset: AssetId) -> Balance;
}
Expand description

Abstracts SAFT related information

Required methods

Returns the value of the assets currently secured by the SAFTS

Implementations on Foreign Types

Implementors