Struct flow_sdk::sign::One [−][src]
pub struct One<SecretKey> { /* fields omitted */ }
Expand description
A single key that can sign a transaction for the flow network.
Trait Implementations
Auto Trait Implementations
impl<SecretKey> RefUnwindSafe for One<SecretKey> where
SecretKey: RefUnwindSafe,
impl<SecretKey> UnwindSafe for One<SecretKey> where
SecretKey: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
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