Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor inaccuracy in typescript sdk
  • Loading branch information
Romainua authored and sblackshear committed Sep 18, 2022
1 parent 7d0bc32 commit 39364a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const signer = new RawSigner(
keypair,
new JsonRpcProvider('https://gateway.devnet.sui.io:443')
);
const splitTxn = await signer..splitCoin({
const splitTxn = await signer.splitCoin({
coinObjectId: '0x5015b016ab570df14c87649eda918e09e5cc61e0',
// Say if the original coin has a balance of 100,
// This function will create three new coins of amount 10, 20, 30,
Expand Down

0 comments on commit 39364a7

Please sign in to comment.