Function penumbra_wallet::plan::sweep_notes

source ·
pub async fn sweep_notes<V, R>(
    view: &mut V,
    rng: R
) -> Result<Vec<TransactionPlan>>
where V: ViewClient, R: RngCore + CryptoRng,