transactionChainResponseFromJson function Null safety
- String str
Implementation
TransactionChainResponse transactionChainResponseFromJson(String str) =>
TransactionChainResponse.fromJson(json.decode(str));
TransactionChainResponse transactionChainResponseFromJson(String str) =>
TransactionChainResponse.fromJson(json.decode(str));