Type Definition cardano_serialization_lib::RequiredSignersSet
source · pub type RequiredSignersSet = BTreeSet<Ed25519KeyHash>;
Trait Implementations§
source§impl From<&Ed25519KeyHashes> for RequiredSignersSet
impl From<&Ed25519KeyHashes> for RequiredSignersSet
source§fn from(keys: &Ed25519KeyHashes) -> Self
fn from(keys: &Ed25519KeyHashes) -> Self
Converts to this type from the input type.
source§impl From<&NativeScript> for RequiredSignersSet
impl From<&NativeScript> for RequiredSignersSet
source§fn from(script: &NativeScript) -> Self
fn from(script: &NativeScript) -> Self
Converts to this type from the input type.
source§impl From<&NativeScripts> for RequiredSignersSet
impl From<&NativeScripts> for RequiredSignersSet
source§fn from(scripts: &NativeScripts) -> Self
fn from(scripts: &NativeScripts) -> Self
Converts to this type from the input type.
source§impl From<&TxInputsBuilder> for RequiredSignersSet
impl From<&TxInputsBuilder> for RequiredSignersSet
source§fn from(inputs: &TxInputsBuilder) -> Self
fn from(inputs: &TxInputsBuilder) -> Self
Converts to this type from the input type.