interface QueryGetOrderByIDRequest {
    assetDenom: string;
    contractAddr: string;
    id: bigint;
    priceDenom: string;
}

Properties

assetDenom: string
contractAddr: string
id: bigint
priceDenom: string