Struct nash_protocol::graphql::sign_states::ClientSignedMessage [−][src]
pub struct ClientSignedMessage {
pub blockchain: Option<Blockchain>,
pub message: Option<String>,
pub r: Option<String>,
pub signature: Option<String>,
}Fields
blockchain: Option<Blockchain>message: Option<String>r: Option<String>signature: Option<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClientSignedMessage
impl Send for ClientSignedMessage
impl Sync for ClientSignedMessage
impl Unpin for ClientSignedMessage
impl UnwindSafe for ClientSignedMessage
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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