pub fn delegate_wallet_stake_permission<T: Config>(
recipient: T::AccountId,
stake_details: WalletStake,
duration: PermissionDuration<T>,
revocation: RevocationTerms<T>,
)
Expand description
Delegate a permission over namespaces
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::delegate_wallet_stake_permission
.