Function add_dao_treasury_transfer_proposal

Source
pub fn add_dao_treasury_transfer_proposal<T: Config>(
    value: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
    destination_key: <T as Config>::AccountId,
    data: Vec<u8>,
)
Expand description

Creates a proposal moving funds from the treasury account to the given key.

ยงWarning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::add_dao_treasury_transfer_proposal.