- I want to use "AccountId" type to a member of my own struct.
- So I need to initialize Account Id variable.
- But how to initialize on this case does not found in the internet.
Example struct is as following...
pub struct ExampleStruct {
id: u128,
name: String,
accountid: AcccountId,
}