pub fn create_test_identity(
drive: &Drive,
id: [u8; 32],
seed: Option<u64>,
transaction: TransactionArg<'_, '_>,
platform_version: &PlatformVersion,
) -> Result<Identity, Error>Expand description
Creates a test identity from an id and inserts it into Drive.