Synclets logoSynclets

delAtom

The delAtom method deletes an atom at the specified address.

delAtom(
  address: Address,
  context?: Context,
  sync?: boolean,
): Promise<void>
TypeDescription
addressAddress

The address of the atom to delete.

context?Context

Optional context for the operation.

sync?boolean

Whether to trigger synchronization (default: true).

returnsPromise<void>

Since

v0.0.0