mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 20:57:59 +00:00
expose Deposit (#6943)
This commit is contained in:
@@ -121,6 +121,9 @@ decl_error! {
|
||||
|
||||
decl_module! {
|
||||
pub struct Module<T: Trait> for enum Call where origin: T::Origin, system = frame_system {
|
||||
/// The deposit needed for reserving an index.
|
||||
const Deposit: BalanceOf<T> = T::Deposit::get();
|
||||
|
||||
fn deposit_event() = default;
|
||||
|
||||
/// Assign an previously unassigned index.
|
||||
|
||||
Reference in New Issue
Block a user