onQueryResponse method

  1. @override
MsgEthereumTxResponse onQueryResponse(
  1. List<int> bytes
)
override

Implementation

@override
ethermint_evm_v1_tx.MsgEthereumTxResponse onQueryResponse(List<int> bytes) {
  return ethermint_evm_v1_tx.MsgEthereumTxResponse.deserialize(bytes);
}