This commit is contained in:
willclarktech
2021-05-19 15:37:25 +02:00
parent 00cfc1d1c4
commit bd48014699
28 changed files with 116 additions and 132 deletions
+2 -3
View File
@@ -45,9 +45,8 @@ $ cosmwasm-cli
```ts
// Get account information
const { account_number, sequence } = (
await client.authAccounts(faucetAddress)
).result.value;
const { account_number, sequence } = (await client.authAccounts(faucetAddress))
.result.value;
// Craft a send transaction
const emptyAddress = Bech32.encode("cosmos", Random.getBytes(20));