Sha256: d31628533351c01f04d106296da9c50d3a2e1620d717988870efed4baaf2f3a7

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

module TD::Types
  # Contains the salt to be used with locally stored password to access a local TON-based wallet.
  #
  # @attr salt [String] The salt.
  class TonWalletPasswordSalt < Base
    attribute :salt, TD::Types::String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/ton_wallet_password_salt.rb