mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-16 19:58:54 +00:00
wallet: slatepack hint template, move grin symbol
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
use crate::gui::platform::PlatformCallbacks;
|
||||
use crate::wallet::Wallet;
|
||||
|
||||
/// GRIN coin symbol.
|
||||
pub const GRIN: &str = "ツ";
|
||||
/// Hint for Slatepack message input.
|
||||
pub const SLATEPACK_MESSAGE_HINT: &'static str = "BEGINSLATEPACK.\n...\n...\n...\nENDSLATEPACK.";
|
||||
|
||||
/// Wallet tab content interface.
|
||||
pub trait WalletTab {
|
||||
fn get_type(&self) -> WalletTabType;
|
||||
|
||||
@@ -19,9 +19,6 @@ use grin_util::Mutex;
|
||||
use grin_wallet_impls::{DefaultLCProvider, HTTPNodeClient};
|
||||
use grin_wallet_libwallet::{TxLogEntry, WalletInfo, WalletInst};
|
||||
|
||||
/// GRIN coin symbol.
|
||||
pub const GRIN: &str = "ツ";
|
||||
|
||||
/// Mnemonic phrase setup mode.
|
||||
#[derive(PartialEq, Clone)]
|
||||
pub enum PhraseMode {
|
||||
|
||||
Reference in New Issue
Block a user