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