remove_crypto_box method
Removes Crypto Box. Clears all secret data.
Implementation
Future<void> remove_crypto_box(RegisteredCryptoBox params) async {
await _tonCore.request('crypto.remove_crypto_box', params.toString());
}
Removes Crypto Box. Clears all secret data.
Future<void> remove_crypto_box(RegisteredCryptoBox params) async {
await _tonCore.request('crypto.remove_crypto_box', params.toString());
}