10 lines
158 B
Rust
10 lines
158 B
Rust
use enostr::Keypair;
|
|
|
|
//pub struct UserAccount {
|
|
//pub key: Keypair,
|
|
//pub relays: RelayPool,
|
|
//pub relays: Vec<String>,
|
|
//}
|
|
|
|
pub type UserAccount = Keypair;
|