[][src]Trait block::SignaturePatch

pub trait SignaturePatch {
    fn chain_id() -> Option<u64>;
}

Refer to EIP155 related to chain ID.

Required methods

Loading content...

Implementors

impl SignaturePatch for ClassicSignaturePatch[src]

impl SignaturePatch for GlobalSignaturePatch[src]

Loading content...