AdaHandleHistoryItemKey.java

package org.cardanofoundation.tools.adahandle.resolver.entity;

import java.io.Serializable;

public class AdaHandleHistoryItemKey implements Serializable {
    private String name;
    private long slot;
}