pub struct TypedData {
pub domain: Domain,
pub primary_type: String,
pub types: Value,
pub message: Value,
}Expand description
EIP-712 typed data structure
Fields§
§domain: Domain§primary_type: String§types: Value§message: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypedData
impl RefUnwindSafe for TypedData
impl Send for TypedData
impl Sync for TypedData
impl Unpin for TypedData
impl UnwindSafe for TypedData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more