Class: TD::Types::TonWalletPasswordSalt
- Defined in:
- lib/tdlib/types/ton_wallet_password_salt.rb
Overview
Contains the salt to be used with locally stored password to access a local TON-based wallet.
Instance Attribute Summary collapse
-
#salt ⇒ String
The salt.
Method Summary
Methods inherited from Base
Instance Attribute Details
#salt ⇒ String
The salt.
5 6 7 |
# File 'lib/tdlib/types/ton_wallet_password_salt.rb', line 5 def salt @salt end |