pub struct WalletAuthHeaders {
pub address: String,
pub chain: String,
pub signature: String,
pub timestamp: String,
pub nonce: String,
}Expand description
Wallet auth headers for HTTP requests.
Fields§
§address: String§chain: String§signature: String§timestamp: String§nonce: StringAuto Trait Implementations§
impl Freeze for WalletAuthHeaders
impl RefUnwindSafe for WalletAuthHeaders
impl Send for WalletAuthHeaders
impl Sync for WalletAuthHeaders
impl Unpin for WalletAuthHeaders
impl UnsafeUnpin for WalletAuthHeaders
impl UnwindSafe for WalletAuthHeaders
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