pub fn add_stake<T: Config>(
agent_key: <T as Config>::AccountId,
amount: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
)
Expand description
Adds stakes from origin to the agent key.
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::add_stake
.