cow-sdk-core 0.1.0-alpha.10

Shared CoW Protocol core types and validation primitives
Documentation
1
2
3
4
5
6
7
8
//! Runtime-neutral signer, provider, and typed-data trait contracts.

pub use self::{provider::*, signer::*, transaction::*, typed_data::*};

mod provider;
mod signer;
mod transaction;
mod typed_data;