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