subspace_runtime_primitives

Trait FindVotingRewardAddresses

source
pub trait FindVotingRewardAddresses<RewardAddress> {
    // Required method
    fn find_voting_reward_addresses() -> Vec<RewardAddress>;
}
Expand description

A trait for finding the addresses for voting reward based on transactions found in the block.

Required Methods§

source

fn find_voting_reward_addresses() -> Vec<RewardAddress>

Find the addresses for voting rewards based on transactions found in the block.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§