interface Node {
    amount: string;
    ledger: number;
    maxAmountA: string;
    maxAmountB: string;
    maxPriceD: number;
    maxPriceN: number;
    minPriceD: number;
    minPriceN: number;
    poolId: string;
    source: number;
    sourceMuxed: null;
    txInfoByTx: TxInfoByTx;
}

Properties

amount: string
ledger: number
maxAmountA: string
maxAmountB: string
maxPriceD: number
maxPriceN: number
minPriceD: number
minPriceN: number
poolId: string
source: number
sourceMuxed: null
txInfoByTx: TxInfoByTx