LyraAPI constructor

LyraAPI(
  1. String network,
  2. String prvKey,
  3. String? nodeAddress
)

network is 'mainnet', 'testnet', or 'devnet' prvKey is private key. provides null to nodeAddress to use the default url.

Implementation

LyraAPI(this.network, this.prvKey, this.nodeAddress);