Trait did_method_plc::operation::UnsignedOperation

source ·
pub trait UnsignedOperation {
    // Required methods
    fn to_json(&self) -> String;
    fn to_signed(&self, key: &str) -> Result<impl SignedOperation, PLCError>;
}

Required Methods§

source

fn to_json(&self) -> String

source

fn to_signed(&self, key: &str) -> Result<impl SignedOperation, PLCError>

Object Safety§

This trait is not object safe.

Implementors§