pub type RequiredSignersSet = BTreeSet<Ed25519KeyHash>;

Trait Implementations§

source§

impl From<&Ed25519KeyHashes> for RequiredSignersSet

source§

fn from(keys: &Ed25519KeyHashes) -> Self

Converts to this type from the input type.
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.
source§

impl From<&TxInputsBuilder> for RequiredSignersSet

source§

fn from(inputs: &TxInputsBuilder) -> Self

Converts to this type from the input type.