entropy-types 0.0.1

Types for interacting with Entropy API
Documentation
1
2
3
4
5
6
7
8
9
// use serde::{Deserialize, Serialize};

// /// Request body for the login endpoint.
// #[derive(Deserialize, Serialize, Debug, Clone)]
// pub struct NewVarRequest {
//     // pub message: String,       // Arbitrary message signed by the client
//     // pub client_pubkey: String, // Client's public key as a string
//     // pub signature: String,     // Base64 URL encoded signature of the message string
// }