rooch-network / rooch

VApp Container with Move Language
https://rooch.network
Apache License 2.0
128 stars 54 forks source link

[move stdlib] Remove Resource Account #1622

Open jolestar opened 3 weeks ago

jolestar commented 3 weeks ago

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.

struct AccountHolder{
   account: Object<Account>,
}
feliciss commented 2 weeks ago

I'll look at this issue.

jolestar commented 2 weeks ago

I'll look at this issue.

You can handle #1481 #1625 first.

feliciss commented 6 hours ago

Will look at this issue this time.