Nado Typescript SDK Documentation
    Preparing search index...

    Interface NlpPool

    interface NlpPool {
        poolId: number;
        subaccountHex: string;
        ownerAddress: string;
        balanceWeight: BigNumber;
        subaccountInfo: GetEngineSubaccountSummaryResponse;
        openOrders: EngineOrder[];
    }
    Index

    Properties

    poolId: number
    subaccountHex: string
    ownerAddress: string
    balanceWeight: BigNumber
    openOrders: EngineOrder[]