TEthSendRawTransactionInput.fromJson constructor

TEthSendRawTransactionInput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TEthSendRawTransactionInput.fromJson(Map<String, dynamic> json) => TEthSendRawTransactionInput(body: TEthSendRawTransactionBody.fromJson(json['body'] as Map<String, dynamic>));