waitForTransactionByHash constant

AptosApiMethod const waitForTransactionByHash

Implementation

static const AptosApiMethod waitForTransactionByHash = AptosApiMethod._(
  url: '/transactions/wait_by_hash/{txn_hash}',
  name: 'Wait for transaction by hash',
  requestType: RequestServiceType.get,
);