Function hotshot_testing::helpers::build_vid_proposal

source ยท
pub fn build_vid_proposal<TYPES: NodeType>(
    quorum_membership: &<TYPES as NodeType>::Membership,
    view_number: TYPES::View,
    epoch_number: TYPES::Epoch,
    transactions: Vec<TestTransaction>,
    private_key: &<TYPES::SignatureKey as SignatureKey>::PrivateKey,
) -> VidProposal<TYPES>
Expand description