Synclets logoSynclets

setAtom

The setAtom method writes an Atom at the address and optionally syncs it.

setAtom(
  address: Address,
  atom: Atom,
  context?: Context,
  sync?: boolean,
): Promise<void>
TypeDescription
addressAddress
atomAtom
context?Context
sync?boolean
returnsPromise<void>

Since

v0.0.0