Skip to content

Commit

Permalink
Add single wallet type
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 10, 2023
1 parent ba956a1 commit e271dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primitives/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ struct Wallet {
#[typeshare(swift = "Equatable, Codable")]
pub enum WalletType {
multicoin,
single,
view,
}

0 comments on commit e271dea

Please sign in to comment.