cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
645 stars 330 forks source link

Things that does not export in root index.ts in cosmwasm-stargate package #1455

Open loin3 opened 1 year ago

loin3 commented 1 year ago

accessTypeFromString, accessTypeToString, AccessConfig in aminomessages.ts are exported in wasm modules index.ts but does not exported in root index.ts in cosmwasm-stargate packges. So these are not accessible from outside.