Type Alias distance_oracle::runtime::smith_members::Call
source · pub type Call = Call;
Aliased Type§
enum Call {
invite_smith {
receiver: u32,
},
accept_invitation,
certify_smith {
receiver: u32,
},
}