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