use of org.aion.rpc.types.RPCTypes.TransactionHashParams in project aion by aionnetwork.
the class OpsRPCImplTest method testOps_getTransaction.
@Test
public void testOps_getTransaction() {
Request request = new Request(idGenerator.generateID(), getTransactionMethod, TransactionHashParamsConverter.encode(new TransactionHashParams(transactionHash)), VersionType.Version2);
assertNotNull(execute(request, OpsTransactionConverter::decode));
}
Aggregations