Type Alias distance_oracle::runtime::atomic_swap::calls::types::claim_swap::Action

source ·
pub type Action = BalanceSwapAction<AccountId32>;

Aliased Type§

struct Action {
    pub value: u64,
    pub __ignore: PhantomData<AccountId32>,
}

Fields§

§value: u64§__ignore: PhantomData<AccountId32>