Function penumbra_wallet::plan::validator_vote

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