Type Alias distance_oracle::runtime::Call  
source · pub type Call = RuntimeCall;Expand description
The outer extrinsic enum.
Aliased Type§
enum Call {
Show 26 variants
    System(Call),
    Account(Call),
    Scheduler(Call),
    Babe(Call),
    Timestamp(Call),
    Balances(Call),
    OneshotAccount(Call),
    SmithMembers(Call),
    AuthorityMembers(Call),
    Session(Call),
    Grandpa(Call),
    ImOnline(Call),
    Sudo(Call),
    UpgradeOrigin(Call),
    Preimage(Call),
    TechnicalCommittee(Call),
    UniversalDividend(Call),
    Identity(Call),
    Certification(Call),
    Distance(Call),
    AtomicSwap(Call),
    Multisig(Call),
    ProvideRandomness(Call),
    Proxy(Call),
    Utility(Call),
    Treasury(Call),
}