Function penumbra_wallet::plan::proposal_submit

source ·
pub async fn proposal_submit<V, R>(
    view: &mut V,
    rng: R,
    proposal: Proposal,
    fee: Fee,
    source_address: AddressIndex
) -> Result<TransactionPlan>
where V: ViewClient, R: RngCore + CryptoRng,