transactionResponseFromJson function

TransactionResponse transactionResponseFromJson(
  1. String str
)

Implementation

TransactionResponse transactionResponseFromJson(String str) => TransactionResponse.fromJson(json.decode(str));