mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-23 02:04:21 +01:00
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;
|