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>Since
v0.0.0
setAtomThe setAtom method writes an Atom at the address and optionally syncs it.
setAtom(
address: Address,
atom: Atom,
context?: Context,
sync?: boolean,
): Promise<void>v0.0.0