nonce property

  1. @override
Future<Uint256> nonce
override

Retrieves the nonce of the Smart Wallet.

Implementation

@override
Future<Uint256> get nonce async => await _getNonce();