pub type IssueFee<T: Config> = StorageValue<_GeneratedPrefixForStorageIssueFee<T>, UnsignedFixedPoint<T>, ValueQuery>;
Expand description
Issue
Fee share that users need to pay to issue tokens.
Storage type is [StorageValue
] with value type UnsignedFixedPoint < T >
.