Enum parity_rpc::dispatch::SignMessage
source · [−]Expand description
Payload to sign
Variants
Data(Bytes)
Eth-sign kind data (requires prefixing)
Hash(H256)
Prefixed data hash
Auto Trait Implementations
impl RefUnwindSafe for SignMessage
impl Send for SignMessage
impl Sync for SignMessage
impl Unpin for SignMessage
impl UnwindSafe for SignMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more