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

Properties

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