Type Definition concordium_std::test_infrastructure::ContractStateTestOwned[][src]

type ContractStateTestOwned = ContractStateTest<Vec<u8>>;

An owned variant that can be more convenient for testing since the type itself owns the data.