initCodeGas property

  1. @override
Future<BigInt> initCodeGas
override

Retrieves the gas required to deploy the Smart Wallet.

Implementation

@override
Future<BigInt> get initCodeGas async =>
    await _getInitCodeGas().then((value) => value);