[][src]Trait sunshine_util::traits::RegisterOffChainBankAccount

pub trait RegisterOffChainBankAccount: SupportedOrganizationShapes {
    type TreasuryId;
    fn register_off_chain_bank_account(
        org: Self::FormedOrgId
    ) -> Result<Self::TreasuryId, DispatchError>; }

Associated Types

Loading content...

Required methods

Loading content...

Implementors

Loading content...