interface MsgPlaceOrdersResponse {
    orderIds: bigint[];
}

Properties

Properties

orderIds: bigint[]