pub fn insert_authorized_oracle<T: Config>(
    account_id: T::AccountId,
    name: NameOf<T>
)
Expand description

Adds an authorized oracle account (only executable by the Root account)

Arguments

  • account_id - the account Id of the oracle
  • name - a descriptive name for the oracle

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::insert_authorized_oracle.