transactionChainResponseFromJson function Null safety

TransactionChainResponse transactionChainResponseFromJson(
  1. String str
)

Implementation

TransactionChainResponse transactionChainResponseFromJson(String str) =>
    TransactionChainResponse.fromJson(json.decode(str));