pub type RequiredSignersSet = BTreeSet<Ed25519KeyHash>;

Trait Implementations§

source§

impl From<&NativeScript> for RequiredSignersSet

source§

fn from(script: &NativeScript) -> Self

Converts to this type from the input type.
source§

impl From<&NativeScripts> for RequiredSignersSet

source§

fn from(scripts: &NativeScripts) -> Self

Converts to this type from the input type.