rooch icon indicating copy to clipboard operation
rooch copied to clipboard

[move stdlib] Remove Resource Account

Open jolestar opened this issue 1 year ago • 2 comments

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>,
}

jolestar avatar Apr 25 '24 15:04 jolestar

I'll look at this issue.

I'll look at this issue.

You can handle #1481 #1625 first.

jolestar avatar Apr 29 '24 15:04 jolestar

Will look at this issue this time.