remove_signing_box method

Future<void> remove_signing_box(
  1. RegisteredSigningBox params
)

Removes signing box from SDK.

Implementation

Future<void> remove_signing_box(RegisteredSigningBox params) async {
  await _tonCore.request('crypto.remove_signing_box', params.toString());
}