JsWallet constructor
JsWallet({})
Implementation
JsWallet(
{required this.mnemonicPhrase,
required this.bech32Address,
required this.b256Address,
required this.privateKey,
required this.networkUrl});