mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-04-30 18:22:41 +08:00
nit: match code example with bigint literal
This commit is contained in:
committed by
Reed Rosenbluth
parent
fc83974283
commit
bb1db2bb57
@@ -50,8 +50,8 @@ const txOptions = {
|
|||||||
senderKey: 'b244296d5907de9864c0b0d51f98a13c52890be0404e83f273144cd5b9960eed01',
|
senderKey: 'b244296d5907de9864c0b0d51f98a13c52890be0404e83f273144cd5b9960eed01',
|
||||||
network,
|
network,
|
||||||
memo: 'test memo',
|
memo: 'test memo',
|
||||||
nonce: new BigNum(0), // set a nonce manually if you don't want builder to fetch from a Stacks node
|
nonce: 0n, // set a nonce manually if you don't want builder to fetch from a Stacks node
|
||||||
fee: new BigNum(200), // set a tx fee if you don't want the builder to estimate
|
fee: 200n, // set a tx fee if you don't want the builder to estimate
|
||||||
anchorMode: AnchorMode.Any,
|
anchorMode: AnchorMode.Any,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user