Type Alias distance_oracle::runtime::preimage::Call
source · pub type Call = Call;
Aliased Type§
enum Call {
note_preimage {
bytes: Vec<u8>,
},
unnote_preimage {
hash: H256,
},
request_preimage {
hash: H256,
},
unrequest_preimage {
hash: H256,
},
ensure_updated {
hashes: Vec<H256>,
},
}