pub trait Attributable {
// Required method
fn signer(&self) -> u32;
}
Expand description
Attributable is a trait that provides access to the signer index. This is used to identify which participant signed a given message.
pub trait Attributable {
// Required method
fn signer(&self) -> u32;
}
Attributable is a trait that provides access to the signer index. This is used to identify which participant signed a given message.