rooch
rooch copied to clipboard
[move stdlib] Remove Resource Account
Remove the Resource Account, and we do not need it. If a module wants a resource account, just define a struct and hold the Object<Account>.
struct AccountHolder{
account: Object<Account>,
}
I'll look at this issue.
I'll look at this issue.
You can handle #1481 #1625 first.
Will look at this issue this time.