-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace Signature with PrimitiveSignature (#796)
* chore: replace Signature with PrimitiveSignature * fmt
- Loading branch information
Showing
6 changed files
with
121 additions
and
1,294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
mod error; | ||
pub use error::SignatureError; | ||
|
||
mod parity; | ||
pub use parity::Parity; | ||
|
||
mod sig; | ||
pub use sig::Signature; | ||
|
||
mod utils; | ||
pub use utils::{normalize_v, to_eip155_v}; | ||
|
||
mod primitive_sig; | ||
pub use primitive_sig::PrimitiveSignature; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.