1 2 3 4 5 6 7 8 9 10
#[allow(unused_imports, clippy::wildcard_imports)] use super::*; /// MaxSigners is an XDR Const defined as: /// /// ```text /// const MAX_SIGNERS = 20; /// ``` /// pub const MAX_SIGNERS: u64 = 20;