User
public struct User has key {
id: UID,
// account type to list of accounts that the user has joined
accounts: VecMap<String, vector<address>>,
}Last updated
public struct User has key {
id: UID,
// account type to list of accounts that the user has joined
accounts: VecMap<String, vector<address>>,
}Last updated