Changes
Page history
Update generated documentation
authored
Aug 07, 2024
by
Mateusz Tyszczak
Show whitespace changes
Inline
Side-by-side
home.md
View page @
f81e862e
...
...
@@ -119,8 +119,8 @@ bot.on("error", console.error);
await
bot
.
start
();
// Build transaction
const
builder
=
await
bot
.
chain
.
get
Transaction
Builder
();
builder
.
push
({
const
builder
=
await
bot
.
chain
.
create
Transaction
();
builder
.
push
Operation
({
vote
:
{
voter
:
"
otom
"
,
author
:
"
c0ff33a
"
,
...
...
...
...