Signer

Type Alias Signer 

Source
pub type Signer = Party;
Expand description

Typedef so we can use the same tokens for v1 and v2

Aliased Type§

pub struct Signer {
    pub party_id: u32,
    pub key_ids: Vec<u32>,
    /* private fields */
}

Fields§

§party_id: u32

The party ID

§key_ids: Vec<u32>

The key IDs for this party