fetchTransaction abstract method

Future<FetchTransactionRes> fetchTransaction(
  1. ServiceCall call,
  2. FetchTransactionReq request
)

Implementation

$async.Future<$1.FetchTransactionRes> fetchTransaction(
    $grpc.ServiceCall call, $1.FetchTransactionReq request);