initCodeGas property

  1. @override
Future<BigInt> get initCodeGas

Returns the estimated gas required for deploying the Smart Wallet contract.

The gas estimation is performed by interacting with the 'jsonRpc' plugin.

Implementation

@override
Future<BigInt> get initCodeGas => _initCodeGas;