[][src]Function hycon_rust::common::test_functions::common_tests::create_random_signed_tx

pub fn create_random_signed_tx<RngType>(
    wallet: &Wallet,
    nonce: u32,
    rng: &mut RngType
) -> SignedTx where
    RngType: Rng