SubstrateNetApi icon indicating copy to clipboard operation
SubstrateNetApi copied to clipboard

wallet.AccountInfo is null

Open ArtemShe opened this issue 2 years ago • 6 comments

Hi! I'm new in crypto. Trying to use your SDK Idea its to create wallets and manage them- at least see balances and transfer 'money' between wallets. As I understood - balance information is placed at wallet.AccountInfo.AccountData Problem that when wallet is created or loaded -wallet.AccountInfo is null Using different domains

  • Mandala test network "wss://mandala6.laminar.codes"
  • Karura "wss://karura.api.onfinality.io/public-ws"

I debug SDK code and looks like my problem here (class Wallet) image

So what should I do to have wallet.AccountInfo?

Regards)

ArtemShe avatar Oct 08 '21 09:10 ArtemShe