interface OrderEntryAmino {
    allocations: AllocationAmino[];
    assetDenom: string;
    price: string;
    priceDenom: string;
    quantity: string;
}

Properties

allocations: AllocationAmino[]
assetDenom: string
price: string
priceDenom: string
quantity: string