Synclets logoSynclets

delAtom

The delAtom method removes an Atom at the address and optionally syncs it.

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

Since

v0.0.0