mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-17 00:43:36 +03:00
13 lines
312 B
Swift
13 lines
312 B
Swift
// Copyright © 2021 Encrypted Ink. All rights reserved.
|
|
|
|
import Foundation
|
|
|
|
struct Strings {
|
|
|
|
static let sendTransaction = "Send Transaction"
|
|
static let signMessage = "Sign Message"
|
|
static let signPersonalMessage = "Sign Personal Message"
|
|
static let signTypedData = "Sign Typed Data"
|
|
|
|
}
|