Update project to use new account serialization format (#5848)
This commit is contained in:
9
genesis/src/lib.rs
Normal file
9
genesis/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct PrimordialAccountDetails {
|
||||
pub balance: u64,
|
||||
pub owner: String,
|
||||
pub data: String,
|
||||
pub executable: bool,
|
||||
}
|
Reference in New Issue
Block a user