interface BatchContractPair {
    contractAddr: string;
    pairs: Pair[];
}

Properties

Properties

contractAddr: string
pairs: Pair[]