You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constructor typescript doesn't appear to be catching the lack of substrate/ signer being passed in
get calling things JSON when they are jsObjects
Entropy
can't currently import (without dist/ jank)
descriptions needed for methods/ getters
EntropyAccount (interface)
more detail
muddle of sting | Signer inputs
make it clear what's optionsal when (it's almost like the SDK has multiple modes... that could be split out to add more clarity and help TS do it's job better)
EntropyOpts
make endpoint non-optional?
polkadot takes endpoint: string | [string], should we too?
Misc.
clarify account on entropy + the key scheme and how they are used
dev.deploy
GIVE ME THE HASH (even if it's already deployed)
confusing name. Just call it "deploy"
charlie magic
document it's a "free" account / delete it
Tests
fetching things then not testing the results
dev/README.md
versions note update
The text was updated successfully, but these errors were encountered:
ExtrinsicBaseClass
constructor
typescript doesn't appear to be catching the lack of substrate/ signer being passed inget
calling things JSON when they are jsObjectsEntropy
EntropyAccount (interface)
EntropyOpts
endpoint: string | [string]
, should we too?Misc.
clarify account on entropy + the key scheme and how they are used
dev.deploy
charlie magic
Tests
dev/README.md
The text was updated successfully, but these errors were encountered: