interface SettlementEntry {
    account: string;
    assetDenom: string;
    executionCostOrProceed: string;
    expectedCostOrProceed: string;
    height: bigint;
    orderId: bigint;
    orderType: string;
    positionDirection: string;
    priceDenom: string;
    quantity: string;
    settlementId: bigint;
    timestamp: bigint;
}

Properties

account: string
assetDenom: string
executionCostOrProceed: string
expectedCostOrProceed: string
height: bigint
orderId: bigint
orderType: string
positionDirection: string
priceDenom: string
quantity: string
settlementId: bigint
timestamp: bigint