getDstTransaction abstract method

Future<RawTransaction?> getDstTransaction(
  1. String messageHash
)

Call get_dst_transaction of nekoton's transport and return option RawTransaction or throw error

Implementation

Future<RawTransaction?> getDstTransaction(String messageHash);