[][src]Trait sunshine_util::traits::GetTotalShareIssuance

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

Required methods

fn get_total_share_issuance(
    organization: u32,
    share_id: u32
) -> Result<Shares, DispatchError>

Loading content...

Implementors

Loading content...