You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Global Registry can eliminate the requirement of name_of.
The only issue that needs to be resolved is dependency. But the Token Global Registry is dependent on the GenesisSignerCapability, the GenesisSignerCapability is dependent on the Account, and the Account is dependent on the Token.
The possible way is to move the Account::create_signer function to a new Module and marks it as friend.
The text was updated successfully, but these errors were encountered:
name_of
.Account::create_signer
function to a new Module and marks it asfriend
.The text was updated successfully, but these errors were encountered: