We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Starcoin 的每个账户都有一个 withdrawal_capability 字段, 并且提供了 Account::extract_withdraw_capability 方法可以把用户的 WithdrawCapability 拿出来, 同时也提供了 Account::withdraw_with_capability, 可以通过 WithdrawCapability 从该 Capability 的原拥有者账户提取 Token。
withdrawal_capability
Account::extract_withdraw_capability
WithdrawCapability
Account::withdraw_with_capability
设计一个应用场景,使用 WithdrawCapability, 比如资产托管。
The text was updated successfully, but these errors were encountered:
提示方式可以是任何方式么
Sorry, something went wrong.
这个需求是用来测试那个提示的场景。
No branches or pull requests
Starcoin 的每个账户都有一个
withdrawal_capability
字段,并且提供了
Account::extract_withdraw_capability
方法可以把用户的WithdrawCapability
拿出来,同时也提供了
Account::withdraw_with_capability
, 可以通过WithdrawCapability
从该 Capability 的原拥有者账户提取 Token。设计一个应用场景,使用
WithdrawCapability
, 比如资产托管。The text was updated successfully, but these errors were encountered: