Struct spl_token::state::Multisig [−][src]
#[repr(C)]pub struct Multisig { pub m: u8, pub n: u8, pub is_initialized: bool, pub signers: [Pubkey; 11], }
Expand description
Multisignature data.
Fields
m: u8Number of signers required
n: u8Number of valid signers
is_initialized: boolIs true if this structure has been initialized
signers: [Pubkey; 11]Signer public keys
Trait Implementations
Is initialized
Get the packed length
Unpack from slice and check if initialized
Unpack from slice without checking if initialized
Auto Trait Implementations
impl RefUnwindSafe for Multisigimpl UnwindSafe for MultisigBlanket Implementations
pub default fn example() -> TMutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V