Function vault_registry::pallet::dispatchables::accept_new_issues
source · pub fn accept_new_issues<T: Config>(
currency_pair: DefaultVaultCurrencyPair<T>,
accept_new_issues: bool
)
Expand description
Configures whether or not the vault accepts new issues.
Arguments
origin
- sender of the transaction (i.e. the vault)accept_new_issues
- true indicates that the vault accepts new issues
Weight: O(1)
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::accept_new_issues
.