deployed property

  1. @override
Future<bool> deployed
override

Checks if the Smart Wallet has been deployed on the blockchain.

Implementation

@override
Future<bool> get deployed async =>
    await plugin<Contract>("contract").deployed(_walletAddress);