Function penumbra_wallet::plan::proposal_withdraw

source ·
pub async fn proposal_withdraw<V, R>(
    view: &mut V,
    rng: R,
    proposal_id: u64,
    reason: String,
    fee: Fee,
    source_address: AddressIndex
) -> Result<TransactionPlan>
where V: ViewClient, R: RngCore + CryptoRng,