deployTransaction property

Future<TransactionResponse> deployTransaction

If the Contract object is the result of a ContractFactory deployment, this is the transaction which was used to deploy the contract.

Implementation

Future<TransactionResponse> get deployTransaction async =>
    TransactionResponse._(
        await _get<_TransactionResponseImpl>('deployTransaction'));