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 =>
    _get<TransactionResponse>('deployTransaction');