[][src]Trait sunshine_util::traits::GetWeightedShareGroupShape

pub trait GetWeightedShareGroupShape<AccountId, Shares>: GetTotalShareIssuance<Shares> {
    fn get_weighted_share_group_shape(
        organization: u32,
        share_id: u32
    ) -> Result<Vec<(AccountId, Shares)>, DispatchError>; }

Required methods

fn get_weighted_share_group_shape(
    organization: u32,
    share_id: u32
) -> Result<Vec<(AccountId, Shares)>, DispatchError>

Loading content...

Implementors

Loading content...