Struct block::TransactionSignature
[−]
[src]
pub struct TransactionSignature {
pub v: u8,
pub r: H256,
pub s: H256,
}Fields
v: u8
r: H256
s: H256
Methods
impl TransactionSignature[src]
fn standard_v(&self) -> u8
fn into_recoverable_signature(self) -> Result<RecoverableSignature, Error>
Trait Implementations
impl Clone for TransactionSignature[src]
fn clone(&self) -> TransactionSignature
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for TransactionSignature[src]
impl PartialEq for TransactionSignature[src]
fn eq(&self, __arg_0: &TransactionSignature) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TransactionSignature) -> bool
This method tests for !=.