mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Organize Akash account source comments
This commit is contained in:
parent
df756e5cc7
commit
3a18b0ec43
@ -2,8 +2,10 @@ import { QueryClient, setupAuthExtension } from "@cosmjs/stargate";
|
||||
import { Any } from "@cosmjs/stargate/build/codec/google/protobuf/any";
|
||||
import { Tendermint34Client } from "@cosmjs/tendermint-rpc";
|
||||
|
||||
// https://github.com/ovrclk/net/blob/24ddbb427b0c15/mainnet/rpc-nodes.txt
|
||||
// https://github.com/ovrclk/net/blob/24ddbb427/mainnet/rpc-nodes.txt
|
||||
const tmClient = await Tendermint34Client.connect("http://rpc.akash.forbole.com:80");
|
||||
const client = QueryClient.withExtensions(tmClient, setupAuthExtension);
|
||||
|
||||
// Arbitrary entry from https://raw.githubusercontent.com/ovrclk/net/24ddbb427/mainnet/genesis.json
|
||||
const account = await client.auth.unverified.account("akash1qy0vur3fl2ucztpzcrfea7mc8jwz8xjmvq7qvy");
|
||||
console.log(Any.toJSON(account))
|
||||
|
@ -4,8 +4,7 @@ import { Any } from "./codec/google/protobuf/any";
|
||||
describe("accounts", () => {
|
||||
describe("accountFromAny", () => {
|
||||
it("works for PeriodicVestingAccount", () => {
|
||||
// Arbitrary entry from https://raw.githubusercontent.com/ovrclk/net/24ddbb427/mainnet/genesis.json
|
||||
// queried from chain via `packages/cli/examples/get_vesting_account.ts`.
|
||||
// Queried from chain via `packages/cli/examples/get_akash_vesting_account.ts`.
|
||||
const any = Any.fromJSON({
|
||||
typeUrl: "/cosmos.vesting.v1beta1.PeriodicVestingAccount",
|
||||
value:
|
||||
|
Loading…
x
Reference in New Issue
Block a user