Struct flow_sdk::sign::Multi [−][src]
pub struct Multi<SecretKey> { /* fields omitted */ }
Expand description
Specification of multisign. Has multiple keys and specifies which one to use when proposing.
Implementations
The primary key. Refer to this when proposing a transaction.
Returns the primary key id used when proposing.
Returns an iterator over the id number of keys.
Trait Implementations
Auto Trait Implementations
impl<SecretKey> RefUnwindSafe for Multi<SecretKey> where
SecretKey: RefUnwindSafe,
impl<SecretKey> UnwindSafe for Multi<SecretKey> where
SecretKey: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more