Class: TD::Types::TonWalletPasswordSalt

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#saltString

The salt.

Returns:

  • (String)

    the current value of salt



5
6
7
# File 'lib/tdlib/types/ton_wallet_password_salt.rb', line 5

def salt
  @salt
end