remove_encryption_box method
Removes encryption box from SDK
Implementation
Future<void> remove_encryption_box(RegisteredEncryptionBox params) async {
await _tonCore.request('crypto.remove_encryption_box', params.toString());
}
Removes encryption box from SDK
Future<void> remove_encryption_box(RegisteredEncryptionBox params) async {
await _tonCore.request('crypto.remove_encryption_box', params.toString());
}