mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
update DefaultNoBound derive macro (#12723)
fix derive for empty enums Update derive & ui tests clean up Apply suggestions from code review Co-authored-by: Bastian Köcher <git@kchr.de> rename variable formatting & clippy formatting Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -97,6 +97,7 @@ pub(crate) type ChargeAssetLiquidityOf<T> =
|
||||
#[derive(Encode, Decode, DefaultNoBound, TypeInfo)]
|
||||
pub enum InitialPayment<T: Config> {
|
||||
/// No initial fee was payed.
|
||||
#[default]
|
||||
Nothing,
|
||||
/// The initial fee was payed in the native currency.
|
||||
Native(LiquidityInfoOf<T>),
|
||||
|
||||
Reference in New Issue
Block a user