Struct structured_data::structured_data::KeyAndWeight [] [src]

pub struct KeyAndWeight {
    pub key: PublicKey,
    pub weight: u64,
}

A representation of an owner's public key and the bias which should be given to that key when a mutating request is received by the network.

Fields

key

Owner's public key.

weight

Bias given to this public key (minimum value of 1).

Trait Implementations

impl Debug for KeyAndWeight

fn fmt(&self, formatter: &mut Formatter) -> Result