delAtom
The delAtom method deletes an atom at the specified address.
delAtom(
address: Address,
context?: Context,
sync?: boolean,
): Promise<void>| Type | Description | |
|---|---|---|
address | Address | The address of the atom to delete. |
context? | Context | Optional context for the operation. |
sync? | boolean | Whether to trigger synchronization (default: true). |
| returns | Promise<void> |
Since
v0.0.0